diff --git a/6651/app.js b/6651/app.js deleted file mode 100644 index ffbd536b662..00000000000 --- a/6651/app.js +++ /dev/null @@ -1,40 +0,0 @@ -!function(e){var t={};function __webpack_require__(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,__webpack_require__),r.l=!0,r.exports}__webpack_require__.m=e,__webpack_require__.c=t,__webpack_require__.d=function(e,t,n){__webpack_require__.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},__webpack_require__.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.t=function(e,t){if(1&t&&(e=__webpack_require__(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(__webpack_require__.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)__webpack_require__.d(n,r,function(t){return e[t]}.bind(null,r));return n},__webpack_require__.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(t,"a",t),t},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.p="/",__webpack_require__(__webpack_require__.s=232)}([function(e,t){function _getPrototypeOf(t){return e.exports=_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,_getPrototypeOf(t)}e.exports=_getPrototypeOf,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){"use strict";n.d(t,"a",(function(){return behavior})),n.d(t,"b",(function(){return className})),n.d(t,"e",(function(){return regions})),n.d(t,"d",(function(){return options}));var r=n(6),a=n.n(r),i=n(63);function behavior(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){var r=n.prototype;r.behaviors=Object.assign(a()({},e,t),r.behaviors)}}function className(e){return function(t){t.prototype.className=e}}function regions(e){return function(t){t.prototype.regions=Object.assign(e,t.regions)}}function options(e){return function(t){t.prototype.options=Object.assign(e,t.options)}}n.d(t,"c",(function(){return i.on}))},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function _defineProperties(e,t){for(var n=0;n1?n-1:0),a=1;a1?n-1:0),a=1;a1?n-1:0),a=1;a0)for(e=0;e1?r-1:0),i=1;i1&&void 0!==arguments[1]?arguments[1]:{},r=!e._isAttached&&isNodeAttached(this.el),a=void 0===n.replaceElement?!!t.result(this,"replaceElement"):!!n.replaceElement;r&&triggerMethodOn(e,"before:attach",e),a?this._replaceEl(e):this.attachHtml(e),r&&(e._isAttached=!0,triggerMethodOn(e,"attach",e))},_ensureElement:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(t.isObject(this.el)||(this.$el=this.getEl(this.el),this.el=this.$el[0]),!this.$el||0===this.$el.length){var n=void 0===e.allowMissingEl?!!t.result(this,"allowMissingEl"):!!e.allowMissingEl;if(n)return!1;throw new l('An "el" must exist in DOM for this region '+this.cid)}return!0},_getView:function(t){if(!t)throw new l({name:"ViewNotValid",message:"The view passed is undefined and therefore invalid. You must pass a view instance to show."});if(t._isDestroyed)throw new l({name:"ViewDestroyedError",message:'View (cid: "'+t.cid+'") has already been destroyed and cannot be used.'});if(t instanceof e.View)return t;var n=this._getViewOptions(t);return new T(n)},_getViewOptions:function(e){return t.isFunction(e)?{template:e}:t.isObject(e)?e:{template:function(){return e}}},getEl:function(e){return this.findEls(e,t.result(this,"parentEl"))},_replaceEl:function(e){this._restoreEl(),e.on("before:destroy",this._restoreEl,this),this.replaceEl(e.el,this.el),this._isReplaced=!0},_restoreEl:function(){if(this._isReplaced){var e=this.currentView;e&&(this._detachView(e),this._isReplaced=!1)}},isReplaced:function(){return!!this._isReplaced},isSwappingView:function(){return!!this._isSwappingView},attachHtml:function(e){this.appendChildren(this.el,e.el)},empty:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{allowMissingEl:!0},t=this.currentView;if(!t)return this._ensureElement(e)&&this.detachHtml(),this;var n=!e.preventDestroy;return n||a("The preventDestroy option is deprecated. Use Region#detachView"),this._empty(t,n),this},_empty:function(e,t){e.off("destroy",this._empty,this),this.triggerMethod("before:empty",this,e),this._restoreEl(),delete this.currentView,e._isDestroyed||(t?this.removeView(e):this._detachView(e),this._stopChildViewEvents(e)),this.triggerMethod("empty",this,e)},_stopChildViewEvents:function(e){this._parentView&&this._parentView.stopListening(e)},destroyView:function(e){return e._isDestroyed||(e.destroy?e.destroy():destroyBackboneView(e)),e},removeView:function(e){this.destroyView(e)},detachView:function(){var e=this.currentView;if(e)return this._empty(e),e},_detachView:function(e){var t=!!e._isAttached,n=this._isReplaced;t&&triggerMethodOn(e,"before:detach",e),n?this.replaceEl(this.el,e.el):this.detachHtml(),t&&(e._isAttached=!1,triggerMethodOn(e,"detach",e))},detachHtml:function(){this.detachContents(this.el)},hasView:function(){return!!this.currentView},reset:function(e){return this.empty(e),this.$el&&(this.el=this._initEl),delete this.$el,this},destroy:function(e){return this._isDestroyed?this:(this.reset(e),this._name&&this._parentView._removeReferences(this._name),delete this._parentView,delete this._name,MarionetteObject.prototype.destroy.apply(this,arguments))}});t.extend(k.prototype,f);var buildRegion=function(e,n){return e instanceof k?e:function(e,n){var r=t.extend({},n);if(t.isString(e))return t.extend(r,{el:e}),buildRegionFromObject(r);if(t.isFunction(e))return t.extend(r,{regionClass:e}),buildRegionFromObject(r);if(t.isObject(e))return e.selector&&a("The selector option on a Region definition object is deprecated. Use el to pass a selector string"),t.extend(r,{el:e.selector},e),buildRegionFromObject(r);throw new l({message:"Improper region configuration type.",url:"marionette.region.html#region-configuration-types"})}(e,n)};function buildRegionFromObject(e){return new(0,e.regionClass)(t.omit(e,"regionClass"))}var C={regionClass:k,_initRegions:function(){this.regions=this.regions||{},this._regions={},this.addRegions(t.result(this,"regions"))},_reInitRegions:function(){d(this._regions,"reset")},addRegion:function(e,t){var n={};return n[e]=t,this.addRegions(n)[e]},addRegions:function(e){if(!t.isEmpty(e))return e=this.normalizeUIValues(e,["selector","el"]),this.regions=t.extend({},this.regions,e),this._addRegions(e)},_addRegions:function(e){var n=this,r={regionClass:this.regionClass,parentEl:t.partial(t.result,this,"el")};return t.reduce(e,(function(e,t,a){return e[a]=buildRegion(t,r),n._addRegion(e[a],a),e}),{})},_addRegion:function(e,t){this.triggerMethod("before:add:region",this,t,e),e._parentView=this,e._name=t,this._regions[t]=e,this.triggerMethod("add:region",this,t,e)},removeRegion:function(e){var t=this._regions[e];return this._removeRegion(t,e),t},removeRegions:function(){var e=this._getRegions();return t.each(this._regions,t.bind(this._removeRegion,this)),e},_removeRegion:function(e,t){this.triggerMethod("before:remove:region",this,t,e),e.destroy(),this.triggerMethod("remove:region",this,t,e)},_removeReferences:function(e){delete this.regions[e],delete this._regions[e]},emptyRegions:function(){var e=this.getRegions();return d(e,"empty"),e},hasRegion:function(e){return!!this.getRegion(e)},getRegion:function(e){return this._isRendered||this.render(),this._regions[e]},_getRegions:function(){return t.clone(this._regions)},getRegions:function(){return this._isRendered||this.render(),this._getRegions()},showChildView:function(e,t){for(var n=this.getRegion(e),r=arguments.length,a=Array(r>2?r-2:0),i=2;i0&&void 0!==arguments[0]?arguments[0]:{},n=t.result(this,"templateContext");return t.extend(e,n)},attachElContent:function(e){return this.setInnerContent(this.el,e),this},_removeChildren:function(){this.removeRegions()},_getImmediateChildren:function(){return t.chain(this._getRegions()).map("currentView").compact().value()}},{setRenderer:function(e){this.prototype._renderHtml=e}});t.extend(T.prototype,w,C);var E=["forEach","each","map","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","toArray","first","initial","rest","last","without","isEmpty","pluck","reduce","partition"],emulateCollection=function(e,n){t.each(E,(function(r){e[r]=function(){var e=t.values(t.result(this,n)),a=[e].concat(t.toArray(arguments));return t[r].apply(t,a)}}))},Container=function(e){this._views={},this._indexByModel={},this._indexByCustom={},this._updateLength(),t.each(e,t.bind(this.add,this))};emulateCollection(Container.prototype,"_views"),t.extend(Container.prototype,{add:function(e,t){return this._add(e,t)._updateLength()},_add:function(e,t){var n=e.cid;return this._views[n]=e,e.model&&(this._indexByModel[e.model.cid]=n),t&&(this._indexByCustom[t]=n),this},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByCustom:function(e){var t=this._indexByCustom[e];return this.findByCid(t)},findByIndex:function(e){return t.values(this._views)[e]},findByCid:function(e){return this._views[e]},remove:function(e){return this._remove(e)._updateLength()},_remove:function(e){var n=e.cid;return e.model&&delete this._indexByModel[e.model.cid],t.some(this._indexByCustom,t.bind((function(e,t){if(e===n)return delete this._indexByCustom[t],!0}),this)),delete this._views[n],this},_updateLength:function(){return this.length=t.size(this._views),this}});var R=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","events","filter","emptyView","emptyViewOptions","modelEvents","reorderOnSort","sort","triggers","ui","viewComparator"],P=e.View.extend({sort:!0,constructor:function(n){this.render=t.bind(this.render,this),this._setOptions(n),this.mergeOptions(n,R),monitorViewEvents(this),this._initBehaviors(),this.once("render",this._initialEvents),this._initChildViewStorage(),this._bufferedChildren=[];var r=Array.prototype.slice.call(arguments);r[0]=this.options,e.View.prototype.constructor.apply(this,r),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_startBuffering:function(){this._isBuffering=!0},_endBuffering:function(){var e=this._isAttached?this._getImmediateChildren():[];this._isBuffering=!1,t.each(e,(function(e){triggerMethodOn(e,"before:attach",e)})),this.attachBuffer(this,this._createBuffer()),t.each(e,(function(e){e._isAttached=!0,triggerMethodOn(e,"attach",e)})),this._bufferedChildren=[]},_getImmediateChildren:function(){return t.values(this.children._views)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.render),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_onCollectionAdd:function(e,n,r){var a=void 0!==r.at&&(r.index||n.indexOf(e));(this.filter||!1===a)&&(a=t.indexOf(this._filteredSortedModels(a),e)),this._shouldAddChild(e,a)&&(this._destroyEmptyView(),this._addChild(e,a))},_onCollectionUpdate:function(e,t){var n=t.changes;this._removeChildModels(n.removed)},_removeChildModels:function(e){var t=this._getRemovedViews(e);t.length&&(this.children._updateLength(),this._updateIndices(t,!1),this.isEmpty()&&this._showEmptyView())},_getRemovedViews:function(e){var n=this;return t.reduce(e,(function(e,t){var r=t&&n.children.findByModel(t);return!r||r._isDestroyed||(n._removeChildView(r),e.push(r)),e}),[])},_removeChildView:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),e.destroy?e.destroy():destroyBackboneView(e),this.stopListening(e),this.triggerMethod("remove:child",this,e)},setElement:function(){var t=!!this.el;return e.View.prototype.setElement.apply(this,arguments),t&&(this._isAttached=isNodeAttached(this.el)),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._renderChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},setFilter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this._isRendered&&!this._isDestroyed,a=this.filter!==e,i=r&&a&&!n;if(i){var o=this._filteredSortedModels();this.filter=e;var s=this._filteredSortedModels();this._applyModelDeltas(s,o)}else this.filter=e;return this},removeFilter:function(e){return this.setFilter(null,e)},_applyModelDeltas:function(e,n){var r=this,a={};t.each(e,(function(e,t){!r.children.findByModel(e)&&r._onCollectionAdd(e,r.collection,{at:t}),a[e.cid]=!0}));var i=t.filter(n,(function(e){return!a[e.cid]&&r.children.findByModel(e)}));this._removeChildModels(i)},reorder:function(){var e=this.children,n=this._filteredSortedModels();if(!n.length&&this._showingEmptyView)return this;if(t.some(n,(function(t){return!e.findByModel(t)})))this.render();else{var r=[],a=e.reduce((function(e,a){var i=t.indexOf(n,a.model);return-1===i?(r.push(a.model),e):(a._index=i,e[i]=a.el,e)}),new Array(n.length));this.triggerMethod("before:reorder",this),this._appendReorderedChildren(a),this._removeChildModels(r),this.triggerMethod("reorder",this)}return this},resortView:function(){return this.reorderOnSort?this.reorder():this._renderChildren(),this},_sortViews:function(){var e=this,n=this._filteredSortedModels();t.find(n,(function(t,n){var r=e.children.findByModel(t);return!r||r._index!==n}))&&this.resortView()},_emptyViewIndex:-1,_appendReorderedChildren:function(e){this.appendChildren(this.el,e)},_renderChildren:function(){this._isRendered&&(this._destroyEmptyView(),this._destroyChildren());var e=this._filteredSortedModels();this.isEmpty({processedModels:e})?this._showEmptyView():(this.triggerMethod("before:render:children",this),this._startBuffering(),this._showCollection(e),this._endBuffering(),this.triggerMethod("render:children",this))},_createView:function(e,t){var n=this._getChildView(e),r=this._getChildViewOptions(e,t);return this.buildChildView(e,n,r)},_setupChildView:function(e,t){monitorViewEvents(e),this._proxyChildViewEvents(e),this.sort&&(e._index=t)},_showCollection:function(e){t.each(e,t.bind(this._addChild,this)),this.children._updateLength()},_filteredSortedModels:function(e){if(!this.collection||!this.collection.length)return[];var t=this.getViewComparator(),n=this.collection.models;if(e=Math.min(Math.max(e,0),n.length-1),t){var r=void 0;e&&(r=n[e],n=n.slice(0,e).concat(n.slice(e+1))),n=this._sortModelsBy(n,t),r&&n.splice(e,0,r)}return n=this._filterModels(n)},getViewComparator:function(){return this.viewComparator},_filterModels:function(e){var n=this;return this.filter&&(e=t.filter(e,(function(e,t){return n._shouldAddChild(e,t)}))),e},_sortModelsBy:function(e,n){return"string"==typeof n?t.sortBy(e,(function(e){return e.get(n)})):1===n.length?t.sortBy(e,t.bind(n,this)):t.clone(e).sort(t.bind(n,this))},_showEmptyView:function(){var n=this._getEmptyView();if(n&&!this._showingEmptyView){this._showingEmptyView=!0;var r=new e.Model,a=this.emptyViewOptions||this.childViewOptions;t.isFunction(a)&&(a=a.call(this,r,this._emptyViewIndex));var i=this.buildChildView(r,n,a);this.triggerMethod("before:render:empty",this,i),this.addChildView(i,0),this.triggerMethod("render:empty",this,i)}},_destroyEmptyView:function(){this._showingEmptyView&&(this.triggerMethod("before:remove:empty",this),this._destroyChildren(),delete this._showingEmptyView,this.triggerMethod("remove:empty",this))},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_getChildView:function(e){var t=this.childView;if(!t)throw new l({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(n,r){return n.prototype instanceof e.View||n===e.View?n:t.isFunction(n)?n.call(this,r):void 0},_addChild:function(e,t){var n=this._createView(e,t);return this.addChildView(n,t),n},_getChildViewOptions:function(e,n){return t.isFunction(this.childViewOptions)?this.childViewOptions(e,n):this.childViewOptions},addChildView:function(e,t){return this.triggerMethod("before:add:child",this,e),this._setupChildView(e,t),this._isBuffering?this.children._add(e):(this._updateIndices(e,!0),this.children.add(e)),this._renderView(e),this._attachView(e,t),this.triggerMethod("add:child",this,e),e},_updateIndices:function(e,n){if(this.sort)if(n){var r=t.isArray(e)?t.max(e,"_index"):e;t.isObject(r)&&this.children.each((function(e){e._index>=r._index&&(e._index+=1)}))}else t.each(t.sortBy(this.children._views,"_index"),(function(e,t){e._index=t}))},_renderView:function(e){e._isRendered||(e.supportsRenderLifecycle||triggerMethodOn(e,"before:render",e),e.render(),e.supportsRenderLifecycle||(e._isRendered=!0,triggerMethodOn(e,"render",e)))},_attachView:function(e,t){var n=!e._isAttached&&!this._isBuffering&&this._isAttached;n&&triggerMethodOn(e,"before:attach",e),this.attachHtml(this,e,t),n&&(e._isAttached=!0,triggerMethodOn(e,"attach",e))},buildChildView:function(e,n,r){return new n(t.extend({model:e},r))},removeChildView:function(e){return!e||e._isDestroyed||(this._removeChildView(e),this.children._updateLength(),this._updateIndices(e,!1)),e},isEmpty:function(e){var n=void 0;return t.result(e,"processedModels")?n=e.processedModels:(n=this.collection?this.collection.models:[],n=this._filterModels(n)),0===n.length},attachBuffer:function(e,t){this.appendChildren(e.el,t)},_createBuffer:function(){var e=this,n=this.createBuffer();return t.each(this._bufferedChildren,(function(t){e.appendChildren(n,t.el)})),n},attachHtml:function(e,t,n){e._isBuffering?e._bufferedChildren.splice(n,0,t):e._insertBefore(t,n)||e._insertAfter(t)},_insertBefore:function(e,t){var n=void 0;return this.sort&&t1&&void 0!==arguments[1]?arguments[1]:this._views.length,n=e.cid;this._viewsByCid[n]=e,e.model&&(this._indexByModel[e.model.cid]=n),this._views.splice(t,0,e),this._updateLength()},_sort:function(e){return"string"==typeof e?(e=t.partial(stringComparator,e),this._sortBy(e)):1===e.length?this._sortBy(e):this._views.sort(e)},_sortBy:function(e){var n=t.sortBy(this._views,e);return this._set(n),n},_set:function(e){this._views.length=0,this._views.push.apply(this._views,e.slice(0)),this._updateLength()},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByIndex:function(e){return this._views[e]},findIndexByView:function(e){return this._views.indexOf(e)},findByCid:function(e){return this._viewsByCid[e]},_remove:function(e){if(this._viewsByCid[e.cid]){e.model&&delete this._indexByModel[e.model.cid],delete this._viewsByCid[e.cid];var t=this.findIndexByView(e);this._views.splice(t,1),this._updateLength()}},_updateLength:function(){this.length=this._views.length}});var j=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","emptyView","emptyViewOptions","events","modelEvents","sortWithCollection","triggers","ui","viewComparator","viewFilter"],M=e.View.extend({sortWithCollection:!0,constructor:function(t){this._setOptions(t),this.mergeOptions(t,j),monitorViewEvents(this),this.once("render",this._initialEvents),this._initChildViewStorage(),this._initBehaviors();var n=Array.prototype.slice.call(arguments);n[0]=this.options,e.View.prototype.constructor.apply(this,n),this._initEmptyRegion(),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_initChildViewStorage:function(){this.children=new Container$1},_initEmptyRegion:function(){this.emptyRegion=new k({el:this.el}),this.emptyRegion._parentView=this},_initialEvents:function(){this.listenTo(this.collection,{sort:this._onCollectionSort,reset:this._onCollectionReset,update:this._onCollectionUpdate})},_onCollectionSort:function(){var e=this;this.sortWithCollection&&this.collection.length===this.children.length&&(this.collection.some((function(t){return!e.children.findByModel(t)}))||this.sort())},_onCollectionReset:function(){this.render()},_onCollectionUpdate:function(e,t){var n=t.changes,r=this._removeChildModels(n.removed);this._addChildModels(n.added),this._detachChildren(r),this._showChildren(),this._removeChildViews(r)},_removeChildModels:function(e){return t.map(e,t.bind(this._removeChildModel,this))},_removeChildModel:function(e){var t=this.children.findByModel(e);return this._removeChild(t),t},_removeChild:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),this.triggerMethod("remove:child",this,e)},_addChildModels:function(e){return t.map(e,t.bind(this._addChildModel,this))},_addChildModel:function(e){var t=this._createChildView(e);return this._addChild(t),t},_createChildView:function(e){var t=this._getChildView(e),n=this._getChildViewOptions(e);return this.buildChildView(e,t,n)},_addChild:function(e,t){this.triggerMethod("before:add:child",this,e),this._setupChildView(e),this.children._add(e,t),this.triggerMethod("add:child",this,e)},_getChildView:function(e){var t=this.childView;if(!t)throw new l({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(n,r){return n.prototype instanceof e.View||n===e.View?n:t.isFunction(n)?n.call(this,r):void 0},_getChildViewOptions:function(e){return t.isFunction(this.childViewOptions)?this.childViewOptions(e):this.childViewOptions},buildChildView:function(e,n,r){return new n(t.extend({model:e},r))},_setupChildView:function(e){monitorViewEvents(e),e.on("destroy",this.removeChildView,this),this._proxyChildViewEvents(e)},_getImmediateChildren:function(){return this.children._views},setElement:function(){var t=!!this.el;return e.View.prototype.setElement.apply(this,arguments),t&&(this._isAttached=isNodeAttached(this.el)),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._destroyChildren(),this.children._init(),this.collection&&this._addChildModels(this.collection.models),this._showChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},sort:function(){return this._isDestroyed?this:this.children.length?(this._showChildren(),this):this},_showChildren:function(){this.isEmpty()?this._showEmptyView():(this._sortChildren(),this.filter())},isEmpty:function(e){return e||!this.children.length},_showEmptyView:function(){var e=this._getEmptyView();if(e){var t=this._getEmptyViewOptions();this.emptyRegion.show(new e(t))}},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_destroyEmptyView:function(){this.emptyRegion.hasView()&&this.emptyRegion.empty()},_getEmptyViewOptions:function(){var e=this.emptyViewOptions||this.childViewOptions;return t.isFunction(e)?e.call(this):e},_sortChildren:function(){this.triggerMethod("before:sort",this);var e=this.getComparator();t.isFunction(e)&&(e=e.bind(this)),this.children._sort(e),this.triggerMethod("sort",this)},setComparator:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this.viewComparator!==e,a=r&&!n;return this.viewComparator=e,a&&this.sort(),this},removeComparator:function(e){return this.setComparator(null,e)},getComparator:function(){return this.viewComparator||this._viewComparator},_viewComparator:function(e){if(this.collection)return this.collection.indexOf(e.model)},filter:function(){if(this._isDestroyed)return this;if(!this.children.length)return this;var e=this._filterChildren();return this._renderChildren(e),this},_filterChildren:function(){var e=this._getFilter();if(!e)return this.children._views;this.triggerMethod("before:filter",this);var n=this.children.partition(t.bind(e,this));return this._detachChildren(n[1]),this.triggerMethod("filter",this),n[0]},_getFilter:function(){var e=this.getFilter();if(!e)return!1;if(t.isFunction(e))return e;if(t.isObject(e)){var n=t.matches(e);return function(e){return n(e.model&&e.model.attributes)}}if(t.isString(e))return function(t){return t.model&&t.model.get(e)};throw new l({name:"InvalidViewFilterError",message:'"viewFilter" must be a function, predicate object literal, a string indicating a model attribute, or falsy'})},getFilter:function(){return this.viewFilter},setFilter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this.viewFilter!==e,a=r&&!n;return this.viewFilter=e,a&&this.filter(),this},removeFilter:function(e){return this.setFilter(null,e)},_detachChildren:function(e){t.each(e,t.bind(this._detachChildView,this))},_detachChildView:function(e){var t=!!e._isAttached;t&&triggerMethodOn(e,"before:detach",e),this.detachHtml(e),t&&(e._isAttached=!1,triggerMethodOn(e,"detach",e))},detachHtml:function(e){this.detachEl(e.el)},_renderChildren:function(e){if(this.isEmpty(!e.length))this._showEmptyView();else{this._destroyEmptyView(),this.triggerMethod("before:render:children",this,e);var t=this._getBuffer(e);this._attachChildren(t,e),this.triggerMethod("render:children",this,e)}},_attachChildren:function(e,n){n=this._isAttached?n:[],t.each(n,(function(e){e._isAttached||triggerMethodOn(e,"before:attach",e)})),this.attachHtml(this,e),t.each(n,(function(e){e._isAttached||(e._isAttached=!0,triggerMethodOn(e,"attach",e))}))},_getBuffer:function(e){var n=this,r=this.createBuffer();return t.each(e,(function(e){n._renderChildView(e),n.appendChildren(r,e.el)})),r},_renderChildView:function(e){e._isRendered||(e.supportsRenderLifecycle||triggerMethodOn(e,"before:render",e),e.render(),e.supportsRenderLifecycle||(e._isRendered=!0,triggerMethodOn(e,"render",e)))},attachHtml:function(e,t){this.appendChildren(e.el,t)},addChildView:function(e,t){return!e||e._isDestroyed||(this._addChild(e,t),this._showChildren()),e},detachChildView:function(e){return this.removeChildView(e,{shouldDetach:!0}),e},removeChildView:function(e,t){return e?(this._removeChildView(e,t),this._removeChild(e),this.isEmpty()&&this._showEmptyView(),e):e},_removeChildViews:function(e){t.each(e,t.bind(this._removeChildView,this))},_removeChildView:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.shouldDetach;e.off("destroy",this.removeChildView,this),n?this._detachChildView(e):this._destroyChildView(e),this.stopListening(e)},_destroyChildView:function(e){e._isDestroyed||(e.destroy?e.destroy():destroyBackboneView(e))},_removeChildren:function(){this._destroyChildren(),this.emptyRegion.destroy()},_destroyChildren:function(){this.children&&this.children.length&&(this.triggerMethod("before:destroy:children",this),this.children.each(t.bind(this._removeChildView,this)),this.triggerMethod("destroy:children",this))}});t.extend(M.prototype,w);var A=["childViewContainer","template","templateContext"],D=P.extend({constructor:function(e){a("CompositeView is deprecated. Convert to View at your earliest convenience"),this.mergeOptions(e,A),P.prototype.constructor.apply(this,arguments)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.renderChildren),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_getChildView:function(e){var t=this.childView;if(!t)return this.constructor;if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},serializeData:function(){return this.serializeModel()},render:function(){return this._isDestroyed||(this._isRendering=!0,this.resetChildViewContainer(),this.triggerMethod("before:render",this),this._renderTemplate(),this.bindUIElements(),this.renderChildren(),this._isRendering=!1,this._isRendered=!0,this.triggerMethod("render",this)),this},renderChildren:function(){(this._isRendered||this._isRendering)&&P.prototype._renderChildren.call(this)},attachBuffer:function(e,t){var n=this.getChildViewContainer(e);this.appendChildren(n,t)},_insertAfter:function(e){var t=this.getChildViewContainer(this,e);this.appendChildren(t,e.el)},_appendReorderedChildren:function(e){var t=this.getChildViewContainer(this);this.appendChildren(t,e)},getChildViewContainer:function(e,n){if(e.$childViewContainer)return e.$childViewContainer;var r=void 0;if(e.childViewContainer){var a=t.result(e,"childViewContainer");if((r="@"===a.charAt(0)&&e.ui?e.ui[a.substr(4)]:this.findEls(a,e.$el)).length<=0)throw new l({name:"ChildViewContainerMissingError",message:'The specified "childViewContainer" was not found: '+e.childViewContainer})}else r=e.$el;return e.$childViewContainer=r,r},resetChildViewContainer:function(){this.$childViewContainer&&(this.$childViewContainer=void 0)}}),N=t.pick(T.prototype,"serializeModel","getTemplate","_renderTemplate","_renderHtml","mixinTemplateContext","attachElContent");t.extend(D.prototype,N);var V=["collectionEvents","events","modelEvents","triggers","ui"],L=MarionetteObject.extend({cidPrefix:"mnb",constructor:function(e,n){this.view=n,this.defaults&&a("Behavior defaults are deprecated. For similar functionality set options on the Behavior class."),this.defaults=t.clone(t.result(this,"defaults",{})),this._setOptions(this.defaults,e),this.mergeOptions(this.options,V),this.ui=t.extend({},t.result(this,"ui"),t.result(n,"ui")),MarionetteObject.apply(this,arguments)},$:function(){return this.view.$.apply(this.view,arguments)},destroy:function(){return this.stopListening(),this.view._removeBehavior(this),this},proxyViewProperties:function(){return this.$el=this.view.$el,this.el=this.view.el,this},bindUIElements:function(){return this._bindUIElements(),this},unbindUIElements:function(){return this._unbindUIElements(),this},getUI:function(e){return this._getUI(e)},delegateEntityEvents:function(){return this._delegateEntityEvents(this.view.model,this.view.collection),this},undelegateEntityEvents:function(){return this._undelegateEntityEvents(this.view.model,this.view.collection),this},getEvents:function(){var e=this,n=this.normalizeUIKeys(t.result(this,"events"));return t.reduce(n,(function(n,r,a){if(t.isFunction(r)||(r=e[r]),r)return n[a=getUniqueEventName(a)]=t.bind(r,e),n}),{})},getTriggers:function(){if(this.triggers){var e=this.normalizeUIKeys(t.result(this,"triggers"));return this._getViewTriggers(this.view,e)}}});t.extend(L.prototype,m,y,b);var B=["region","regionClass"],I=MarionetteObject.extend({cidPrefix:"mna",constructor:function(e){this._setOptions(e),this.mergeOptions(e,B),this._initRegion(),MarionetteObject.prototype.constructor.apply(this,arguments)},regionClass:k,_initRegion:function(){var e=this.region;if(e){var t={regionClass:this.regionClass};this._region=buildRegion(e,t)}},getRegion:function(){return this._region},showView:function(e){for(var t=this.getRegion(),n=arguments.length,r=Array(n>1?n-1:0),a=1;athis.length&&(a=this.length),a<0&&(a+=this.length+1);var i,o,s=[],l=[],u=[],h=[],f={},d=t.add,p=t.merge,m=t.remove,g=!1,v=this.comparator&&null==a&&!1!==t.sort,y=n.isString(this.comparator)?this.comparator:null;for(o=0;o7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(C,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var r=document.body,a=r.insertBefore(this.iframe,r.firstChild).contentWindow;a.document.open(),a.document.close(),a.location.hash="#"+this.fragment}var i=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?i("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?i("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),x.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!1;this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return!!this.matchRoot()&&(e=this.fragment=this.getFragment(e),n.some(this.handlers,(function(t){if(t.route.test(e))return t.callback(e),!0})))},navigate:function(e,t){if(!x.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var n=this.root;""!==e&&"?"!==e.charAt(0)||(n=n.slice(0,-1)||"/");var r=n+e;if(e=this.decodeFragment(e.replace(S,"")),this.fragment!==e){if(this.fragment=e,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,r);else{if(!this._wantsHashChange)return this.location.assign(r);if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var a=this.iframe.contentWindow;t.replace||(a.document.open(),a.document.close()),this._updateHash(a.location,e,t.replace)}}return t.trigger?this.loadUrl(e):void 0}},_updateHash:function(e,t,n){if(n){var r=e.href.replace(/(javascript:|#).*$/,"");e.replace(r+"#"+t)}else e.hash="#"+t}}),t.history=new x,l.extend=u.extend=g.extend=f.extend=x.extend=function(e,t){var r,a=this;return r=e&&n.has(e,"constructor")?e.constructor:function(){return a.apply(this,arguments)},n.extend(r,a,t),r.prototype=n.create(a.prototype,e),r.prototype.constructor=r,r.__super__=a.prototype,r};var urlError=function(){throw new Error('A "url" property or function must be specified')},wrapError=function(e,t){var n=t.error;t.error=function(r){n&&n.call(t.context,e,r,t),e.trigger("error",e,r,t)}};return t}(o,n,e,t)}.apply(t,a))||(e.exports=i)}).call(this,n(43))},function(e,t,n){var r=n(175);function _get(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=_get=Reflect.get.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=_get=function(e,t,n){var a=r(e,t);if(a){var i=Object.getOwnPropertyDescriptor(a,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},e.exports.__esModule=!0,e.exports.default=e.exports),_get.apply(this,arguments)}e.exports=_get,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r;(function(){var n=this,a=n._,i=Array.prototype,o=Object.prototype,s=Function.prototype,l=i.push,u=i.slice,c=o.toString,h=o.hasOwnProperty,f=Array.isArray,d=Object.keys,p=s.bind,m=Object.create,Ctor=function(){},_=function(e){return e instanceof _?e:this instanceof _?void(this._wrapped=e):new _(e)};e.exports&&(t=e.exports=_),t._=_,_.VERSION="1.8.3";var optimizeCb=function(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)};case 4:return function(n,r,a,i){return e.call(t,n,r,a,i)}}return function(){return e.apply(t,arguments)}},cb=function(e,t,n){return null==e?_.identity:_.isFunction(e)?optimizeCb(e,t,n):_.isObject(e)?_.matcher(e):_.property(e)};_.iteratee=function(e,t){return cb(e,t,1/0)};var createAssigner=function(e,t){return function(n){var r=arguments.length;if(r<2||null==n)return n;for(var a=1;a=0&&t<=g};function createReduce(e){function iterator(t,n,r,a,i,o){for(;i>=0&&i0?0:o-1;return arguments.length<3&&(r=t[i?i[s]:s],s+=e),iterator(t,n,r,i,s,o)}}_.each=_.forEach=function(e,t,n){var r,a;if(t=optimizeCb(t,n),isArrayLike(e))for(r=0,a=e.length;r=0},_.invoke=function(e,t){var n=u.call(arguments,2),r=_.isFunction(t);return _.map(e,(function(e){var a=r?t:e[t];return null==a?a:a.apply(e,n)}))},_.pluck=function(e,t){return _.map(e,_.property(t))},_.where=function(e,t){return _.filter(e,_.matcher(t))},_.findWhere=function(e,t){return _.find(e,_.matcher(t))},_.max=function(e,t,n){var r,a,i=-1/0,o=-1/0;if(null==t&&null!=e)for(var s=0,l=(e=isArrayLike(e)?e:_.values(e)).length;si&&(i=r);else t=cb(t,n),_.each(e,(function(e,n,r){((a=t(e,n,r))>o||a===-1/0&&i===-1/0)&&(i=e,o=a)}));return i},_.min=function(e,t,n){var r,a,i=1/0,o=1/0;if(null==t&&null!=e)for(var s=0,l=(e=isArrayLike(e)?e:_.values(e)).length;sr||void 0===n)return 1;if(n0?0:a-1;i>=0&&i0?o=i>=0?i:Math.max(i+s,o):s=i>=0?Math.min(i+1,s):i+s+1;else if(n&&i&&s)return r[i=n(r,a)]===a?i:-1;if(a!=a)return(i=t(u.call(r,o,s),_.isNaN))>=0?i+o:-1;for(i=e>0?o:s-1;i>=0&&it?(o&&(clearTimeout(o),o=null),s=l,i=e.apply(r,a),o||(r=a=null)):o||!1===n.trailing||(o=setTimeout(later,u)),i}},_.debounce=function(e,t,n){var r,a,i,o,s,later=function(){var l=_.now()-o;l=0?r=setTimeout(later,t-l):(r=null,n||(s=e.apply(i,a),r||(i=a=null)))};return function(){i=this,a=arguments,o=_.now();var l=n&&!r;return r||(r=setTimeout(later,t)),l&&(s=e.apply(i,a),i=a=null),s}},_.wrap=function(e,t){return _.partial(t,e)},_.negate=function(e){return function(){return!e.apply(this,arguments)}},_.compose=function(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}},_.after=function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},_.before=function(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}},_.once=_.partial(_.before,2);var y=!{toString:null}.propertyIsEnumerable("toString"),b=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];function collectNonEnumProps(e,t){var n=b.length,r=e.constructor,a=_.isFunction(r)&&r.prototype||o,i="constructor";for(_.has(e,i)&&!_.contains(t,i)&&t.push(i);n--;)(i=b[n])in e&&e[i]!==a[i]&&!_.contains(t,i)&&t.push(i)}_.keys=function(e){if(!_.isObject(e))return[];if(d)return d(e);var t=[];for(var n in e)_.has(e,n)&&t.push(n);return y&&collectNonEnumProps(e,t),t},_.allKeys=function(e){if(!_.isObject(e))return[];var t=[];for(var n in e)t.push(n);return y&&collectNonEnumProps(e,t),t},_.values=function(e){for(var t=_.keys(e),n=t.length,r=Array(n),a=0;a":">",'"':""","'":"'","`":"`"},x=_.invert(w),createEscaper=function(e){var escaper=function(t){return e[t]},t="(?:"+_.keys(e).join("|")+")",n=RegExp(t),r=RegExp(t,"g");return function(e){return e=null==e?"":""+e,n.test(e)?e.replace(r,escaper):e}};_.escape=createEscaper(w),_.unescape=createEscaper(x),_.result=function(e,t,n){var r=null==e?void 0:e[t];return void 0===r&&(r=n),_.isFunction(r)?r.call(e):r};var k=0;_.uniqueId=function(e){var t=++k+"";return e?e+t:t},_.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var C=/(.)^/,S={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},O=/\\|'|\r|\n|\u2028|\u2029/g,escapeChar=function(e){return"\\"+S[e]};_.template=function(e,t,n){!t&&n&&(t=n),t=_.defaults({},t,_.templateSettings);var r=RegExp([(t.escape||C).source,(t.interpolate||C).source,(t.evaluate||C).source].join("|")+"|$","g"),a=0,i="__p+='";e.replace(r,(function(t,n,r,o,s){return i+=e.slice(a,s).replace(O,escapeChar),a=s+t.length,n?i+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?i+="'+\n((__t=("+r+"))==null?'':__t)+\n'":o&&(i+="';\n"+o+"\n__p+='"),t})),i+="';\n",t.variable||(i="with(obj||{}){\n"+i+"}\n"),i="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+i+"return __p;\n";try{var o=new Function(t.variable||"obj","_",i)}catch(e){throw e.source=i,e}var template=function(e){return o.call(this,e,_)},s=t.variable||"obj";return template.source="function("+s+"){\n"+i+"}",template},_.chain=function(e){var t=_(e);return t._chain=!0,t};var result=function(e,t){return e._chain?_(t).chain():t};_.mixin=function(e){_.each(_.functions(e),(function(t){var n=_[t]=e[t];_.prototype[t]=function(){var e=[this._wrapped];return l.apply(e,arguments),result(this,n.apply(_,e))}}))},_.mixin(_),_.each(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=i[e];_.prototype[e]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0],result(this,n)}})),_.each(["concat","join","slice"],(function(e){var t=i[e];_.prototype[e]=function(){return result(this,t.apply(this._wrapped,arguments))}})),_.prototype.value=function(){return this._wrapped},_.prototype.valueOf=_.prototype.toJSON=_.prototype.value,_.prototype.toString=function(){return""+this._wrapped},void 0===(r=function(){return _}.apply(t,[]))||(e.exports=r)}).call(this)},function(e,t,n){"use strict";var r=n(2),a=n.n(r),i=n(3),o=n.n(i),s=n(10),l=n.n(s),u=n(4),c=n.n(u),h=n(5),f=n.n(h),d=n(0),p=n.n(d),m=n(6),g=n.n(m),v=n(52),y=n.n(v),b=n(13),w=n(15);function _createSuper(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=p()(e);if(t){var a=p()(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return f()(this,n)}}var x=function(e){c()(AppRouter,e);var t=_createSuper(AppRouter);function AppRouter(){var e;return a()(this,AppRouter),e=t.call(this,{routes:{"testresult/:uid(/)(:tabName)":"testresultPage","*default":"notFound"}}),g()(l()(e),"currentUrl",null),e.on("route",e.onRouteChange,l()(e)),e}return o()(AppRouter,[{key:"onRouteChange",value:function(){this.previousUrl=this.currentUrl,this.currentUrl=this.getCurrentUrl()}},{key:"getCurrentUrl",value:function(){return b.history.getFragment()}},{key:"reload",value:function(){b.history.loadUrl(this.getCurrentUrl())}},{key:"to",value:function(e,t,n){t=Object(w.omit)(t,(function(e){return null===e}));var r=y.a.format({pathname:e,query:t});return this.toUrl(r,n)}},{key:"toUrl",value:function(e,t){return this.navigate(e,Object.assign({trigger:!0},t))}},{key:"setSearch",value:function(e){var t=y.a.parse(this.getCurrentUrl()).pathname;return this.to(t,e)}},{key:"getUrlParams",value:function(){var e=y.a.parse(this.getCurrentUrl(),!0);return e?e.query:{}}}]),AppRouter}(b.Router);t.a=new x},function(e,t,n){var r; -/*! - * jQuery JavaScript Library v3.6.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright OpenJS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2022-08-26T17:52Z - */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,a){"use strict";var i=[],o=Object.getPrototypeOf,s=i.slice,l=i.flat?function(e){return i.flat.call(e)}:function(e){return i.concat.apply([],e)},u=i.push,c=i.indexOf,h={},f=h.toString,d=h.hasOwnProperty,p=d.toString,m=p.call(Object),g={},isFunction=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},isWindow=function(e){return null!=e&&e===e.window},v=n.document,y={type:!0,src:!0,nonce:!0,noModule:!0};function DOMEval(e,t,n){var r,a,i=(n=n||v).createElement("script");if(i.text=e,t)for(r in y)(a=t[r]||t.getAttribute&&t.getAttribute(r))&&i.setAttribute(r,a);n.head.appendChild(i).parentNode.removeChild(i)}function toType(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?h[f.call(e)]||"object":typeof e}var jQuery=function(e,t){return new jQuery.fn.init(e,t)};function isArrayLike(e){var t=!!e&&"length"in e&&e.length,n=toType(e);return!isFunction(e)&&!isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}jQuery.fn=jQuery.prototype={jquery:"3.6.1",constructor:jQuery,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=jQuery.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return jQuery.each(this,e)},map:function(e){return this.pushStack(jQuery.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(jQuery.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(jQuery.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|"+V+")"+V+"*"),q=new RegExp(V+"|>"),W=new RegExp(I),$=new RegExp("^"+L+"$"),G={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+B),PSEUDO:new RegExp("^"+I),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+V+"*(even|odd|(([+-]|)(\\d*)n|)"+V+"*(?:([+-]|)"+V+"*(\\d+)|))"+V+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+V+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+V+"*((?:-\\d)?\\d*)"+V+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,K=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Q=/[+~]/,ee=new RegExp("\\\\[\\da-fA-F]{1,6}"+V+"?|\\\\([^\\r\\n\\f])","g"),funescape=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,fcssescape=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},unloadHandler=function(){f()},ne=addCombinator((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{A.apply(P=D.call(x.childNodes),x.childNodes),P[x.childNodes.length].nodeType}catch(e){A={apply:P.length?function(e,t){M.apply(e,D.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function Sizzle(e,t,r,a){var i,s,u,c,h,p,v,y=t&&t.ownerDocument,x=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==x&&9!==x&&11!==x)return r;if(!a&&(f(t),t=t||d,m)){if(11!==x&&(h=J.exec(e)))if(i=h[1]){if(9===x){if(!(u=t.getElementById(i)))return r;if(u.id===i)return r.push(u),r}else if(y&&(u=y.getElementById(i))&&b(t,u)&&u.id===i)return r.push(u),r}else{if(h[2])return A.apply(r,t.getElementsByTagName(e)),r;if((i=h[3])&&n.getElementsByClassName&&t.getElementsByClassName)return A.apply(r,t.getElementsByClassName(i)),r}if(n.qsa&&!E[e+" "]&&(!g||!g.test(e))&&(1!==x||"object"!==t.nodeName.toLowerCase())){if(v=e,y=t,1===x&&(q.test(e)||H.test(e))){for((y=Q.test(e)&&testContext(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute("id"))?c=c.replace(te,fcssescape):t.setAttribute("id",c=w)),s=(p=o(e)).length;s--;)p[s]=(c?"#"+c:":scope")+" "+toSelector(p[s]);v=p.join(",")}try{return A.apply(r,y.querySelectorAll(v)),r}catch(t){E(e,!0)}finally{c===w&&t.removeAttribute("id")}}}return l(e.replace(F,"$1"),t,r,a)}function createCache(){var e=[];return function cache(t,n){return e.push(t+" ")>r.cacheLength&&delete cache[e.shift()],cache[t+" "]=n}}function markFunction(e){return e[w]=!0,e}function assert(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function addHandle(e,t){for(var n=e.split("|"),a=n.length;a--;)r.attrHandle[n[a]]=t}function siblingCheck(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function createInputPseudo(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function createButtonPseudo(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function createDisabledPseudo(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ne(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function createPositionalPseudo(e){return markFunction((function(t){return t=+t,markFunction((function(n,r){for(var a,i=e([],n.length,t),o=i.length;o--;)n[a=i[o]]&&(n[a]=!(r[a]=n[a]))}))}))}function testContext(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=Sizzle.support={},i=Sizzle.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},f=Sizzle.setDocument=function(e){var t,a,o=e?e.ownerDocument||e:x;return o!=d&&9===o.nodeType&&o.documentElement?(p=(d=o).documentElement,m=!i(d),x!=d&&(a=d.defaultView)&&a.top!==a&&(a.addEventListener?a.addEventListener("unload",unloadHandler,!1):a.attachEvent&&a.attachEvent("onunload",unloadHandler)),n.scope=assert((function(e){return p.appendChild(e).appendChild(d.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=assert((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=assert((function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=Z.test(d.getElementsByClassName),n.getById=assert((function(e){return p.appendChild(e).id=w,!d.getElementsByName||!d.getElementsByName(w).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(ee,funescape);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(ee,funescape);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,r,a,i=t.getElementById(e);if(i){if((n=i.getAttributeNode("id"))&&n.value===e)return[i];for(a=t.getElementsByName(e),r=0;i=a[r++];)if((n=i.getAttributeNode("id"))&&n.value===e)return[i]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],a=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[a++];)1===n.nodeType&&r.push(n);return r}return i},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},v=[],g=[],(n.qsa=Z.test(d.querySelectorAll))&&(assert((function(e){var t;p.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+V+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+V+"*(?:value|"+N+")"),e.querySelectorAll("[id~="+w+"-]").length||g.push("~="),(t=d.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||g.push("\\["+V+"*name"+V+"*="+V+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+w+"+*").length||g.push(".#.+[+~]"),e.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),assert((function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+V+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),p.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=Z.test(y=p.matches||p.webkitMatchesSelector||p.mozMatchesSelector||p.oMatchesSelector||p.msMatchesSelector))&&assert((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),v.push("!=",I)})),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),t=Z.test(p.compareDocumentPosition),b=t||Z.test(p.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},sortOrder=t?function(e,t){if(e===t)return h=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==d||e.ownerDocument==x&&b(x,e)?-1:t==d||t.ownerDocument==x&&b(x,t)?1:c?indexOf(c,e)-indexOf(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return h=!0,0;var n,r=0,a=e.parentNode,i=t.parentNode,o=[e],s=[t];if(!a||!i)return e==d?-1:t==d?1:a?-1:i?1:c?indexOf(c,e)-indexOf(c,t):0;if(a===i)return siblingCheck(e,t);for(n=e;n=n.parentNode;)o.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;o[r]===s[r];)r++;return r?siblingCheck(o[r],s[r]):o[r]==x?-1:s[r]==x?1:0},d):d},Sizzle.matches=function(e,t){return Sizzle(e,null,null,t)},Sizzle.matchesSelector=function(e,t){if(f(e),n.matchesSelector&&m&&!E[t+" "]&&(!v||!v.test(t))&&(!g||!g.test(t)))try{var r=y.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){E(t,!0)}return Sizzle(t,d,null,[e]).length>0},Sizzle.contains=function(e,t){return(e.ownerDocument||e)!=d&&f(e),b(e,t)},Sizzle.attr=function(e,t){(e.ownerDocument||e)!=d&&f(e);var a=r.attrHandle[t.toLowerCase()],i=a&&R.call(r.attrHandle,t.toLowerCase())?a(e,t,!m):void 0;return void 0!==i?i:n.attributes||!m?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},Sizzle.escape=function(e){return(e+"").replace(te,fcssescape)},Sizzle.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},Sizzle.uniqueSort=function(e){var t,r=[],a=0,i=0;if(h=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(sortOrder),h){for(;t=e[i++];)t===e[i]&&(a=r.push(i));for(;a--;)e.splice(r[a],1)}return c=null,e},a=Sizzle.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=a(t);return n},(r=Sizzle.selectors={cacheLength:50,createPseudo:markFunction,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(ee,funescape),e[3]=(e[3]||e[4]||e[5]||"").replace(ee,funescape),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||Sizzle.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&Sizzle.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&W.test(n)&&(t=o(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(ee,funescape).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=S[e+" "];return t||(t=new RegExp("(^|"+V+")"+e+"("+V+"|$)"))&&S(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var a=Sizzle.attr(r,e);return null==a?"!="===t:!t||(a+="","="===t?a===n:"!="===t?a!==n:"^="===t?n&&0===a.indexOf(n):"*="===t?n&&a.indexOf(n)>-1:"$="===t?n&&a.slice(-n.length)===n:"~="===t?(" "+a.replace(z," ")+" ").indexOf(n)>-1:"|="===t&&(a===n||a.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,a){var i="nth"!==e.slice(0,3),o="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===a?function(e){return!!e.parentNode}:function(t,n,l){var u,c,h,f,d,p,m=i!==o?"nextSibling":"previousSibling",g=t.parentNode,v=s&&t.nodeName.toLowerCase(),y=!l&&!s,b=!1;if(g){if(i){for(;m;){for(f=t;f=f[m];)if(s?f.nodeName.toLowerCase()===v:1===f.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[o?g.firstChild:g.lastChild],o&&y){for(b=(d=(u=(c=(h=(f=g)[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]||[])[0]===k&&u[1])&&u[2],f=d&&g.childNodes[d];f=++d&&f&&f[m]||(b=d=0)||p.pop();)if(1===f.nodeType&&++b&&f===t){c[e]=[k,d,b];break}}else if(y&&(b=d=(u=(c=(h=(f=t)[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]||[])[0]===k&&u[1]),!1===b)for(;(f=++d&&f&&f[m]||(b=d=0)||p.pop())&&((s?f.nodeName.toLowerCase()!==v:1!==f.nodeType)||!++b||(y&&((c=(h=f[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]=[k,b]),f!==t)););return(b-=a)===r||b%r==0&&b/r>=0}}},PSEUDO:function(e,t){var n,a=r.pseudos[e]||r.setFilters[e.toLowerCase()]||Sizzle.error("unsupported pseudo: "+e);return a[w]?a(t):a.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?markFunction((function(e,n){for(var r,i=a(e,t),o=i.length;o--;)e[r=indexOf(e,i[o])]=!(n[r]=i[o])})):function(e){return a(e,0,n)}):a}},pseudos:{not:markFunction((function(e){var t=[],n=[],r=s(e.replace(F,"$1"));return r[w]?markFunction((function(e,t,n,a){for(var i,o=r(e,null,a,[]),s=e.length;s--;)(i=o[s])&&(e[s]=!(t[s]=i))})):function(e,a,i){return t[0]=e,r(t,null,i,n),t[0]=null,!n.pop()}})),has:markFunction((function(e){return function(t){return Sizzle(e,t).length>0}})),contains:markFunction((function(e){return e=e.replace(ee,funescape),function(t){return(t.textContent||a(t)).indexOf(e)>-1}})),lang:markFunction((function(e){return $.test(e||"")||Sizzle.error("unsupported lang: "+e),e=e.replace(ee,funescape).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===p},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:createDisabledPseudo(!1),disabled:createDisabledPseudo(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return X.test(e.nodeName)},input:function(e){return K.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:createPositionalPseudo((function(){return[0]})),last:createPositionalPseudo((function(e,t){return[t-1]})),eq:createPositionalPseudo((function(e,t,n){return[n<0?n+t:n]})),even:createPositionalPseudo((function(e,t){for(var n=0;nt?t:n;--r>=0;)e.push(r);return e})),gt:createPositionalPseudo((function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){for(var a=e.length;a--;)if(!e[a](t,n,r))return!1;return!0}:e[0]}function condense(e,t,n,r,a){for(var i,o=[],s=0,l=e.length,u=null!=t;s-1&&(i[u]=!(o[u]=h))}}else v=condense(v===o?v.splice(p,v.length):v),a?a(null,o,v,l):A.apply(o,v)}))}function matcherFromTokens(e){for(var t,n,a,i=e.length,o=r.relative[e[0].type],s=o||r.relative[" "],l=o?1:0,c=addCombinator((function(e){return e===t}),s,!0),h=addCombinator((function(e){return indexOf(t,e)>-1}),s,!0),f=[function(e,n,r){var a=!o&&(r||n!==u)||((t=n).nodeType?c(e,n,r):h(e,n,r));return t=null,a}];l1&&elementMatcher(f),l>1&&toSelector(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(F,"$1"),n,l0,a=e.length>0,superMatcher=function(i,o,s,l,c){var h,p,g,v=0,y="0",b=i&&[],w=[],x=u,C=i||a&&r.find.TAG("*",c),S=k+=null==x?1:Math.random()||.1,O=C.length;for(c&&(u=o==d||o||c);y!==O&&null!=(h=C[y]);y++){if(a&&h){for(p=0,o||h.ownerDocument==d||(f(h),s=!m);g=e[p++];)if(g(h,o||d,s)){l.push(h);break}c&&(k=S)}n&&((h=!g&&h)&&v--,i&&b.push(h))}if(v+=y,n&&y!==v){for(p=0;g=t[p++];)g(b,w,o,s);if(i){if(v>0)for(;y--;)b[y]||w[y]||(w[y]=j.call(l));w=condense(w)}A.apply(l,w),c&&!i&&w.length>0&&v+t.length>1&&Sizzle.uniqueSort(l)}return c&&(k=S,u=x),b};return n?markFunction(superMatcher):superMatcher}(i,a))).selector=e}return s},l=Sizzle.select=function(e,t,n,a){var i,l,u,c,h,f="function"==typeof e&&e,d=!a&&o(e=f.selector||e);if(n=n||[],1===d.length){if((l=d[0]=d[0].slice(0)).length>2&&"ID"===(u=l[0]).type&&9===t.nodeType&&m&&r.relative[l[1].type]){if(!(t=(r.find.ID(u.matches[0].replace(ee,funescape),t)||[])[0]))return n;f&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(i=G.needsContext.test(e)?0:l.length;i--&&(u=l[i],!r.relative[c=u.type]);)if((h=r.find[c])&&(a=h(u.matches[0].replace(ee,funescape),Q.test(l[0].type)&&testContext(t.parentNode)||t))){if(l.splice(i,1),!(e=a.length&&toSelector(l)))return A.apply(n,a),n;break}}return(f||s(e,d))(a,t,!m,n,!t||Q.test(e)&&testContext(t.parentNode)||t),n},n.sortStable=w.split("").sort(sortOrder).join("")===w,n.detectDuplicates=!!h,f(),n.sortDetached=assert((function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))})),assert((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||addHandle("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&assert((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||addHandle("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),assert((function(e){return null==e.getAttribute("disabled")}))||addHandle(N,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),Sizzle}(n);jQuery.find=b,jQuery.expr=b.selectors,jQuery.expr[":"]=jQuery.expr.pseudos,jQuery.uniqueSort=jQuery.unique=b.uniqueSort,jQuery.text=b.getText,jQuery.isXMLDoc=b.isXML,jQuery.contains=b.contains,jQuery.escapeSelector=b.escape;var dir=function(e,t,n){for(var r=[],a=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(a&&jQuery(e).is(n))break;r.push(e)}return r},siblings=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},w=jQuery.expr.match.needsContext;function nodeName(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var x=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function winnow(e,t,n){return isFunction(t)?jQuery.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?jQuery.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?jQuery.grep(e,(function(e){return c.call(t,e)>-1!==n})):jQuery.filter(t,e,n)}jQuery.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?jQuery.find.matchesSelector(r,e)?[r]:[]:jQuery.find.matches(e,jQuery.grep(t,(function(e){return 1===e.nodeType})))},jQuery.fn.extend({find:function(e){var t,n,r=this.length,a=this;if("string"!=typeof e)return this.pushStack(jQuery(e).filter((function(){for(t=0;t1?jQuery.uniqueSort(n):n},filter:function(e){return this.pushStack(winnow(this,e||[],!1))},not:function(e){return this.pushStack(winnow(this,e||[],!0))},is:function(e){return!!winnow(this,"string"==typeof e&&w.test(e)?jQuery(e):e||[],!1).length}});var k,C=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(jQuery.fn.init=function(e,t,n){var r,a;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:C.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof jQuery?t[0]:t,jQuery.merge(this,jQuery.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:v,!0)),x.test(r[1])&&jQuery.isPlainObject(t))for(r in t)isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(a=v.getElementById(r[2]))&&(this[0]=a,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):isFunction(e)?void 0!==n.ready?n.ready(e):e(jQuery):jQuery.makeArray(e,this)}).prototype=jQuery.fn,k=jQuery(v);var S=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function sibling(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}jQuery.fn.extend({has:function(e){var t=jQuery(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&jQuery.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?jQuery.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?c.call(jQuery(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(jQuery.uniqueSort(jQuery.merge(this.get(),jQuery(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),jQuery.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return dir(e,"parentNode")},parentsUntil:function(e,t,n){return dir(e,"parentNode",n)},next:function(e){return sibling(e,"nextSibling")},prev:function(e){return sibling(e,"previousSibling")},nextAll:function(e){return dir(e,"nextSibling")},prevAll:function(e){return dir(e,"previousSibling")},nextUntil:function(e,t,n){return dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return dir(e,"previousSibling",n)},siblings:function(e){return siblings((e.parentNode||{}).firstChild,e)},children:function(e){return siblings(e.firstChild)},contents:function(e){return null!=e.contentDocument&&o(e.contentDocument)?e.contentDocument:(nodeName(e,"template")&&(e=e.content||e),jQuery.merge([],e.childNodes))}},(function(e,t){jQuery.fn[e]=function(n,r){var a=jQuery.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(a=jQuery.filter(r,a)),this.length>1&&(O[e]||jQuery.uniqueSort(a),S.test(e)&&a.reverse()),this.pushStack(a)}}));var T=/[^\x20\t\r\n\f]+/g;function Identity(e){return e}function Thrower(e){throw e}function adoptValue(e,t,n,r){var a;try{e&&isFunction(a=e.promise)?a.call(e).done(t).fail(n):e&&isFunction(a=e.then)?a.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}jQuery.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return jQuery.each(e.match(T)||[],(function(e,n){t[n]=!0})),t}(e):jQuery.extend({},e);var t,n,r,a,i=[],o=[],s=-1,fire=function(){for(a=a||e.once,r=t=!0;o.length;s=-1)for(n=o.shift();++s-1;)i.splice(n,1),n<=s&&s--})),this},has:function(e){return e?jQuery.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return a=o=[],i=n="",this},disabled:function(){return!i},lock:function(){return a=o=[],n||t||(i=n=""),this},locked:function(){return!!a},fireWith:function(e,n){return a||(n=[e,(n=n||[]).slice?n.slice():n],o.push(n),t||fire()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},jQuery.extend({Deferred:function(e){var t=[["notify","progress",jQuery.Callbacks("memory"),jQuery.Callbacks("memory"),2],["resolve","done",jQuery.Callbacks("once memory"),jQuery.Callbacks("once memory"),0,"resolved"],["reject","fail",jQuery.Callbacks("once memory"),jQuery.Callbacks("once memory"),1,"rejected"]],r="pending",a={state:function(){return r},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return a.then(null,e)},pipe:function(){var e=arguments;return jQuery.Deferred((function(n){jQuery.each(t,(function(t,r){var a=isFunction(e[r[4]])&&e[r[4]];i[r[1]]((function(){var e=a&&a.apply(this,arguments);e&&isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,a?[e]:arguments)}))})),e=null})).promise()},then:function(e,r,a){var i=0;function resolve(e,t,r,a){return function(){var o=this,s=arguments,mightThrow=function(){var n,l;if(!(e=i&&(r!==Thrower&&(o=void 0,s=[n]),t.rejectWith(o,s))}};e?l():(jQuery.Deferred.getStackHook&&(l.stackTrace=jQuery.Deferred.getStackHook()),n.setTimeout(l))}}return jQuery.Deferred((function(n){t[0][3].add(resolve(0,n,isFunction(a)?a:Identity,n.notifyWith)),t[1][3].add(resolve(0,n,isFunction(e)?e:Identity)),t[2][3].add(resolve(0,n,isFunction(r)?r:Thrower))})).promise()},promise:function(e){return null!=e?jQuery.extend(e,a):a}},i={};return jQuery.each(t,(function(e,n){var o=n[2],s=n[5];a[n[1]]=o.add,s&&o.add((function(){r=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),o.add(n[3].fire),i[n[0]]=function(){return i[n[0]+"With"](this===i?void 0:this,arguments),this},i[n[0]+"With"]=o.fireWith})),a.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,r=Array(n),a=s.call(arguments),i=jQuery.Deferred(),updateFunc=function(e){return function(n){r[e]=this,a[e]=arguments.length>1?s.call(arguments):n,--t||i.resolveWith(r,a)}};if(t<=1&&(adoptValue(e,i.done(updateFunc(n)).resolve,i.reject,!t),"pending"===i.state()||isFunction(a[n]&&a[n].then)))return i.then();for(;n--;)adoptValue(a[n],updateFunc(n),i.reject);return i.promise()}});var E=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;jQuery.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&E.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},jQuery.readyException=function(e){n.setTimeout((function(){throw e}))};var R=jQuery.Deferred();function completed(){v.removeEventListener("DOMContentLoaded",completed),n.removeEventListener("load",completed),jQuery.ready()}jQuery.fn.ready=function(e){return R.then(e).catch((function(e){jQuery.readyException(e)})),this},jQuery.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--jQuery.readyWait:jQuery.isReady)||(jQuery.isReady=!0,!0!==e&&--jQuery.readyWait>0||R.resolveWith(v,[jQuery]))}}),jQuery.ready.then=R.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?n.setTimeout(jQuery.ready):(v.addEventListener("DOMContentLoaded",completed),n.addEventListener("load",completed));var access=function(e,t,n,r,a,i,o){var s=0,l=e.length,u=null==n;if("object"===toType(n))for(s in a=!0,n)access(e,t,s,n[s],!0,i,o);else if(void 0!==r&&(a=!0,isFunction(r)||(o=!0),u&&(o?(t.call(e,r),t=null):(u=t,t=function(e,t,n){return u.call(jQuery(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each((function(){A.remove(this,e)}))}}),jQuery.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=M.get(e,t),n&&(!r||Array.isArray(n)?r=M.access(e,t,jQuery.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=jQuery.queue(e,t),r=n.length,a=n.shift(),i=jQuery._queueHooks(e,t);"inprogress"===a&&(a=n.shift(),r--),a&&("fx"===t&&n.unshift("inprogress"),delete i.stop,a.call(e,(function(){jQuery.dequeue(e,t)}),i)),!r&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return M.get(e,n)||M.access(e,n,{empty:jQuery.Callbacks("once memory").add((function(){M.remove(e,[t+"queue",n])}))})}}),jQuery.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,$=/^$|^module$|\/(?:java|ecma)script/i;U=v.createDocumentFragment().appendChild(v.createElement("div")),(H=v.createElement("input")).setAttribute("type","radio"),H.setAttribute("checked","checked"),H.setAttribute("name","t"),U.appendChild(H),g.checkClone=U.cloneNode(!0).cloneNode(!0).lastChild.checked,U.innerHTML="",g.noCloneChecked=!!U.cloneNode(!0).lastChild.defaultValue,U.innerHTML="",g.option=!!U.lastChild;var G={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function getAll(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&nodeName(e,t)?jQuery.merge([e],n):n}function setGlobalEval(e,t){for(var n=0,r=e.length;n",""]);var Y=/<|&#?\w+;/;function buildFragment(e,t,n,r,a){for(var i,o,s,l,u,c,h=t.createDocumentFragment(),f=[],d=0,p=e.length;d-1)a&&a.push(i);else if(u=isAttached(i),o=getAll(h.appendChild(i),"script"),u&&setGlobalEval(o),n)for(c=0;i=o[c++];)$.test(i.type||"")&&n.push(i);return h}var K=/^([^.]*)(?:\.(.+)|)/;function returnTrue(){return!0}function returnFalse(){return!1}function expectSync(e,t){return e===function(){try{return v.activeElement}catch(e){}}()==("focus"===t)}function on(e,t,n,r,a,i){var o,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)on(e,s,n,r,t[s],i);return e}if(null==r&&null==a?(a=n,r=n=void 0):null==a&&("string"==typeof n?(a=r,r=void 0):(a=r,r=n,n=void 0)),!1===a)a=returnFalse;else if(!a)return e;return 1===i&&(o=a,(a=function(e){return jQuery().off(e),o.apply(this,arguments)}).guid=o.guid||(o.guid=jQuery.guid++)),e.each((function(){jQuery.event.add(this,t,a,r,n)}))}function leverageNative(e,t,n){n?(M.set(e,t,!1),jQuery.event.add(e,t,{namespace:!1,handler:function(e){var r,a,i=M.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(jQuery.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=s.call(arguments),M.set(this,t,i),r=n(this,t),this[t](),i!==(a=M.get(this,t))||r?M.set(this,t,!1):a={},i!==a)return e.stopImmediatePropagation(),e.preventDefault(),a&&a.value}else i.length&&(M.set(this,t,{value:jQuery.event.trigger(jQuery.extend(i[0],jQuery.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===M.get(e,t)&&jQuery.event.add(e,t,returnTrue)}jQuery.event={global:{},add:function(e,t,n,r,a){var i,o,s,l,u,c,h,f,d,p,m,g=M.get(e);if(acceptData(e))for(n.handler&&(n=(i=n).handler,a=i.selector),a&&jQuery.find.matchesSelector(I,a),n.guid||(n.guid=jQuery.guid++),(l=g.events)||(l=g.events=Object.create(null)),(o=g.handle)||(o=g.handle=function(t){return void 0!==jQuery&&jQuery.event.triggered!==t.type?jQuery.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(T)||[""]).length;u--;)d=m=(s=K.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),d&&(h=jQuery.event.special[d]||{},d=(a?h.delegateType:h.bindType)||d,h=jQuery.event.special[d]||{},c=jQuery.extend({type:d,origType:m,data:r,handler:n,guid:n.guid,selector:a,needsContext:a&&jQuery.expr.match.needsContext.test(a),namespace:p.join(".")},i),(f=l[d])||((f=l[d]=[]).delegateCount=0,h.setup&&!1!==h.setup.call(e,r,p,o)||e.addEventListener&&e.addEventListener(d,o)),h.add&&(h.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),a?f.splice(f.delegateCount++,0,c):f.push(c),jQuery.event.global[d]=!0)},remove:function(e,t,n,r,a){var i,o,s,l,u,c,h,f,d,p,m,g=M.hasData(e)&&M.get(e);if(g&&(l=g.events)){for(u=(t=(t||"").match(T)||[""]).length;u--;)if(d=m=(s=K.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),d){for(h=jQuery.event.special[d]||{},f=l[d=(r?h.delegateType:h.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=i=f.length;i--;)c=f[i],!a&&m!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(f.splice(i,1),c.selector&&f.delegateCount--,h.remove&&h.remove.call(e,c));o&&!f.length&&(h.teardown&&!1!==h.teardown.call(e,p,g.handle)||jQuery.removeEvent(e,d,g.handle),delete l[d])}else for(d in l)jQuery.event.remove(e,d+t[u],n,r,!0);jQuery.isEmptyObject(l)&&M.remove(e,"handle events")}},dispatch:function(e){var t,n,r,a,i,o,s=new Array(arguments.length),l=jQuery.event.fix(e),u=(M.get(this,"events")||Object.create(null))[l.type]||[],c=jQuery.event.special[l.type]||{};for(s[0]=l,t=1;t=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(i=[],o={},n=0;n-1:jQuery.find(a,this,null,[u]).length),o[a]&&i.push(r);i.length&&s.push({elem:u,handlers:i})}return u=this,l\s*$/g;function manipulationTarget(e,t){return nodeName(e,"table")&&nodeName(11!==t.nodeType?t:t.firstChild,"tr")&&jQuery(e).children("tbody")[0]||e}function disableScript(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function restoreScript(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function cloneCopyEvent(e,t){var n,r,a,i,o,s;if(1===t.nodeType){if(M.hasData(e)&&(s=M.get(e).events))for(a in M.remove(t,"handle events"),s)for(n=0,r=s[a].length;n1&&"string"==typeof p&&!g.checkClone&&Z.test(p))return e.each((function(a){var i=e.eq(a);m&&(t[0]=p.call(this,a,i.html())),domManip(i,t,n,r)}));if(f&&(i=(a=buildFragment(t,e[0].ownerDocument,!1,e,r)).firstChild,1===a.childNodes.length&&(a=i),i||r)){for(s=(o=jQuery.map(getAll(a,"script"),disableScript)).length;h0&&setGlobalEval(o,!l&&getAll(e,"script")),s},cleanData:function(e){for(var t,n,r,a=jQuery.event.special,i=0;void 0!==(n=e[i]);i++)if(acceptData(n)){if(t=n[M.expando]){if(t.events)for(r in t.events)a[r]?jQuery.event.remove(n,r):jQuery.removeEvent(n,r,t.handle);n[M.expando]=void 0}n[A.expando]&&(n[A.expando]=void 0)}}}),jQuery.fn.extend({detach:function(e){return remove(this,e,!0)},remove:function(e){return remove(this,e)},text:function(e){return access(this,(function(e){return void 0===e?jQuery.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return domManip(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||manipulationTarget(this,e).appendChild(e)}))},prepend:function(){return domManip(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=manipulationTarget(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return domManip(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return domManip(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(jQuery.cleanData(getAll(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return jQuery.clone(this,e,t)}))},html:function(e){return access(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!X.test(e)&&!G[(W.exec(e)||["",""])[1].toLowerCase()]){e=jQuery.htmlPrefilter(e);try{for(;n=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-l-s-.5))||0),l}function getWidthOrHeight(e,t,n){var r=getStyles(e),a=(!g.boxSizingReliable()||n)&&"border-box"===jQuery.css(e,"boxSizing",!1,r),i=a,o=curCSS(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Q.test(o)){if(!n)return o;o="auto"}return(!g.boxSizingReliable()&&a||!g.reliableTrDimensions()&&nodeName(e,"tr")||"auto"===o||!parseFloat(o)&&"inline"===jQuery.css(e,"display",!1,r))&&e.getClientRects().length&&(a="border-box"===jQuery.css(e,"boxSizing",!1,r),(i=s in e)&&(o=e[s])),(o=parseFloat(o)||0)+boxModelAdjustment(e,t,n||(a?"border":"content"),i,r,o)+"px"}function Tween(e,t,n,r,a){return new Tween.prototype.init(e,t,n,r,a)}jQuery.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=curCSS(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var a,i,o,s=camelCase(t),l=ee.test(t),u=e.style;if(l||(t=finalPropName(s)),o=jQuery.cssHooks[t]||jQuery.cssHooks[s],void 0===n)return o&&"get"in o&&void 0!==(a=o.get(e,!1,r))?a:u[t];"string"===(i=typeof n)&&(a=L.exec(n))&&a[1]&&(n=adjustCSS(e,t,a),i="number"),null!=n&&n==n&&("number"!==i||l||(n+=a&&a[3]||(jQuery.cssNumber[s]?"":"px")),g.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),o&&"set"in o&&void 0===(n=o.set(e,n,r))||(l?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,r){var a,i,o,s=camelCase(t);return ee.test(t)||(t=finalPropName(s)),(o=jQuery.cssHooks[t]||jQuery.cssHooks[s])&&"get"in o&&(a=o.get(e,!0,n)),void 0===a&&(a=curCSS(e,t,r)),"normal"===a&&t in le&&(a=le[t]),""===n||n?(i=parseFloat(a),!0===n||isFinite(i)?i||0:a):a}}),jQuery.each(["height","width"],(function(e,t){jQuery.cssHooks[t]={get:function(e,n,r){if(n)return!oe.test(jQuery.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?getWidthOrHeight(e,t,r):swap(e,se,(function(){return getWidthOrHeight(e,t,r)}))},set:function(e,n,r){var a,i=getStyles(e),o=!g.scrollboxSize()&&"absolute"===i.position,s=(o||r)&&"border-box"===jQuery.css(e,"boxSizing",!1,i),l=r?boxModelAdjustment(e,t,r,s,i):0;return s&&o&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-boxModelAdjustment(e,t,"border",!1,i)-.5)),l&&(a=L.exec(n))&&"px"!==(a[3]||"px")&&(e.style[t]=n,n=jQuery.css(e,t)),setPositiveNumber(0,n,l)}}})),jQuery.cssHooks.marginLeft=addGetHookIf(g.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(curCSS(e,"marginLeft"))||e.getBoundingClientRect().left-swap(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),jQuery.each({margin:"",padding:"",border:"Width"},(function(e,t){jQuery.cssHooks[e+t]={expand:function(n){for(var r=0,a={},i="string"==typeof n?n.split(" "):[n];r<4;r++)a[e+B[r]+t]=i[r]||i[r-2]||i[0];return a}},"margin"!==e&&(jQuery.cssHooks[e+t].set=setPositiveNumber)})),jQuery.fn.extend({css:function(e,t){return access(this,(function(e,t,n){var r,a,i={},o=0;if(Array.isArray(t)){for(r=getStyles(e),a=t.length;o1)}}),jQuery.Tween=Tween,Tween.prototype={constructor:Tween,init:function(e,t,n,r,a,i){this.elem=e,this.prop=n,this.easing=a||jQuery.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=i||(jQuery.cssNumber[n]?"":"px")},cur:function(){var e=Tween.propHooks[this.prop];return e&&e.get?e.get(this):Tween.propHooks._default.get(this)},run:function(e){var t,n=Tween.propHooks[this.prop];return this.options.duration?this.pos=t=jQuery.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Tween.propHooks._default.set(this),this}},Tween.prototype.init.prototype=Tween.prototype,Tween.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=jQuery.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){jQuery.fx.step[e.prop]?jQuery.fx.step[e.prop](e):1!==e.elem.nodeType||!jQuery.cssHooks[e.prop]&&null==e.elem.style[finalPropName(e.prop)]?e.elem[e.prop]=e.now:jQuery.style(e.elem,e.prop,e.now+e.unit)}}},Tween.propHooks.scrollTop=Tween.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},jQuery.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},jQuery.fx=Tween.prototype.init,jQuery.fx.step={};var ue,ce,he=/^(?:toggle|show|hide)$/,fe=/queueHooks$/;function schedule(){ce&&(!1===v.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(schedule):n.setTimeout(schedule,jQuery.fx.interval),jQuery.fx.tick())}function createFxNow(){return n.setTimeout((function(){ue=void 0})),ue=Date.now()}function genFx(e,t){var n,r=0,a={height:e};for(t=t?1:0;r<4;r+=2-t)a["margin"+(n=B[r])]=a["padding"+n]=e;return t&&(a.opacity=a.width=e),a}function createTween(e,t,n){for(var r,a=(Animation.tweeners[t]||[]).concat(Animation.tweeners["*"]),i=0,o=a.length;i1)},removeAttr:function(e){return this.each((function(){jQuery.removeAttr(this,e)}))}}),jQuery.extend({attr:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?jQuery.prop(e,t,n):(1===i&&jQuery.isXMLDoc(e)||(a=jQuery.attrHooks[t.toLowerCase()]||(jQuery.expr.match.bool.test(t)?de:void 0)),void 0!==n?null===n?void jQuery.removeAttr(e,t):a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:(e.setAttribute(t,n+""),n):a&&"get"in a&&null!==(r=a.get(e,t))?r:null==(r=jQuery.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&"radio"===t&&nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,a=t&&t.match(T);if(a&&1===e.nodeType)for(;n=a[r++];)e.removeAttribute(n)}}),de={set:function(e,t,n){return!1===t?jQuery.removeAttr(e,n):e.setAttribute(n,n),n}},jQuery.each(jQuery.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=pe[t]||jQuery.find.attr;pe[t]=function(e,t,r){var a,i,o=t.toLowerCase();return r||(i=pe[o],pe[o]=a,a=null!=n(e,t,r)?o:null,pe[o]=i),a}}));var me=/^(?:input|select|textarea|button)$/i,ge=/^(?:a|area)$/i;function stripAndCollapse(e){return(e.match(T)||[]).join(" ")}function getClass(e){return e.getAttribute&&e.getAttribute("class")||""}function classesToArray(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(T)||[]}jQuery.fn.extend({prop:function(e,t){return access(this,jQuery.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[jQuery.propFix[e]||e]}))}}),jQuery.extend({prop:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&jQuery.isXMLDoc(e)||(t=jQuery.propFix[t]||t,a=jQuery.propHooks[t]),void 0!==n?a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:e[t]=n:a&&"get"in a&&null!==(r=a.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=jQuery.find.attr(e,"tabindex");return t?parseInt(t,10):me.test(e.nodeName)||ge.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(jQuery.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),jQuery.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){jQuery.propFix[this.toLowerCase()]=this})),jQuery.fn.extend({addClass:function(e){var t,n,r,a,i,o;return isFunction(e)?this.each((function(t){jQuery(this).addClass(e.call(this,t,getClass(this)))})):(t=classesToArray(e)).length?this.each((function(){if(r=getClass(this),n=1===this.nodeType&&" "+stripAndCollapse(r)+" "){for(i=0;i-1;)n=n.replace(" "+a+" "," ");o=stripAndCollapse(n),r!==o&&this.setAttribute("class",o)}})):this:this.attr("class","")},toggleClass:function(e,t){var n,r,a,i,o=typeof e,s="string"===o||Array.isArray(e);return isFunction(e)?this.each((function(n){jQuery(this).toggleClass(e.call(this,n,getClass(this),t),t)})):"boolean"==typeof t&&s?t?this.addClass(e):this.removeClass(e):(n=classesToArray(e),this.each((function(){if(s)for(i=jQuery(this),a=0;a-1)return!0;return!1}});var ve=/\r/g;jQuery.fn.extend({val:function(e){var t,n,r,a=this[0];return arguments.length?(r=isFunction(e),this.each((function(n){var a;1===this.nodeType&&(null==(a=r?e.call(this,n,jQuery(this).val()):e)?a="":"number"==typeof a?a+="":Array.isArray(a)&&(a=jQuery.map(a,(function(e){return null==e?"":e+""}))),(t=jQuery.valHooks[this.type]||jQuery.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,a,"value")||(this.value=a))}))):a?(t=jQuery.valHooks[a.type]||jQuery.valHooks[a.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(a,"value"))?n:"string"==typeof(n=a.value)?n.replace(ve,""):null==n?"":n:void 0}}),jQuery.extend({valHooks:{option:{get:function(e){var t=jQuery.find.attr(e,"value");return null!=t?t:stripAndCollapse(jQuery.text(e))}},select:{get:function(e){var t,n,r,a=e.options,i=e.selectedIndex,o="select-one"===e.type,s=o?null:[],l=o?i+1:a.length;for(r=i<0?l:o?i:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),jQuery.each(["radio","checkbox"],(function(){jQuery.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=jQuery.inArray(jQuery(e).val(),t)>-1}},g.checkOn||(jQuery.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),g.focusin="onfocusin"in n;var ye=/^(?:focusinfocus|focusoutblur)$/,stopPropagationCallback=function(e){e.stopPropagation()};jQuery.extend(jQuery.event,{trigger:function(e,t,r,a){var i,o,s,l,u,c,h,f,p=[r||v],m=d.call(e,"type")?e.type:e,g=d.call(e,"namespace")?e.namespace.split("."):[];if(o=f=s=r=r||v,3!==r.nodeType&&8!==r.nodeType&&!ye.test(m+jQuery.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),u=m.indexOf(":")<0&&"on"+m,(e=e[jQuery.expando]?e:new jQuery.Event(m,"object"==typeof e&&e)).isTrigger=a?2:3,e.namespace=g.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:jQuery.makeArray(t,[e]),h=jQuery.event.special[m]||{},a||!h.trigger||!1!==h.trigger.apply(r,t))){if(!a&&!h.noBubble&&!isWindow(r)){for(l=h.delegateType||m,ye.test(l+m)||(o=o.parentNode);o;o=o.parentNode)p.push(o),s=o;s===(r.ownerDocument||v)&&p.push(s.defaultView||s.parentWindow||n)}for(i=0;(o=p[i++])&&!e.isPropagationStopped();)f=o,e.type=i>1?l:h.bindType||m,(c=(M.get(o,"events")||Object.create(null))[e.type]&&M.get(o,"handle"))&&c.apply(o,t),(c=u&&o[u])&&c.apply&&acceptData(o)&&(e.result=c.apply(o,t),!1===e.result&&e.preventDefault());return e.type=m,a||e.isDefaultPrevented()||h._default&&!1!==h._default.apply(p.pop(),t)||!acceptData(r)||u&&isFunction(r[m])&&!isWindow(r)&&((s=r[u])&&(r[u]=null),jQuery.event.triggered=m,e.isPropagationStopped()&&f.addEventListener(m,stopPropagationCallback),r[m](),e.isPropagationStopped()&&f.removeEventListener(m,stopPropagationCallback),jQuery.event.triggered=void 0,s&&(r[u]=s)),e.result}},simulate:function(e,t,n){var r=jQuery.extend(new jQuery.Event,n,{type:e,isSimulated:!0});jQuery.event.trigger(r,null,t)}}),jQuery.fn.extend({trigger:function(e,t){return this.each((function(){jQuery.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return jQuery.event.trigger(e,t,n,!0)}}),g.focusin||jQuery.each({focus:"focusin",blur:"focusout"},(function(e,t){var handler=function(e){jQuery.event.simulate(t,e.target,jQuery.event.fix(e))};jQuery.event.special[t]={setup:function(){var n=this.ownerDocument||this.document||this,r=M.access(n,t);r||n.addEventListener(e,handler,!0),M.access(n,t,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,r=M.access(n,t)-1;r?M.access(n,t,r):(n.removeEventListener(e,handler,!0),M.remove(n,t))}}}));var be=n.location,_e={guid:Date.now()},we=/\?/;jQuery.parseXML=function(e){var t,r;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){}return r=t&&t.getElementsByTagName("parsererror")[0],t&&!r||jQuery.error("Invalid XML: "+(r?jQuery.map(r.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var xe=/\[\]$/,ke=/\r?\n/g,Ce=/^(?:submit|button|image|reset|file)$/i,Se=/^(?:input|select|textarea|keygen)/i;function buildParams(e,t,n,r){var a;if(Array.isArray(t))jQuery.each(t,(function(t,a){n||xe.test(e)?r(e,a):buildParams(e+"["+("object"==typeof a&&null!=a?t:"")+"]",a,n,r)}));else if(n||"object"!==toType(t))r(e,t);else for(a in t)buildParams(e+"["+a+"]",t[a],n,r)}jQuery.param=function(e,t){var n,r=[],add=function(e,t){var n=isFunction(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!jQuery.isPlainObject(e))jQuery.each(e,(function(){add(this.name,this.value)}));else for(n in e)buildParams(n,e[n],t,add);return r.join("&")},jQuery.fn.extend({serialize:function(){return jQuery.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=jQuery.prop(this,"elements");return e?jQuery.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!jQuery(this).is(":disabled")&&Se.test(this.nodeName)&&!Ce.test(e)&&(this.checked||!q.test(e))})).map((function(e,t){var n=jQuery(this).val();return null==n?null:Array.isArray(n)?jQuery.map(n,(function(e){return{name:t.name,value:e.replace(ke,"\r\n")}})):{name:t.name,value:n.replace(ke,"\r\n")}})).get()}});var Oe=/%20/g,Te=/#.*$/,Ee=/([?&])_=[^&]*/,Re=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pe=/^(?:GET|HEAD)$/,je=/^\/\//,Me={},Ae={},De="*/".concat("*"),Ne=v.createElement("a");function addToPrefiltersOrTransports(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,a=0,i=t.toLowerCase().match(T)||[];if(isFunction(n))for(;r=i[a++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function inspectPrefiltersOrTransports(e,t,n,r){var a={},i=e===Ae;function inspect(o){var s;return a[o]=!0,jQuery.each(e[o]||[],(function(e,o){var l=o(t,n,r);return"string"!=typeof l||i||a[l]?i?!(s=l):void 0:(t.dataTypes.unshift(l),inspect(l),!1)})),s}return inspect(t.dataTypes[0])||!a["*"]&&inspect("*")}function ajaxExtend(e,t){var n,r,a=jQuery.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((a[n]?e:r||(r={}))[n]=t[n]);return r&&jQuery.extend(!0,e,r),e}Ne.href=be.href,jQuery.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:be.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(be.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":De,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":jQuery.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ajaxExtend(ajaxExtend(e,jQuery.ajaxSettings),t):ajaxExtend(jQuery.ajaxSettings,e)},ajaxPrefilter:addToPrefiltersOrTransports(Me),ajaxTransport:addToPrefiltersOrTransports(Ae),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var r,a,i,o,s,l,u,c,h,f,d=jQuery.ajaxSetup({},t),p=d.context||d,m=d.context&&(p.nodeType||p.jquery)?jQuery(p):jQuery.event,g=jQuery.Deferred(),y=jQuery.Callbacks("once memory"),b=d.statusCode||{},w={},x={},k="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(u){if(!o)for(o={};t=Re.exec(i);)o[t[1].toLowerCase()+" "]=(o[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=o[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?i:null},setRequestHeader:function(e,t){return null==u&&(e=x[e.toLowerCase()]=x[e.toLowerCase()]||e,w[e]=t),this},overrideMimeType:function(e){return null==u&&(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)C.always(e[C.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||k;return r&&r.abort(t),done(0,t),this}};if(g.promise(C),d.url=((e||d.url||be.href)+"").replace(je,be.protocol+"//"),d.type=t.method||t.type||d.method||d.type,d.dataTypes=(d.dataType||"*").toLowerCase().match(T)||[""],null==d.crossDomain){l=v.createElement("a");try{l.href=d.url,l.href=l.href,d.crossDomain=Ne.protocol+"//"+Ne.host!=l.protocol+"//"+l.host}catch(e){d.crossDomain=!0}}if(d.data&&d.processData&&"string"!=typeof d.data&&(d.data=jQuery.param(d.data,d.traditional)),inspectPrefiltersOrTransports(Me,d,t,C),u)return C;for(h in(c=jQuery.event&&d.global)&&0==jQuery.active++&&jQuery.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Pe.test(d.type),a=d.url.replace(Te,""),d.hasContent?d.data&&d.processData&&0===(d.contentType||"").indexOf("application/x-www-form-urlencoded")&&(d.data=d.data.replace(Oe,"+")):(f=d.url.slice(a.length),d.data&&(d.processData||"string"==typeof d.data)&&(a+=(we.test(a)?"&":"?")+d.data,delete d.data),!1===d.cache&&(a=a.replace(Ee,"$1"),f=(we.test(a)?"&":"?")+"_="+_e.guid+++f),d.url=a+f),d.ifModified&&(jQuery.lastModified[a]&&C.setRequestHeader("If-Modified-Since",jQuery.lastModified[a]),jQuery.etag[a]&&C.setRequestHeader("If-None-Match",jQuery.etag[a])),(d.data&&d.hasContent&&!1!==d.contentType||t.contentType)&&C.setRequestHeader("Content-Type",d.contentType),C.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+De+"; q=0.01":""):d.accepts["*"]),d.headers)C.setRequestHeader(h,d.headers[h]);if(d.beforeSend&&(!1===d.beforeSend.call(p,C,d)||u))return C.abort();if(k="abort",y.add(d.complete),C.done(d.success),C.fail(d.error),r=inspectPrefiltersOrTransports(Ae,d,t,C)){if(C.readyState=1,c&&m.trigger("ajaxSend",[C,d]),u)return C;d.async&&d.timeout>0&&(s=n.setTimeout((function(){C.abort("timeout")}),d.timeout));try{u=!1,r.send(w,done)}catch(e){if(u)throw e;done(-1,e)}}else done(-1,"No Transport");function done(e,t,o,l){var h,f,v,w,x,k=t;u||(u=!0,s&&n.clearTimeout(s),r=void 0,i=l||"",C.readyState=e>0?4:0,h=e>=200&&e<300||304===e,o&&(w=function(e,t,n){for(var r,a,i,o,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(a in s)if(s[a]&&s[a].test(r)){l.unshift(a);break}if(l[0]in n)i=l[0];else{for(a in n){if(!l[0]||e.converters[a+" "+l[0]]){i=a;break}o||(o=a)}i=i||o}if(i)return i!==l[0]&&l.unshift(i),n[i]}(d,C,o)),!h&&jQuery.inArray("script",d.dataTypes)>-1&&jQuery.inArray("json",d.dataTypes)<0&&(d.converters["text script"]=function(){}),w=function(e,t,n,r){var a,i,o,s,l,u={},c=e.dataTypes.slice();if(c[1])for(o in e.converters)u[o.toLowerCase()]=e.converters[o];for(i=c.shift();i;)if(e.responseFields[i]&&(n[e.responseFields[i]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=i,i=c.shift())if("*"===i)i=l;else if("*"!==l&&l!==i){if(!(o=u[l+" "+i]||u["* "+i]))for(a in u)if((s=a.split(" "))[1]===i&&(o=u[l+" "+s[0]]||u["* "+s[0]])){!0===o?o=u[a]:!0!==u[a]&&(i=s[0],c.unshift(s[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+l+" to "+i}}}return{state:"success",data:t}}(d,w,C,h),h?(d.ifModified&&((x=C.getResponseHeader("Last-Modified"))&&(jQuery.lastModified[a]=x),(x=C.getResponseHeader("etag"))&&(jQuery.etag[a]=x)),204===e||"HEAD"===d.type?k="nocontent":304===e?k="notmodified":(k=w.state,f=w.data,h=!(v=w.error))):(v=k,!e&&k||(k="error",e<0&&(e=0))),C.status=e,C.statusText=(t||k)+"",h?g.resolveWith(p,[f,k,C]):g.rejectWith(p,[C,k,v]),C.statusCode(b),b=void 0,c&&m.trigger(h?"ajaxSuccess":"ajaxError",[C,d,h?f:v]),y.fireWith(p,[C,k]),c&&(m.trigger("ajaxComplete",[C,d]),--jQuery.active||jQuery.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return jQuery.get(e,t,n,"json")},getScript:function(e,t){return jQuery.get(e,void 0,t,"script")}}),jQuery.each(["get","post"],(function(e,t){jQuery[t]=function(e,n,r,a){return isFunction(n)&&(a=a||r,r=n,n=void 0),jQuery.ajax(jQuery.extend({url:e,type:t,dataType:a,data:n,success:r},jQuery.isPlainObject(e)&&e))}})),jQuery.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),jQuery._evalUrl=function(e,t,n){return jQuery.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){jQuery.globalEval(e,t,n)}})},jQuery.fn.extend({wrapAll:function(e){var t;return this[0]&&(isFunction(e)&&(e=e.call(this[0])),t=jQuery(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return isFunction(e)?this.each((function(t){jQuery(this).wrapInner(e.call(this,t))})):this.each((function(){var t=jQuery(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=isFunction(e);return this.each((function(n){jQuery(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){jQuery(this).replaceWith(this.childNodes)})),this}}),jQuery.expr.pseudos.hidden=function(e){return!jQuery.expr.pseudos.visible(e)},jQuery.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},jQuery.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Ve={0:200,1223:204},Le=jQuery.ajaxSettings.xhr();g.cors=!!Le&&"withCredentials"in Le,g.ajax=Le=!!Le,jQuery.ajaxTransport((function(e){var t,r;if(g.cors||Le&&!e.crossDomain)return{send:function(a,i){var o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)s[o]=e.xhrFields[o];for(o in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||a["X-Requested-With"]||(a["X-Requested-With"]="XMLHttpRequest"),a)s.setRequestHeader(o,a[o]);t=function(e){return function(){t&&(t=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?i(0,"error"):i(s.status,s.statusText):i(Ve[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),r=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){t&&r()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),jQuery.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),jQuery.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return jQuery.globalEval(e),e}}}),jQuery.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),jQuery.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,a){t=jQuery(" - - - - - - - diff --git a/6651/plugin/behaviors/index.js b/6651/plugin/behaviors/index.js deleted file mode 100644 index a5eedc288c8..00000000000 --- a/6651/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/6651/plugin/packages/index.js b/6651/plugin/packages/index.js deleted file mode 100644 index 2989f333dba..00000000000 --- a/6651/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/6651/plugin/screen-diff/index.js b/6651/plugin/screen-diff/index.js deleted file mode 100644 index 3774f88e7eb..00000000000 --- a/6651/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/6651/plugin/screen-diff/styles.css b/6651/plugin/screen-diff/styles.css deleted file mode 100644 index 6cf2219521c..00000000000 --- a/6651/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/6651/styles.css b/6651/styles.css deleted file mode 100644 index 789aa4c478c..00000000000 --- a/6651/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+BQAAGAYAAAAGAAAABgAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAGQcAAGQGAABZCAAAAAgAACoHAAAABgAACQcAACcJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAIAAAOCAAADgWAAAAGAAAABgAAAAcAAAAHAAAABwAAAAgAAAAHAAAACAAAAAcAAAAGAAAACAAAAAgAAAAJAAAABgAAAAgAAAAFAAALCAAAAAYAAAAGAAAABgAAAAgAAAAGAAAABgAAAAgAAAAIAAAABgAAAAgAAAAIAAAABoAAAAaAAAAIAAAACAAAEwYAAAAJAAAABgAAAAcAAAAFAAACBgAAAAUAAAAGAAACBwAAAAcA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AaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+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+BQAAGAYAAAAGAAAABgAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAGQcAAGQGAABZCAAAAAgAACoHAAAABgAACQcAACcJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAIAAAOCAAADgWAAAAGAAAABgAAAAcAAAAHAAAABwAAAAgAAAAHAAAACAAAAAcAAAAGAAAACAAAAAgAAAAJAAAABgAAAAgAAAAFAAALCAAAAAYAAAAGAAAABgAAAAgAAAAGAAAABgAAAAgAAAAIAAAABgAAAAgAAAAIAAAABoAAAAaAAAAIAAAACAAAEwYAAAAJAAAABgAAAAcAAAAFAAACBgAAAAUAAAAGAAACBwAAAAcA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AaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+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,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) format("woff2"),url(data:font/woff;base64,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) 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+AAB1YQAAdZ4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AgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/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,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) 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/6651/widgets/behaviors.json b/6651/widgets/behaviors.json deleted file mode 100644 index 89a375728c0..00000000000 --- a/6651/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":733,"items":[]} \ No newline at end of file diff --git a/6651/widgets/categories-trend.json b/6651/widgets/categories-trend.json deleted file mode 100644 index 2a6675f62ee..00000000000 --- a/6651/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6651,"reportUrl":"https://waku-org.github.io/js-waku/6651/","reportName":"Allure Report with history","data":{}},{"buildOrder":6655,"reportUrl":"https://waku-org.github.io/js-waku/6655/","reportName":"Allure Report with history","data":{}},{"buildOrder":6650,"reportUrl":"https://waku-org.github.io/js-waku/6650/","reportName":"Allure Report with history","data":{}},{"buildOrder":6649,"reportUrl":"https://waku-org.github.io/js-waku/6649/","reportName":"Allure Report with history","data":{}},{"buildOrder":6648,"reportUrl":"https://waku-org.github.io/js-waku/6648/","reportName":"Allure Report with history","data":{}},{"buildOrder":6647,"reportUrl":"https://waku-org.github.io/js-waku/6647/","reportName":"Allure Report with history","data":{}},{"buildOrder":6646,"reportUrl":"https://waku-org.github.io/js-waku/6646/","reportName":"Allure Report with history","data":{}},{"buildOrder":6645,"reportUrl":"https://waku-org.github.io/js-waku/6645/","reportName":"Allure Report with history","data":{}},{"buildOrder":6638,"reportUrl":"https://waku-org.github.io/js-waku/6638/","reportName":"Allure Report with history","data":{}},{"buildOrder":6644,"reportUrl":"https://waku-org.github.io/js-waku/6644/","reportName":"Allure Report with history","data":{}},{"buildOrder":6642,"reportUrl":"https://waku-org.github.io/js-waku/6642/","reportName":"Allure Report with history","data":{"Test defects":9}},{"buildOrder":6643,"reportUrl":"https://waku-org.github.io/js-waku/6643/","reportName":"Allure Report with history","data":{}},{"buildOrder":6641,"reportUrl":"https://waku-org.github.io/js-waku/6641/","reportName":"Allure Report with history","data":{}},{"buildOrder":6640,"reportUrl":"https://waku-org.github.io/js-waku/6640/","reportName":"Allure Report with history","data":{}},{"buildOrder":6639,"reportUrl":"https://waku-org.github.io/js-waku/6639/","reportName":"Allure Report with history","data":{}},{"buildOrder":6637,"reportUrl":"https://waku-org.github.io/js-waku/6637/","reportName":"Allure Report with history","data":{}},{"buildOrder":6636,"reportUrl":"https://waku-org.github.io/js-waku/6636/","reportName":"Allure Report with history","data":{}},{"buildOrder":6635,"reportUrl":"https://waku-org.github.io/js-waku/6635/","reportName":"Allure Report with history","data":{}},{"buildOrder":6633,"reportUrl":"https://waku-org.github.io/js-waku/6633/","reportName":"Allure Report with history","data":{}},{"buildOrder":6632,"reportUrl":"https://waku-org.github.io/js-waku/6632/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/6651/widgets/categories.json b/6651/widgets/categories.json deleted file mode 100644 index a527ade754f..00000000000 --- a/6651/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/6651/widgets/duration-trend.json b/6651/widgets/duration-trend.json deleted file mode 100644 index e5e8fc09758..00000000000 --- a/6651/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6651,"reportUrl":"https://waku-org.github.io/js-waku/6651/","reportName":"Allure Report with history","data":{"duration":756951}},{"buildOrder":6655,"reportUrl":"https://waku-org.github.io/js-waku/6655/","reportName":"Allure Report with history","data":{"duration":125035}},{"buildOrder":6650,"reportUrl":"https://waku-org.github.io/js-waku/6650/","reportName":"Allure Report with history","data":{"duration":752336}},{"buildOrder":6649,"reportUrl":"https://waku-org.github.io/js-waku/6649/","reportName":"Allure Report with history","data":{"duration":758003}},{"buildOrder":6648,"reportUrl":"https://waku-org.github.io/js-waku/6648/","reportName":"Allure Report with history","data":{"duration":752515}},{"buildOrder":6647,"reportUrl":"https://waku-org.github.io/js-waku/6647/","reportName":"Allure Report with history","data":{"duration":753650}},{"buildOrder":6646,"reportUrl":"https://waku-org.github.io/js-waku/6646/","reportName":"Allure Report with history","data":{"duration":767192}},{"buildOrder":6645,"reportUrl":"https://waku-org.github.io/js-waku/6645/","reportName":"Allure Report with history","data":{"duration":763893}},{"buildOrder":6638,"reportUrl":"https://waku-org.github.io/js-waku/6638/","reportName":"Allure Report with history","data":{"duration":768691}},{"buildOrder":6644,"reportUrl":"https://waku-org.github.io/js-waku/6644/","reportName":"Allure Report with history","data":{"duration":798639}},{"buildOrder":6642,"reportUrl":"https://waku-org.github.io/js-waku/6642/","reportName":"Allure Report with history","data":{"duration":1129805}},{"buildOrder":6643,"reportUrl":"https://waku-org.github.io/js-waku/6643/","reportName":"Allure Report with history","data":{"duration":743190}},{"buildOrder":6641,"reportUrl":"https://waku-org.github.io/js-waku/6641/","reportName":"Allure Report with history","data":{"duration":754043}},{"buildOrder":6640,"reportUrl":"https://waku-org.github.io/js-waku/6640/","reportName":"Allure Report with history","data":{"duration":760452}},{"buildOrder":6639,"reportUrl":"https://waku-org.github.io/js-waku/6639/","reportName":"Allure Report with history","data":{"duration":761678}},{"buildOrder":6637,"reportUrl":"https://waku-org.github.io/js-waku/6637/","reportName":"Allure Report with history","data":{"duration":772903}},{"buildOrder":6636,"reportUrl":"https://waku-org.github.io/js-waku/6636/","reportName":"Allure Report with history","data":{"duration":744452}},{"buildOrder":6635,"reportUrl":"https://waku-org.github.io/js-waku/6635/","reportName":"Allure Report with history","data":{"duration":772076}},{"buildOrder":6633,"reportUrl":"https://waku-org.github.io/js-waku/6633/","reportName":"Allure Report with history","data":{"duration":786039}},{"buildOrder":6632,"reportUrl":"https://waku-org.github.io/js-waku/6632/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/6651/widgets/duration.json b/6651/widgets/duration.json deleted file mode 100644 index 32cd28a4114..00000000000 --- a/6651/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"9055e7fbd9b6a9b4","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710204945837,"stop":1710204945838,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1278eb207ab59c","name":"safeDispatchEvent","time":{"start":1710204735370,"stop":1710204735371,"duration":1},"status":"passed","severity":"normal"},{"uid":"660f6dfa2d67b2a","name":"Push message with custom timestamp: 1679446447594","time":{"start":1710205063421,"stop":1710205063421,"duration":0},"status":"passed","severity":"normal"},{"uid":"431b6f271f222312","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710204945836,"stop":1710204945836,"duration":0},"status":"passed","severity":"normal"},{"uid":"b25a68dc4d77f79e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710205335154,"stop":1710205335154,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c9d50d7a3902589","name":"Fails to publish message with empty text","time":{"start":1710205115575,"stop":1710205115575,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ce019f63c760fb3","name":"Check received message containing Arabic","time":{"start":1710204847296,"stop":1710204847296,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3c40e7c64362863","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710205335163,"stop":1710205335163,"duration":0},"status":"passed","severity":"normal"},{"uid":"31671f93637702a3","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1710204702138,"stop":1710204702138,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba86f5ecbff4a12f","name":"topics with same application and version share the same shard","time":{"start":1710204643538,"stop":1710204643538,"duration":0},"status":"passed","severity":"normal"},{"uid":"9577d8fc3021929a","name":"isConnected should return false after all peers disconnect","time":{"start":1710204741132,"stop":1710204741133,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6e730289adb423a","name":"should throw error - invalid id","time":{"start":1710204651992,"stop":1710204651992,"duration":0},"status":"passed","severity":"normal"},{"uid":"6290398d48bb4fc0","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1710204666123,"stop":1710204666123,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef1e6cc0f026d65","name":"Ping on unsubscribed peer","time":{"start":1710204768033,"stop":1710204768033,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6b42320e28c47ad","name":"Query Generator - backward","time":{"start":1710205225503,"stop":1710205225503,"duration":0},"status":"passed","severity":"normal"},{"uid":"fee160563139a137","name":"Check received message containing special chars","time":{"start":1710205173282,"stop":1710205173290,"duration":8},"status":"passed","severity":"normal"},{"uid":"3662c9800941e8f0","name":"Push message with content topic containing special chars","time":{"start":1710205063413,"stop":1710205063413,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2af341f4efdd84d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710205173351,"stop":1710205173351,"duration":0},"status":"passed","severity":"normal"},{"uid":"990f3fc7be56cd43","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710204651182,"stop":1710204651183,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f28d5496aa17305","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1710204702137,"stop":1710204702138,"duration":1},"status":"passed","severity":"normal"},{"uid":"168c5a500b700ca6","name":"Subscribe and receive messages via lightPush","time":{"start":1710204945834,"stop":1710204945835,"duration":1},"status":"passed","severity":"normal"},{"uid":"29088e75ca4d4b4d","name":"Publish without waiting for remote peer","time":{"start":1710205111359,"stop":1710205111359,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba25ae290613ec51","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710204899725,"stop":1710204899726,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1d8860861ce8157","name":"Check meta is set [ecies]","time":{"start":1710204680596,"stop":1710204680596,"duration":0},"status":"passed","severity":"normal"},{"uid":"2592307ab3b6ec79","name":"Decoder throws on undefined content topic","time":{"start":1710204680597,"stop":1710204680597,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e573a0c55464cc8","name":"Subscribe and publish message","time":{"start":1710205111359,"stop":1710205111359,"duration":0},"status":"passed","severity":"normal"},{"uid":"4448cebe98fe31b9","name":"Ping on peer without subscriptions","time":{"start":1710204768035,"stop":1710204768035,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d87b2154e0a8228","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204770378,"stop":1710204770378,"duration":0},"status":"passed","severity":"normal"},{"uid":"442094471f9932fb","name":"Delete observer","time":{"start":1710205064963,"stop":1710205064963,"duration":0},"status":"passed","severity":"normal"},{"uid":"96aa867c0aa5e451","name":"Check received message containing Arabic","time":{"start":1710205173290,"stop":1710205173291,"duration":1},"status":"passed","severity":"normal"},{"uid":"e74c4e05a1ead655","name":"Push message with content topic containing XML","time":{"start":1710205233014,"stop":1710205233014,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d3ee7e633ccd740","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710205335148,"stop":1710205335149,"duration":1},"status":"passed","severity":"normal"},{"uid":"2659f9c68c3995e0","name":"Check received message containing Script","time":{"start":1710205173292,"stop":1710205173292,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a3702f6283fe7bb","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1710205265211,"stop":1710205265212,"duration":1},"status":"passed","severity":"normal"},{"uid":"55d1abf8aa91bbfa","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1710204847206,"stop":1710204847206,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b4124bbbf9940dc","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710204899742,"stop":1710204899742,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b7593678e09797b","name":"Relay - dialed after","time":{"start":1710205275704,"stop":1710205275705,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8af8d090c98abac","name":"Push message with long payload","time":{"start":1710205063393,"stop":1710205063393,"duration":0},"status":"passed","severity":"normal"},{"uid":"81b11291241ca143","name":"Push message with content topic containing JSON","time":{"start":1710205063417,"stop":1710205063417,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b673b7b84ff796","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1710204847174,"stop":1710204847175,"duration":1},"status":"passed","severity":"normal"},{"uid":"be20fa8219842610","name":"should be able to encode the field with only RELAY set to true","time":{"start":1710204651168,"stop":1710204651170,"duration":2},"status":"passed","severity":"normal"},{"uid":"920c46d72a96b933","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1710204651180,"stop":1710204651181,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6b191f3482c0fe1","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710204945843,"stop":1710204945843,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1580482000877","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1710204665687,"stop":1710204665687,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a165188cd9ae8ad","name":"Check publish message containing short","time":{"start":1710205115565,"stop":1710205115566,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7d3ef90d2b626f","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1710204665688,"stop":1710204665689,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6f5b930b06d894","name":"Check publish message containing Script","time":{"start":1710205115569,"stop":1710205115569,"duration":0},"status":"passed","severity":"normal"},{"uid":"db7d27a8a48b7c86","name":"should properly create location multiaddrs - tcp4","time":{"start":1710204651995,"stop":1710204651995,"duration":0},"status":"passed","severity":"normal"},{"uid":"288742325090eb81","name":"less peers than existing","time":{"start":1710205063578,"stop":1710205063579,"duration":1},"status":"skipped","severity":"normal"},{"uid":"95ac8e4b9fe88496","name":"Passing cursor with wrong message digest","time":{"start":1710205191799,"stop":1710205191799,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ce780f8ee10876","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710205218550,"stop":1710205218550,"duration":0},"status":"skipped","severity":"normal"},{"uid":"815f380893ca7e8a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710204945847,"stop":1710204945848,"duration":1},"status":"passed","severity":"normal"},{"uid":"af2f61bcf3085e23","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710204899743,"stop":1710204899744,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5fbd24d09d71a07","name":"Push message with content topic containing unicode special characters","time":{"start":1710205063418,"stop":1710205063419,"duration":1},"status":"passed","severity":"normal"},{"uid":"31a48c42fbbb5231","name":"should set field with all protocols disabled","time":{"start":1710204651997,"stop":1710204651997,"duration":0},"status":"passed","severity":"normal"},{"uid":"695aab4fb47dd44f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847176,"stop":1710204847176,"duration":0},"status":"passed","severity":"normal"},{"uid":"66acfec546b1172d","name":"Subscribe to topic containing shell command and publish message","time":{"start":1710205111367,"stop":1710205111368,"duration":1},"status":"passed","severity":"normal"},{"uid":"df750f416cb9a434","name":"same cluster, different shard: nodes connect","time":{"start":1710204977969,"stop":1710204977970,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c8498f73bef5b65","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1710205199520,"stop":1710205199521,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d15dd1855bd113f","name":"nwaku subscribes","time":{"start":1710205090225,"stop":1710205090225,"duration":0},"status":"passed","severity":"normal"},{"uid":"6823a1c564b9c71e","name":"Encoder throws on empty string content topic","time":{"start":1710204678871,"stop":1710204678871,"duration":0},"status":"passed","severity":"normal"},{"uid":"10be5f0ccfe822f4","name":"should not receive a peer event before start","time":{"start":1710204673137,"stop":1710204673138,"duration":1},"status":"passed","severity":"normal"},{"uid":"b988f902d6db53d","name":"should properly create location multiaddrs - udp","time":{"start":1710204651996,"stop":1710204651996,"duration":0},"status":"passed","severity":"normal"},{"uid":"c55322239fe44662","name":"Publish message with large meta","time":{"start":1710205115578,"stop":1710205115579,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdc2da136e7d8468","name":"throws on content topic with non-number generation field","time":{"start":1710204643534,"stop":1710204643534,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2cd3adf138af9c1","name":"Subscribe to topic containing XML and publish message","time":{"start":1710205111366,"stop":1710205111366,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8f71dbeb2d17d60","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","severity":"normal"},{"uid":"b887d8c8c0131311","name":"Subscribe to topic containing long and receive message","time":{"start":1710205335141,"stop":1710205335141,"duration":0},"status":"passed","severity":"normal"},{"uid":"35ceebdfaba827fe","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1710204847215,"stop":1710204847215,"duration":0},"status":"passed","severity":"normal"},{"uid":"b948b7da5cfa2c97","name":"caches peers it previously fetched","time":{"start":1710204666120,"stop":1710204666120,"duration":0},"status":"passed","severity":"normal"},{"uid":"db6a9a0d9a17cd8c","name":"1 Store, 2 relays, 2 fetches","time":{"start":1710204665754,"stop":1710204665754,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5aa07c5fce4aa3e","name":"Push message with Basic HTML tag payload","time":{"start":1710205233001,"stop":1710205233001,"duration":0},"status":"passed","severity":"normal"},{"uid":"35898842855e2be9","name":"Push message with content topic containing Chinese","time":{"start":1710205063413,"stop":1710205063414,"duration":1},"status":"passed","severity":"normal"},{"uid":"92b3fa24d08b756d","name":"udp ip6 address","time":{"start":1710204651184,"stop":1710204651184,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb121538e60de4bb","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1710204665684,"stop":1710204665684,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d23b12142caa5ac","name":"Check message received after jswaku node is restarted","time":{"start":1710205173355,"stop":1710205173355,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dbf4de4efee85216","name":"Push message with numeric payload","time":{"start":1710205232997,"stop":1710205232998,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7318030e0adb127","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710205335136,"stop":1710205335136,"duration":0},"status":"passed","severity":"normal"},{"uid":"6962a41f81744659","name":"Mutual subscription","time":{"start":1710205111358,"stop":1710205111358,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c47b0f5da9af28","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1710205191797,"stop":1710205191798,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4ede24f879d9f4c","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1710204643824,"stop":1710204643825,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c7a7186d97d5db4","name":"should set field with all protocols enabled","time":{"start":1710204651998,"stop":1710204651998,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef75d4a1f3d47b4f","name":"Overlapping topic subscription","time":{"start":1710205335151,"stop":1710205335152,"duration":1},"status":"passed","severity":"normal"},{"uid":"63e623dbedcd2a66","name":"unsubscribes","time":{"start":1710205246590,"stop":1710205246590,"duration":0},"status":"passed","severity":"normal"},{"uid":"d22504fd7d0d709e","name":"isConnected should return false after all peers disconnect","time":{"start":1710204695090,"stop":1710204695090,"duration":0},"status":"passed","severity":"normal"},{"uid":"69b8b4f57c3ae169","name":"should encode/decode to text encoding","time":{"start":1710204651993,"stop":1710204651994,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d6ec2310e43ff3","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1710204666121,"stop":1710204666122,"duration":1},"status":"passed","severity":"normal"},{"uid":"34c937998fe8e6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710205335142,"stop":1710205335143,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7c6ab762c68fbc2","name":"Passing page size 110 when there are 120 messages","time":{"start":1710205261854,"stop":1710205261854,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0071b114d838d4c","name":"Check received message with timestamp: 1710204694548000000 ","time":{"start":1710205173305,"stop":1710205173305,"duration":0},"status":"passed","severity":"normal"},{"uid":"41961376cc32ef94","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1710204847175,"stop":1710204847175,"duration":0},"status":"passed","severity":"normal"},{"uid":"308b615c8e38ab4e","name":"getPeersByDiscovery","time":{"start":1710204735366,"stop":1710204735367,"duration":1},"status":"passed","severity":"normal"},{"uid":"7201dc7ce1dc74c6","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1710204741131,"stop":1710204741131,"duration":0},"status":"passed","severity":"normal"},{"uid":"a753da95a0c7c469","name":"Reusing cursor across nodes","time":{"start":1710205191799,"stop":1710205191799,"duration":0},"status":"passed","severity":"normal"},{"uid":"2591cd75b9091f82","name":"Check publish message containing shell command","time":{"start":1710205115571,"stop":1710205115571,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2578cd2e8fb0b3b","name":"Ping on subscribed peer","time":{"start":1710204768034,"stop":1710204768035,"duration":1},"status":"passed","severity":"normal"},{"uid":"110046f7c02a817","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710205173350,"stop":1710205173351,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6f365f942e505e7","name":"returns all values when wanted number matches available values","time":{"start":1710204665105,"stop":1710204665106,"duration":1},"status":"passed","severity":"normal"},{"uid":"bae960c47367fe01","name":"Push message with SQL Injection payload","time":{"start":1710205232999,"stop":1710205233000,"duration":1},"status":"passed","severity":"normal"},{"uid":"26707daec191cd2f","name":"Subscribe and receive messages via lightPush","time":{"start":1710205335147,"stop":1710205335148,"duration":1},"status":"passed","severity":"normal"},{"uid":"72b891f620e6e26b","name":"Check received message with timestamp: 1710204694466000000 ","time":{"start":1710204847305,"stop":1710204847305,"duration":0},"status":"passed","severity":"normal"},{"uid":"754261fe4f10adba","name":"Query generator for 2000 messages","time":{"start":1710205227772,"stop":1710205227772,"duration":0},"status":"passed","severity":"normal"},{"uid":"73cd19d852e2ce46","name":"Push message with escaped characters payload","time":{"start":1710205063401,"stop":1710205063405,"duration":4},"status":"passed","severity":"normal"},{"uid":"9c9843bf47abf2e1","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1710204643824,"stop":1710204643824,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3a16d2886b42c0","name":"Push message with JSON payload","time":{"start":1710205063400,"stop":1710205063400,"duration":0},"status":"passed","severity":"normal"},{"uid":"c924b5a4f42660e0","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710205400266,"stop":1710205400266,"duration":0},"status":"passed","severity":"normal"},{"uid":"89f1bbdfb2b373f1","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1710204695087,"stop":1710204695087,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee4885ad50929a12","name":"returns all values when wanted number is greater than available values","time":{"start":1710204665107,"stop":1710204665107,"duration":0},"status":"passed","severity":"normal"},{"uid":"674785a31ab73b48","name":"should properly create peer info with all multiaddrs","time":{"start":1710204651997,"stop":1710204651997,"duration":0},"status":"passed","severity":"normal"},{"uid":"913820b8c6f76e86","name":"connects to nwaku","time":{"start":1710205266278,"stop":1710205266279,"duration":1},"status":"passed","severity":"normal"},{"uid":"6054f2561f650f74","name":"should add and remove event listeners correctly","time":{"start":1710204673141,"stop":1710204673141,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4349223d74a2151","name":"Push message with custom timestamp: 1710201247594","time":{"start":1710205063421,"stop":1710205063422,"duration":1},"status":"passed","severity":"normal"},{"uid":"48ec22c1e2e93c99","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710205335157,"stop":1710205335159,"duration":2},"status":"passed","severity":"normal"},{"uid":"c149bd1a9b1a8b0c","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710204945844,"stop":1710204945844,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d12a5d08a0929e3","name":"Check received message containing short","time":{"start":1710204847293,"stop":1710204847293,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2788d5951001e00","name":"Decoder throws on empty string content topic","time":{"start":1710204680598,"stop":1710204680598,"duration":0},"status":"passed","severity":"normal"},{"uid":"81818b00f1966fb","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710205335149,"stop":1710205335149,"duration":0},"status":"passed","severity":"normal"},{"uid":"b269035d196d5a","name":"Check received message containing short","time":{"start":1710205173310,"stop":1710205173311,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea581c646c2c8fb2","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1710204847175,"stop":1710204847176,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea3dbb99a898a05d","name":"Check message with non string payload is not received","time":{"start":1710204847312,"stop":1710204847312,"duration":0},"status":"passed","severity":"normal"},{"uid":"7107a1d295ae8c2e","name":"removeEventListener with wrong event","time":{"start":1710204735365,"stop":1710204735366,"duration":1},"status":"passed","severity":"normal"},{"uid":"304ed2d74d471d27","name":"Push message with special chars payload","time":{"start":1710205232998,"stop":1710205232998,"duration":0},"status":"passed","severity":"normal"},{"uid":"57cf1e68905294c5","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710204945842,"stop":1710204945843,"duration":1},"status":"passed","severity":"normal"},{"uid":"813075ac1fa4d3c7","name":"Check publish message containing emoji","time":{"start":1710205115572,"stop":1710205115573,"duration":1},"status":"passed","severity":"normal"},{"uid":"302214aa3748de0b","name":"creates an iterator","time":{"start":1710205246589,"stop":1710205246589,"duration":0},"status":"passed","severity":"normal"},{"uid":"52bccee4aec3d147","name":"Callback on promise, aborts when callback returns true","time":{"start":1710205227769,"stop":1710205227770,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb1bc61dae9aa0c","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1710204666122,"stop":1710204666122,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8f01d9098d7cad9","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710204945840,"stop":1710204945840,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a81460a40b1c8ac9","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1710204651181,"stop":1710204651181,"duration":0},"status":"passed","severity":"normal"},{"uid":"e55d871b50677da7","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1710205139943,"stop":1710205139943,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb15e8e8d6524dde","name":"Subscribe to topic containing short and receive message","time":{"start":1710204945841,"stop":1710204945842,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb8e91c268e0c1f0","name":"Check received message containing Basic HTML tag","time":{"start":1710204847301,"stop":1710204847301,"duration":0},"status":"passed","severity":"normal"},{"uid":"e98eb6207bca7100","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1710205241813,"stop":1710205241814,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a60cf62afa364ee","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1710205111364,"stop":1710205111364,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9266943e776cf6","name":"Subscribe and receive messages via waku relay post","time":{"start":1710205335130,"stop":1710205335130,"duration":0},"status":"passed","severity":"normal"},{"uid":"37681c34947956d6","name":"Subscribe and receives messages on 20 topics","time":{"start":1710205335150,"stop":1710205335150,"duration":0},"status":"passed","severity":"normal"},{"uid":"976c6716443e3ddf","name":"Promise Callback - forward","time":{"start":1710205225504,"stop":1710205225505,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccf00f61d59b4737","name":"Check received message containing XML","time":{"start":1710204847301,"stop":1710204847301,"duration":0},"status":"passed","severity":"normal"},{"uid":"dae60b04c4623e20","name":"Push message with custom timestamp: 1679446447365","time":{"start":1710205233018,"stop":1710205233018,"duration":0},"status":"passed","severity":"normal"},{"uid":"18bc660860c8a99c","name":"should be able to decode the field with only RELAY set to true","time":{"start":1710204651177,"stop":1710204651178,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2fca57b8c725f86","name":"Meta field set when metaSetter is specified","time":{"start":1710204656816,"stop":1710204656816,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1e5b912ee9a6ddd","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1710204770375,"stop":1710204770376,"duration":1},"status":"passed","severity":"normal"},{"uid":"3498a4cf2e6166e5","name":"Check received message containing emoji","time":{"start":1710205173305,"stop":1710205173305,"duration":0},"status":"passed","severity":"normal"},{"uid":"b50725ed6493b83c","name":"Check received message containing short","time":{"start":1710205173279,"stop":1710205173279,"duration":0},"status":"passed","severity":"normal"},{"uid":"9266aaf5c090465e","name":"Query Generator, Wrong PubsubTopic","time":{"start":1710205199515,"stop":1710205199515,"duration":0},"status":"passed","severity":"normal"},{"uid":"d63ca1979bcd25ea","name":"Push message with short payload","time":{"start":1710205232993,"stop":1710205232993,"duration":0},"status":"passed","severity":"normal"},{"uid":"26b27c1f221bbd23","name":"Push message with content topic containing shell command","time":{"start":1710205233015,"stop":1710205233015,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee10b7159331712c","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710205335133,"stop":1710205335133,"duration":0},"status":"skipped","severity":"normal"},{"uid":"24cdce659605147","name":"should not receive a peer event after stop","time":{"start":1710204705524,"stop":1710204705524,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd003f86e63efe87","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710205335130,"stop":1710205335131,"duration":1},"status":"passed","severity":"normal"},{"uid":"598eb99166d1c948","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1710205115576,"stop":1710205115576,"duration":0},"status":"passed","severity":"normal"},{"uid":"9213d63435e46c41","name":"should set field with only FILTER enabled","time":{"start":1710204651999,"stop":1710204651999,"duration":0},"status":"passed","severity":"normal"},{"uid":"f85e3a41e69ae4e7","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204957311,"stop":1710204957312,"duration":1},"status":"passed","severity":"normal"},{"uid":"432451c89d2aab61","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710205173306,"stop":1710205173306,"duration":0},"status":"passed","severity":"normal"},{"uid":"324a05f80cf9a6da","name":"Push message with emoji payload","time":{"start":1710205233002,"stop":1710205233003,"duration":1},"status":"passed","severity":"normal"},{"uid":"b48df43595ca1766","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710204899726,"stop":1710204899728,"duration":2},"status":"passed","severity":"normal"},{"uid":"999dcbf8803746e9","name":"Check message on other pubsub topic is not received","time":{"start":1710205173352,"stop":1710205173352,"duration":0},"status":"passed","severity":"normal"},{"uid":"84713b97f3daa827","name":"Push message equal or less that 1MB","time":{"start":1710205233019,"stop":1710205233020,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c8ca47bfe32ac39","name":"different cluster, same shard: nodes don't connect","time":{"start":1710204977970,"stop":1710204977970,"duration":0},"status":"passed","severity":"normal"},{"uid":"36253f039b16d5a3","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710204899730,"stop":1710204899731,"duration":1},"status":"passed","severity":"normal"},{"uid":"136d1607b14c053b","name":"Check received message containing Arabic","time":{"start":1710205173341,"stop":1710205173342,"duration":1},"status":"passed","severity":"normal"},{"uid":"3df2fb15b27c481","name":"should use DNS peer discovery with light client","time":{"start":1710204705527,"stop":1710204705527,"duration":0},"status":"skipped","severity":"normal"},{"uid":"19be0015b00973ce","name":"Subscribe to topic containing Script and receive message","time":{"start":1710204945845,"stop":1710204945846,"duration":1},"status":"passed","severity":"normal"},{"uid":"37903f6562a813c0","name":"1 Store, 2 fetches","time":{"start":1710204665754,"stop":1710204665754,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9293453fcbdc6a9","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710204945848,"stop":1710204945848,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1ead264f4c2ce6","name":"Push message with meta","time":{"start":1710205233017,"stop":1710205233017,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1c84b457ac1919f","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1710204702136,"stop":1710204702137,"duration":1},"status":"passed","severity":"normal"},{"uid":"c29384b52f5cf971","name":"Check message on other pubsub topic is not received","time":{"start":1710204847310,"stop":1710204847310,"duration":0},"status":"passed","severity":"normal"},{"uid":"85777bd4dcc3cddb","name":"Check publish message containing long","time":{"start":1710205115566,"stop":1710205115566,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb2e2bfcb01787ee","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1710204656447,"stop":1710204656448,"duration":1},"status":"passed","severity":"normal"},{"uid":"52dc35f4b66e7e2c","name":"Refresh subscription","time":{"start":1710205335140,"stop":1710205335140,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4f08c5eaf9cf376","name":"should emit a peer event after start","time":{"start":1710204705523,"stop":1710204705523,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fb624d824edcc99","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710204945835,"stop":1710204945835,"duration":0},"status":"passed","severity":"normal"},{"uid":"736c5e45f42a9f97","name":"Fields are not dropped","time":{"start":1710204656172,"stop":1710204656173,"duration":1},"status":"passed","severity":"normal"},{"uid":"a61d8c2d89c1cc62","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710205335161,"stop":1710205335161,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ffcfc1dc1311809","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1710205111367,"stop":1710205111367,"duration":0},"status":"passed","severity":"normal"},{"uid":"700228114c91aafb","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1710204847166,"stop":1710204847166,"duration":0},"status":"passed","severity":"normal"},{"uid":"4965789c1316f51a","name":"ignores domain fetching errors","time":{"start":1710204666119,"stop":1710204666119,"duration":0},"status":"passed","severity":"normal"},{"uid":"984beafc298f2e29","name":"should decode valid enr with tcp successfully","time":{"start":1710204651986,"stop":1710204651986,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cd859807e93e6a7","name":"Check publish message containing Russian","time":{"start":1710205115568,"stop":1710205115568,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ebf3c11a080416","name":"Push message with content topic containing Script","time":{"start":1710205233013,"stop":1710205233013,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7cb0404dd3c1699","name":"Push message with Russian payload","time":{"start":1710205063396,"stop":1710205063396,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8fc69078f46958","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1710204847209,"stop":1710204847209,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b4ad8bae559d55d","name":"Query Generator, Multiple PubsubTopics","time":{"start":1710205199515,"stop":1710205199516,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c7a414d79826d17","name":"Push message with Basic HTML tag payload","time":{"start":1710205063399,"stop":1710205063400,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ec96f004e78cacc","name":"different cluster, same shard: nodes don't connect","time":{"start":1710204847158,"stop":1710204847165,"duration":7},"status":"passed","severity":"normal"},{"uid":"27e139b81d29385b","name":"Default pageSize","time":{"start":1710205261854,"stop":1710205261855,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2a40ee239576353","name":"Subscribe to topic containing numeric and publish message","time":{"start":1710205111363,"stop":1710205111363,"duration":0},"status":"passed","severity":"normal"},{"uid":"91b55d644b860b91","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204957313,"stop":1710204957314,"duration":1},"status":"passed","severity":"normal"},{"uid":"34f19df9a1878cb","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710205335149,"stop":1710205335150,"duration":1},"status":"passed","severity":"normal"},{"uid":"b70777c3b9f4891","name":"Check message with no payload is not received","time":{"start":1710205173308,"stop":1710205173309,"duration":1},"status":"passed","severity":"normal"},{"uid":"51f0be53ea1c1e51","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1710205111364,"stop":1710205111364,"duration":0},"status":"passed","severity":"normal"},{"uid":"34dfa7802865de9d","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1710205111359,"stop":1710205111360,"duration":1},"status":"passed","severity":"normal"},{"uid":"353173b99c37d290","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1710204678866,"stop":1710204678868,"duration":2},"status":"passed","severity":"normal"},{"uid":"99cce9a477a7775a","name":"addEventListener with correct event","time":{"start":1710204735362,"stop":1710204735363,"duration":1},"status":"passed","severity":"normal"},{"uid":"5adc112785e7f1c6","name":"Passing cursor with wrong pubsubTopic","time":{"start":1710205191800,"stop":1710205191800,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f1a5b07e9eff1d","name":"Check received message containing numeric","time":{"start":1710204847294,"stop":1710204847294,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e1612c628f665dd","name":"Publish message with rate limit","time":{"start":1710205115579,"stop":1710205115580,"duration":1},"status":"passed","severity":"normal"},{"uid":"b03930a22f40127f","name":"Callback on promise","time":{"start":1710205227766,"stop":1710205227769,"duration":3},"status":"passed","severity":"normal"},{"uid":"d9486fdd27d14c41","name":"Check received message containing unicode special characters","time":{"start":1710204847304,"stop":1710204847304,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a35120a7c3e588a","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710205233014,"stop":1710205233014,"duration":0},"status":"passed","severity":"normal"},{"uid":"49b500efe04c007f","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710205099501,"stop":1710205099501,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b354ead594ff078","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1710205111368,"stop":1710205111369,"duration":1},"status":"passed","severity":"normal"},{"uid":"78c2e7970947d3ea","name":"Query Generator - forward","time":{"start":1710205225502,"stop":1710205225503,"duration":1},"status":"passed","severity":"normal"},{"uid":"4066a9103d965300","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1710205265207,"stop":1710205265209,"duration":2},"status":"passed","severity":"normal"},{"uid":"13537e1c0149f5ff","name":"Check received message with timestamp: 1710204694466 ","time":{"start":1710204847306,"stop":1710204847306,"duration":0},"status":"passed","severity":"normal"},{"uid":"93d5d1e85d895f91","name":"Subscribe to topic containing short and publish message","time":{"start":1710205111362,"stop":1710205111362,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2014ae1570cc4f","name":"should not receive a peer event after stop","time":{"start":1710205151663,"stop":1710205151663,"duration":0},"status":"passed","severity":"normal"},{"uid":"444ac48e5c316ef8","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1710205265209,"stop":1710205265210,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f558b7da76dd451","name":"Ordered Callback - forward","time":{"start":1710205225506,"stop":1710205225506,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a6896cec42ec21c","name":"Query with Ordered Callback, No message returned","time":{"start":1710205199519,"stop":1710205199520,"duration":1},"status":"passed","severity":"normal"},{"uid":"744d1011c7ed7848","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710204945847,"stop":1710204945847,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c03424b295d7f02","name":"Check received message containing Russian","time":{"start":1710204847297,"stop":1710204847299,"duration":2},"status":"passed","severity":"normal"},{"uid":"c476d7d1a276df12","name":"Publish message with custom timestamp: Tue Mar 12 2024 01:58:19 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115574,"stop":1710205115575,"duration":1},"status":"passed","severity":"normal"},{"uid":"e42c8187ab36352d","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1710205265212,"stop":1710205265213,"duration":1},"status":"passed","severity":"normal"},{"uid":"feb5a3a7055d82be","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710205400264,"stop":1710205400265,"duration":1},"status":"passed","severity":"normal"},{"uid":"d552b5429204f15","name":"Push message with Chinese payload","time":{"start":1710205063395,"stop":1710205063395,"duration":0},"status":"passed","severity":"normal"},{"uid":"d106d084028d0fdc","name":"Push message with content topic containing Arabic","time":{"start":1710205233009,"stop":1710205233010,"duration":1},"status":"passed","severity":"normal"},{"uid":"8db6f93f4c7bf066","name":"Symmetric encrypt & Decrypt","time":{"start":1710204679347,"stop":1710204679347,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36c09c05396b5e2","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"passed","severity":"normal"},{"uid":"509d147a9d899f4","name":"should throw error - no public key","time":{"start":1710204651992,"stop":1710204651992,"duration":0},"status":"passed","severity":"normal"},{"uid":"1089654d6f676a45","name":"Push message with unicode special characters payload","time":{"start":1710205233002,"stop":1710205233002,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6c20f95baae8eaa","name":"throws on content topic with empty topic name field","time":{"start":1710204643536,"stop":1710204643537,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad7164825c96d508","name":"Query generator for multiple messages with different message text format","time":{"start":1710205227765,"stop":1710205227765,"duration":0},"status":"passed","severity":"normal"},{"uid":"29fb428ed406be01","name":"Subscribe to topic containing long and publish message","time":{"start":1710205111362,"stop":1710205111363,"duration":1},"status":"passed","severity":"normal"},{"uid":"93c7f4cbb86d69de","name":"Nodes with multiple pubsub topic","time":{"start":1710205099493,"stop":1710205099495,"duration":2},"status":"passed","severity":"normal"},{"uid":"902166c816dd3877","name":"Refresh subscription","time":{"start":1710205111361,"stop":1710205111361,"duration":0},"status":"skipped","severity":"normal"},{"uid":"afc545114641e08c","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710204945845,"stop":1710204945845,"duration":0},"status":"passed","severity":"normal"},{"uid":"64d73f4d5727b4e9","name":"Subscribe to topic containing XML and receive message","time":{"start":1710205335144,"stop":1710205335144,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8d2e778ab6d003a","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710205335137,"stop":1710205335138,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c4871884d78a8500","name":"Subscribe to topic containing Script and receive message","time":{"start":1710205335160,"stop":1710205335160,"duration":0},"status":"passed","severity":"normal"},{"uid":"92bfd560b2bdab9d","name":"Throws when trying to push message with empty payload","time":{"start":1710205233003,"stop":1710205233004,"duration":1},"status":"passed","severity":"normal"},{"uid":"60e55c7d764687ef","name":"Nwaku publishes","time":{"start":1710205090226,"stop":1710205090226,"duration":0},"status":"passed","severity":"normal"},{"uid":"83050088e815970b","name":"same cluster, same shard: nodes connect","time":{"start":1710204977969,"stop":1710204977969,"duration":0},"status":"passed","severity":"normal"},{"uid":"41140cf9d01b5262","name":"All","time":{"start":1710204706213,"stop":1710204706214,"duration":1},"status":"passed","severity":"normal"},{"uid":"82ec2ea66e3d987c","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710205400265,"stop":1710205400266,"duration":1},"status":"passed","severity":"normal"},{"uid":"c935f50351a5dee1","name":"groups content topics by expected pubsub topic","time":{"start":1710204643539,"stop":1710204643540,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fab3c4270fab9ec","name":"Store - dialed after - with timeout","time":{"start":1710205275710,"stop":1710205275710,"duration":0},"status":"passed","severity":"normal"},{"uid":"f89191b0f38099b6","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1710205139944,"stop":1710205139944,"duration":0},"status":"passed","severity":"normal"},{"uid":"7723df14262be88d","name":"Reopen subscription with peer with lost subscription","time":{"start":1710204768036,"stop":1710204768036,"duration":0},"status":"passed","severity":"normal"},{"uid":"43546178819e7e5b","name":"Push message on custom pubsubTopic","time":{"start":1710204957314,"stop":1710204957315,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a9224d14e0d6b9b","name":"Ephemeral messages are not stored","time":{"start":1710204705354,"stop":1710204705354,"duration":0},"status":"passed","severity":"normal"},{"uid":"9292377a03f275ae","name":"Overlapping topic subscription","time":{"start":1710205111362,"stop":1710205111362,"duration":0},"status":"skipped","severity":"normal"},{"uid":"343f04b3ec56186f","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1710204847224,"stop":1710204847224,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6b958c5374b145e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710205335129,"stop":1710205335130,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc22b71fd5de5385","name":"Check received message with timestamp: 1710204694548 ","time":{"start":1710205173349,"stop":1710205173350,"duration":1},"status":"passed","severity":"normal"},{"uid":"de2d8e4c365f4497","name":"Check message with invalid timestamp is not received","time":{"start":1710205173351,"stop":1710205173352,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d8da29e2fb34d15","name":"should only return 1 node with relay capability","time":{"start":1710204666120,"stop":1710204666120,"duration":0},"status":"passed","severity":"normal"},{"uid":"705bf8288e8bc188","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710204945848,"stop":1710204945848,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9db14a6d6992207","name":"should return all peers when numPeers is 0","time":{"start":1710204656445,"stop":1710204656446,"duration":1},"status":"passed","severity":"normal"},{"uid":"37d02994626e1d64","name":"should be able to encode the field with only FILTER set to true","time":{"start":1710204651171,"stop":1710204651172,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c42b89bafc207eb","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1710204673139,"stop":1710204673140,"duration":1},"status":"passed","severity":"normal"},{"uid":"e11c73a3ec9e8f03","name":"Round trip binary encryption [ecies, signature]","time":{"start":1710204680595,"stop":1710204680596,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee80fcc0692ae247","name":"Encoder throws on empty string content topic","time":{"start":1710204680597,"stop":1710204680597,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffcca143f7a70e93","name":"Refresh subscription","time":{"start":1710205335152,"stop":1710205335152,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfb6bc7478c34bcc","name":"Relay - times out","time":{"start":1710205275705,"stop":1710205275705,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a9460e012aa3b06","name":"1 Relay, 1 Filter, gives up","time":{"start":1710204665755,"stop":1710204665755,"duration":0},"status":"passed","severity":"normal"},{"uid":"eda8243631db057b","name":"throws on content topic with generation field greater than 0","time":{"start":1710204643534,"stop":1710204643535,"duration":1},"status":"passed","severity":"normal"},{"uid":"772486fdfe07d412","name":"Check received message containing escaped characters","time":{"start":1710204847303,"stop":1710204847303,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f7bb12f74288821","name":"new peer added after a peer was already found","time":{"start":1710205098994,"stop":1710205098994,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f5fc81a2fb27be77","name":"receives messages sent to provided content topic through stream","time":{"start":1710205139944,"stop":1710205139945,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d1279cc1e6a683","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710204666122,"stop":1710204666123,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7f91a90dc4b1d619","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1710205098994,"stop":1710205098995,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4f31c2f875c3ecfa","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710204945844,"stop":1710204945844,"duration":0},"status":"passed","severity":"normal"},{"uid":"528f9fc542128c0d","name":"Check message with invalid timestamp is not received","time":{"start":1710204847309,"stop":1710204847309,"duration":0},"status":"passed","severity":"normal"},{"uid":"cefe3f3527c678da","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a150138df9a4ef","name":"Ping on peer without subscriptions","time":{"start":1710204724331,"stop":1710204724331,"duration":0},"status":"passed","severity":"normal"},{"uid":"5185449844ddd9e1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204770374,"stop":1710204770374,"duration":0},"status":"passed","severity":"normal"},{"uid":"22558b14f004d496","name":"Round trip binary serialization","time":{"start":1710204656815,"stop":1710204656815,"duration":0},"status":"passed","severity":"normal"},{"uid":"66dc4d8921aa898","name":"Push message with content topic containing Arabic","time":{"start":1710205063414,"stop":1710205063415,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd1da263a6694cf6","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1710205191798,"stop":1710205191798,"duration":0},"status":"passed","severity":"normal"},{"uid":"d909203f51b1b5d9","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1710204705355,"stop":1710204705355,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad041cc6a9b8343","name":"Push message with content topic containing long","time":{"start":1710205233004,"stop":1710205233008,"duration":4},"status":"passed","severity":"normal"},{"uid":"2bb4e83ccb093842","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710205335145,"stop":1710205335145,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9e0c488a0bac8b","name":"Subscribe and receive messages via lightPush","time":{"start":1710205335128,"stop":1710205335128,"duration":0},"status":"passed","severity":"normal"},{"uid":"57313b1b1a07b01","name":"Fails to push message with empty content topic","time":{"start":1710205233017,"stop":1710205233017,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc1837a0f28c5380","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710205099507,"stop":1710205099507,"duration":0},"status":"passed","severity":"normal"},{"uid":"612ef653bb10f01","name":"Encoder throws on undefined content topic","time":{"start":1710204678870,"stop":1710204678871,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6b57aedfe2585a1","name":"should not fail to stop the service if it was not started","time":{"start":1710205151661,"stop":1710205151662,"duration":1},"status":"passed","severity":"normal"},{"uid":"f72130338056b382","name":"should set field with only LIGHTPUSH enabled","time":{"start":1710204651999,"stop":1710204651999,"duration":0},"status":"passed","severity":"normal"},{"uid":"922e0a59fa2f0b78","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1710205227770,"stop":1710205227770,"duration":0},"status":"passed","severity":"normal"},{"uid":"2010fbc9fba5d4ab","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1710204678869,"stop":1710204678869,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaa6a09a45a3a75","name":"Check received message with timestamp: 1710204694548000000 ","time":{"start":1710205173349,"stop":1710205173349,"duration":0},"status":"passed","severity":"normal"},{"uid":"a671152693b0ca5c","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847210,"stop":1710204847210,"duration":0},"status":"passed","severity":"normal"},{"uid":"56533cf73541c53","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710205335154,"stop":1710205335156,"duration":2},"status":"passed","severity":"normal"},{"uid":"aa1c316f66272cb2","name":"Push message with unicode special characters payload","time":{"start":1710205063405,"stop":1710205063406,"duration":1},"status":"passed","severity":"normal"},{"uid":"931dac9a3fa0c6ed","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710205335132,"stop":1710205335132,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0542f034b53b08","name":"Fails to push message with large meta","time":{"start":1710205063420,"stop":1710205063420,"duration":0},"status":"passed","severity":"normal"},{"uid":"3378a1175ac81d69","name":"Check received message containing XML","time":{"start":1710205173343,"stop":1710205173343,"duration":0},"status":"passed","severity":"normal"},{"uid":"318affc9f08d680f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1710204665684,"stop":1710204665685,"duration":1},"status":"passed","severity":"normal"},{"uid":"8229a7db82aa1b79","name":"Check publish message containing numeric","time":{"start":1710205115566,"stop":1710205115567,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfa9c039c187972e","name":"Check received message containing Russian","time":{"start":1710205173342,"stop":1710205173342,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9f23cd20ddb2f38","name":"can start and stop the service","time":{"start":1710204705501,"stop":1710204705521,"duration":20},"status":"passed","severity":"normal"},{"uid":"9a29c52d63db4cd4","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710205335161,"stop":1710205335162,"duration":1},"status":"passed","severity":"normal"},{"uid":"c79a5906eaaccb56","name":"can dial TLS multiaddrs","time":{"start":1710204960689,"stop":1710204960690,"duration":1},"status":"passed","severity":"normal"},{"uid":"9938070fc697cc28","name":"Push message with long payload","time":{"start":1710205232993,"stop":1710205232997,"duration":4},"status":"passed","severity":"normal"},{"uid":"d40af89e31698696","name":"Waku message hash computation (meta attribute not present)","time":{"start":1710204646209,"stop":1710204646209,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e38e62ae7036dd7","name":"same cluster, same shard: nodes connect","time":{"start":1710204847157,"stop":1710204847157,"duration":0},"status":"passed","severity":"normal"},{"uid":"47c5632aa637ce3e","name":"Check received message containing long","time":{"start":1710204847294,"stop":1710204847294,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e999bbdbc01481a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1710204741131,"stop":1710204741131,"duration":0},"status":"passed","severity":"normal"},{"uid":"232e523b3fef6f24","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710205335161,"stop":1710205335161,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3d6f6a4e703189a","name":"can start and stop the service","time":{"start":1710205151661,"stop":1710205151661,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4e6992b7b4b3309","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1710205111360,"stop":1710205111361,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd7e0242af8e28d0","name":"Asymmetric encrypt & decrypt","time":{"start":1710204679346,"stop":1710204679347,"duration":1},"status":"passed","severity":"normal"},{"uid":"65e4cee543ceea78","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710205335150,"stop":1710205335150,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf32301fc0056ab3","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1710205191789,"stop":1710205191790,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0531b9afdc7152b","name":"Push message with content topic containing Script","time":{"start":1710205063416,"stop":1710205063416,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f2165f93269105","name":"Check publish message after client node is restarted","time":{"start":1710205115578,"stop":1710205115578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e2ce10525482ff32","name":"should return false","time":{"start":1710204651992,"stop":1710204651992,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b0fb326cef9af95","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1710204847182,"stop":1710204847183,"duration":1},"status":"passed","severity":"normal"},{"uid":"de87a9b8ba84288c","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710205335146,"stop":1710205335146,"duration":0},"status":"passed","severity":"normal"},{"uid":"93c0fe92507377bd","name":"through manual discovery","time":{"start":1710204960690,"stop":1710204960690,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc9dfe6a4ecc715","name":"should be able to decode the field with only FILTER set to true","time":{"start":1710204651178,"stop":1710204651179,"duration":1},"status":"passed","severity":"normal"},{"uid":"c05068a595a16d1c","name":"Check publish message containing unicode special characters","time":{"start":1710205115572,"stop":1710205115572,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bbb23c1d0651fc6","name":"should be called at least once on all `peer:discovery` events","time":{"start":1710204702132,"stop":1710204702134,"duration":2},"status":"passed","severity":"normal"},{"uid":"eee97d1933f43d29","name":"should not receive a peer event after stop","time":{"start":1710204673138,"stop":1710204673138,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5c272f4972c251","name":"Publish message with custom timestamp: Wed Mar 22 2023 00:58:19 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115573,"stop":1710205115574,"duration":1},"status":"passed","severity":"normal"},{"uid":"9464d92f62e48050","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1710204651181,"stop":1710204651182,"duration":1},"status":"passed","severity":"normal"},{"uid":"5782d56758976817","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710205335153,"stop":1710205335154,"duration":1},"status":"passed","severity":"normal"},{"uid":"78e3ee45b7ceaab7","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710204899743,"stop":1710204899743,"duration":0},"status":"passed","severity":"normal"},{"uid":"c516cd7a1c0d09a9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710205335143,"stop":1710205335143,"duration":0},"status":"passed","severity":"normal"},{"uid":"9013efb1d84d7ba7","name":"Subscribe to topic containing Script and receive message","time":{"start":1710205335144,"stop":1710205335144,"duration":0},"status":"passed","severity":"normal"},{"uid":"77c851ccdfe80306","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710205099498,"stop":1710205099498,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d075cd13ea854f1","name":"Push message with content topic containing numeric","time":{"start":1710205233008,"stop":1710205233008,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f332749c8c74e64","name":"Passing page size 3 when there are 20 messages","time":{"start":1710205261852,"stop":1710205261852,"duration":0},"status":"passed","severity":"normal"},{"uid":"106d931b5941c555","name":"Check publish message containing Arabic","time":{"start":1710205115568,"stop":1710205115568,"duration":0},"status":"passed","severity":"normal"},{"uid":"46d573245a306b73","name":"Check received message containing JSON","time":{"start":1710204847302,"stop":1710204847302,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4bfac0bf67cf90","name":"Check received message containing Chinese","time":{"start":1710205173290,"stop":1710205173290,"duration":0},"status":"passed","severity":"normal"},{"uid":"27f2e554651bc2b6","name":"should encodeTxt and decodeTxt","time":{"start":1710204651984,"stop":1710204651984,"duration":0},"status":"passed","severity":"normal"},{"uid":"9232165727ec607","name":"should not fail to start the service if it is already started","time":{"start":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","severity":"normal"},{"uid":"59fc41e64f608bd6","name":"Push 30 different messages","time":{"start":1710205063407,"stop":1710205063407,"duration":0},"status":"passed","severity":"normal"},{"uid":"796ae90d37b09840","name":"Waku message hash computation","time":{"start":1710204646207,"stop":1710204646208,"duration":1},"status":"passed","severity":"normal"},{"uid":"889a5e272c1753f0","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1710204665688,"stop":1710204665688,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae468c8608e6830e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710204779046,"stop":1710204779046,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6db2670040db9f","name":"Subscribe to topic containing XML and receive message","time":{"start":1710204945846,"stop":1710204945846,"duration":0},"status":"passed","severity":"normal"},{"uid":"698518530bd4e306","name":"should emit a peer event after start","time":{"start":1710204673137,"stop":1710204673137,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5db98fc0280daba","name":"different cluster, different shard: nodes don't connect","time":{"start":1710204977970,"stop":1710204977971,"duration":1},"status":"passed","severity":"normal"},{"uid":"87dd3ca0c9c71c70","name":"Subscribe to topic containing long and receive message","time":{"start":1710204945842,"stop":1710204945842,"duration":0},"status":"passed","severity":"normal"},{"uid":"be69226149f11d5d","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1710204695088,"stop":1710204695088,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0185cf65379d3a6","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1710204695089,"stop":1710204695090,"duration":1},"status":"passed","severity":"normal"},{"uid":"339ffdb22774f24b","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710205218554,"stop":1710205218555,"duration":1},"status":"passed","severity":"normal"},{"uid":"28a91f15a16a746c","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710205335142,"stop":1710205335142,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fca1507309f5184","name":"Push message with rate limit","time":{"start":1710205063421,"stop":1710205063421,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfde40d0d04de821","name":"Push message with content topic containing short","time":{"start":1710205063409,"stop":1710205063412,"duration":3},"status":"passed","severity":"normal"},{"uid":"5da53aee59ec270f","name":"converts content topics to expected shard index","time":{"start":1710204643537,"stop":1710204643538,"duration":1},"status":"passed","severity":"normal"},{"uid":"14a01cece991f9eb","name":"Check received message containing Basic HTML tag","time":{"start":1710205173301,"stop":1710205173302,"duration":1},"status":"passed","severity":"normal"},{"uid":"afe5f4b6862f8dc5","name":"Check received message containing escaped characters","time":{"start":1710205173347,"stop":1710205173347,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c00308583173454","name":"should encode/decode to RLP encoding","time":{"start":1710204651993,"stop":1710204651993,"duration":0},"status":"passed","severity":"normal"},{"uid":"934ad7b43d16c963","name":"does not throw on valid cases","time":{"start":1710204643532,"stop":1710204643532,"duration":0},"status":"passed","severity":"normal"},{"uid":"25ab7ebcb0405452","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204770376,"stop":1710204770376,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2e5e9b175b52b7","name":"Subscribe to topic containing XML and receive message","time":{"start":1710205335160,"stop":1710205335160,"duration":0},"status":"passed","severity":"normal"},{"uid":"67e8cd804002fd07","name":"should get / set UDP multiaddr","time":{"start":1710204651994,"stop":1710204651994,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94a8ce19c51fad8","name":"Passing an array","time":{"start":1710205266280,"stop":1710205266281,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8b96fffb1beecf","name":"Check message with no content topic is not received","time":{"start":1710205173352,"stop":1710205173353,"duration":1},"status":"passed","severity":"normal"},{"uid":"e26fa629ea5ddbcc","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710205335142,"stop":1710205335142,"duration":0},"status":"passed","severity":"normal"},{"uid":"d896cc126b4ad63d","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1710204847166,"stop":1710204847167,"duration":1},"status":"passed","severity":"normal"},{"uid":"998322aab019f47c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710204899740,"stop":1710204899741,"duration":1},"status":"passed","severity":"normal"},{"uid":"c62d7d9523881310","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1710204651182,"stop":1710204651182,"duration":0},"status":"passed","severity":"normal"},{"uid":"4be59b595b38413b","name":"Publish message with custom timestamp: Mon Mar 11 2024 23:58:19 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115574,"stop":1710205115574,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ecb1006147e5cc6","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710204779044,"stop":1710204779044,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0e766ab5547c7be","name":"should throw error - no id","time":{"start":1710204651987,"stop":1710204651992,"duration":5},"status":"passed","severity":"normal"},{"uid":"99359ea526a923fd","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1710204847166,"stop":1710204847166,"duration":0},"status":"passed","severity":"normal"},{"uid":"f65950e615f26947","name":"Check received message containing numeric","time":{"start":1710205173280,"stop":1710205173282,"duration":2},"status":"passed","severity":"normal"},{"uid":"fcbd046ca8b5aa34","name":"Fails to push message with large meta","time":{"start":1710205233017,"stop":1710205233018,"duration":1},"status":"passed","severity":"normal"},{"uid":"d977cff1d6ee598b","name":"Check received message containing JSON","time":{"start":1710205173303,"stop":1710205173303,"duration":0},"status":"passed","severity":"normal"},{"uid":"8babcd950693bf38","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1710204680595,"stop":1710204680595,"duration":0},"status":"passed","severity":"normal"},{"uid":"da332af5f5b8c936","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1710204847227,"stop":1710204847227,"duration":0},"status":"passed","severity":"normal"},{"uid":"7db612defad2838","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710205335148,"stop":1710205335148,"duration":0},"status":"passed","severity":"normal"},{"uid":"756ee6c4789cdc1e","name":"same cluster, different shard: nodes don't connect","time":{"start":1710204847157,"stop":1710204847158,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f9266b5c5363bc5","name":"Throws when trying to push message with empty payload","time":{"start":1710205063408,"stop":1710205063408,"duration":0},"status":"passed","severity":"normal"},{"uid":"df9d45011321fc67","name":"Push message with Arabic payload","time":{"start":1710205232999,"stop":1710205232999,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba714208c69c242b","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1710205199517,"stop":1710205199517,"duration":0},"status":"passed","severity":"normal"},{"uid":"f655fd573c0ab31e","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1710205199517,"stop":1710205199518,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d460013336247e","name":"throws on content topic with empty application field","time":{"start":1710204643535,"stop":1710204643535,"duration":0},"status":"passed","severity":"normal"},{"uid":"dec642b9fc1540e9","name":"Check received message containing emoji","time":{"start":1710205173348,"stop":1710205173349,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb18b3c196aa730","name":"should properly create location multiaddrs - tcp","time":{"start":1710204651996,"stop":1710204651997,"duration":1},"status":"passed","severity":"normal"},{"uid":"8791251cf1386145","name":"Push message with emoji payload","time":{"start":1710205063406,"stop":1710205063407,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2d4deed5bb1a42e","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710205335128,"stop":1710205335128,"duration":0},"status":"passed","severity":"normal"},{"uid":"2210c3774236fa2c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710204899729,"stop":1710204899730,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a56c57cb2f4d229","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1710204705355,"stop":1710204705356,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddee44911b077688","name":"Generator, 2 different pubsubtopics","time":{"start":1710205218549,"stop":1710205218550,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b1ca3740809d0a56","name":"Push message with Script payload","time":{"start":1710205233000,"stop":1710205233000,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4fb29b025c623bd","name":"Passing page size 19 when there are 20 messages","time":{"start":1710205261854,"stop":1710205261854,"duration":0},"status":"passed","severity":"normal"},{"uid":"110ef96f8364d843","name":"Push message with numeric payload","time":{"start":1710205063393,"stop":1710205063394,"duration":1},"status":"passed","severity":"normal"},{"uid":"7df1da13848a29d6","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115573,"stop":1710205115573,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9481c2810962e22","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1710205111368,"stop":1710205111368,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dd2020d7670ab87","name":"throws on empty content topic","time":{"start":1710204643533,"stop":1710204643533,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d906eee9cc350be","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1710204665108,"stop":1710204665108,"duration":0},"status":"passed","severity":"normal"},{"uid":"edf1b313776e4e7","name":"Ping on peer without subscriptions","time":{"start":1710204768033,"stop":1710204768033,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e085887254311b8","name":"Push message with content topic containing unicode special characters","time":{"start":1710205233016,"stop":1710205233016,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b8c26c80aa8e17b","name":"should throw an error for insufficient data","time":{"start":1710204643825,"stop":1710204643825,"duration":0},"status":"passed","severity":"normal"},{"uid":"3815958f159c9827","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710204945849,"stop":1710204945849,"duration":0},"status":"passed","severity":"normal"},{"uid":"5db73759668cd884","name":"Query with Promise Callback, No Decoder","time":{"start":1710205199521,"stop":1710205199521,"duration":0},"status":"passed","severity":"normal"},{"uid":"a673ab5d673249e2","name":"Push message with content topic containing JSON","time":{"start":1710205233015,"stop":1710205233015,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f25c356d5b7c964","name":"Passing page size 10 when there are 10 messages","time":{"start":1710205261853,"stop":1710205261853,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73b63557dcd88b1","name":"Push message with Arabic payload","time":{"start":1710205063395,"stop":1710205063395,"duration":0},"status":"passed","severity":"normal"},{"uid":"699ded5f4b77f615","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710204945839,"stop":1710204945840,"duration":1},"status":"passed","severity":"normal"},{"uid":"5257a020ba6e2856","name":"Check received message containing Chinese","time":{"start":1710204847296,"stop":1710204847296,"duration":0},"status":"passed","severity":"normal"},{"uid":"d49619e259c52192","name":"Push message with escaped characters payload","time":{"start":1710205233002,"stop":1710205233002,"duration":0},"status":"passed","severity":"normal"},{"uid":"11bc16d09e61d828","name":"Relay","time":{"start":1710204706212,"stop":1710204706212,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dc530209611f445","name":"should handle a minimal index list","time":{"start":1710204643823,"stop":1710204643824,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a5d3dfb54342d9d","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710205335143,"stop":1710205335143,"duration":0},"status":"passed","severity":"normal"},{"uid":"cffaef01ee21d7de","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710205063417,"stop":1710205063417,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c5f0d30a0a95430","name":"Check received message containing shell command","time":{"start":1710205173346,"stop":1710205173347,"duration":1},"status":"passed","severity":"normal"},{"uid":"324a29baa4cf1d24","name":"Fails to publish message with size larger than 1 MB","time":{"start":1710205115577,"stop":1710205115577,"duration":0},"status":"passed","severity":"normal"},{"uid":"a03b82e1c000bd50","name":"addEventListener with wrong event","time":{"start":1710204735363,"stop":1710204735364,"duration":1},"status":"passed","severity":"normal"},{"uid":"4aa08f5f42b7ef8d","name":"Check received message containing special chars","time":{"start":1710205173326,"stop":1710205173340,"duration":14},"status":"passed","severity":"normal"},{"uid":"1a4177b347a004dc","name":"Check received message containing Russian","time":{"start":1710205173291,"stop":1710205173291,"duration":0},"status":"passed","severity":"normal"},{"uid":"6796a9c2b9ac9be3","name":"Passing page size 0 when there are 110 messages","time":{"start":1710205261851,"stop":1710205261851,"duration":0},"status":"passed","severity":"normal"},{"uid":"2811a622d2a25663","name":"Push to array if already present","time":{"start":1710204643317,"stop":1710204643317,"duration":0},"status":"passed","severity":"normal"},{"uid":"7031dd713380ada5","name":"should properly create location multiaddrs - udp6","time":{"start":1710204651995,"stop":1710204651996,"duration":1},"status":"passed","severity":"normal"},{"uid":"200ce8f25184947b","name":"Fails to publish duplicate message","time":{"start":1710205115575,"stop":1710205115575,"duration":0},"status":"passed","severity":"normal"},{"uid":"df59579ab0432fac","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1710204656446,"stop":1710204656447,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eadc3f875bdb79f","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710204899743,"stop":1710204899743,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69f908cab6ea3a5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710205335131,"stop":1710205335131,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc1dc0c54184db89","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710204770379,"stop":1710204770379,"duration":0},"status":"passed","severity":"normal"},{"uid":"26538130b34b1c6a","name":"configure the node with multiple pubsub topics","time":{"start":1710205154293,"stop":1710205154293,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ba9eb70b3a201d8","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710205335146,"stop":1710205335146,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e73ec4ae8f74b1","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710205335141,"stop":1710205335142,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5c88d860cc369c","name":"Check message with no content topic is not received","time":{"start":1710204847311,"stop":1710204847311,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c374374afd17e43","name":"Check meta is set [symmetric]","time":{"start":1710204678869,"stop":1710204678870,"duration":1},"status":"passed","severity":"normal"},{"uid":"7121839719876bc","name":"non connected peers","time":{"start":1710205063579,"stop":1710205063579,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6b4aa5776dacd489","name":"should only return 1 node with store capability","time":{"start":1710204666121,"stop":1710204666121,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f51b9dc8d3f0385","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1710204665689,"stop":1710204665689,"duration":0},"status":"passed","severity":"normal"},{"uid":"40e409231ad2c944","name":"Subscribe to topic containing JSON and publish message","time":{"start":1710205111367,"stop":1710205111367,"duration":0},"status":"passed","severity":"normal"},{"uid":"2922c74c5370846d","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1710204977968,"stop":1710204977969,"duration":1},"status":"passed","severity":"normal"},{"uid":"36a1bc2db823f2b5","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1710204847212,"stop":1710204847212,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d7a6469fda3ac0f","name":"Check received message containing SQL Injection","time":{"start":1710205173342,"stop":1710205173343,"duration":1},"status":"passed","severity":"normal"},{"uid":"2945a484e3c3ef72","name":"Check received message containing long","time":{"start":1710205173323,"stop":1710205173324,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1938bb44ceea6f1","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710204770375,"stop":1710204770375,"duration":0},"status":"passed","severity":"normal"},{"uid":"d64bb222644006f9","name":"Publishes to nwaku","time":{"start":1710205090225,"stop":1710205090226,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1fe2c4addd78cce","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710204770377,"stop":1710204770377,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee96125c4165c392","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710205335144,"stop":1710205335145,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6bb3a866eb7a600","name":"Push message with XML payload","time":{"start":1710205063398,"stop":1710205063399,"duration":1},"status":"passed","severity":"normal"},{"uid":"7580b92d86fd3522","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1710205265203,"stop":1710205265204,"duration":1},"status":"passed","severity":"normal"},{"uid":"592bb36f5d2a5eb7","name":"Check message received after nwaku node is restarted","time":{"start":1710204847322,"stop":1710204847323,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ad42a78bc52d75dd","name":"Ordered callback, aborts when callback returns true","time":{"start":1710205227771,"stop":1710205227771,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf401d45e4e52305","name":"Rejects garbage","time":{"start":1710204660181,"stop":1710204660181,"duration":0},"status":"passed","severity":"normal"},{"uid":"26c25fa6b9cea517","name":"should not fail to stop the service if it was not started","time":{"start":1710204673136,"stop":1710204673136,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6a2e58f1bc55d4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710205099505,"stop":1710205099506,"duration":1},"status":"passed","severity":"normal"},{"uid":"b118267485ed1bd","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1710205265206,"stop":1710205265207,"duration":1},"status":"passed","severity":"normal"},{"uid":"abc3860fcacf21eb","name":"Decoder throws on empty string content topic","time":{"start":1710204656818,"stop":1710204656818,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f43d23540b597f8","name":"Check message received after nwaku node is restarted","time":{"start":1710205173310,"stop":1710205173310,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5dc3cf8875a2b4c","name":"Check message with no payload is not received","time":{"start":1710204847311,"stop":1710204847311,"duration":0},"status":"passed","severity":"normal"},{"uid":"9450343426c01f81","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1710204656446,"stop":1710204656446,"duration":0},"status":"passed","severity":"normal"},{"uid":"85fe095a109d85a5","name":"should not fail to start the service if it is already started","time":{"start":1710204673136,"stop":1710204673137,"duration":1},"status":"passed","severity":"normal"},{"uid":"55ba47e3d4f45723","name":"Overlapping topic subscription","time":{"start":1710205335138,"stop":1710205335139,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4f0f3e25148f463","name":"Ephemeral field is preserved - encoder v0","time":{"start":1710204705354,"stop":1710204705355,"duration":1},"status":"passed","severity":"normal"},{"uid":"82cdac0ebc1b3d77","name":"dispatchEvent via connectionManager","time":{"start":1710204735369,"stop":1710204735370,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cb3a5e26101138c","name":"Push message on custom pubsubTopic","time":{"start":1710204957312,"stop":1710204957313,"duration":1},"status":"passed","severity":"normal"},{"uid":"173bfc20748f53ea","name":"Query generator for multiple messages with different content topic format","time":{"start":1710205227766,"stop":1710205227766,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dc47f757dd0ce60","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1710204651985,"stop":1710204651985,"duration":0},"status":"passed","severity":"normal"},{"uid":"78a63f25cd4f4b86","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1710204847184,"stop":1710204847184,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ba52932b8e02b40","name":"Subscribe and receives messages on 20 topics","time":{"start":1710204945838,"stop":1710204945838,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c6dd749e4df44dc","name":"Decoder throws on undefined content topic","time":{"start":1710204678872,"stop":1710204678872,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b3d30259e35b922","name":"handles multiple messages","time":{"start":1710205246589,"stop":1710205246590,"duration":1},"status":"passed","severity":"normal"},{"uid":"f01afc2c2f67c90a","name":"listenerCount","time":{"start":1710204735367,"stop":1710204735369,"duration":2},"status":"passed","severity":"normal"},{"uid":"4a65e270562baa8c","name":"should not receive a peer event before start","time":{"start":1710204705523,"stop":1710204705524,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac3eb3a59a499665","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1710204695085,"stop":1710204695087,"duration":2},"status":"passed","severity":"normal"},{"uid":"a16284c29800ae13","name":"Query Generator, No message returned","time":{"start":1710205199517,"stop":1710205199517,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2fe348b171f0e3f","name":"A test","time":{"start":1710204945910,"stop":1710204945910,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c54bfd80a23936e","name":"Check message received after nwaku node is restarted","time":{"start":1710205173356,"stop":1710205173356,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e0fcfec24c79c55b","name":"should set field with only RELAY enabled","time":{"start":1710204651998,"stop":1710204651998,"duration":0},"status":"passed","severity":"normal"},{"uid":"e76a9f86986faac6","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710204770377,"stop":1710204770377,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cae0f42bd24e345","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1710204847212,"stop":1710204847212,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f3e5366c8c4ed72","name":"Check received message containing emoji","time":{"start":1710204847304,"stop":1710204847305,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f51ef4cb11437f","name":"Ping on subscribed peer","time":{"start":1710204724330,"stop":1710204724331,"duration":1},"status":"passed","severity":"normal"},{"uid":"6012c6d0b4eaf9eb","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847183,"stop":1710204847183,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7b18609d21bd44b","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1710205098995,"stop":1710205098996,"duration":1},"status":"passed","severity":"normal"},{"uid":"56fa31340971a1ca","name":"should not receive a peer event before start","time":{"start":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","severity":"normal"},{"uid":"16e70c746d6dcc06","name":"Push message with content topic containing escaped characters","time":{"start":1710205063418,"stop":1710205063418,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddce36bbe6960351","name":"Subscribe and receives messages on 20 topics","time":{"start":1710205335131,"stop":1710205335132,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b14dc77a0f1034d","name":"Reopen subscription with peer with lost subscription","time":{"start":1710204768034,"stop":1710204768034,"duration":0},"status":"passed","severity":"normal"},{"uid":"b83435e27636a20b","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1710204695088,"stop":1710204695089,"duration":1},"status":"passed","severity":"normal"},{"uid":"e16050fce4fa9c12","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1710204847210,"stop":1710204847211,"duration":1},"status":"passed","severity":"normal"},{"uid":"b31c0b5e803de2dc","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1710205191790,"stop":1710205191794,"duration":4},"status":"passed","severity":"normal"},{"uid":"45f2213ded0a79e2","name":"Promise Callback - backward","time":{"start":1710205225505,"stop":1710205225505,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dbdcd1f6e9665f3","name":"Push 30 different messages","time":{"start":1710205233003,"stop":1710205233003,"duration":0},"status":"passed","severity":"normal"},{"uid":"793083e7729457f2","name":"Check received message containing XML","time":{"start":1710205173292,"stop":1710205173293,"duration":1},"status":"passed","severity":"normal"},{"uid":"28ea2c8cd9d4e8d9","name":"stop","time":{"start":1710204735371,"stop":1710204735374,"duration":3},"status":"passed","severity":"normal"},{"uid":"dae4125d7344721a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1710204847213,"stop":1710204847213,"duration":0},"status":"passed","severity":"normal"},{"uid":"5612d5efce37601c","name":"Push message with Russian payload","time":{"start":1710205232999,"stop":1710205232999,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ab9e335441acd2","name":"different cluster, different shard: nodes don't connect","time":{"start":1710204847165,"stop":1710204847165,"duration":0},"status":"passed","severity":"normal"},{"uid":"8970efcd225e1c45","name":"Fails to push message with empty content topic","time":{"start":1710205063419,"stop":1710205063420,"duration":1},"status":"passed","severity":"normal"},{"uid":"494bd0c88a52c022","name":"Check received message with timestamp: 1710204694548 ","time":{"start":1710205173305,"stop":1710205173306,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b1947a85f3c81be","name":"Check message with no payload is not received","time":{"start":1710205173353,"stop":1710205173353,"duration":0},"status":"passed","severity":"normal"},{"uid":"27907d88e57dee85","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204770376,"stop":1710204770376,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5be5a09e9617a38","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1710205099499,"stop":1710205099500,"duration":1},"status":"passed","severity":"normal"},{"uid":"213636443382e088","name":"Push message with content topic containing special chars","time":{"start":1710205233008,"stop":1710205233009,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd107b8a4703a9a5","name":"Query with Ordered Callback, No Decoder","time":{"start":1710205199518,"stop":1710205199519,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8a64b5e7fa56216","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1710204847214,"stop":1710204847215,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4620a15a9199a23","name":"Push message with content topic containing Russian","time":{"start":1710205063415,"stop":1710205063415,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc32421ef3bbb1b1","name":"Push message with Script payload","time":{"start":1710205063397,"stop":1710205063398,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd5bad4e074cf903","name":"Relay + Store","time":{"start":1710204706212,"stop":1710204706213,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5a1457cf3cf4487","name":"ignores unrecognized TXT record formats","time":{"start":1710204666119,"stop":1710204666119,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1d285fead4d70f6","name":"Subscribe to topic containing Script and publish message","time":{"start":1710205111365,"stop":1710205111366,"duration":1},"status":"passed","severity":"normal"},{"uid":"5383ac87cfdfa2c5","name":"Nodes with multiple pubsub topic","time":{"start":1710205099506,"stop":1710205099507,"duration":1},"status":"passed","severity":"normal"},{"uid":"437d8ed016895f3","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710204770373,"stop":1710204770373,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8a2b241f01aa8f4","name":"can start and stop the service","time":{"start":1710204673135,"stop":1710204673135,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4699ee2377a8acb","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710205218549,"stop":1710205218549,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1bbd07ce02dc180","name":"Encoder throws on undefined content topic","time":{"start":1710204656816,"stop":1710204656817,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce94905662c55103","name":"Check received message containing shell command","time":{"start":1710205173303,"stop":1710205173303,"duration":0},"status":"passed","severity":"normal"},{"uid":"85cd65d4cd561772","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710205335163,"stop":1710205335163,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a45f2602f412e08","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05222fcf2981b08","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1710204651174,"stop":1710204651175,"duration":1},"status":"passed","severity":"normal"},{"uid":"75795f73c26a7b33","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710205400265,"stop":1710205400265,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f846d39eea442c9","name":"can start the service","time":{"start":1710205151661,"stop":1710205151661,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e86ffb719c0ee4c","name":"Check received message containing unicode special characters","time":{"start":1710205173304,"stop":1710205173304,"duration":0},"status":"passed","severity":"normal"},{"uid":"c11caee45ed1eb6d","name":"Push message with custom timestamp: 1710208447594","time":{"start":1710205063422,"stop":1710205063422,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5570a56993d9437","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1710204847189,"stop":1710204847196,"duration":7},"status":"passed","severity":"normal"},{"uid":"bc62c30737473870","name":"Check message with invalid timestamp is not received","time":{"start":1710205173307,"stop":1710205173307,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac211efea7dfff4c","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1710205265205,"stop":1710205265205,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9e67b9f154043ae","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710204705529,"stop":1710204705529,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bfc41d84a3a055cf","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1710205241813,"stop":1710205241813,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb62437be805b36f","name":"should load peers from local storage and dispatch events","time":{"start":1710204673139,"stop":1710204673139,"duration":0},"status":"passed","severity":"normal"},{"uid":"376e899e2a34054b","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1710204847182,"stop":1710204847182,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ebc327f5eecbf42","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710204779043,"stop":1710204779044,"duration":1},"status":"passed","severity":"normal"},{"uid":"a55cd6ccf47778b2","name":"Subscribe to topic containing short and receive message","time":{"start":1710205335152,"stop":1710205335152,"duration":0},"status":"passed","severity":"normal"},{"uid":"24bd82670e30478d","name":"Used by Waku Relay","time":{"start":1710205266287,"stop":1710205266287,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dc2716c69a70223","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1710205191794,"stop":1710205191797,"duration":3},"status":"passed","severity":"normal"},{"uid":"b72cb98e6bb8b88b","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710204779045,"stop":1710204779045,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ee831ba2455214a","name":"should not fail to start the service if it is already started","time":{"start":1710204705522,"stop":1710204705523,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5447f6b4038a68","name":"Ping on subscribed peer","time":{"start":1710204768032,"stop":1710204768032,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5661c5aec60f23","name":"Push message with Chinese payload","time":{"start":1710205232998,"stop":1710205232998,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1f56656d983a888","name":"Check received message containing unicode special characters","time":{"start":1710205173347,"stop":1710205173348,"duration":1},"status":"passed","severity":"normal"},{"uid":"65f06ff22d9eb20b","name":"Check received message containing SQL Injection","time":{"start":1710205173291,"stop":1710205173292,"duration":1},"status":"passed","severity":"normal"},{"uid":"b430c58e91b4bee","name":"Ping on unsubscribed peer","time":{"start":1710204768035,"stop":1710204768036,"duration":1},"status":"passed","severity":"normal"},{"uid":"853022aab34fa20a","name":"should throw error - no id","time":{"start":1710204651986,"stop":1710204651986,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb6ac38bbfcf2bef","name":"Check received message containing Basic HTML tag","time":{"start":1710205173344,"stop":1710205173344,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0904066602a458c","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710204847306,"stop":1710204847306,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad54ee14840fab9b","name":"Push message with content topic containing long","time":{"start":1710205063412,"stop":1710205063412,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e8bf082454a0e0b","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710205335162,"stop":1710205335162,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce355b48497cc2af","name":"Check received message containing escaped characters","time":{"start":1710205173304,"stop":1710205173304,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ecf10ed1f57b58","name":"more peers than existing","time":{"start":1710205063578,"stop":1710205063578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6e84000e8d688e34","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1710204847215,"stop":1710204847216,"duration":1},"status":"passed","severity":"normal"},{"uid":"f59a8c71d0955a7e","name":"Passing page size 11 when there are 10 messages","time":{"start":1710205261853,"stop":1710205261853,"duration":0},"status":"passed","severity":"normal"},{"uid":"6788d69c7e783b2e","name":"Sign & Recover","time":{"start":1710204679348,"stop":1710204679349,"duration":1},"status":"passed","severity":"normal"},{"uid":"b31e279383298ee1","name":"Check message received after jswaku node is restarted","time":{"start":1710204847312,"stop":1710204847322,"duration":10},"status":"skipped","severity":"normal"},{"uid":"1da3ef47e023b3ac","name":"it tolerates circular branch references","time":{"start":1710204666118,"stop":1710204666118,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b81825bc3a4e80","name":"Check received message containing SQL Injection","time":{"start":1710204847300,"stop":1710204847300,"duration":0},"status":"passed","severity":"normal"},{"uid":"44d6e6df25d37cff","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1710205241815,"stop":1710205241815,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8ebc3c69c17ea3a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847168,"stop":1710204847168,"duration":0},"status":"passed","severity":"normal"},{"uid":"c04aa837e5838e69","name":"Generator, custom pubsub topic","time":{"start":1710205218547,"stop":1710205218548,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d17cd84c8a58c56","name":"throws on content topic with empty encoding field","time":{"start":1710204643537,"stop":1710204643537,"duration":0},"status":"passed","severity":"normal"},{"uid":"da5152097dbc332d","name":"Generator, custom pubsub topic","time":{"start":1710205218549,"stop":1710205218549,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c62f5a198a2f517","name":"Push message with SQL Injection payload","time":{"start":1710205063396,"stop":1710205063397,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b041cafd15c9547","name":"should properly create location multiaddrs - tcp6","time":{"start":1710204651996,"stop":1710204651996,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbf25fdfb78524a9","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204957315,"stop":1710204957316,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d832ec8dfe210e2","name":"throws on content topic with too few or too many fields","time":{"start":1710204643533,"stop":1710204643534,"duration":1},"status":"passed","severity":"normal"},{"uid":"2afcb50015afd4ef","name":"Privacy Node - default protocol","time":{"start":1710205275711,"stop":1710205275712,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbef39a467ace330","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204770374,"stop":1710204770374,"duration":0},"status":"passed","severity":"normal"},{"uid":"a50d0038e0c1f6df","name":"should not fail to stop the service if it was not started","time":{"start":1710204705522,"stop":1710204705522,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2792be6c6c5c0f4","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1710204847168,"stop":1710204847169,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a5afe08ab5e16a4","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710205335146,"stop":1710205335147,"duration":1},"status":"passed","severity":"normal"},{"uid":"816c651e6797999a","name":"Check message with non string payload is not received","time":{"start":1710205173353,"stop":1710205173355,"duration":2},"status":"passed","severity":"normal"},{"uid":"24a8bb07cc1db602","name":"1 Relay, 1 fetch","time":{"start":1710204665753,"stop":1710204665753,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a023f847bf47244","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1710204847207,"stop":1710204847208,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d43c803ee344bf4","name":"Check publish message containing Basic HTML tag","time":{"start":1710205115570,"stop":1710205115570,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d115d27a6430fd2","name":"getPeersByDiscovery","time":{"start":1710205098994,"stop":1710205098994,"duration":0},"status":"passed","severity":"normal"},{"uid":"cae7b2c6bdc73d24","name":"Sample","time":{"start":1710204651485,"stop":1710204651485,"duration":0},"status":"passed","severity":"normal"},{"uid":"f70a71297695d112","name":"Fails to push message bigger that 1MB","time":{"start":1710205063423,"stop":1710205063423,"duration":0},"status":"passed","severity":"normal"},{"uid":"96d65ac162d251f4","name":"should handle corrupted local storage data gracefully","time":{"start":1710204673140,"stop":1710204673140,"duration":0},"status":"passed","severity":"normal"},{"uid":"c77799047a8ad476","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1710205111365,"stop":1710205111365,"duration":0},"status":"passed","severity":"normal"},{"uid":"3950317c23052a19","name":"Check received message containing numeric","time":{"start":1710205173324,"stop":1710205173326,"duration":2},"status":"passed","severity":"normal"},{"uid":"24c59275c2e0d841","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710204945837,"stop":1710204945837,"duration":0},"status":"passed","severity":"normal"},{"uid":"689eb07091348c7f","name":"Check received message containing Chinese","time":{"start":1710205173341,"stop":1710205173341,"duration":0},"status":"passed","severity":"normal"},{"uid":"54233ea0e9441866","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710204651176,"stop":1710204651177,"duration":1},"status":"passed","severity":"normal"},{"uid":"296d2ada1056b979","name":"Generator, 2 different pubsubtopics","time":{"start":1710205218550,"stop":1710205218554,"duration":4},"status":"passed","severity":"normal"},{"uid":"ac845d690faa6c31","name":"retrieves a single peer","time":{"start":1710204666117,"stop":1710204666118,"duration":1},"status":"passed","severity":"normal"},{"uid":"90df6e298a1b4103","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1710204651172,"stop":1710204651173,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5aff504fae77506","name":"Decoder throws on undefined content topic","time":{"start":1710204656817,"stop":1710204656818,"duration":1},"status":"passed","severity":"normal"},{"uid":"aecc8b05e42e8015","name":"Using a function","time":{"start":1710205266281,"stop":1710205266281,"duration":0},"status":"passed","severity":"normal"},{"uid":"64be47acfbffa65a","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1710204741133,"stop":1710204741133,"duration":0},"status":"passed","severity":"normal"},{"uid":"a16e530ecfe7ab43","name":"Fails to push message bigger that 1MB","time":{"start":1710205233020,"stop":1710205233020,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c98aac9cd77ed8","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710205173306,"stop":1710205173307,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ce721845b319a07","name":"A test","time":{"start":1710204945910,"stop":1710204945911,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5cec38536f33f59","name":"Check received message containing Script","time":{"start":1710204847300,"stop":1710204847300,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca1bcd15310d584","name":"should get / set TCP multiaddr","time":{"start":1710204651994,"stop":1710204651994,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05b2a02dee54889","name":"Push message equal or less that 1MB","time":{"start":1710205063422,"stop":1710205063422,"duration":0},"status":"passed","severity":"normal"},{"uid":"e157ebfa14b12371","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1710204847181,"stop":1710204847182,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e707f82f98ed834","name":"recovers when dns.resolve returns empty","time":{"start":1710204666119,"stop":1710204666119,"duration":0},"status":"passed","severity":"normal"},{"uid":"28c99052a7c00f0d","name":"Check message with no pubsub topic is not received","time":{"start":1710204847310,"stop":1710204847310,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa4079a80d1b6f72","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710205335145,"stop":1710205335146,"duration":1},"status":"passed","severity":"normal"},{"uid":"75b369496b357e34","name":"Relay - dialed first","time":{"start":1710205275703,"stop":1710205275704,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9cad2fca7d69229","name":"Check message on other pubsub topic is not received","time":{"start":1710205173307,"stop":1710205173307,"duration":0},"status":"passed","severity":"normal"},{"uid":"9881a8a569002de2","name":"Sets default value correctly","time":{"start":1710205266299,"stop":1710205266299,"duration":0},"status":"passed","severity":"normal"},{"uid":"86853ae831d10175","name":"Check publish message containing special chars","time":{"start":1710205115567,"stop":1710205115567,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b84460ad9998518","name":"Push message with content topic containing Russian","time":{"start":1710205233010,"stop":1710205233010,"duration":0},"status":"passed","severity":"normal"},{"uid":"57820e96969514a3","name":"Push message with content topic containing SQL Injection","time":{"start":1710205233010,"stop":1710205233013,"duration":3},"status":"passed","severity":"normal"},{"uid":"d804b0b098e5dd5b","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710204847307,"stop":1710204847308,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e0704236645ae84","name":"Subscribe and receive messages via waku relay post","time":{"start":1710204945836,"stop":1710204945837,"duration":1},"status":"passed","severity":"normal"},{"uid":"8305da86e33a9dcc","name":"Check received message containing JSON","time":{"start":1710205173345,"stop":1710205173346,"duration":1},"status":"passed","severity":"normal"},{"uid":"c48ae4e032318953","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1710205199520,"stop":1710205199520,"duration":0},"status":"passed","severity":"normal"},{"uid":"63d4bc150acee576","name":"Push message with content topic containing escaped characters","time":{"start":1710205233015,"stop":1710205233016,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a86e89576c0cbd6","name":"should only return 1 node with relay and store capability","time":{"start":1710204666120,"stop":1710204666121,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9e167e4df544964","name":"should be called for bootstrap peers","time":{"start":1710204702135,"stop":1710204702136,"duration":1},"status":"passed","severity":"normal"},{"uid":"d55ebcdb3b06d9c2","name":"Query generator for multiple messages","time":{"start":1710205227764,"stop":1710205227765,"duration":1},"status":"passed","severity":"normal"},{"uid":"79f65d7285a82c2d","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1710204651173,"stop":1710204651174,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d126e1808d7e34a","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1710204847208,"stop":1710204847208,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f33c404b440290","name":"should decode valid enr successfully","time":{"start":1710204651985,"stop":1710204651985,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dcb7f9a92dcf460","name":"receives messages sent to provided content topic through callback","time":{"start":1710205139944,"stop":1710205139944,"duration":0},"status":"passed","severity":"normal"},{"uid":"63040e8b9bf6d760","name":"Push message with XML payload","time":{"start":1710205233000,"stop":1710205233000,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f5a102e9ac4f3e","name":"Subscribe to topic containing special chars and publish message","time":{"start":1710205111363,"stop":1710205111363,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec3b66fd8a368be9","name":"Relay + Store","time":{"start":1710204651999,"stop":1710204652000,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c25404292125b27","name":"Push message with custom timestamp: 1710201247365","time":{"start":1710205233019,"stop":1710205233019,"duration":0},"status":"passed","severity":"normal"},{"uid":"63faabbd249ab138","name":"Check message with no content topic is not received","time":{"start":1710205173308,"stop":1710205173308,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c85a78dae38d68","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710204945839,"stop":1710204945839,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6d12610185b6fd63","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1710205154292,"stop":1710205154292,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c9350121bd9619","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847216,"stop":1710204847222,"duration":6},"status":"passed","severity":"normal"},{"uid":"4fb4128329f3786a","name":"should throw error - no public key","time":{"start":1710204651986,"stop":1710204651987,"duration":1},"status":"passed","severity":"normal"},{"uid":"69e3571b74717352","name":"configure the node with multiple pubsub topics","time":{"start":1710205154291,"stop":1710205154292,"duration":1},"status":"passed","severity":"normal"},{"uid":"da45761f76821b75","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1710205139942,"stop":1710205139943,"duration":1},"status":"passed","severity":"normal"},{"uid":"692ee567c908b3fc","name":"Check publish message after service node is restarted","time":{"start":1710205115578,"stop":1710205115578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f97498fccc8b0382","name":"Init the array if not present","time":{"start":1710204643315,"stop":1710204643316,"duration":1},"status":"passed","severity":"normal"},{"uid":"685aff98c67cd76a","name":"Subscribe to topic containing emoji and publish message","time":{"start":1710205111369,"stop":1710205111369,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c81e5be35ff4f19","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1710205111360,"stop":1710205111360,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccb73ce558ac3f79","name":"Encoder throws on undefined content topic","time":{"start":1710204680596,"stop":1710204680597,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd697fae2b498975","name":"Passing page size 1 when there are 4 messages","time":{"start":1710205261852,"stop":1710205261852,"duration":0},"status":"passed","severity":"normal"},{"uid":"3716214f98daa1b0","name":"Js publishes, other Js receives","time":{"start":1710205090226,"stop":1710205090227,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d8894e105002efd","name":"Push message with content topic containing SQL Injection","time":{"start":1710205063415,"stop":1710205063416,"duration":1},"status":"passed","severity":"normal"},{"uid":"34ab675b5aaae53d","name":"can start the service","time":{"start":1710204705499,"stop":1710204705501,"duration":2},"status":"passed","severity":"normal"},{"uid":"58e943fcac129200","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710204779044,"stop":1710204779045,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4fc55bb95a9f231","name":"Query with Promise Callback, No message returned","time":{"start":1710205199521,"stop":1710205199521,"duration":0},"status":"passed","severity":"normal"},{"uid":"aca98a85bea358a","name":"should emit a peer event after start","time":{"start":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7299a173d3e5246","name":"Push message with meta","time":{"start":1710205063420,"stop":1710205063420,"duration":0},"status":"passed","severity":"normal"},{"uid":"f21e84edca487ec6","name":"Waku message hash computation (payload length 0)","time":{"start":1710204646209,"stop":1710204646209,"duration":0},"status":"passed","severity":"normal"},{"uid":"21d97383aaefe1b0","name":"Ping on unsubscribed peer","time":{"start":1710204724331,"stop":1710204724332,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2d7a176c1c08a9d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847213,"stop":1710204847214,"duration":1},"status":"passed","severity":"normal"},{"uid":"97b4ab5e05eddd77","name":"isConnected should return true after first peer connects","time":{"start":1710204741132,"stop":1710204741132,"duration":0},"status":"passed","severity":"normal"},{"uid":"a508cda6eee79a56","name":"Check publish message containing JSON","time":{"start":1710205115571,"stop":1710205115571,"duration":0},"status":"passed","severity":"normal"},{"uid":"cea70fe14e58a451","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710204945845,"stop":1710204945845,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5f56c655c7d637","name":"Accepts a valid Waku Message","time":{"start":1710204660179,"stop":1710204660180,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ee0d144452e1367","name":"Check message received after jswaku node is restarted","time":{"start":1710205173309,"stop":1710205173310,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4cd218ab8f21ac1d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710204945846,"stop":1710204945846,"duration":0},"status":"passed","severity":"normal"},{"uid":"299b07d0d5577954","name":"Push message with special chars payload","time":{"start":1710205063394,"stop":1710205063395,"duration":1},"status":"passed","severity":"normal"},{"uid":"61e996b72b0d6faa","name":"Ephemeral field set to true","time":{"start":1710204656815,"stop":1710204656816,"duration":1},"status":"passed","severity":"normal"},{"uid":"af6294c246df350f","name":"Push message with content topic containing XML","time":{"start":1710205063416,"stop":1710205063417,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3048f0729d3b232","name":"Check publish message containing SQL Injection","time":{"start":1710205115568,"stop":1710205115569,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea2c71fe2b33e499","name":"Push message with short payload","time":{"start":1710205063392,"stop":1710205063393,"duration":1},"status":"passed","severity":"normal"},{"uid":"2222f8366ce43b1","name":"Does not throw an exception when node disconnects","time":{"start":1710205266279,"stop":1710205266280,"duration":1},"status":"passed","severity":"normal"},{"uid":"bac11ce74902deca","name":"Subscribe and receive messages via waku relay post","time":{"start":1710205335149,"stop":1710205335149,"duration":0},"status":"passed","severity":"normal"},{"uid":"9efa10e66fc0f6e5","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1710204847223,"stop":1710204847223,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e914bcaade60f8b","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1710204665686,"stop":1710204665687,"duration":1},"status":"passed","severity":"normal"},{"uid":"cad7ea0f40a31ad3","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710205099476,"stop":1710205099480,"duration":4},"status":"passed","severity":"normal"},{"uid":"969f2d5a7fac6254","name":"Check received message containing special chars","time":{"start":1710204847295,"stop":1710204847296,"duration":1},"status":"passed","severity":"normal"},{"uid":"9abb289a635017a2","name":"Overlapping topic subscription","time":{"start":1710204945841,"stop":1710204945841,"duration":0},"status":"passed","severity":"normal"},{"uid":"8896e51539fde697","name":"Fails to publish message with wrong content topic","time":{"start":1710205115576,"stop":1710205115576,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1eac8fe59c368e2","name":"Reopen subscription with peer with lost subscription","time":{"start":1710204724332,"stop":1710204724333,"duration":1},"status":"passed","severity":"normal"},{"uid":"b99c07e056d88b6b","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1710204847167,"stop":1710204847167,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d3430fdb08d5092","name":"Push message with content topic containing emoji","time":{"start":1710205063419,"stop":1710205063419,"duration":0},"status":"passed","severity":"normal"},{"uid":"eefbe1e958bff724","name":"Subscribe to topic containing long and receive message","time":{"start":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","severity":"normal"},{"uid":"5337c4f175bf42ff","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1710204847204,"stop":1710204847205,"duration":1},"status":"passed","severity":"normal"},{"uid":"505dbd7926621b4b","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710205335162,"stop":1710205335162,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5e4b8fa8fcfbb80","name":"Check received message containing Script","time":{"start":1710205173343,"stop":1710205173343,"duration":0},"status":"passed","severity":"normal"},{"uid":"775cb751096e90ba","name":"Push message with shell command payload","time":{"start":1710205063401,"stop":1710205063401,"duration":0},"status":"passed","severity":"normal"},{"uid":"798e51984974bae9","name":"Correctly serialized arguments","time":{"start":1710204960745,"stop":1710204960746,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cfcac0aa1bd8807","name":"Check message with non string payload is not received","time":{"start":1710205173309,"stop":1710205173309,"duration":0},"status":"passed","severity":"normal"},{"uid":"59a32f9537c25511","name":"should properly compute the node id","time":{"start":1710204651993,"stop":1710204651993,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c06a3220eb1146","name":"Refresh subscription","time":{"start":1710204945841,"stop":1710204945841,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffae6041366cd36f","name":"Check received message containing long","time":{"start":1710205173279,"stop":1710205173280,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fc3f0659064c9ab","name":"LightPush","time":{"start":1710205275710,"stop":1710205275710,"duration":0},"status":"passed","severity":"normal"},{"uid":"183490681691883","name":"Push message with JSON payload","time":{"start":1710205233001,"stop":1710205233001,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f67b4cf63a757e","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204957316,"stop":1710204957316,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ad088a2b36bb198","name":"should set field with only STORE enabled","time":{"start":1710204651998,"stop":1710204651998,"duration":0},"status":"passed","severity":"normal"},{"uid":"871a33c4cb7895a7","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1710205191798,"stop":1710205191799,"duration":1},"status":"passed","severity":"normal"},{"uid":"878f7fb1336bcfcc","name":"Push message with content topic containing Chinese","time":{"start":1710205233009,"stop":1710205233009,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b65c35ff39ee062","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bdcd71fe31d2d1e9","name":"Filter","time":{"start":1710205275711,"stop":1710205275711,"duration":0},"status":"passed","severity":"normal"},{"uid":"d77891c1f33423fb","name":"connected peers and dial","time":{"start":1710205063578,"stop":1710205063578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ce2d567860e7233f","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1710204847225,"stop":1710204847226,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a55f57fb0d97b2e","name":"should be able to encode the field with only STORE set to true","time":{"start":1710204651170,"stop":1710204651171,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c4a1385d3be1982","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710204899735,"stop":1710204899740,"duration":5},"status":"passed","severity":"normal"},{"uid":"6bb2044229731200","name":"Subscribe to topic containing short and receive message","time":{"start":1710205335141,"stop":1710205335141,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce5033a3a5b4816","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1710205265210,"stop":1710205265211,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5d7067ee9209454","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710204945847,"stop":1710204945847,"duration":0},"status":"passed","severity":"normal"},{"uid":"e805be6c3e08f825","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1710205265206,"stop":1710205265206,"duration":0},"status":"passed","severity":"normal"},{"uid":"a39c32c01f649f35","name":"Push message with custom timestamp: 1710208447365","time":{"start":1710205233019,"stop":1710205233019,"duration":0},"status":"passed","severity":"normal"},{"uid":"be60bded113f421d","name":"Encoder throws on empty string content topic","time":{"start":1710204656817,"stop":1710204656817,"duration":0},"status":"passed","severity":"normal"},{"uid":"38eeec5f2ccdb4b3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1710204847226,"stop":1710204847226,"duration":0},"status":"passed","severity":"normal"},{"uid":"1669f2bc1b549d67","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710204945838,"stop":1710204945839,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ff9953315327b9b","name":"passes more than one ENR URLs and attempts connection","time":{"start":1710204705535,"stop":1710204705535,"duration":0},"status":"skipped","severity":"normal"},{"uid":"695babd78ada82a6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204957313,"stop":1710204957313,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5134abfde8dbe59","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710205099475,"stop":1710205099475,"duration":0},"status":"passed","severity":"normal"},{"uid":"62f7b6d5a4a7db6c","name":"Nodes with multiple pubsub topic","time":{"start":1710205099501,"stop":1710205099501,"duration":0},"status":"passed","severity":"normal"},{"uid":"75b61ccf68ec684b","name":"Push message with content topic containing numeric","time":{"start":1710205063412,"stop":1710205063413,"duration":1},"status":"passed","severity":"normal"},{"uid":"78bdc29419292923","name":"Check publish message containing escaped characters","time":{"start":1710205115571,"stop":1710205115572,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88190a3f4bd8756","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204770378,"stop":1710204770378,"duration":0},"status":"passed","severity":"normal"},{"uid":"2636d9633b131e94","name":"Push message with rate limit","time":{"start":1710205233018,"stop":1710205233018,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c751b9d922ccf","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1710204945849,"stop":1710204945849,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b7bf51fbd0e098","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710204899730,"stop":1710204899730,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ca21a021f17206f","name":"Generator, custom pubsub topic","time":{"start":1710205218550,"stop":1710205218550,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4cf127f513d3d7a","name":"Push message with shell command payload","time":{"start":1710205233001,"stop":1710205233002,"duration":1},"status":"passed","severity":"normal"},{"uid":"94bdf7bbd76c594b","name":"Check received message containing shell command","time":{"start":1710204847302,"stop":1710204847303,"duration":1},"status":"passed","severity":"normal"},{"uid":"794dd16ecb34c54e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847205,"stop":1710204847206,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a52c2429a231ba6","name":"Check publish message containing Chinese","time":{"start":1710205115567,"stop":1710205115567,"duration":0},"status":"passed","severity":"normal"},{"uid":"540398454a0bdd5e","name":"pre and post cipher","time":{"start":1710204679348,"stop":1710204679348,"duration":0},"status":"passed","severity":"normal"},{"uid":"acb779405805bea7","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1710204741130,"stop":1710204741130,"duration":0},"status":"passed","severity":"normal"},{"uid":"4740a447ea4c843c","name":"Push message with content topic containing emoji","time":{"start":1710205233016,"stop":1710205233016,"duration":0},"status":"passed","severity":"normal"},{"uid":"191c4a30a5fe3d76","name":"Ordered Callback - backward","time":{"start":1710205225506,"stop":1710205225506,"duration":0},"status":"passed","severity":"normal"},{"uid":"35b81c73e43bba14","name":"tcp ip4 address","time":{"start":1710204651184,"stop":1710204651184,"duration":0},"status":"passed","severity":"normal"},{"uid":"9366d4861d281eb4","name":"isConnected return false after peer stops","time":{"start":1710204741133,"stop":1710204741133,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb4395c6e6710fe","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710204899731,"stop":1710204899732,"duration":1},"status":"passed","severity":"normal"},{"uid":"506c5f676b995346","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1710204665685,"stop":1710204665686,"duration":1},"status":"passed","severity":"normal"},{"uid":"af8e43643bb53222","name":"should properly create location multiaddrs - udp4","time":{"start":1710204651995,"stop":1710204651995,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b509567e787c12d","name":"Decoder throws on empty string content topic","time":{"start":1710204678872,"stop":1710204678873,"duration":1},"status":"passed","severity":"normal"},{"uid":"9373d0c887d8215d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204957312,"stop":1710204957312,"duration":0},"status":"passed","severity":"normal"},{"uid":"51800e5c268e6a89","name":"Query Generator, No Decoder","time":{"start":1710205199516,"stop":1710205199516,"duration":0},"status":"passed","severity":"normal"},{"uid":"287a045ed2ef30a0","name":"Push message with content topic containing short","time":{"start":1710205233004,"stop":1710205233004,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a765654dadd0666","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710205335145,"stop":1710205335145,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9902d908aeca79","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1710204665686,"stop":1710204665686,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef6bf13de8af214","name":"Register correct protocols","time":{"start":1710205111358,"stop":1710205111358,"duration":0},"status":"passed","severity":"normal"},{"uid":"38bf8aee0b8ffc7b","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1710205111361,"stop":1710205111361,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1de58173f28a19","name":"Subscribe to topic containing Russian and publish message","time":{"start":1710205111364,"stop":1710205111365,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed74967b458b2011","name":"Push message on custom pubsubTopic","time":{"start":1710204957311,"stop":1710204957311,"duration":0},"status":"passed","severity":"normal"},{"uid":"12919f9bbd18b652","name":"removeEventListener with correct event","time":{"start":1710204735365,"stop":1710204735365,"duration":0},"status":"passed","severity":"normal"},{"uid":"cec4efc5b5db9842","name":"Generator, 2 different pubsubtopics","time":{"start":1710205218548,"stop":1710205218548,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe7e6d15a3d188f","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1710204847183,"stop":1710204847184,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fad0555009d606c","name":"Decrypt messages","time":{"start":1710205064962,"stop":1710205064963,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e939eebeb2e334","name":"Query generator for multiple messages with multiple decoders","time":{"start":1710205227765,"stop":1710205227766,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5f280ea84865db","name":"throws on content topic with empty version field","time":{"start":1710204643535,"stop":1710204643536,"duration":1},"status":"passed","severity":"normal"},{"uid":"98f322b04a4806af","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710204779045,"stop":1710204779046,"duration":1},"status":"passed","severity":"normal"},{"uid":"98b7f53c6d5c5aea","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710205099506,"stop":1710205099506,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc8b0baed6466a95","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1710204651175,"stop":1710204651176,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e3c63cc3977932f","name":"Check publish message containing XML","time":{"start":1710205115569,"stop":1710205115570,"duration":1},"status":"passed","severity":"normal"},{"uid":"376a392b3e55f0af","name":"Store - dialed first","time":{"start":1710205275705,"stop":1710205275710,"duration":5},"status":"passed","severity":"normal"},{"uid":"a8620dafb5a7088b","name":"should be able to decode the field with only STORE set to true","time":{"start":1710204651179,"stop":1710204651180,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba32b1ee095de64f","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1710204847177,"stop":1710204847181,"duration":4},"status":"passed","severity":"normal"},{"uid":"1bb81b0462a35e82","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1710205241814,"stop":1710205241814,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd8d8306bf05303","name":"can start the service","time":{"start":1710204673133,"stop":1710204673135,"duration":2},"status":"passed","severity":"normal"},{"uid":"4e4c785c961510b5","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1710204847214,"stop":1710204847214,"duration":0},"status":"passed","severity":"normal"},{"uid":"58f19d00998d6622","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710205099496,"stop":1710205099496,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d9ce96dfbc0a91","name":"Light Node - default protocols","time":{"start":1710205275711,"stop":1710205275711,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe1685bf98eec31","name":"Push message with content topic containing shell command","time":{"start":1710205063417,"stop":1710205063418,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6651/widgets/environment.json b/6651/widgets/environment.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/6651/widgets/environment.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/6651/widgets/executors.json b/6651/widgets/executors.json deleted file mode 100644 index 7b7d93a4986..00000000000 --- a/6651/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://waku-org.github.io/js-waku","buildOrder":6651,"buildName":"GitHub Actions Run #8241837368","buildUrl":"https://github.com/waku-org/js-waku/actions/runs/8241837368","reportName":"Allure Report with history","reportUrl":"https://waku-org.github.io/js-waku/6651/"}] \ No newline at end of file diff --git a/6651/widgets/history-trend.json b/6651/widgets/history-trend.json deleted file mode 100644 index fa701af8c88..00000000000 --- a/6651/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6651,"reportUrl":"https://waku-org.github.io/js-waku/6651/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6655,"reportUrl":"https://waku-org.github.io/js-waku/6655/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":5,"passed":196,"unknown":0,"total":201}},{"buildOrder":6650,"reportUrl":"https://waku-org.github.io/js-waku/6650/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6649,"reportUrl":"https://waku-org.github.io/js-waku/6649/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6648,"reportUrl":"https://waku-org.github.io/js-waku/6648/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6647,"reportUrl":"https://waku-org.github.io/js-waku/6647/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6646,"reportUrl":"https://waku-org.github.io/js-waku/6646/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6645,"reportUrl":"https://waku-org.github.io/js-waku/6645/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6638,"reportUrl":"https://waku-org.github.io/js-waku/6638/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6644,"reportUrl":"https://waku-org.github.io/js-waku/6644/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6642,"reportUrl":"https://waku-org.github.io/js-waku/6642/","reportName":"Allure Report with history","data":{"failed":0,"broken":9,"skipped":28,"passed":797,"unknown":0,"total":834}},{"buildOrder":6643,"reportUrl":"https://waku-org.github.io/js-waku/6643/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":698,"unknown":0,"total":728}},{"buildOrder":6641,"reportUrl":"https://waku-org.github.io/js-waku/6641/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6640,"reportUrl":"https://waku-org.github.io/js-waku/6640/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6639,"reportUrl":"https://waku-org.github.io/js-waku/6639/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6637,"reportUrl":"https://waku-org.github.io/js-waku/6637/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6636,"reportUrl":"https://waku-org.github.io/js-waku/6636/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6635,"reportUrl":"https://waku-org.github.io/js-waku/6635/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6633,"reportUrl":"https://waku-org.github.io/js-waku/6633/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":28,"passed":800,"unknown":0,"total":828}},{"buildOrder":6632,"reportUrl":"https://waku-org.github.io/js-waku/6632/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/6651/widgets/launch.json b/6651/widgets/launch.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/6651/widgets/launch.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/6651/widgets/retry-trend.json b/6651/widgets/retry-trend.json deleted file mode 100644 index 9a646af94e5..00000000000 --- a/6651/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6651,"reportUrl":"https://waku-org.github.io/js-waku/6651/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6655,"reportUrl":"https://waku-org.github.io/js-waku/6655/","reportName":"Allure Report with history","data":{"run":201,"retry":1}},{"buildOrder":6650,"reportUrl":"https://waku-org.github.io/js-waku/6650/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6649,"reportUrl":"https://waku-org.github.io/js-waku/6649/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6648,"reportUrl":"https://waku-org.github.io/js-waku/6648/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6647,"reportUrl":"https://waku-org.github.io/js-waku/6647/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6646,"reportUrl":"https://waku-org.github.io/js-waku/6646/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6645,"reportUrl":"https://waku-org.github.io/js-waku/6645/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6638,"reportUrl":"https://waku-org.github.io/js-waku/6638/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6644,"reportUrl":"https://waku-org.github.io/js-waku/6644/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6642,"reportUrl":"https://waku-org.github.io/js-waku/6642/","reportName":"Allure Report with history","data":{"run":834,"retry":2}},{"buildOrder":6643,"reportUrl":"https://waku-org.github.io/js-waku/6643/","reportName":"Allure Report with history","data":{"run":728,"retry":2}},{"buildOrder":6641,"reportUrl":"https://waku-org.github.io/js-waku/6641/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6640,"reportUrl":"https://waku-org.github.io/js-waku/6640/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6639,"reportUrl":"https://waku-org.github.io/js-waku/6639/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6637,"reportUrl":"https://waku-org.github.io/js-waku/6637/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6636,"reportUrl":"https://waku-org.github.io/js-waku/6636/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6635,"reportUrl":"https://waku-org.github.io/js-waku/6635/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6633,"reportUrl":"https://waku-org.github.io/js-waku/6633/","reportName":"Allure Report with history","data":{"run":828,"retry":2}},{"buildOrder":6632,"reportUrl":"https://waku-org.github.io/js-waku/6632/","reportName":"Allure Report with history","data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/6651/widgets/severity.json b/6651/widgets/severity.json deleted file mode 100644 index 589d2423d07..00000000000 --- a/6651/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"3b354ead594ff078","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1710205111368,"stop":1710205111369,"duration":1},"status":"passed","severity":"normal"},{"uid":"13537e1c0149f5ff","name":"Check received message with timestamp: 1710204694466 ","time":{"start":1710204847306,"stop":1710204847306,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6e730289adb423a","name":"should throw error - invalid id","time":{"start":1710204651992,"stop":1710204651992,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad7ea0f40a31ad3","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710205099476,"stop":1710205099480,"duration":4},"status":"passed","severity":"normal"},{"uid":"9c5447f6b4038a68","name":"Ping on subscribed peer","time":{"start":1710204768032,"stop":1710204768032,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe7e6d15a3d188f","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1710204847183,"stop":1710204847184,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9b81825bc3a4e80","name":"Check received message containing SQL Injection","time":{"start":1710204847300,"stop":1710204847300,"duration":0},"status":"passed","severity":"normal"},{"uid":"57820e96969514a3","name":"Push message with content topic containing SQL Injection","time":{"start":1710205233010,"stop":1710205233013,"duration":3},"status":"passed","severity":"normal"},{"uid":"6ca21a021f17206f","name":"Generator, custom pubsub topic","time":{"start":1710205218550,"stop":1710205218550,"duration":0},"status":"passed","severity":"normal"},{"uid":"4740a447ea4c843c","name":"Push message with content topic containing emoji","time":{"start":1710205233016,"stop":1710205233016,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05b2a02dee54889","name":"Push message equal or less that 1MB","time":{"start":1710205063422,"stop":1710205063422,"duration":0},"status":"passed","severity":"normal"},{"uid":"45f2213ded0a79e2","name":"Promise Callback - backward","time":{"start":1710205225505,"stop":1710205225505,"duration":0},"status":"passed","severity":"normal"},{"uid":"136d1607b14c053b","name":"Check received message containing Arabic","time":{"start":1710205173341,"stop":1710205173342,"duration":1},"status":"passed","severity":"normal"},{"uid":"78bdc29419292923","name":"Check publish message containing escaped characters","time":{"start":1710205115571,"stop":1710205115572,"duration":1},"status":"passed","severity":"normal"},{"uid":"c62f5a198a2f517","name":"Push message with SQL Injection payload","time":{"start":1710205063396,"stop":1710205063397,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba714208c69c242b","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1710205199517,"stop":1710205199517,"duration":0},"status":"passed","severity":"normal"},{"uid":"913820b8c6f76e86","name":"connects to nwaku","time":{"start":1710205266278,"stop":1710205266279,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c6dd749e4df44dc","name":"Decoder throws on undefined content topic","time":{"start":1710204678872,"stop":1710204678872,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6a2e58f1bc55d4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710205099505,"stop":1710205099506,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fd8d8306bf05303","name":"can start the service","time":{"start":1710204673133,"stop":1710204673135,"duration":2},"status":"passed","severity":"normal"},{"uid":"5e0704236645ae84","name":"Subscribe and receive messages via waku relay post","time":{"start":1710204945836,"stop":1710204945837,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc62c30737473870","name":"Check message with invalid timestamp is not received","time":{"start":1710205173307,"stop":1710205173307,"duration":0},"status":"passed","severity":"normal"},{"uid":"86853ae831d10175","name":"Check publish message containing special chars","time":{"start":1710205115567,"stop":1710205115567,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4cf127f513d3d7a","name":"Push message with shell command payload","time":{"start":1710205233001,"stop":1710205233002,"duration":1},"status":"passed","severity":"normal"},{"uid":"999dcbf8803746e9","name":"Check message on other pubsub topic is not received","time":{"start":1710205173352,"stop":1710205173352,"duration":0},"status":"passed","severity":"normal"},{"uid":"93c7f4cbb86d69de","name":"Nodes with multiple pubsub topic","time":{"start":1710205099493,"stop":1710205099495,"duration":2},"status":"passed","severity":"normal"},{"uid":"da45761f76821b75","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1710205139942,"stop":1710205139943,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee96125c4165c392","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710205335144,"stop":1710205335145,"duration":1},"status":"passed","severity":"normal"},{"uid":"63e623dbedcd2a66","name":"unsubscribes","time":{"start":1710205246590,"stop":1710205246590,"duration":0},"status":"passed","severity":"normal"},{"uid":"3815958f159c9827","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710204945849,"stop":1710204945849,"duration":0},"status":"passed","severity":"normal"},{"uid":"444ac48e5c316ef8","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1710205265209,"stop":1710205265210,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a023f847bf47244","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1710204847207,"stop":1710204847208,"duration":1},"status":"passed","severity":"normal"},{"uid":"353173b99c37d290","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1710204678866,"stop":1710204678868,"duration":2},"status":"passed","severity":"normal"},{"uid":"506c5f676b995346","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1710204665685,"stop":1710204665686,"duration":1},"status":"passed","severity":"normal"},{"uid":"288742325090eb81","name":"less peers than existing","time":{"start":1710205063578,"stop":1710205063579,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3e085887254311b8","name":"Push message with content topic containing unicode special characters","time":{"start":1710205233016,"stop":1710205233016,"duration":0},"status":"passed","severity":"normal"},{"uid":"2210c3774236fa2c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710204899729,"stop":1710204899730,"duration":1},"status":"passed","severity":"normal"},{"uid":"55ba47e3d4f45723","name":"Overlapping topic subscription","time":{"start":1710205335138,"stop":1710205335139,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9cad2fca7d69229","name":"Check message on other pubsub topic is not received","time":{"start":1710205173307,"stop":1710205173307,"duration":0},"status":"passed","severity":"normal"},{"uid":"692ee567c908b3fc","name":"Check publish message after service node is restarted","time":{"start":1710205115578,"stop":1710205115578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4e86ffb719c0ee4c","name":"Check received message containing unicode special characters","time":{"start":1710205173304,"stop":1710205173304,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4699ee2377a8acb","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710205218549,"stop":1710205218549,"duration":0},"status":"passed","severity":"normal"},{"uid":"f89191b0f38099b6","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1710205139944,"stop":1710205139944,"duration":0},"status":"passed","severity":"normal"},{"uid":"699ded5f4b77f615","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710204945839,"stop":1710204945840,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cae0f42bd24e345","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1710204847212,"stop":1710204847212,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a150138df9a4ef","name":"Ping on peer without subscriptions","time":{"start":1710204724331,"stop":1710204724331,"duration":0},"status":"passed","severity":"normal"},{"uid":"922e0a59fa2f0b78","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1710205227770,"stop":1710205227770,"duration":0},"status":"passed","severity":"normal"},{"uid":"66acfec546b1172d","name":"Subscribe to topic containing shell command and publish message","time":{"start":1710205111367,"stop":1710205111368,"duration":1},"status":"passed","severity":"normal"},{"uid":"324a29baa4cf1d24","name":"Fails to publish message with size larger than 1 MB","time":{"start":1710205115577,"stop":1710205115577,"duration":0},"status":"passed","severity":"normal"},{"uid":"cec4efc5b5db9842","name":"Generator, 2 different pubsubtopics","time":{"start":1710205218548,"stop":1710205218548,"duration":0},"status":"passed","severity":"normal"},{"uid":"35b81c73e43bba14","name":"tcp ip4 address","time":{"start":1710204651184,"stop":1710204651184,"duration":0},"status":"passed","severity":"normal"},{"uid":"da5152097dbc332d","name":"Generator, custom pubsub topic","time":{"start":1710205218549,"stop":1710205218549,"duration":0},"status":"skipped","severity":"normal"},{"uid":"46d573245a306b73","name":"Check received message containing JSON","time":{"start":1710204847302,"stop":1710204847302,"duration":0},"status":"passed","severity":"normal"},{"uid":"37d02994626e1d64","name":"should be able to encode the field with only FILTER set to true","time":{"start":1710204651171,"stop":1710204651172,"duration":1},"status":"passed","severity":"normal"},{"uid":"afe5f4b6862f8dc5","name":"Check received message containing escaped characters","time":{"start":1710205173347,"stop":1710205173347,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7318030e0adb127","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710205335136,"stop":1710205335136,"duration":0},"status":"passed","severity":"normal"},{"uid":"acb779405805bea7","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1710204741130,"stop":1710204741130,"duration":0},"status":"passed","severity":"normal"},{"uid":"3378a1175ac81d69","name":"Check received message containing XML","time":{"start":1710205173343,"stop":1710205173343,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f9266b5c5363bc5","name":"Throws when trying to push message with empty payload","time":{"start":1710205063408,"stop":1710205063408,"duration":0},"status":"passed","severity":"normal"},{"uid":"10be5f0ccfe822f4","name":"should not receive a peer event before start","time":{"start":1710204673137,"stop":1710204673138,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ce721845b319a07","name":"A test","time":{"start":1710204945910,"stop":1710204945911,"duration":1},"status":"passed","severity":"normal"},{"uid":"612ef653bb10f01","name":"Encoder throws on undefined content topic","time":{"start":1710204678870,"stop":1710204678871,"duration":1},"status":"passed","severity":"normal"},{"uid":"998322aab019f47c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710204899740,"stop":1710204899741,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1938bb44ceea6f1","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710204770375,"stop":1710204770375,"duration":0},"status":"passed","severity":"normal"},{"uid":"87dd3ca0c9c71c70","name":"Subscribe to topic containing long and receive message","time":{"start":1710204945842,"stop":1710204945842,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e996b72b0d6faa","name":"Ephemeral field set to true","time":{"start":1710204656815,"stop":1710204656816,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd1da263a6694cf6","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1710205191798,"stop":1710205191798,"duration":0},"status":"passed","severity":"normal"},{"uid":"cae7b2c6bdc73d24","name":"Sample","time":{"start":1710204651485,"stop":1710204651485,"duration":0},"status":"passed","severity":"normal"},{"uid":"eda8243631db057b","name":"throws on content topic with generation field greater than 0","time":{"start":1710204643534,"stop":1710204643535,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a9460e012aa3b06","name":"1 Relay, 1 Filter, gives up","time":{"start":1710204665755,"stop":1710204665755,"duration":0},"status":"passed","severity":"normal"},{"uid":"816c651e6797999a","name":"Check message with non string payload is not received","time":{"start":1710205173353,"stop":1710205173355,"duration":2},"status":"passed","severity":"normal"},{"uid":"1ee0d144452e1367","name":"Check message received after jswaku node is restarted","time":{"start":1710205173309,"stop":1710205173310,"duration":1},"status":"skipped","severity":"normal"},{"uid":"cffaef01ee21d7de","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710205063417,"stop":1710205063417,"duration":0},"status":"passed","severity":"normal"},{"uid":"db7d27a8a48b7c86","name":"should properly create location multiaddrs - tcp4","time":{"start":1710204651995,"stop":1710204651995,"duration":0},"status":"passed","severity":"normal"},{"uid":"58e943fcac129200","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710204779044,"stop":1710204779045,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4fc55bb95a9f231","name":"Query with Promise Callback, No message returned","time":{"start":1710205199521,"stop":1710205199521,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fc3f0659064c9ab","name":"LightPush","time":{"start":1710205275710,"stop":1710205275710,"duration":0},"status":"passed","severity":"normal"},{"uid":"41961376cc32ef94","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1710204847175,"stop":1710204847175,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa1c316f66272cb2","name":"Push message with unicode special characters payload","time":{"start":1710205063405,"stop":1710205063406,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b8c26c80aa8e17b","name":"should throw an error for insufficient data","time":{"start":1710204643825,"stop":1710204643825,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0071b114d838d4c","name":"Check received message with timestamp: 1710204694548000000 ","time":{"start":1710205173305,"stop":1710205173305,"duration":0},"status":"passed","severity":"normal"},{"uid":"431b6f271f222312","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710204945836,"stop":1710204945836,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f91a90dc4b1d619","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1710205098994,"stop":1710205098995,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f9e167e4df544964","name":"should be called for bootstrap peers","time":{"start":1710204702135,"stop":1710204702136,"duration":1},"status":"passed","severity":"normal"},{"uid":"3df2fb15b27c481","name":"should use DNS peer discovery with light client","time":{"start":1710204705527,"stop":1710204705527,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6ec96f004e78cacc","name":"different cluster, same shard: nodes don't connect","time":{"start":1710204847158,"stop":1710204847165,"duration":7},"status":"passed","severity":"normal"},{"uid":"505dbd7926621b4b","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710205335162,"stop":1710205335162,"duration":0},"status":"passed","severity":"normal"},{"uid":"775cb751096e90ba","name":"Push message with shell command payload","time":{"start":1710205063401,"stop":1710205063401,"duration":0},"status":"passed","severity":"normal"},{"uid":"304ed2d74d471d27","name":"Push message with special chars payload","time":{"start":1710205232998,"stop":1710205232998,"duration":0},"status":"passed","severity":"normal"},{"uid":"432451c89d2aab61","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710205173306,"stop":1710205173306,"duration":0},"status":"passed","severity":"normal"},{"uid":"aca98a85bea358a","name":"should emit a peer event after start","time":{"start":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","severity":"normal"},{"uid":"8970efcd225e1c45","name":"Fails to push message with empty content topic","time":{"start":1710205063419,"stop":1710205063420,"duration":1},"status":"passed","severity":"normal"},{"uid":"81b11291241ca143","name":"Push message with content topic containing JSON","time":{"start":1710205063417,"stop":1710205063417,"duration":0},"status":"passed","severity":"normal"},{"uid":"97d460013336247e","name":"throws on content topic with empty application field","time":{"start":1710204643535,"stop":1710204643535,"duration":0},"status":"passed","severity":"normal"},{"uid":"79f65d7285a82c2d","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1710204651173,"stop":1710204651174,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c00308583173454","name":"should encode/decode to RLP encoding","time":{"start":1710204651993,"stop":1710204651993,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5f280ea84865db","name":"throws on content topic with empty version field","time":{"start":1710204643535,"stop":1710204643536,"duration":1},"status":"passed","severity":"normal"},{"uid":"83c9350121bd9619","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847216,"stop":1710204847222,"duration":6},"status":"passed","severity":"normal"},{"uid":"cf32301fc0056ab3","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1710205191789,"stop":1710205191790,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2ce10525482ff32","name":"should return false","time":{"start":1710204651992,"stop":1710204651992,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a56c57cb2f4d229","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1710204705355,"stop":1710204705356,"duration":1},"status":"passed","severity":"normal"},{"uid":"2636d9633b131e94","name":"Push message with rate limit","time":{"start":1710205233018,"stop":1710205233018,"duration":0},"status":"passed","severity":"normal"},{"uid":"2659f9c68c3995e0","name":"Check received message containing Script","time":{"start":1710205173292,"stop":1710205173292,"duration":0},"status":"passed","severity":"normal"},{"uid":"f655fd573c0ab31e","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1710205199517,"stop":1710205199518,"duration":1},"status":"passed","severity":"normal"},{"uid":"200ce8f25184947b","name":"Fails to publish duplicate message","time":{"start":1710205115575,"stop":1710205115575,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d3430fdb08d5092","name":"Push message with content topic containing emoji","time":{"start":1710205063419,"stop":1710205063419,"duration":0},"status":"passed","severity":"normal"},{"uid":"25ab7ebcb0405452","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204770376,"stop":1710204770376,"duration":0},"status":"passed","severity":"normal"},{"uid":"813075ac1fa4d3c7","name":"Check publish message containing emoji","time":{"start":1710205115572,"stop":1710205115573,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8d2e778ab6d003a","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710205335137,"stop":1710205335138,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c5e4b8fa8fcfbb80","name":"Check received message containing Script","time":{"start":1710205173343,"stop":1710205173343,"duration":0},"status":"passed","severity":"normal"},{"uid":"59fc41e64f608bd6","name":"Push 30 different messages","time":{"start":1710205063407,"stop":1710205063407,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c98aac9cd77ed8","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710205173306,"stop":1710205173307,"duration":1},"status":"passed","severity":"normal"},{"uid":"7580b92d86fd3522","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1710205265203,"stop":1710205265204,"duration":1},"status":"passed","severity":"normal"},{"uid":"91b55d644b860b91","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204957313,"stop":1710204957314,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e939eebeb2e334","name":"Query generator for multiple messages with multiple decoders","time":{"start":1710205227765,"stop":1710205227766,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfb6bc7478c34bcc","name":"Relay - times out","time":{"start":1710205275705,"stop":1710205275705,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7d3ef90d2b626f","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1710204665688,"stop":1710204665689,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9486fdd27d14c41","name":"Check received message containing unicode special characters","time":{"start":1710204847304,"stop":1710204847304,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1bbd07ce02dc180","name":"Encoder throws on undefined content topic","time":{"start":1710204656816,"stop":1710204656817,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7b18609d21bd44b","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1710205098995,"stop":1710205098996,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcbd046ca8b5aa34","name":"Fails to push message with large meta","time":{"start":1710205233017,"stop":1710205233018,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f3e5366c8c4ed72","name":"Check received message containing emoji","time":{"start":1710204847304,"stop":1710204847305,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca1bcd15310d584","name":"should get / set TCP multiaddr","time":{"start":1710204651994,"stop":1710204651994,"duration":0},"status":"passed","severity":"normal"},{"uid":"9366d4861d281eb4","name":"isConnected return false after peer stops","time":{"start":1710204741133,"stop":1710204741133,"duration":0},"status":"passed","severity":"normal"},{"uid":"af2f61bcf3085e23","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710204899743,"stop":1710204899744,"duration":1},"status":"passed","severity":"normal"},{"uid":"a16284c29800ae13","name":"Query Generator, No message returned","time":{"start":1710205199517,"stop":1710205199517,"duration":0},"status":"passed","severity":"normal"},{"uid":"34dfa7802865de9d","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1710205111359,"stop":1710205111360,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f846d39eea442c9","name":"can start the service","time":{"start":1710205151661,"stop":1710205151661,"duration":0},"status":"passed","severity":"normal"},{"uid":"64d73f4d5727b4e9","name":"Subscribe to topic containing XML and receive message","time":{"start":1710205335144,"stop":1710205335144,"duration":0},"status":"passed","severity":"normal"},{"uid":"9efa10e66fc0f6e5","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1710204847223,"stop":1710204847223,"duration":0},"status":"passed","severity":"normal"},{"uid":"2945a484e3c3ef72","name":"Check received message containing long","time":{"start":1710205173323,"stop":1710205173324,"duration":1},"status":"passed","severity":"normal"},{"uid":"94bdf7bbd76c594b","name":"Check received message containing shell command","time":{"start":1710204847302,"stop":1710204847303,"duration":1},"status":"passed","severity":"normal"},{"uid":"a671152693b0ca5c","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847210,"stop":1710204847210,"duration":0},"status":"passed","severity":"normal"},{"uid":"38eeec5f2ccdb4b3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1710204847226,"stop":1710204847226,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55ebcdb3b06d9c2","name":"Query generator for multiple messages","time":{"start":1710205227764,"stop":1710205227765,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4fb29b025c623bd","name":"Passing page size 19 when there are 20 messages","time":{"start":1710205261854,"stop":1710205261854,"duration":0},"status":"passed","severity":"normal"},{"uid":"b118267485ed1bd","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1710205265206,"stop":1710205265207,"duration":1},"status":"passed","severity":"normal"},{"uid":"28ea2c8cd9d4e8d9","name":"stop","time":{"start":1710204735371,"stop":1710204735374,"duration":3},"status":"passed","severity":"normal"},{"uid":"1bb81b0462a35e82","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1710205241814,"stop":1710205241814,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d17cd84c8a58c56","name":"throws on content topic with empty encoding field","time":{"start":1710204643537,"stop":1710204643537,"duration":0},"status":"passed","severity":"normal"},{"uid":"772486fdfe07d412","name":"Check received message containing escaped characters","time":{"start":1710204847303,"stop":1710204847303,"duration":0},"status":"passed","severity":"normal"},{"uid":"28a91f15a16a746c","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710205335142,"stop":1710205335142,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9266943e776cf6","name":"Subscribe and receive messages via waku relay post","time":{"start":1710205335130,"stop":1710205335130,"duration":0},"status":"passed","severity":"normal"},{"uid":"7201dc7ce1dc74c6","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1710204741131,"stop":1710204741131,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69f908cab6ea3a5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710205335131,"stop":1710205335131,"duration":0},"status":"passed","severity":"normal"},{"uid":"5383ac87cfdfa2c5","name":"Nodes with multiple pubsub topic","time":{"start":1710205099506,"stop":1710205099507,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba25ae290613ec51","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710204899725,"stop":1710204899726,"duration":1},"status":"passed","severity":"normal"},{"uid":"90df6e298a1b4103","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1710204651172,"stop":1710204651173,"duration":1},"status":"passed","severity":"normal"},{"uid":"18bc660860c8a99c","name":"should be able to decode the field with only RELAY set to true","time":{"start":1710204651177,"stop":1710204651178,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad7164825c96d508","name":"Query generator for multiple messages with different message text format","time":{"start":1710205227765,"stop":1710205227765,"duration":0},"status":"passed","severity":"normal"},{"uid":"56533cf73541c53","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710205335154,"stop":1710205335156,"duration":2},"status":"passed","severity":"normal"},{"uid":"de87a9b8ba84288c","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710205335146,"stop":1710205335146,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d906eee9cc350be","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1710204665108,"stop":1710204665108,"duration":0},"status":"passed","severity":"normal"},{"uid":"b988f902d6db53d","name":"should properly create location multiaddrs - udp","time":{"start":1710204651996,"stop":1710204651996,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d1279cc1e6a683","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710204666122,"stop":1710204666123,"duration":1},"status":"skipped","severity":"normal"},{"uid":"934ad7b43d16c963","name":"does not throw on valid cases","time":{"start":1710204643532,"stop":1710204643532,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc2da136e7d8468","name":"throws on content topic with non-number generation field","time":{"start":1710204643534,"stop":1710204643534,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5fc81a2fb27be77","name":"receives messages sent to provided content topic through stream","time":{"start":1710205139944,"stop":1710205139945,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dc47f757dd0ce60","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1710204651985,"stop":1710204651985,"duration":0},"status":"passed","severity":"normal"},{"uid":"be20fa8219842610","name":"should be able to encode the field with only RELAY set to true","time":{"start":1710204651168,"stop":1710204651170,"duration":2},"status":"passed","severity":"normal"},{"uid":"51c06a3220eb1146","name":"Refresh subscription","time":{"start":1710204945841,"stop":1710204945841,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad54ee14840fab9b","name":"Push message with content topic containing long","time":{"start":1710205063412,"stop":1710205063412,"duration":0},"status":"passed","severity":"normal"},{"uid":"299b07d0d5577954","name":"Push message with special chars payload","time":{"start":1710205063394,"stop":1710205063395,"duration":1},"status":"passed","severity":"normal"},{"uid":"d977cff1d6ee598b","name":"Check received message containing JSON","time":{"start":1710205173303,"stop":1710205173303,"duration":0},"status":"passed","severity":"normal"},{"uid":"9266aaf5c090465e","name":"Query Generator, Wrong PubsubTopic","time":{"start":1710205199515,"stop":1710205199515,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dc3cf8875a2b4c","name":"Check message with no payload is not received","time":{"start":1710204847311,"stop":1710204847311,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f31c2f875c3ecfa","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710204945844,"stop":1710204945844,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e707f82f98ed834","name":"recovers when dns.resolve returns empty","time":{"start":1710204666119,"stop":1710204666119,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6c20f95baae8eaa","name":"throws on content topic with empty topic name field","time":{"start":1710204643536,"stop":1710204643537,"duration":1},"status":"passed","severity":"normal"},{"uid":"3950317c23052a19","name":"Check received message containing numeric","time":{"start":1710205173324,"stop":1710205173326,"duration":2},"status":"passed","severity":"normal"},{"uid":"fc22b71fd5de5385","name":"Check received message with timestamp: 1710204694548 ","time":{"start":1710205173349,"stop":1710205173350,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b3d30259e35b922","name":"handles multiple messages","time":{"start":1710205246589,"stop":1710205246590,"duration":1},"status":"passed","severity":"normal"},{"uid":"b03930a22f40127f","name":"Callback on promise","time":{"start":1710205227766,"stop":1710205227769,"duration":3},"status":"passed","severity":"normal"},{"uid":"ae468c8608e6830e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710204779046,"stop":1710204779046,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f33c404b440290","name":"should decode valid enr successfully","time":{"start":1710204651985,"stop":1710204651985,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f0be53ea1c1e51","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1710205111364,"stop":1710205111364,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b14dc77a0f1034d","name":"Reopen subscription with peer with lost subscription","time":{"start":1710204768034,"stop":1710204768034,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c81e5be35ff4f19","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1710205111360,"stop":1710205111360,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea2c71fe2b33e499","name":"Push message with short payload","time":{"start":1710205063392,"stop":1710205063393,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4ede24f879d9f4c","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1710204643824,"stop":1710204643825,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6c751b9d922ccf","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1710204945849,"stop":1710204945849,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9902d908aeca79","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1710204665686,"stop":1710204665686,"duration":0},"status":"passed","severity":"normal"},{"uid":"41140cf9d01b5262","name":"All","time":{"start":1710204706213,"stop":1710204706214,"duration":1},"status":"passed","severity":"normal"},{"uid":"e42c8187ab36352d","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1710205265212,"stop":1710205265213,"duration":1},"status":"passed","severity":"normal"},{"uid":"81818b00f1966fb","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710205335149,"stop":1710205335149,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2fca57b8c725f86","name":"Meta field set when metaSetter is specified","time":{"start":1710204656816,"stop":1710204656816,"duration":0},"status":"passed","severity":"normal"},{"uid":"f97498fccc8b0382","name":"Init the array if not present","time":{"start":1710204643315,"stop":1710204643316,"duration":1},"status":"passed","severity":"normal"},{"uid":"97b4ab5e05eddd77","name":"isConnected should return true after first peer connects","time":{"start":1710204741132,"stop":1710204741132,"duration":0},"status":"passed","severity":"normal"},{"uid":"9881a8a569002de2","name":"Sets default value correctly","time":{"start":1710205266299,"stop":1710205266299,"duration":0},"status":"passed","severity":"normal"},{"uid":"b430c58e91b4bee","name":"Ping on unsubscribed peer","time":{"start":1710204768035,"stop":1710204768036,"duration":1},"status":"passed","severity":"normal"},{"uid":"51800e5c268e6a89","name":"Query Generator, No Decoder","time":{"start":1710205199516,"stop":1710205199516,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d87b2154e0a8228","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204770378,"stop":1710204770378,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5aa07c5fce4aa3e","name":"Push message with Basic HTML tag payload","time":{"start":1710205233001,"stop":1710205233001,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e38e62ae7036dd7","name":"same cluster, same shard: nodes connect","time":{"start":1710204847157,"stop":1710204847157,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba86f5ecbff4a12f","name":"topics with same application and version share the same shard","time":{"start":1710204643538,"stop":1710204643538,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a29c52d63db4cd4","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710205335161,"stop":1710205335162,"duration":1},"status":"passed","severity":"normal"},{"uid":"34f19df9a1878cb","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710205335149,"stop":1710205335150,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b7593678e09797b","name":"Relay - dialed after","time":{"start":1710205275704,"stop":1710205275705,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dcb7f9a92dcf460","name":"receives messages sent to provided content topic through callback","time":{"start":1710205139944,"stop":1710205139944,"duration":0},"status":"passed","severity":"normal"},{"uid":"29088e75ca4d4b4d","name":"Publish without waiting for remote peer","time":{"start":1710205111359,"stop":1710205111359,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f332749c8c74e64","name":"Passing page size 3 when there are 20 messages","time":{"start":1710205261852,"stop":1710205261852,"duration":0},"status":"passed","severity":"normal"},{"uid":"9abb289a635017a2","name":"Overlapping topic subscription","time":{"start":1710204945841,"stop":1710204945841,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b3fa24d08b756d","name":"udp ip6 address","time":{"start":1710204651184,"stop":1710204651184,"duration":0},"status":"passed","severity":"normal"},{"uid":"29fb428ed406be01","name":"Subscribe to topic containing long and publish message","time":{"start":1710205111362,"stop":1710205111363,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffcca143f7a70e93","name":"Refresh subscription","time":{"start":1710205335152,"stop":1710205335152,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7c6ab762c68fbc2","name":"Passing page size 110 when there are 120 messages","time":{"start":1710205261854,"stop":1710205261854,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f43d23540b597f8","name":"Check message received after nwaku node is restarted","time":{"start":1710205173310,"stop":1710205173310,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9cb3a5e26101138c","name":"Push message on custom pubsubTopic","time":{"start":1710204957312,"stop":1710204957313,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a45f2602f412e08","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e73ec4ae8f74b1","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710205335141,"stop":1710205335142,"duration":1},"status":"passed","severity":"normal"},{"uid":"52bccee4aec3d147","name":"Callback on promise, aborts when callback returns true","time":{"start":1710205227769,"stop":1710205227770,"duration":1},"status":"passed","severity":"normal"},{"uid":"19be0015b00973ce","name":"Subscribe to topic containing Script and receive message","time":{"start":1710204945845,"stop":1710204945846,"duration":1},"status":"passed","severity":"normal"},{"uid":"756ee6c4789cdc1e","name":"same cluster, different shard: nodes don't connect","time":{"start":1710204847157,"stop":1710204847158,"duration":1},"status":"passed","severity":"normal"},{"uid":"c149bd1a9b1a8b0c","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710204945844,"stop":1710204945844,"duration":0},"status":"passed","severity":"normal"},{"uid":"213636443382e088","name":"Push message with content topic containing special chars","time":{"start":1710205233008,"stop":1710205233009,"duration":1},"status":"passed","severity":"normal"},{"uid":"30b673b7b84ff796","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1710204847174,"stop":1710204847175,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a65e270562baa8c","name":"should not receive a peer event before start","time":{"start":1710204705523,"stop":1710204705524,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a165188cd9ae8ad","name":"Check publish message containing short","time":{"start":1710205115565,"stop":1710205115566,"duration":1},"status":"passed","severity":"normal"},{"uid":"8305da86e33a9dcc","name":"Check received message containing JSON","time":{"start":1710205173345,"stop":1710205173346,"duration":1},"status":"passed","severity":"normal"},{"uid":"6290398d48bb4fc0","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1710204666123,"stop":1710204666123,"duration":0},"status":"skipped","severity":"normal"},{"uid":"26b27c1f221bbd23","name":"Push message with content topic containing shell command","time":{"start":1710205233015,"stop":1710205233015,"duration":0},"status":"passed","severity":"normal"},{"uid":"376e899e2a34054b","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1710204847182,"stop":1710204847182,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5570a56993d9437","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1710204847189,"stop":1710204847196,"duration":7},"status":"passed","severity":"normal"},{"uid":"7121839719876bc","name":"non connected peers","time":{"start":1710205063579,"stop":1710205063579,"duration":0},"status":"skipped","severity":"normal"},{"uid":"63040e8b9bf6d760","name":"Push message with XML payload","time":{"start":1710205233000,"stop":1710205233000,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f7bb12f74288821","name":"new peer added after a peer was already found","time":{"start":1710205098994,"stop":1710205098994,"duration":0},"status":"skipped","severity":"normal"},{"uid":"296d2ada1056b979","name":"Generator, 2 different pubsubtopics","time":{"start":1710205218550,"stop":1710205218554,"duration":4},"status":"passed","severity":"normal"},{"uid":"695aab4fb47dd44f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847176,"stop":1710204847176,"duration":0},"status":"passed","severity":"normal"},{"uid":"4be59b595b38413b","name":"Publish message with custom timestamp: Mon Mar 11 2024 23:58:19 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115574,"stop":1710205115574,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dc530209611f445","name":"should handle a minimal index list","time":{"start":1710204643823,"stop":1710204643824,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e3c63cc3977932f","name":"Check publish message containing XML","time":{"start":1710205115569,"stop":1710205115570,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4349223d74a2151","name":"Push message with custom timestamp: 1710201247594","time":{"start":1710205063421,"stop":1710205063422,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b1947a85f3c81be","name":"Check message with no payload is not received","time":{"start":1710205173353,"stop":1710205173353,"duration":0},"status":"passed","severity":"normal"},{"uid":"99cce9a477a7775a","name":"addEventListener with correct event","time":{"start":1710204735362,"stop":1710204735363,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7299a173d3e5246","name":"Push message with meta","time":{"start":1710205063420,"stop":1710205063420,"duration":0},"status":"passed","severity":"normal"},{"uid":"191c4a30a5fe3d76","name":"Ordered Callback - backward","time":{"start":1710205225506,"stop":1710205225506,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fb624d824edcc99","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710204945835,"stop":1710204945835,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a5afe08ab5e16a4","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710205335146,"stop":1710205335147,"duration":1},"status":"passed","severity":"normal"},{"uid":"5337c4f175bf42ff","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1710204847204,"stop":1710204847205,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b84460ad9998518","name":"Push message with content topic containing Russian","time":{"start":1710205233010,"stop":1710205233010,"duration":0},"status":"passed","severity":"normal"},{"uid":"9055e7fbd9b6a9b4","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710204945837,"stop":1710204945838,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4bfac0bf67cf90","name":"Check received message containing Chinese","time":{"start":1710205173290,"stop":1710205173290,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea581c646c2c8fb2","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1710204847175,"stop":1710204847176,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee10b7159331712c","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710205335133,"stop":1710205335133,"duration":0},"status":"skipped","severity":"normal"},{"uid":"44d6e6df25d37cff","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1710205241815,"stop":1710205241815,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3d6f6a4e703189a","name":"can start and stop the service","time":{"start":1710205151661,"stop":1710205151661,"duration":0},"status":"passed","severity":"normal"},{"uid":"695babd78ada82a6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204957313,"stop":1710204957313,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6b57aedfe2585a1","name":"should not fail to stop the service if it was not started","time":{"start":1710205151661,"stop":1710205151662,"duration":1},"status":"passed","severity":"normal"},{"uid":"40e409231ad2c944","name":"Subscribe to topic containing JSON and publish message","time":{"start":1710205111367,"stop":1710205111367,"duration":0},"status":"passed","severity":"normal"},{"uid":"3662c9800941e8f0","name":"Push message with content topic containing special chars","time":{"start":1710205063413,"stop":1710205063413,"duration":0},"status":"passed","severity":"normal"},{"uid":"e55d871b50677da7","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1710205139943,"stop":1710205139943,"duration":0},"status":"passed","severity":"normal"},{"uid":"52dc35f4b66e7e2c","name":"Refresh subscription","time":{"start":1710205335140,"stop":1710205335140,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f51b9dc8d3f0385","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1710204665689,"stop":1710204665689,"duration":0},"status":"passed","severity":"normal"},{"uid":"36253f039b16d5a3","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710204899730,"stop":1710204899731,"duration":1},"status":"passed","severity":"normal"},{"uid":"35ceebdfaba827fe","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1710204847215,"stop":1710204847215,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2578cd2e8fb0b3b","name":"Ping on subscribed peer","time":{"start":1710204768034,"stop":1710204768035,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad041cc6a9b8343","name":"Push message with content topic containing long","time":{"start":1710205233004,"stop":1710205233008,"duration":4},"status":"passed","severity":"normal"},{"uid":"e5c272f4972c251","name":"Publish message with custom timestamp: Wed Mar 22 2023 00:58:19 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115573,"stop":1710205115574,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e1612c628f665dd","name":"Publish message with rate limit","time":{"start":1710205115579,"stop":1710205115580,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2d4deed5bb1a42e","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710205335128,"stop":1710205335128,"duration":0},"status":"passed","severity":"normal"},{"uid":"27f2e554651bc2b6","name":"should encodeTxt and decodeTxt","time":{"start":1710204651984,"stop":1710204651984,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2fe348b171f0e3f","name":"A test","time":{"start":1710204945910,"stop":1710204945910,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ce019f63c760fb3","name":"Check received message containing Arabic","time":{"start":1710204847296,"stop":1710204847296,"duration":0},"status":"passed","severity":"normal"},{"uid":"3716214f98daa1b0","name":"Js publishes, other Js receives","time":{"start":1710205090226,"stop":1710205090227,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5cec38536f33f59","name":"Check received message containing Script","time":{"start":1710204847300,"stop":1710204847300,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4871884d78a8500","name":"Subscribe to topic containing Script and receive message","time":{"start":1710205335160,"stop":1710205335160,"duration":0},"status":"passed","severity":"normal"},{"uid":"36a1bc2db823f2b5","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1710204847212,"stop":1710204847212,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c42b89bafc207eb","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1710204673139,"stop":1710204673140,"duration":1},"status":"passed","severity":"normal"},{"uid":"9464d92f62e48050","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1710204651181,"stop":1710204651182,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1c84b457ac1919f","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1710204702136,"stop":1710204702137,"duration":1},"status":"passed","severity":"normal"},{"uid":"da332af5f5b8c936","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1710204847227,"stop":1710204847227,"duration":0},"status":"passed","severity":"normal"},{"uid":"f65950e615f26947","name":"Check received message containing numeric","time":{"start":1710205173280,"stop":1710205173282,"duration":2},"status":"passed","severity":"normal"},{"uid":"27e139b81d29385b","name":"Default pageSize","time":{"start":1710205261854,"stop":1710205261855,"duration":1},"status":"passed","severity":"normal"},{"uid":"dae60b04c4623e20","name":"Push message with custom timestamp: 1679446447365","time":{"start":1710205233018,"stop":1710205233018,"duration":0},"status":"passed","severity":"normal"},{"uid":"b269035d196d5a","name":"Check received message containing short","time":{"start":1710205173310,"stop":1710205173311,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6b42320e28c47ad","name":"Query Generator - backward","time":{"start":1710205225503,"stop":1710205225503,"duration":0},"status":"passed","severity":"normal"},{"uid":"d896cc126b4ad63d","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1710204847166,"stop":1710204847167,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d12a5d08a0929e3","name":"Check received message containing short","time":{"start":1710204847293,"stop":1710204847293,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc32421ef3bbb1b1","name":"Push message with Script payload","time":{"start":1710205063397,"stop":1710205063398,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bb2044229731200","name":"Subscribe to topic containing short and receive message","time":{"start":1710205335141,"stop":1710205335141,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2788d5951001e00","name":"Decoder throws on empty string content topic","time":{"start":1710204680598,"stop":1710204680598,"duration":0},"status":"passed","severity":"normal"},{"uid":"598eb99166d1c948","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1710205115576,"stop":1710205115576,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0e766ab5547c7be","name":"should throw error - no id","time":{"start":1710204651987,"stop":1710204651992,"duration":5},"status":"passed","severity":"normal"},{"uid":"d0185cf65379d3a6","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1710204695089,"stop":1710204695090,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b4aa5776dacd489","name":"should only return 1 node with store capability","time":{"start":1710204666121,"stop":1710204666121,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f8b96fffb1beecf","name":"Check message with no content topic is not received","time":{"start":1710205173352,"stop":1710205173353,"duration":1},"status":"passed","severity":"normal"},{"uid":"db6a9a0d9a17cd8c","name":"1 Store, 2 relays, 2 fetches","time":{"start":1710204665754,"stop":1710204665754,"duration":0},"status":"passed","severity":"normal"},{"uid":"35898842855e2be9","name":"Push message with content topic containing Chinese","time":{"start":1710205063413,"stop":1710205063414,"duration":1},"status":"passed","severity":"normal"},{"uid":"339ffdb22774f24b","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710205218554,"stop":1710205218555,"duration":1},"status":"passed","severity":"normal"},{"uid":"75b61ccf68ec684b","name":"Push message with content topic containing numeric","time":{"start":1710205063412,"stop":1710205063413,"duration":1},"status":"passed","severity":"normal"},{"uid":"a03b82e1c000bd50","name":"addEventListener with wrong event","time":{"start":1710204735363,"stop":1710204735364,"duration":1},"status":"passed","severity":"normal"},{"uid":"a16e530ecfe7ab43","name":"Fails to push message bigger that 1MB","time":{"start":1710205233020,"stop":1710205233020,"duration":0},"status":"passed","severity":"normal"},{"uid":"494bd0c88a52c022","name":"Check received message with timestamp: 1710204694548 ","time":{"start":1710205173305,"stop":1710205173306,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ebc327f5eecbf42","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710204779043,"stop":1710204779044,"duration":1},"status":"passed","severity":"normal"},{"uid":"931dac9a3fa0c6ed","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710205335132,"stop":1710205335132,"duration":0},"status":"passed","severity":"normal"},{"uid":"a81460a40b1c8ac9","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1710204651181,"stop":1710204651181,"duration":0},"status":"passed","severity":"normal"},{"uid":"57313b1b1a07b01","name":"Fails to push message with empty content topic","time":{"start":1710205233017,"stop":1710205233017,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd5bad4e074cf903","name":"Relay + Store","time":{"start":1710204706212,"stop":1710204706213,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6f5b930b06d894","name":"Check publish message containing Script","time":{"start":1710205115569,"stop":1710205115569,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8af8d090c98abac","name":"Push message with long payload","time":{"start":1710205063393,"stop":1710205063393,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9f23cd20ddb2f38","name":"can start and stop the service","time":{"start":1710204705501,"stop":1710204705521,"duration":20},"status":"passed","severity":"normal"},{"uid":"dae4125d7344721a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1710204847213,"stop":1710204847213,"duration":0},"status":"passed","severity":"normal"},{"uid":"b83435e27636a20b","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1710204695088,"stop":1710204695089,"duration":1},"status":"passed","severity":"normal"},{"uid":"37681c34947956d6","name":"Subscribe and receives messages on 20 topics","time":{"start":1710205335150,"stop":1710205335150,"duration":0},"status":"passed","severity":"normal"},{"uid":"6962a41f81744659","name":"Mutual subscription","time":{"start":1710205111358,"stop":1710205111358,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb6ac38bbfcf2bef","name":"Check received message containing Basic HTML tag","time":{"start":1710205173344,"stop":1710205173344,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9481c2810962e22","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1710205111368,"stop":1710205111368,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfa9c039c187972e","name":"Check received message containing Russian","time":{"start":1710205173342,"stop":1710205173342,"duration":0},"status":"passed","severity":"normal"},{"uid":"5db73759668cd884","name":"Query with Promise Callback, No Decoder","time":{"start":1710205199521,"stop":1710205199521,"duration":0},"status":"passed","severity":"normal"},{"uid":"37903f6562a813c0","name":"1 Store, 2 fetches","time":{"start":1710204665754,"stop":1710204665754,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffae6041366cd36f","name":"Check received message containing long","time":{"start":1710205173279,"stop":1710205173280,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ffcfc1dc1311809","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1710205111367,"stop":1710205111367,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05068a595a16d1c","name":"Check publish message containing unicode special characters","time":{"start":1710205115572,"stop":1710205115572,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b0fb326cef9af95","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1710204847182,"stop":1710204847183,"duration":1},"status":"passed","severity":"normal"},{"uid":"48ec22c1e2e93c99","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710205335157,"stop":1710205335159,"duration":2},"status":"passed","severity":"normal"},{"uid":"75795f73c26a7b33","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710205400265,"stop":1710205400265,"duration":0},"status":"passed","severity":"normal"},{"uid":"8229a7db82aa1b79","name":"Check publish message containing numeric","time":{"start":1710205115566,"stop":1710205115567,"duration":1},"status":"passed","severity":"normal"},{"uid":"21d97383aaefe1b0","name":"Ping on unsubscribed peer","time":{"start":1710204724331,"stop":1710204724332,"duration":1},"status":"passed","severity":"normal"},{"uid":"700228114c91aafb","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1710204847166,"stop":1710204847166,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6bb3a866eb7a600","name":"Push message with XML payload","time":{"start":1710205063398,"stop":1710205063399,"duration":1},"status":"passed","severity":"normal"},{"uid":"75b369496b357e34","name":"Relay - dialed first","time":{"start":1710205275703,"stop":1710205275704,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88190a3f4bd8756","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204770378,"stop":1710204770378,"duration":0},"status":"passed","severity":"normal"},{"uid":"b50725ed6493b83c","name":"Check received message containing short","time":{"start":1710205173279,"stop":1710205173279,"duration":0},"status":"passed","severity":"normal"},{"uid":"302214aa3748de0b","name":"creates an iterator","time":{"start":1710205246589,"stop":1710205246589,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbef39a467ace330","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204770374,"stop":1710204770374,"duration":0},"status":"passed","severity":"normal"},{"uid":"43546178819e7e5b","name":"Push message on custom pubsubTopic","time":{"start":1710204957314,"stop":1710204957315,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa4079a80d1b6f72","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710205335145,"stop":1710205335146,"duration":1},"status":"passed","severity":"normal"},{"uid":"df9d45011321fc67","name":"Push message with Arabic payload","time":{"start":1710205232999,"stop":1710205232999,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f67b4cf63a757e","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204957316,"stop":1710204957316,"duration":0},"status":"passed","severity":"normal"},{"uid":"df59579ab0432fac","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1710204656446,"stop":1710204656447,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9b7bf51fbd0e098","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710204899730,"stop":1710204899730,"duration":0},"status":"passed","severity":"normal"},{"uid":"4965789c1316f51a","name":"ignores domain fetching errors","time":{"start":1710204666119,"stop":1710204666119,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f2165f93269105","name":"Check publish message after client node is restarted","time":{"start":1710205115578,"stop":1710205115578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ad42a78bc52d75dd","name":"Ordered callback, aborts when callback returns true","time":{"start":1710205227771,"stop":1710205227771,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d126e1808d7e34a","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1710204847208,"stop":1710204847208,"duration":0},"status":"passed","severity":"normal"},{"uid":"54233ea0e9441866","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710204651176,"stop":1710204651177,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c7a7186d97d5db4","name":"should set field with all protocols enabled","time":{"start":1710204651998,"stop":1710204651998,"duration":0},"status":"passed","severity":"normal"},{"uid":"674785a31ab73b48","name":"should properly create peer info with all multiaddrs","time":{"start":1710204651997,"stop":1710204651997,"duration":0},"status":"passed","severity":"normal"},{"uid":"31671f93637702a3","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1710204702138,"stop":1710204702138,"duration":0},"status":"passed","severity":"normal"},{"uid":"84713b97f3daa827","name":"Push message equal or less that 1MB","time":{"start":1710205233019,"stop":1710205233020,"duration":1},"status":"passed","severity":"normal"},{"uid":"24cdce659605147","name":"should not receive a peer event after stop","time":{"start":1710204705524,"stop":1710204705524,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1fe2c4addd78cce","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710204770377,"stop":1710204770377,"duration":0},"status":"passed","severity":"normal"},{"uid":"24bd82670e30478d","name":"Used by Waku Relay","time":{"start":1710205266287,"stop":1710205266287,"duration":0},"status":"passed","severity":"normal"},{"uid":"2afcb50015afd4ef","name":"Privacy Node - default protocol","time":{"start":1710205275711,"stop":1710205275712,"duration":1},"status":"passed","severity":"normal"},{"uid":"c935f50351a5dee1","name":"groups content topics by expected pubsub topic","time":{"start":1710204643539,"stop":1710204643540,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d43c803ee344bf4","name":"Check publish message containing Basic HTML tag","time":{"start":1710205115570,"stop":1710205115570,"duration":0},"status":"passed","severity":"normal"},{"uid":"57cf1e68905294c5","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710204945842,"stop":1710204945843,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ecb1006147e5cc6","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710204779044,"stop":1710204779044,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe1685bf98eec31","name":"Push message with content topic containing shell command","time":{"start":1710205063417,"stop":1710205063418,"duration":1},"status":"passed","severity":"normal"},{"uid":"b70777c3b9f4891","name":"Check message with no payload is not received","time":{"start":1710205173308,"stop":1710205173309,"duration":1},"status":"passed","severity":"normal"},{"uid":"1da3ef47e023b3ac","name":"it tolerates circular branch references","time":{"start":1710204666118,"stop":1710204666118,"duration":0},"status":"passed","severity":"normal"},{"uid":"110046f7c02a817","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710205173350,"stop":1710205173351,"duration":1},"status":"passed","severity":"normal"},{"uid":"d22504fd7d0d709e","name":"isConnected should return false after all peers disconnect","time":{"start":1710204695090,"stop":1710204695090,"duration":0},"status":"passed","severity":"normal"},{"uid":"8896e51539fde697","name":"Fails to publish message with wrong content topic","time":{"start":1710205115576,"stop":1710205115576,"duration":0},"status":"passed","severity":"normal"},{"uid":"78a63f25cd4f4b86","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1710204847184,"stop":1710204847184,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eadc3f875bdb79f","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710204899743,"stop":1710204899743,"duration":0},"status":"passed","severity":"normal"},{"uid":"4aa08f5f42b7ef8d","name":"Check received message containing special chars","time":{"start":1710205173326,"stop":1710205173340,"duration":14},"status":"passed","severity":"normal"},{"uid":"9213d63435e46c41","name":"should set field with only FILTER enabled","time":{"start":1710204651999,"stop":1710204651999,"duration":0},"status":"passed","severity":"normal"},{"uid":"af8e43643bb53222","name":"should properly create location multiaddrs - udp4","time":{"start":1710204651995,"stop":1710204651995,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c8ca47bfe32ac39","name":"different cluster, same shard: nodes don't connect","time":{"start":1710204977970,"stop":1710204977970,"duration":0},"status":"passed","severity":"normal"},{"uid":"d804b0b098e5dd5b","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710204847307,"stop":1710204847308,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f51ef4cb11437f","name":"Ping on subscribed peer","time":{"start":1710204724330,"stop":1710204724331,"duration":1},"status":"passed","severity":"normal"},{"uid":"c476d7d1a276df12","name":"Publish message with custom timestamp: Tue Mar 12 2024 01:58:19 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115574,"stop":1710205115575,"duration":1},"status":"passed","severity":"normal"},{"uid":"106d931b5941c555","name":"Check publish message containing Arabic","time":{"start":1710205115568,"stop":1710205115568,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea3dbb99a898a05d","name":"Check message with non string payload is not received","time":{"start":1710204847312,"stop":1710204847312,"duration":0},"status":"passed","severity":"normal"},{"uid":"89f1bbdfb2b373f1","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1710204695087,"stop":1710204695087,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c2e7970947d3ea","name":"Query Generator - forward","time":{"start":1710205225502,"stop":1710205225503,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a6896cec42ec21c","name":"Query with Ordered Callback, No message returned","time":{"start":1710205199519,"stop":1710205199520,"duration":1},"status":"passed","severity":"normal"},{"uid":"72b891f620e6e26b","name":"Check received message with timestamp: 1710204694466000000 ","time":{"start":1710204847305,"stop":1710204847305,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2d8e4c365f4497","name":"Check message with invalid timestamp is not received","time":{"start":1710205173351,"stop":1710205173352,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ba9eb70b3a201d8","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710205335146,"stop":1710205335146,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5a1457cf3cf4487","name":"ignores unrecognized TXT record formats","time":{"start":1710204666119,"stop":1710204666119,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6b958c5374b145e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710205335129,"stop":1710205335130,"duration":1},"status":"passed","severity":"normal"},{"uid":"318affc9f08d680f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1710204665684,"stop":1710204665685,"duration":1},"status":"passed","severity":"normal"},{"uid":"5612d5efce37601c","name":"Push message with Russian payload","time":{"start":1710205232999,"stop":1710205232999,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1eac8fe59c368e2","name":"Reopen subscription with peer with lost subscription","time":{"start":1710204724332,"stop":1710204724333,"duration":1},"status":"passed","severity":"normal"},{"uid":"bae960c47367fe01","name":"Push message with SQL Injection payload","time":{"start":1710205232999,"stop":1710205233000,"duration":1},"status":"passed","severity":"normal"},{"uid":"83c47b0f5da9af28","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1710205191797,"stop":1710205191798,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6f365f942e505e7","name":"returns all values when wanted number matches available values","time":{"start":1710204665105,"stop":1710204665106,"duration":1},"status":"passed","severity":"normal"},{"uid":"f72130338056b382","name":"should set field with only LIGHTPUSH enabled","time":{"start":1710204651999,"stop":1710204651999,"duration":0},"status":"passed","severity":"normal"},{"uid":"cefe3f3527c678da","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"skipped","severity":"normal"},{"uid":"168c5a500b700ca6","name":"Subscribe and receive messages via lightPush","time":{"start":1710204945834,"stop":1710204945835,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cd859807e93e6a7","name":"Check publish message containing Russian","time":{"start":1710205115568,"stop":1710205115568,"duration":0},"status":"passed","severity":"normal"},{"uid":"38bf8aee0b8ffc7b","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1710205111361,"stop":1710205111361,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce355b48497cc2af","name":"Check received message containing escaped characters","time":{"start":1710205173304,"stop":1710205173304,"duration":0},"status":"passed","severity":"normal"},{"uid":"3498a4cf2e6166e5","name":"Check received message containing emoji","time":{"start":1710205173305,"stop":1710205173305,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d23b12142caa5ac","name":"Check message received after jswaku node is restarted","time":{"start":1710205173355,"stop":1710205173355,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c516cd7a1c0d09a9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710205335143,"stop":1710205335143,"duration":0},"status":"passed","severity":"normal"},{"uid":"bac11ce74902deca","name":"Subscribe and receive messages via waku relay post","time":{"start":1710205335149,"stop":1710205335149,"duration":0},"status":"passed","severity":"normal"},{"uid":"1669f2bc1b549d67","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710204945838,"stop":1710204945839,"duration":1},"status":"passed","severity":"normal"},{"uid":"a508cda6eee79a56","name":"Check publish message containing JSON","time":{"start":1710205115571,"stop":1710205115571,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4f08c5eaf9cf376","name":"should emit a peer event after start","time":{"start":1710204705523,"stop":1710204705523,"duration":0},"status":"passed","severity":"normal"},{"uid":"feb5a3a7055d82be","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710205400264,"stop":1710205400265,"duration":1},"status":"passed","severity":"normal"},{"uid":"78e3ee45b7ceaab7","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710204899743,"stop":1710204899743,"duration":0},"status":"passed","severity":"normal"},{"uid":"e157ebfa14b12371","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1710204847181,"stop":1710204847182,"duration":1},"status":"passed","severity":"normal"},{"uid":"f01afc2c2f67c90a","name":"listenerCount","time":{"start":1710204735367,"stop":1710204735369,"duration":2},"status":"passed","severity":"normal"},{"uid":"aaa6a09a45a3a75","name":"Check received message with timestamp: 1710204694548000000 ","time":{"start":1710205173349,"stop":1710205173349,"duration":0},"status":"passed","severity":"normal"},{"uid":"8791251cf1386145","name":"Push message with emoji payload","time":{"start":1710205063406,"stop":1710205063407,"duration":1},"status":"passed","severity":"normal"},{"uid":"815f380893ca7e8a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710204945847,"stop":1710204945848,"duration":1},"status":"passed","severity":"normal"},{"uid":"c77799047a8ad476","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1710205111365,"stop":1710205111365,"duration":0},"status":"passed","severity":"normal"},{"uid":"528f9fc542128c0d","name":"Check message with invalid timestamp is not received","time":{"start":1710204847309,"stop":1710204847309,"duration":0},"status":"passed","severity":"normal"},{"uid":"796ae90d37b09840","name":"Waku message hash computation","time":{"start":1710204646207,"stop":1710204646208,"duration":1},"status":"passed","severity":"normal"},{"uid":"f21e84edca487ec6","name":"Waku message hash computation (payload length 0)","time":{"start":1710204646209,"stop":1710204646209,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb121538e60de4bb","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1710204665684,"stop":1710204665684,"duration":0},"status":"passed","severity":"normal"},{"uid":"64be47acfbffa65a","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1710204741133,"stop":1710204741133,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36c09c05396b5e2","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2792be6c6c5c0f4","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1710204847168,"stop":1710204847169,"duration":1},"status":"passed","severity":"normal"},{"uid":"95ac8e4b9fe88496","name":"Passing cursor with wrong message digest","time":{"start":1710205191799,"stop":1710205191799,"duration":0},"status":"passed","severity":"normal"},{"uid":"736c5e45f42a9f97","name":"Fields are not dropped","time":{"start":1710204656172,"stop":1710204656173,"duration":1},"status":"passed","severity":"normal"},{"uid":"920c46d72a96b933","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1710204651180,"stop":1710204651181,"duration":1},"status":"passed","severity":"normal"},{"uid":"11bc16d09e61d828","name":"Relay","time":{"start":1710204706212,"stop":1710204706212,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8ebc3c69c17ea3a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847168,"stop":1710204847168,"duration":0},"status":"passed","severity":"normal"},{"uid":"705bf8288e8bc188","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710204945848,"stop":1710204945848,"duration":0},"status":"passed","severity":"normal"},{"uid":"e98eb6207bca7100","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1710205241813,"stop":1710205241814,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd107b8a4703a9a5","name":"Query with Ordered Callback, No Decoder","time":{"start":1710205199518,"stop":1710205199519,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb4e83ccb093842","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710205335145,"stop":1710205335145,"duration":0},"status":"passed","severity":"normal"},{"uid":"24c59275c2e0d841","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710204945837,"stop":1710204945837,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfc41d84a3a055cf","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1710205241813,"stop":1710205241813,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7cb0404dd3c1699","name":"Push message with Russian payload","time":{"start":1710205063396,"stop":1710205063396,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b509567e787c12d","name":"Decoder throws on empty string content topic","time":{"start":1710204678872,"stop":1710204678873,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec3b66fd8a368be9","name":"Relay + Store","time":{"start":1710204651999,"stop":1710204652000,"duration":1},"status":"passed","severity":"normal"},{"uid":"73cd19d852e2ce46","name":"Push message with escaped characters payload","time":{"start":1710205063401,"stop":1710205063405,"duration":4},"status":"passed","severity":"normal"},{"uid":"7bbb23c1d0651fc6","name":"should be called at least once on all `peer:discovery` events","time":{"start":1710204702132,"stop":1710204702134,"duration":2},"status":"passed","severity":"normal"},{"uid":"592bb36f5d2a5eb7","name":"Check message received after nwaku node is restarted","time":{"start":1710204847322,"stop":1710204847323,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b73b63557dcd88b1","name":"Push message with Arabic payload","time":{"start":1710205063395,"stop":1710205063395,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8a2b241f01aa8f4","name":"can start and stop the service","time":{"start":1710204673135,"stop":1710204673135,"duration":0},"status":"passed","severity":"normal"},{"uid":"8db6f93f4c7bf066","name":"Symmetric encrypt & Decrypt","time":{"start":1710204679347,"stop":1710204679347,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8f01d9098d7cad9","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710204945840,"stop":1710204945840,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7a1580482000877","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1710204665687,"stop":1710204665687,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c8498f73bef5b65","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1710205199520,"stop":1710205199521,"duration":1},"status":"passed","severity":"normal"},{"uid":"6012c6d0b4eaf9eb","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847183,"stop":1710204847183,"duration":0},"status":"passed","severity":"normal"},{"uid":"b99c07e056d88b6b","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1710204847167,"stop":1710204847167,"duration":0},"status":"passed","severity":"normal"},{"uid":"aecc8b05e42e8015","name":"Using a function","time":{"start":1710205266281,"stop":1710205266281,"duration":0},"status":"passed","severity":"normal"},{"uid":"d64bb222644006f9","name":"Publishes to nwaku","time":{"start":1710205090225,"stop":1710205090226,"duration":1},"status":"passed","severity":"normal"},{"uid":"b948b7da5cfa2c97","name":"caches peers it previously fetched","time":{"start":1710204666120,"stop":1710204666120,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3a16d2886b42c0","name":"Push message with JSON payload","time":{"start":1710205063400,"stop":1710205063400,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb8e91c268e0c1f0","name":"Check received message containing Basic HTML tag","time":{"start":1710204847301,"stop":1710204847301,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4f0f3e25148f463","name":"Ephemeral field is preserved - encoder v0","time":{"start":1710204705354,"stop":1710204705355,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cfcac0aa1bd8807","name":"Check message with non string payload is not received","time":{"start":1710205173309,"stop":1710205173309,"duration":0},"status":"passed","severity":"normal"},{"uid":"969f2d5a7fac6254","name":"Check received message containing special chars","time":{"start":1710204847295,"stop":1710204847296,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8620dafb5a7088b","name":"should be able to decode the field with only STORE set to true","time":{"start":1710204651179,"stop":1710204651180,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f558b7da76dd451","name":"Ordered Callback - forward","time":{"start":1710205225506,"stop":1710205225506,"duration":0},"status":"passed","severity":"normal"},{"uid":"110ef96f8364d843","name":"Push message with numeric payload","time":{"start":1710205063393,"stop":1710205063394,"duration":1},"status":"passed","severity":"normal"},{"uid":"93c0fe92507377bd","name":"through manual discovery","time":{"start":1710204960690,"stop":1710204960690,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce5033a3a5b4816","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1710205265210,"stop":1710205265211,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1f56656d983a888","name":"Check received message containing unicode special characters","time":{"start":1710205173347,"stop":1710205173348,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e914bcaade60f8b","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1710204665686,"stop":1710204665687,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e84000e8d688e34","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1710204847215,"stop":1710204847216,"duration":1},"status":"passed","severity":"normal"},{"uid":"287a045ed2ef30a0","name":"Push message with content topic containing short","time":{"start":1710205233004,"stop":1710205233004,"duration":0},"status":"passed","severity":"normal"},{"uid":"2222f8366ce43b1","name":"Does not throw an exception when node disconnects","time":{"start":1710205266279,"stop":1710205266280,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c9d50d7a3902589","name":"Fails to publish message with empty text","time":{"start":1710205115575,"stop":1710205115575,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dbdcd1f6e9665f3","name":"Push 30 different messages","time":{"start":1710205233003,"stop":1710205233003,"duration":0},"status":"passed","severity":"normal"},{"uid":"f59a8c71d0955a7e","name":"Passing page size 11 when there are 10 messages","time":{"start":1710205261853,"stop":1710205261853,"duration":0},"status":"passed","severity":"normal"},{"uid":"9450343426c01f81","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1710204656446,"stop":1710204656446,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a35120a7c3e588a","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710205233014,"stop":1710205233014,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a3702f6283fe7bb","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1710205265211,"stop":1710205265212,"duration":1},"status":"passed","severity":"normal"},{"uid":"685aff98c67cd76a","name":"Subscribe to topic containing emoji and publish message","time":{"start":1710205111369,"stop":1710205111369,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ebf3c11a080416","name":"Push message with content topic containing Script","time":{"start":1710205233013,"stop":1710205233013,"duration":0},"status":"passed","severity":"normal"},{"uid":"c62d7d9523881310","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1710204651182,"stop":1710204651182,"duration":0},"status":"passed","severity":"normal"},{"uid":"be69226149f11d5d","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1710204695088,"stop":1710204695088,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d8860861ce8157","name":"Check meta is set [ecies]","time":{"start":1710204680596,"stop":1710204680596,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf00f61d59b4737","name":"Check received message containing XML","time":{"start":1710204847301,"stop":1710204847301,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d8894e105002efd","name":"Push message with content topic containing SQL Injection","time":{"start":1710205063415,"stop":1710205063416,"duration":1},"status":"passed","severity":"normal"},{"uid":"e11c73a3ec9e8f03","name":"Round trip binary encryption [ecies, signature]","time":{"start":1710204680595,"stop":1710204680596,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e4c785c961510b5","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1710204847214,"stop":1710204847214,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ff9953315327b9b","name":"passes more than one ENR URLs and attempts connection","time":{"start":1710204705535,"stop":1710204705535,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cea70fe14e58a451","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710204945845,"stop":1710204945845,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fad0555009d606c","name":"Decrypt messages","time":{"start":1710205064962,"stop":1710205064963,"duration":1},"status":"passed","severity":"normal"},{"uid":"442094471f9932fb","name":"Delete observer","time":{"start":1710205064963,"stop":1710205064963,"duration":0},"status":"passed","severity":"normal"},{"uid":"b72cb98e6bb8b88b","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710204779045,"stop":1710204779045,"duration":0},"status":"passed","severity":"normal"},{"uid":"14a01cece991f9eb","name":"Check received message containing Basic HTML tag","time":{"start":1710205173301,"stop":1710205173302,"duration":1},"status":"passed","severity":"normal"},{"uid":"98b7f53c6d5c5aea","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710205099506,"stop":1710205099506,"duration":0},"status":"passed","severity":"normal"},{"uid":"698518530bd4e306","name":"should emit a peer event after start","time":{"start":1710204673137,"stop":1710204673137,"duration":0},"status":"passed","severity":"normal"},{"uid":"976c6716443e3ddf","name":"Promise Callback - forward","time":{"start":1710205225504,"stop":1710205225505,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc1837a0f28c5380","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710205099507,"stop":1710205099507,"duration":0},"status":"passed","severity":"normal"},{"uid":"689eb07091348c7f","name":"Check received message containing Chinese","time":{"start":1710205173341,"stop":1710205173341,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d7a176c1c08a9d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847213,"stop":1710204847214,"duration":1},"status":"passed","severity":"normal"},{"uid":"744d1011c7ed7848","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710204945847,"stop":1710204945847,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccb73ce558ac3f79","name":"Encoder throws on undefined content topic","time":{"start":1710204680596,"stop":1710204680597,"duration":1},"status":"passed","severity":"normal"},{"uid":"6054f2561f650f74","name":"should add and remove event listeners correctly","time":{"start":1710204673141,"stop":1710204673141,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2014ae1570cc4f","name":"should not receive a peer event after stop","time":{"start":1710205151663,"stop":1710205151663,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c9843bf47abf2e1","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1710204643824,"stop":1710204643824,"duration":0},"status":"passed","severity":"normal"},{"uid":"b48df43595ca1766","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710204899726,"stop":1710204899728,"duration":2},"status":"passed","severity":"normal"},{"uid":"34ab675b5aaae53d","name":"can start the service","time":{"start":1710204705499,"stop":1710204705501,"duration":2},"status":"passed","severity":"normal"},{"uid":"d1e5b912ee9a6ddd","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1710204770375,"stop":1710204770376,"duration":1},"status":"passed","severity":"normal"},{"uid":"d77891c1f33423fb","name":"connected peers and dial","time":{"start":1710205063578,"stop":1710205063578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"871a33c4cb7895a7","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1710205191798,"stop":1710205191799,"duration":1},"status":"passed","severity":"normal"},{"uid":"edf1b313776e4e7","name":"Ping on peer without subscriptions","time":{"start":1710204768033,"stop":1710204768033,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fb4128329f3786a","name":"should throw error - no public key","time":{"start":1710204651986,"stop":1710204651987,"duration":1},"status":"passed","severity":"normal"},{"uid":"c55322239fe44662","name":"Publish message with large meta","time":{"start":1710205115578,"stop":1710205115579,"duration":1},"status":"passed","severity":"normal"},{"uid":"df750f416cb9a434","name":"same cluster, different shard: nodes connect","time":{"start":1710204977969,"stop":1710204977970,"duration":1},"status":"passed","severity":"normal"},{"uid":"2592307ab3b6ec79","name":"Decoder throws on undefined content topic","time":{"start":1710204680597,"stop":1710204680597,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8f71dbeb2d17d60","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","severity":"normal"},{"uid":"be60bded113f421d","name":"Encoder throws on empty string content topic","time":{"start":1710204656817,"stop":1710204656817,"duration":0},"status":"passed","severity":"normal"},{"uid":"c11caee45ed1eb6d","name":"Push message with custom timestamp: 1710208447594","time":{"start":1710205063422,"stop":1710205063422,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f322b04a4806af","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710204779045,"stop":1710204779046,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b4ad8bae559d55d","name":"Query Generator, Multiple PubsubTopics","time":{"start":1710205199515,"stop":1710205199516,"duration":1},"status":"passed","severity":"normal"},{"uid":"a673ab5d673249e2","name":"Push message with content topic containing JSON","time":{"start":1710205233015,"stop":1710205233015,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee80fcc0692ae247","name":"Encoder throws on empty string content topic","time":{"start":1710204680597,"stop":1710204680597,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5661c5aec60f23","name":"Push message with Chinese payload","time":{"start":1710205232998,"stop":1710205232998,"duration":0},"status":"passed","severity":"normal"},{"uid":"c04aa837e5838e69","name":"Generator, custom pubsub topic","time":{"start":1710205218547,"stop":1710205218548,"duration":1},"status":"passed","severity":"normal"},{"uid":"eefbe1e958bff724","name":"Subscribe to topic containing long and receive message","time":{"start":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a4177b347a004dc","name":"Check received message containing Russian","time":{"start":1710205173291,"stop":1710205173291,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2af341f4efdd84d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710205173351,"stop":1710205173351,"duration":0},"status":"passed","severity":"normal"},{"uid":"62f7b6d5a4a7db6c","name":"Nodes with multiple pubsub topic","time":{"start":1710205099501,"stop":1710205099501,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a5d3dfb54342d9d","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710205335143,"stop":1710205335143,"duration":0},"status":"passed","severity":"normal"},{"uid":"b887d8c8c0131311","name":"Subscribe to topic containing long and receive message","time":{"start":1710205335141,"stop":1710205335141,"duration":0},"status":"passed","severity":"normal"},{"uid":"d909203f51b1b5d9","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1710204705355,"stop":1710204705355,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94a8ce19c51fad8","name":"Passing an array","time":{"start":1710205266280,"stop":1710205266281,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdcd71fe31d2d1e9","name":"Filter","time":{"start":1710205275711,"stop":1710205275711,"duration":0},"status":"passed","severity":"normal"},{"uid":"b31e279383298ee1","name":"Check message received after jswaku node is restarted","time":{"start":1710204847312,"stop":1710204847322,"duration":10},"status":"skipped","severity":"normal"},{"uid":"6ee831ba2455214a","name":"should not fail to start the service if it is already started","time":{"start":1710204705522,"stop":1710204705523,"duration":1},"status":"passed","severity":"normal"},{"uid":"a55cd6ccf47778b2","name":"Subscribe to topic containing short and receive message","time":{"start":1710205335152,"stop":1710205335152,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6b191f3482c0fe1","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710204945843,"stop":1710204945843,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f28d5496aa17305","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1710204702137,"stop":1710204702138,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8a64b5e7fa56216","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1710204847214,"stop":1710204847215,"duration":1},"status":"passed","severity":"normal"},{"uid":"902166c816dd3877","name":"Refresh subscription","time":{"start":1710205111361,"stop":1710205111361,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9938070fc697cc28","name":"Push message with long payload","time":{"start":1710205232993,"stop":1710205232997,"duration":4},"status":"passed","severity":"normal"},{"uid":"6d075cd13ea854f1","name":"Push message with content topic containing numeric","time":{"start":1710205233008,"stop":1710205233008,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c03424b295d7f02","name":"Check received message containing Russian","time":{"start":1710204847297,"stop":1710204847299,"duration":2},"status":"passed","severity":"normal"},{"uid":"55d1abf8aa91bbfa","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1710204847206,"stop":1710204847206,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2e5e9b175b52b7","name":"Subscribe to topic containing XML and receive message","time":{"start":1710205335160,"stop":1710205335160,"duration":0},"status":"passed","severity":"normal"},{"uid":"83050088e815970b","name":"same cluster, same shard: nodes connect","time":{"start":1710204977969,"stop":1710204977969,"duration":0},"status":"passed","severity":"normal"},{"uid":"2811a622d2a25663","name":"Push to array if already present","time":{"start":1710204643317,"stop":1710204643317,"duration":0},"status":"passed","severity":"normal"},{"uid":"a39c32c01f649f35","name":"Push message with custom timestamp: 1710208447365","time":{"start":1710205233019,"stop":1710205233019,"duration":0},"status":"passed","severity":"normal"},{"uid":"c29384b52f5cf971","name":"Check message on other pubsub topic is not received","time":{"start":1710204847310,"stop":1710204847310,"duration":0},"status":"passed","severity":"normal"},{"uid":"7107a1d295ae8c2e","name":"removeEventListener with wrong event","time":{"start":1710204735365,"stop":1710204735366,"duration":1},"status":"passed","severity":"normal"},{"uid":"16e70c746d6dcc06","name":"Push message with content topic containing escaped characters","time":{"start":1710205063418,"stop":1710205063418,"duration":0},"status":"passed","severity":"normal"},{"uid":"fee160563139a137","name":"Check received message containing special chars","time":{"start":1710205173282,"stop":1710205173290,"duration":8},"status":"passed","severity":"normal"},{"uid":"d552b5429204f15","name":"Push message with Chinese payload","time":{"start":1710205063395,"stop":1710205063395,"duration":0},"status":"passed","severity":"normal"},{"uid":"5adc112785e7f1c6","name":"Passing cursor with wrong pubsubTopic","time":{"start":1710205191800,"stop":1710205191800,"duration":0},"status":"passed","severity":"normal"},{"uid":"c48ae4e032318953","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1710205199520,"stop":1710205199520,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bb18b3c196aa730","name":"should properly create location multiaddrs - tcp","time":{"start":1710204651996,"stop":1710204651997,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fca1507309f5184","name":"Push message with rate limit","time":{"start":1710205063421,"stop":1710205063421,"duration":0},"status":"passed","severity":"normal"},{"uid":"66dc4d8921aa898","name":"Push message with content topic containing Arabic","time":{"start":1710205063414,"stop":1710205063415,"duration":1},"status":"passed","severity":"normal"},{"uid":"59a32f9537c25511","name":"should properly compute the node id","time":{"start":1710204651993,"stop":1710204651993,"duration":0},"status":"passed","severity":"normal"},{"uid":"2010fbc9fba5d4ab","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1710204678869,"stop":1710204678869,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb15e8e8d6524dde","name":"Subscribe to topic containing short and receive message","time":{"start":1710204945841,"stop":1710204945842,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf401d45e4e52305","name":"Rejects garbage","time":{"start":1710204660181,"stop":1710204660181,"duration":0},"status":"passed","severity":"normal"},{"uid":"c79a5906eaaccb56","name":"can dial TLS multiaddrs","time":{"start":1710204960689,"stop":1710204960690,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a60cf62afa364ee","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1710205111364,"stop":1710205111364,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4e6992b7b4b3309","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1710205111360,"stop":1710205111361,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a1de58173f28a19","name":"Subscribe to topic containing Russian and publish message","time":{"start":1710205111364,"stop":1710205111365,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0531b9afdc7152b","name":"Push message with content topic containing Script","time":{"start":1710205063416,"stop":1710205063416,"duration":0},"status":"passed","severity":"normal"},{"uid":"12919f9bbd18b652","name":"removeEventListener with correct event","time":{"start":1710204735365,"stop":1710204735365,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2cd3adf138af9c1","name":"Subscribe to topic containing XML and publish message","time":{"start":1710205111366,"stop":1710205111366,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05222fcf2981b08","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1710204651174,"stop":1710204651175,"duration":1},"status":"passed","severity":"normal"},{"uid":"f85e3a41e69ae4e7","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204957311,"stop":1710204957312,"duration":1},"status":"passed","severity":"normal"},{"uid":"7df1da13848a29d6","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115573,"stop":1710205115573,"duration":0},"status":"passed","severity":"normal"},{"uid":"754261fe4f10adba","name":"Query generator for 2000 messages","time":{"start":1710205227772,"stop":1710205227772,"duration":0},"status":"passed","severity":"normal"},{"uid":"7031dd713380ada5","name":"should properly create location multiaddrs - udp6","time":{"start":1710204651995,"stop":1710204651996,"duration":1},"status":"passed","severity":"normal"},{"uid":"e16050fce4fa9c12","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1710204847210,"stop":1710204847211,"duration":1},"status":"passed","severity":"normal"},{"uid":"6796a9c2b9ac9be3","name":"Passing page size 0 when there are 110 messages","time":{"start":1710205261851,"stop":1710205261851,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5c88d860cc369c","name":"Check message with no content topic is not received","time":{"start":1710204847311,"stop":1710204847311,"duration":0},"status":"passed","severity":"normal"},{"uid":"31a48c42fbbb5231","name":"should set field with all protocols disabled","time":{"start":1710204651997,"stop":1710204651997,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5134abfde8dbe59","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710205099475,"stop":1710205099475,"duration":0},"status":"passed","severity":"normal"},{"uid":"232e523b3fef6f24","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710205335161,"stop":1710205335161,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9e67b9f154043ae","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710204705529,"stop":1710204705529,"duration":0},"status":"skipped","severity":"normal"},{"uid":"27907d88e57dee85","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204770376,"stop":1710204770376,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a86e89576c0cbd6","name":"should only return 1 node with relay and store capability","time":{"start":1710204666120,"stop":1710204666121,"duration":1},"status":"passed","severity":"normal"},{"uid":"990f3fc7be56cd43","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710204651182,"stop":1710204651183,"duration":1},"status":"passed","severity":"normal"},{"uid":"65e4cee543ceea78","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710205335150,"stop":1710205335150,"duration":0},"status":"passed","severity":"normal"},{"uid":"798e51984974bae9","name":"Correctly serialized arguments","time":{"start":1710204960745,"stop":1710204960746,"duration":1},"status":"passed","severity":"normal"},{"uid":"9232165727ec607","name":"should not fail to start the service if it is already started","time":{"start":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","severity":"normal"},{"uid":"324a05f80cf9a6da","name":"Push message with emoji payload","time":{"start":1710205233002,"stop":1710205233003,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dc2716c69a70223","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1710205191794,"stop":1710205191797,"duration":3},"status":"passed","severity":"normal"},{"uid":"a5db98fc0280daba","name":"different cluster, different shard: nodes don't connect","time":{"start":1710204977970,"stop":1710204977971,"duration":1},"status":"passed","severity":"normal"},{"uid":"22558b14f004d496","name":"Round trip binary serialization","time":{"start":1710204656815,"stop":1710204656815,"duration":0},"status":"passed","severity":"normal"},{"uid":"1089654d6f676a45","name":"Push message with unicode special characters payload","time":{"start":1710205233002,"stop":1710205233002,"duration":0},"status":"passed","severity":"normal"},{"uid":"6788d69c7e783b2e","name":"Sign & Recover","time":{"start":1710204679348,"stop":1710204679349,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f25c356d5b7c964","name":"Passing page size 10 when there are 10 messages","time":{"start":1710205261853,"stop":1710205261853,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0904066602a458c","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710204847306,"stop":1710204847306,"duration":0},"status":"passed","severity":"normal"},{"uid":"e76a9f86986faac6","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710204770377,"stop":1710204770377,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3c40e7c64362863","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710205335163,"stop":1710205335163,"duration":0},"status":"passed","severity":"normal"},{"uid":"67e8cd804002fd07","name":"should get / set UDP multiaddr","time":{"start":1710204651994,"stop":1710204651994,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a765654dadd0666","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710205335145,"stop":1710205335145,"duration":0},"status":"passed","severity":"normal"},{"uid":"afc545114641e08c","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710204945845,"stop":1710204945845,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b65c35ff39ee062","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"skipped","severity":"normal"},{"uid":"24a8bb07cc1db602","name":"1 Relay, 1 fetch","time":{"start":1710204665753,"stop":1710204665753,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd697fae2b498975","name":"Passing page size 1 when there are 4 messages","time":{"start":1710205261852,"stop":1710205261852,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1ca3740809d0a56","name":"Push message with Script payload","time":{"start":1710205233000,"stop":1710205233000,"duration":0},"status":"passed","severity":"normal"},{"uid":"7db612defad2838","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710205335148,"stop":1710205335148,"duration":0},"status":"passed","severity":"normal"},{"uid":"8babcd950693bf38","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1710204680595,"stop":1710204680595,"duration":0},"status":"passed","severity":"normal"},{"uid":"93d5d1e85d895f91","name":"Subscribe to topic containing short and publish message","time":{"start":1710205111362,"stop":1710205111362,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d6ec2310e43ff3","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1710204666121,"stop":1710204666122,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f1a5b07e9eff1d","name":"Check received message containing numeric","time":{"start":1710204847294,"stop":1710204847294,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ce780f8ee10876","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710205218550,"stop":1710205218550,"duration":0},"status":"skipped","severity":"normal"},{"uid":"183490681691883","name":"Push message with JSON payload","time":{"start":1710205233001,"stop":1710205233001,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a9224d14e0d6b9b","name":"Ephemeral messages are not stored","time":{"start":1710204705354,"stop":1710204705354,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a52c2429a231ba6","name":"Check publish message containing Chinese","time":{"start":1710205115567,"stop":1710205115567,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d15dd1855bd113f","name":"nwaku subscribes","time":{"start":1710205090225,"stop":1710205090225,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ab9e335441acd2","name":"different cluster, different shard: nodes don't connect","time":{"start":1710204847165,"stop":1710204847165,"duration":0},"status":"passed","severity":"normal"},{"uid":"4448cebe98fe31b9","name":"Ping on peer without subscriptions","time":{"start":1710204768035,"stop":1710204768035,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bb1bc61dae9aa0c","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1710204666122,"stop":1710204666122,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce94905662c55103","name":"Check received message containing shell command","time":{"start":1710205173303,"stop":1710205173303,"duration":0},"status":"passed","severity":"normal"},{"uid":"77c851ccdfe80306","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710205099498,"stop":1710205099498,"duration":0},"status":"passed","severity":"normal"},{"uid":"660f6dfa2d67b2a","name":"Push message with custom timestamp: 1679446447594","time":{"start":1710205063421,"stop":1710205063421,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cd218ab8f21ac1d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710204945846,"stop":1710204945846,"duration":0},"status":"passed","severity":"normal"},{"uid":"65f06ff22d9eb20b","name":"Check received message containing SQL Injection","time":{"start":1710205173291,"stop":1710205173292,"duration":1},"status":"passed","severity":"normal"},{"uid":"878f7fb1336bcfcc","name":"Push message with content topic containing Chinese","time":{"start":1710205233009,"stop":1710205233009,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6db2670040db9f","name":"Subscribe to topic containing XML and receive message","time":{"start":1710204945846,"stop":1710204945846,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4620a15a9199a23","name":"Push message with content topic containing Russian","time":{"start":1710205063415,"stop":1710205063415,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8fc69078f46958","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1710204847209,"stop":1710204847209,"duration":0},"status":"passed","severity":"normal"},{"uid":"4066a9103d965300","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1710205265207,"stop":1710205265209,"duration":2},"status":"passed","severity":"normal"},{"uid":"85fe095a109d85a5","name":"should not fail to start the service if it is already started","time":{"start":1710204673136,"stop":1710204673137,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac3eb3a59a499665","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1710204695085,"stop":1710204695087,"duration":2},"status":"passed","severity":"normal"},{"uid":"e0fcfec24c79c55b","name":"should set field with only RELAY enabled","time":{"start":1710204651998,"stop":1710204651998,"duration":0},"status":"passed","severity":"normal"},{"uid":"85cd65d4cd561772","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710205335163,"stop":1710205335163,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac211efea7dfff4c","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1710205265205,"stop":1710205265205,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e999bbdbc01481a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1710204741131,"stop":1710204741131,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1278eb207ab59c","name":"safeDispatchEvent","time":{"start":1710204735370,"stop":1710204735371,"duration":1},"status":"passed","severity":"normal"},{"uid":"9373d0c887d8215d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204957312,"stop":1710204957312,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef75d4a1f3d47b4f","name":"Overlapping topic subscription","time":{"start":1710205335151,"stop":1710205335152,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5fbd24d09d71a07","name":"Push message with content topic containing unicode special characters","time":{"start":1710205063418,"stop":1710205063419,"duration":1},"status":"passed","severity":"normal"},{"uid":"22c85a78dae38d68","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710204945839,"stop":1710204945839,"duration":0},"status":"skipped","severity":"normal"},{"uid":"98f5a102e9ac4f3e","name":"Subscribe to topic containing special chars and publish message","time":{"start":1710205111363,"stop":1710205111363,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a55f57fb0d97b2e","name":"should be able to encode the field with only STORE set to true","time":{"start":1710204651170,"stop":1710204651171,"duration":1},"status":"passed","severity":"normal"},{"uid":"69b8b4f57c3ae169","name":"should encode/decode to text encoding","time":{"start":1710204651993,"stop":1710204651994,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d115d27a6430fd2","name":"getPeersByDiscovery","time":{"start":1710205098994,"stop":1710205098994,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b4124bbbf9940dc","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710204899742,"stop":1710204899742,"duration":0},"status":"passed","severity":"normal"},{"uid":"793083e7729457f2","name":"Check received message containing XML","time":{"start":1710205173292,"stop":1710205173293,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5be5a09e9617a38","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1710205099499,"stop":1710205099500,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfde40d0d04de821","name":"Push message with content topic containing short","time":{"start":1710205063409,"stop":1710205063412,"duration":3},"status":"passed","severity":"normal"},{"uid":"26707daec191cd2f","name":"Subscribe and receive messages via lightPush","time":{"start":1710205335147,"stop":1710205335148,"duration":1},"status":"passed","severity":"normal"},{"uid":"2922c74c5370846d","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1710204977968,"stop":1710204977969,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1ecf10ed1f57b58","name":"more peers than existing","time":{"start":1710205063578,"stop":1710205063578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7ad088a2b36bb198","name":"should set field with only STORE enabled","time":{"start":1710204651998,"stop":1710204651998,"duration":0},"status":"passed","severity":"normal"},{"uid":"47c5632aa637ce3e","name":"Check received message containing long","time":{"start":1710204847294,"stop":1710204847294,"duration":0},"status":"passed","severity":"normal"},{"uid":"dec642b9fc1540e9","name":"Check received message containing emoji","time":{"start":1710205173348,"stop":1710205173349,"duration":1},"status":"passed","severity":"normal"},{"uid":"26c25fa6b9cea517","name":"should not fail to stop the service if it was not started","time":{"start":1710204673136,"stop":1710204673136,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9e0c488a0bac8b","name":"Subscribe and receive messages via lightPush","time":{"start":1710205335128,"stop":1710205335128,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac845d690faa6c31","name":"retrieves a single peer","time":{"start":1710204666117,"stop":1710204666118,"duration":1},"status":"passed","severity":"normal"},{"uid":"34c937998fe8e6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710205335142,"stop":1710205335143,"duration":1},"status":"passed","severity":"normal"},{"uid":"343f04b3ec56186f","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1710204847224,"stop":1710204847224,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c4a1385d3be1982","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710204899735,"stop":1710204899740,"duration":5},"status":"passed","severity":"normal"},{"uid":"82cdac0ebc1b3d77","name":"dispatchEvent via connectionManager","time":{"start":1710204735369,"stop":1710204735370,"duration":1},"status":"passed","severity":"normal"},{"uid":"5257a020ba6e2856","name":"Check received message containing Chinese","time":{"start":1710204847296,"stop":1710204847296,"duration":0},"status":"passed","severity":"normal"},{"uid":"a61d8c2d89c1cc62","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710205335161,"stop":1710205335161,"duration":0},"status":"passed","severity":"normal"},{"uid":"af6294c246df350f","name":"Push message with content topic containing XML","time":{"start":1710205063416,"stop":1710205063417,"duration":1},"status":"passed","severity":"normal"},{"uid":"63faabbd249ab138","name":"Check message with no content topic is not received","time":{"start":1710205173308,"stop":1710205173308,"duration":0},"status":"passed","severity":"normal"},{"uid":"82ec2ea66e3d987c","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710205400265,"stop":1710205400266,"duration":1},"status":"passed","severity":"normal"},{"uid":"173bfc20748f53ea","name":"Query generator for multiple messages with different content topic format","time":{"start":1710205227766,"stop":1710205227766,"duration":0},"status":"passed","severity":"normal"},{"uid":"56fa31340971a1ca","name":"should not receive a peer event before start","time":{"start":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9293453fcbdc6a9","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710204945848,"stop":1710204945848,"duration":0},"status":"passed","severity":"normal"},{"uid":"d40af89e31698696","name":"Waku message hash computation (meta attribute not present)","time":{"start":1710204646209,"stop":1710204646209,"duration":0},"status":"passed","severity":"normal"},{"uid":"d63ca1979bcd25ea","name":"Push message with short payload","time":{"start":1710205232993,"stop":1710205232993,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c54bfd80a23936e","name":"Check message received after nwaku node is restarted","time":{"start":1710205173356,"stop":1710205173356,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fc8b0baed6466a95","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1710204651175,"stop":1710204651176,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5f0d30a0a95430","name":"Check received message containing shell command","time":{"start":1710205173346,"stop":1710205173347,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3048f0729d3b232","name":"Check publish message containing SQL Injection","time":{"start":1710205115568,"stop":1710205115569,"duration":1},"status":"passed","severity":"normal"},{"uid":"e805be6c3e08f825","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1710205265206,"stop":1710205265206,"duration":0},"status":"passed","severity":"normal"},{"uid":"e74c4e05a1ead655","name":"Push message with content topic containing XML","time":{"start":1710205233014,"stop":1710205233014,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb2e2bfcb01787ee","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1710204656447,"stop":1710204656448,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c25404292125b27","name":"Push message with custom timestamp: 1710201247365","time":{"start":1710205233019,"stop":1710205233019,"duration":0},"status":"passed","severity":"normal"},{"uid":"26538130b34b1c6a","name":"configure the node with multiple pubsub topics","time":{"start":1710205154293,"stop":1710205154293,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddee44911b077688","name":"Generator, 2 different pubsubtopics","time":{"start":1710205218549,"stop":1710205218550,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7dd2020d7670ab87","name":"throws on empty content topic","time":{"start":1710204643533,"stop":1710204643533,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee4885ad50929a12","name":"returns all values when wanted number is greater than available values","time":{"start":1710204665107,"stop":1710204665107,"duration":0},"status":"passed","severity":"normal"},{"uid":"58f19d00998d6622","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710205099496,"stop":1710205099496,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce2d567860e7233f","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1710204847225,"stop":1710204847226,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d7a6469fda3ac0f","name":"Check received message containing SQL Injection","time":{"start":1710205173342,"stop":1710205173343,"duration":1},"status":"passed","severity":"normal"},{"uid":"f70a71297695d112","name":"Fails to push message bigger that 1MB","time":{"start":1710205063423,"stop":1710205063423,"duration":0},"status":"passed","severity":"normal"},{"uid":"c924b5a4f42660e0","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710205400266,"stop":1710205400266,"duration":0},"status":"passed","severity":"normal"},{"uid":"b31c0b5e803de2dc","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1710205191790,"stop":1710205191794,"duration":4},"status":"passed","severity":"normal"},{"uid":"308b615c8e38ab4e","name":"getPeersByDiscovery","time":{"start":1710204735366,"stop":1710204735367,"duration":1},"status":"passed","severity":"normal"},{"uid":"437d8ed016895f3","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710204770373,"stop":1710204770373,"duration":0},"status":"passed","severity":"normal"},{"uid":"9577d8fc3021929a","name":"isConnected should return false after all peers disconnect","time":{"start":1710204741132,"stop":1710204741133,"duration":1},"status":"passed","severity":"normal"},{"uid":"96aa867c0aa5e451","name":"Check received message containing Arabic","time":{"start":1710205173290,"stop":1710205173291,"duration":1},"status":"passed","severity":"normal"},{"uid":"60e55c7d764687ef","name":"Nwaku publishes","time":{"start":1710205090226,"stop":1710205090226,"duration":0},"status":"passed","severity":"normal"},{"uid":"e26fa629ea5ddbcc","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710205335142,"stop":1710205335142,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1d285fead4d70f6","name":"Subscribe to topic containing Script and publish message","time":{"start":1710205111365,"stop":1710205111366,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49619e259c52192","name":"Push message with escaped characters payload","time":{"start":1710205233002,"stop":1710205233002,"duration":0},"status":"passed","severity":"normal"},{"uid":"509d147a9d899f4","name":"should throw error - no public key","time":{"start":1710204651992,"stop":1710204651992,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbf4de4efee85216","name":"Push message with numeric payload","time":{"start":1710205232997,"stop":1710205232998,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fab3c4270fab9ec","name":"Store - dialed after - with timeout","time":{"start":1710205275710,"stop":1710205275710,"duration":0},"status":"passed","severity":"normal"},{"uid":"63d4bc150acee576","name":"Push message with content topic containing escaped characters","time":{"start":1710205233015,"stop":1710205233016,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b041cafd15c9547","name":"should properly create location multiaddrs - tcp6","time":{"start":1710204651996,"stop":1710204651996,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1ead264f4c2ce6","name":"Push message with meta","time":{"start":1710205233017,"stop":1710205233017,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d832ec8dfe210e2","name":"throws on content topic with too few or too many fields","time":{"start":1710204643533,"stop":1710204643534,"duration":1},"status":"passed","severity":"normal"},{"uid":"889a5e272c1753f0","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1710204665688,"stop":1710204665688,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc9dfe6a4ecc715","name":"should be able to decode the field with only FILTER set to true","time":{"start":1710204651178,"stop":1710204651179,"duration":1},"status":"passed","severity":"normal"},{"uid":"540398454a0bdd5e","name":"pre and post cipher","time":{"start":1710204679348,"stop":1710204679348,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d9ce96dfbc0a91","name":"Light Node - default protocols","time":{"start":1710205275711,"stop":1710205275711,"duration":0},"status":"passed","severity":"normal"},{"uid":"7723df14262be88d","name":"Reopen subscription with peer with lost subscription","time":{"start":1710204768036,"stop":1710204768036,"duration":0},"status":"passed","severity":"normal"},{"uid":"5782d56758976817","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710205335153,"stop":1710205335154,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5f56c655c7d637","name":"Accepts a valid Waku Message","time":{"start":1710204660179,"stop":1710204660180,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5d7067ee9209454","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710204945847,"stop":1710204945847,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd7e0242af8e28d0","name":"Asymmetric encrypt & decrypt","time":{"start":1710204679346,"stop":1710204679347,"duration":1},"status":"passed","severity":"normal"},{"uid":"96d65ac162d251f4","name":"should handle corrupted local storage data gracefully","time":{"start":1710204673140,"stop":1710204673140,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a40ee239576353","name":"Subscribe to topic containing numeric and publish message","time":{"start":1710205111363,"stop":1710205111363,"duration":0},"status":"passed","severity":"normal"},{"uid":"9292377a03f275ae","name":"Overlapping topic subscription","time":{"start":1710205111362,"stop":1710205111362,"duration":0},"status":"skipped","severity":"normal"},{"uid":"abc3860fcacf21eb","name":"Decoder throws on empty string content topic","time":{"start":1710204656818,"stop":1710204656818,"duration":0},"status":"passed","severity":"normal"},{"uid":"9013efb1d84d7ba7","name":"Subscribe to topic containing Script and receive message","time":{"start":1710205335144,"stop":1710205335144,"duration":0},"status":"passed","severity":"normal"},{"uid":"a753da95a0c7c469","name":"Reusing cursor across nodes","time":{"start":1710205191799,"stop":1710205191799,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e573a0c55464cc8","name":"Subscribe and publish message","time":{"start":1710205111359,"stop":1710205111359,"duration":0},"status":"passed","severity":"normal"},{"uid":"69e3571b74717352","name":"configure the node with multiple pubsub topics","time":{"start":1710205154291,"stop":1710205154292,"duration":1},"status":"passed","severity":"normal"},{"uid":"984beafc298f2e29","name":"should decode valid enr with tcp successfully","time":{"start":1710204651986,"stop":1710204651986,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0542f034b53b08","name":"Fails to push message with large meta","time":{"start":1710205063420,"stop":1710205063420,"duration":0},"status":"passed","severity":"normal"},{"uid":"d106d084028d0fdc","name":"Push message with content topic containing Arabic","time":{"start":1710205233009,"stop":1710205233010,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d12610185b6fd63","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1710205154292,"stop":1710205154292,"duration":0},"status":"passed","severity":"normal"},{"uid":"99359ea526a923fd","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1710204847166,"stop":1710204847166,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d8da29e2fb34d15","name":"should only return 1 node with relay capability","time":{"start":1710204666120,"stop":1710204666120,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c7a414d79826d17","name":"Push message with Basic HTML tag payload","time":{"start":1710205063399,"stop":1710205063400,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf25fdfb78524a9","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204957315,"stop":1710204957316,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb62437be805b36f","name":"should load peers from local storage and dispatch events","time":{"start":1710204673139,"stop":1710204673139,"duration":0},"status":"passed","severity":"normal"},{"uid":"85777bd4dcc3cddb","name":"Check publish message containing long","time":{"start":1710205115566,"stop":1710205115566,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9db14a6d6992207","name":"should return all peers when numPeers is 0","time":{"start":1710204656445,"stop":1710204656446,"duration":1},"status":"passed","severity":"normal"},{"uid":"5185449844ddd9e1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204770374,"stop":1710204770374,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddce36bbe6960351","name":"Subscribe and receives messages on 20 topics","time":{"start":1710205335131,"stop":1710205335132,"duration":1},"status":"passed","severity":"normal"},{"uid":"92bfd560b2bdab9d","name":"Throws when trying to push message with empty payload","time":{"start":1710205233003,"stop":1710205233004,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc1dc0c54184db89","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710204770379,"stop":1710204770379,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef6bf13de8af214","name":"Register correct protocols","time":{"start":1710205111358,"stop":1710205111358,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5aff504fae77506","name":"Decoder throws on undefined content topic","time":{"start":1710204656817,"stop":1710204656818,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba32b1ee095de64f","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1710204847177,"stop":1710204847181,"duration":4},"status":"passed","severity":"normal"},{"uid":"ed74967b458b2011","name":"Push message on custom pubsubTopic","time":{"start":1710204957311,"stop":1710204957311,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d3ee7e633ccd740","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710205335148,"stop":1710205335149,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef1e6cc0f026d65","name":"Ping on unsubscribed peer","time":{"start":1710204768033,"stop":1710204768033,"duration":0},"status":"passed","severity":"normal"},{"uid":"b25a68dc4d77f79e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710205335154,"stop":1710205335154,"duration":0},"status":"passed","severity":"normal"},{"uid":"5da53aee59ec270f","name":"converts content topics to expected shard index","time":{"start":1710204643537,"stop":1710204643538,"duration":1},"status":"passed","severity":"normal"},{"uid":"376a392b3e55f0af","name":"Store - dialed first","time":{"start":1710205275705,"stop":1710205275710,"duration":5},"status":"passed","severity":"normal"},{"uid":"794dd16ecb34c54e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847205,"stop":1710204847206,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c374374afd17e43","name":"Check meta is set [symmetric]","time":{"start":1710204678869,"stop":1710204678870,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ba52932b8e02b40","name":"Subscribe and receives messages on 20 topics","time":{"start":1710204945838,"stop":1710204945838,"duration":0},"status":"passed","severity":"normal"},{"uid":"a50d0038e0c1f6df","name":"should not fail to stop the service if it was not started","time":{"start":1710204705522,"stop":1710204705522,"duration":0},"status":"passed","severity":"normal"},{"uid":"6823a1c564b9c71e","name":"Encoder throws on empty string content topic","time":{"start":1710204678871,"stop":1710204678871,"duration":0},"status":"passed","severity":"normal"},{"uid":"853022aab34fa20a","name":"should throw error - no id","time":{"start":1710204651986,"stop":1710204651986,"duration":0},"status":"passed","severity":"normal"},{"uid":"2591cd75b9091f82","name":"Check publish message containing shell command","time":{"start":1710205115571,"stop":1710205115571,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e8bf082454a0e0b","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710205335162,"stop":1710205335162,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb4395c6e6710fe","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710204899731,"stop":1710204899732,"duration":1},"status":"passed","severity":"normal"},{"uid":"28c99052a7c00f0d","name":"Check message with no pubsub topic is not received","time":{"start":1710204847310,"stop":1710204847310,"duration":0},"status":"passed","severity":"normal"},{"uid":"eee97d1933f43d29","name":"should not receive a peer event after stop","time":{"start":1710204673138,"stop":1710204673138,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd003f86e63efe87","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710205335130,"stop":1710205335131,"duration":1},"status":"passed","severity":"normal"},{"uid":"49b500efe04c007f","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710205099501,"stop":1710205099501,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6651/widgets/status-chart.json b/6651/widgets/status-chart.json deleted file mode 100644 index 32cd28a4114..00000000000 --- a/6651/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"9055e7fbd9b6a9b4","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710204945837,"stop":1710204945838,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1278eb207ab59c","name":"safeDispatchEvent","time":{"start":1710204735370,"stop":1710204735371,"duration":1},"status":"passed","severity":"normal"},{"uid":"660f6dfa2d67b2a","name":"Push message with custom timestamp: 1679446447594","time":{"start":1710205063421,"stop":1710205063421,"duration":0},"status":"passed","severity":"normal"},{"uid":"431b6f271f222312","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710204945836,"stop":1710204945836,"duration":0},"status":"passed","severity":"normal"},{"uid":"b25a68dc4d77f79e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710205335154,"stop":1710205335154,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c9d50d7a3902589","name":"Fails to publish message with empty text","time":{"start":1710205115575,"stop":1710205115575,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ce019f63c760fb3","name":"Check received message containing Arabic","time":{"start":1710204847296,"stop":1710204847296,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3c40e7c64362863","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710205335163,"stop":1710205335163,"duration":0},"status":"passed","severity":"normal"},{"uid":"31671f93637702a3","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1710204702138,"stop":1710204702138,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba86f5ecbff4a12f","name":"topics with same application and version share the same shard","time":{"start":1710204643538,"stop":1710204643538,"duration":0},"status":"passed","severity":"normal"},{"uid":"9577d8fc3021929a","name":"isConnected should return false after all peers disconnect","time":{"start":1710204741132,"stop":1710204741133,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6e730289adb423a","name":"should throw error - invalid id","time":{"start":1710204651992,"stop":1710204651992,"duration":0},"status":"passed","severity":"normal"},{"uid":"6290398d48bb4fc0","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1710204666123,"stop":1710204666123,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef1e6cc0f026d65","name":"Ping on unsubscribed peer","time":{"start":1710204768033,"stop":1710204768033,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6b42320e28c47ad","name":"Query Generator - backward","time":{"start":1710205225503,"stop":1710205225503,"duration":0},"status":"passed","severity":"normal"},{"uid":"fee160563139a137","name":"Check received message containing special chars","time":{"start":1710205173282,"stop":1710205173290,"duration":8},"status":"passed","severity":"normal"},{"uid":"3662c9800941e8f0","name":"Push message with content topic containing special chars","time":{"start":1710205063413,"stop":1710205063413,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2af341f4efdd84d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710205173351,"stop":1710205173351,"duration":0},"status":"passed","severity":"normal"},{"uid":"990f3fc7be56cd43","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710204651182,"stop":1710204651183,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f28d5496aa17305","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1710204702137,"stop":1710204702138,"duration":1},"status":"passed","severity":"normal"},{"uid":"168c5a500b700ca6","name":"Subscribe and receive messages via lightPush","time":{"start":1710204945834,"stop":1710204945835,"duration":1},"status":"passed","severity":"normal"},{"uid":"29088e75ca4d4b4d","name":"Publish without waiting for remote peer","time":{"start":1710205111359,"stop":1710205111359,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba25ae290613ec51","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710204899725,"stop":1710204899726,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1d8860861ce8157","name":"Check meta is set [ecies]","time":{"start":1710204680596,"stop":1710204680596,"duration":0},"status":"passed","severity":"normal"},{"uid":"2592307ab3b6ec79","name":"Decoder throws on undefined content topic","time":{"start":1710204680597,"stop":1710204680597,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e573a0c55464cc8","name":"Subscribe and publish message","time":{"start":1710205111359,"stop":1710205111359,"duration":0},"status":"passed","severity":"normal"},{"uid":"4448cebe98fe31b9","name":"Ping on peer without subscriptions","time":{"start":1710204768035,"stop":1710204768035,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d87b2154e0a8228","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204770378,"stop":1710204770378,"duration":0},"status":"passed","severity":"normal"},{"uid":"442094471f9932fb","name":"Delete observer","time":{"start":1710205064963,"stop":1710205064963,"duration":0},"status":"passed","severity":"normal"},{"uid":"96aa867c0aa5e451","name":"Check received message containing Arabic","time":{"start":1710205173290,"stop":1710205173291,"duration":1},"status":"passed","severity":"normal"},{"uid":"e74c4e05a1ead655","name":"Push message with content topic containing XML","time":{"start":1710205233014,"stop":1710205233014,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d3ee7e633ccd740","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710205335148,"stop":1710205335149,"duration":1},"status":"passed","severity":"normal"},{"uid":"2659f9c68c3995e0","name":"Check received message containing Script","time":{"start":1710205173292,"stop":1710205173292,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a3702f6283fe7bb","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1710205265211,"stop":1710205265212,"duration":1},"status":"passed","severity":"normal"},{"uid":"55d1abf8aa91bbfa","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1710204847206,"stop":1710204847206,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b4124bbbf9940dc","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710204899742,"stop":1710204899742,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b7593678e09797b","name":"Relay - dialed after","time":{"start":1710205275704,"stop":1710205275705,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8af8d090c98abac","name":"Push message with long payload","time":{"start":1710205063393,"stop":1710205063393,"duration":0},"status":"passed","severity":"normal"},{"uid":"81b11291241ca143","name":"Push message with content topic containing JSON","time":{"start":1710205063417,"stop":1710205063417,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b673b7b84ff796","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1710204847174,"stop":1710204847175,"duration":1},"status":"passed","severity":"normal"},{"uid":"be20fa8219842610","name":"should be able to encode the field with only RELAY set to true","time":{"start":1710204651168,"stop":1710204651170,"duration":2},"status":"passed","severity":"normal"},{"uid":"920c46d72a96b933","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1710204651180,"stop":1710204651181,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6b191f3482c0fe1","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710204945843,"stop":1710204945843,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1580482000877","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1710204665687,"stop":1710204665687,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a165188cd9ae8ad","name":"Check publish message containing short","time":{"start":1710205115565,"stop":1710205115566,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7d3ef90d2b626f","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1710204665688,"stop":1710204665689,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6f5b930b06d894","name":"Check publish message containing Script","time":{"start":1710205115569,"stop":1710205115569,"duration":0},"status":"passed","severity":"normal"},{"uid":"db7d27a8a48b7c86","name":"should properly create location multiaddrs - tcp4","time":{"start":1710204651995,"stop":1710204651995,"duration":0},"status":"passed","severity":"normal"},{"uid":"288742325090eb81","name":"less peers than existing","time":{"start":1710205063578,"stop":1710205063579,"duration":1},"status":"skipped","severity":"normal"},{"uid":"95ac8e4b9fe88496","name":"Passing cursor with wrong message digest","time":{"start":1710205191799,"stop":1710205191799,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ce780f8ee10876","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710205218550,"stop":1710205218550,"duration":0},"status":"skipped","severity":"normal"},{"uid":"815f380893ca7e8a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710204945847,"stop":1710204945848,"duration":1},"status":"passed","severity":"normal"},{"uid":"af2f61bcf3085e23","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710204899743,"stop":1710204899744,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5fbd24d09d71a07","name":"Push message with content topic containing unicode special characters","time":{"start":1710205063418,"stop":1710205063419,"duration":1},"status":"passed","severity":"normal"},{"uid":"31a48c42fbbb5231","name":"should set field with all protocols disabled","time":{"start":1710204651997,"stop":1710204651997,"duration":0},"status":"passed","severity":"normal"},{"uid":"695aab4fb47dd44f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847176,"stop":1710204847176,"duration":0},"status":"passed","severity":"normal"},{"uid":"66acfec546b1172d","name":"Subscribe to topic containing shell command and publish message","time":{"start":1710205111367,"stop":1710205111368,"duration":1},"status":"passed","severity":"normal"},{"uid":"df750f416cb9a434","name":"same cluster, different shard: nodes connect","time":{"start":1710204977969,"stop":1710204977970,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c8498f73bef5b65","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1710205199520,"stop":1710205199521,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d15dd1855bd113f","name":"nwaku subscribes","time":{"start":1710205090225,"stop":1710205090225,"duration":0},"status":"passed","severity":"normal"},{"uid":"6823a1c564b9c71e","name":"Encoder throws on empty string content topic","time":{"start":1710204678871,"stop":1710204678871,"duration":0},"status":"passed","severity":"normal"},{"uid":"10be5f0ccfe822f4","name":"should not receive a peer event before start","time":{"start":1710204673137,"stop":1710204673138,"duration":1},"status":"passed","severity":"normal"},{"uid":"b988f902d6db53d","name":"should properly create location multiaddrs - udp","time":{"start":1710204651996,"stop":1710204651996,"duration":0},"status":"passed","severity":"normal"},{"uid":"c55322239fe44662","name":"Publish message with large meta","time":{"start":1710205115578,"stop":1710205115579,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdc2da136e7d8468","name":"throws on content topic with non-number generation field","time":{"start":1710204643534,"stop":1710204643534,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2cd3adf138af9c1","name":"Subscribe to topic containing XML and publish message","time":{"start":1710205111366,"stop":1710205111366,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8f71dbeb2d17d60","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","severity":"normal"},{"uid":"b887d8c8c0131311","name":"Subscribe to topic containing long and receive message","time":{"start":1710205335141,"stop":1710205335141,"duration":0},"status":"passed","severity":"normal"},{"uid":"35ceebdfaba827fe","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1710204847215,"stop":1710204847215,"duration":0},"status":"passed","severity":"normal"},{"uid":"b948b7da5cfa2c97","name":"caches peers it previously fetched","time":{"start":1710204666120,"stop":1710204666120,"duration":0},"status":"passed","severity":"normal"},{"uid":"db6a9a0d9a17cd8c","name":"1 Store, 2 relays, 2 fetches","time":{"start":1710204665754,"stop":1710204665754,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5aa07c5fce4aa3e","name":"Push message with Basic HTML tag payload","time":{"start":1710205233001,"stop":1710205233001,"duration":0},"status":"passed","severity":"normal"},{"uid":"35898842855e2be9","name":"Push message with content topic containing Chinese","time":{"start":1710205063413,"stop":1710205063414,"duration":1},"status":"passed","severity":"normal"},{"uid":"92b3fa24d08b756d","name":"udp ip6 address","time":{"start":1710204651184,"stop":1710204651184,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb121538e60de4bb","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1710204665684,"stop":1710204665684,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d23b12142caa5ac","name":"Check message received after jswaku node is restarted","time":{"start":1710205173355,"stop":1710205173355,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dbf4de4efee85216","name":"Push message with numeric payload","time":{"start":1710205232997,"stop":1710205232998,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7318030e0adb127","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710205335136,"stop":1710205335136,"duration":0},"status":"passed","severity":"normal"},{"uid":"6962a41f81744659","name":"Mutual subscription","time":{"start":1710205111358,"stop":1710205111358,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c47b0f5da9af28","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1710205191797,"stop":1710205191798,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4ede24f879d9f4c","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1710204643824,"stop":1710204643825,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c7a7186d97d5db4","name":"should set field with all protocols enabled","time":{"start":1710204651998,"stop":1710204651998,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef75d4a1f3d47b4f","name":"Overlapping topic subscription","time":{"start":1710205335151,"stop":1710205335152,"duration":1},"status":"passed","severity":"normal"},{"uid":"63e623dbedcd2a66","name":"unsubscribes","time":{"start":1710205246590,"stop":1710205246590,"duration":0},"status":"passed","severity":"normal"},{"uid":"d22504fd7d0d709e","name":"isConnected should return false after all peers disconnect","time":{"start":1710204695090,"stop":1710204695090,"duration":0},"status":"passed","severity":"normal"},{"uid":"69b8b4f57c3ae169","name":"should encode/decode to text encoding","time":{"start":1710204651993,"stop":1710204651994,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d6ec2310e43ff3","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1710204666121,"stop":1710204666122,"duration":1},"status":"passed","severity":"normal"},{"uid":"34c937998fe8e6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710205335142,"stop":1710205335143,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7c6ab762c68fbc2","name":"Passing page size 110 when there are 120 messages","time":{"start":1710205261854,"stop":1710205261854,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0071b114d838d4c","name":"Check received message with timestamp: 1710204694548000000 ","time":{"start":1710205173305,"stop":1710205173305,"duration":0},"status":"passed","severity":"normal"},{"uid":"41961376cc32ef94","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1710204847175,"stop":1710204847175,"duration":0},"status":"passed","severity":"normal"},{"uid":"308b615c8e38ab4e","name":"getPeersByDiscovery","time":{"start":1710204735366,"stop":1710204735367,"duration":1},"status":"passed","severity":"normal"},{"uid":"7201dc7ce1dc74c6","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1710204741131,"stop":1710204741131,"duration":0},"status":"passed","severity":"normal"},{"uid":"a753da95a0c7c469","name":"Reusing cursor across nodes","time":{"start":1710205191799,"stop":1710205191799,"duration":0},"status":"passed","severity":"normal"},{"uid":"2591cd75b9091f82","name":"Check publish message containing shell command","time":{"start":1710205115571,"stop":1710205115571,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2578cd2e8fb0b3b","name":"Ping on subscribed peer","time":{"start":1710204768034,"stop":1710204768035,"duration":1},"status":"passed","severity":"normal"},{"uid":"110046f7c02a817","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710205173350,"stop":1710205173351,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6f365f942e505e7","name":"returns all values when wanted number matches available values","time":{"start":1710204665105,"stop":1710204665106,"duration":1},"status":"passed","severity":"normal"},{"uid":"bae960c47367fe01","name":"Push message with SQL Injection payload","time":{"start":1710205232999,"stop":1710205233000,"duration":1},"status":"passed","severity":"normal"},{"uid":"26707daec191cd2f","name":"Subscribe and receive messages via lightPush","time":{"start":1710205335147,"stop":1710205335148,"duration":1},"status":"passed","severity":"normal"},{"uid":"72b891f620e6e26b","name":"Check received message with timestamp: 1710204694466000000 ","time":{"start":1710204847305,"stop":1710204847305,"duration":0},"status":"passed","severity":"normal"},{"uid":"754261fe4f10adba","name":"Query generator for 2000 messages","time":{"start":1710205227772,"stop":1710205227772,"duration":0},"status":"passed","severity":"normal"},{"uid":"73cd19d852e2ce46","name":"Push message with escaped characters payload","time":{"start":1710205063401,"stop":1710205063405,"duration":4},"status":"passed","severity":"normal"},{"uid":"9c9843bf47abf2e1","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1710204643824,"stop":1710204643824,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3a16d2886b42c0","name":"Push message with JSON payload","time":{"start":1710205063400,"stop":1710205063400,"duration":0},"status":"passed","severity":"normal"},{"uid":"c924b5a4f42660e0","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710205400266,"stop":1710205400266,"duration":0},"status":"passed","severity":"normal"},{"uid":"89f1bbdfb2b373f1","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1710204695087,"stop":1710204695087,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee4885ad50929a12","name":"returns all values when wanted number is greater than available values","time":{"start":1710204665107,"stop":1710204665107,"duration":0},"status":"passed","severity":"normal"},{"uid":"674785a31ab73b48","name":"should properly create peer info with all multiaddrs","time":{"start":1710204651997,"stop":1710204651997,"duration":0},"status":"passed","severity":"normal"},{"uid":"913820b8c6f76e86","name":"connects to nwaku","time":{"start":1710205266278,"stop":1710205266279,"duration":1},"status":"passed","severity":"normal"},{"uid":"6054f2561f650f74","name":"should add and remove event listeners correctly","time":{"start":1710204673141,"stop":1710204673141,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4349223d74a2151","name":"Push message with custom timestamp: 1710201247594","time":{"start":1710205063421,"stop":1710205063422,"duration":1},"status":"passed","severity":"normal"},{"uid":"48ec22c1e2e93c99","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710205335157,"stop":1710205335159,"duration":2},"status":"passed","severity":"normal"},{"uid":"c149bd1a9b1a8b0c","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710204945844,"stop":1710204945844,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d12a5d08a0929e3","name":"Check received message containing short","time":{"start":1710204847293,"stop":1710204847293,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2788d5951001e00","name":"Decoder throws on empty string content topic","time":{"start":1710204680598,"stop":1710204680598,"duration":0},"status":"passed","severity":"normal"},{"uid":"81818b00f1966fb","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710205335149,"stop":1710205335149,"duration":0},"status":"passed","severity":"normal"},{"uid":"b269035d196d5a","name":"Check received message containing short","time":{"start":1710205173310,"stop":1710205173311,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea581c646c2c8fb2","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1710204847175,"stop":1710204847176,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea3dbb99a898a05d","name":"Check message with non string payload is not received","time":{"start":1710204847312,"stop":1710204847312,"duration":0},"status":"passed","severity":"normal"},{"uid":"7107a1d295ae8c2e","name":"removeEventListener with wrong event","time":{"start":1710204735365,"stop":1710204735366,"duration":1},"status":"passed","severity":"normal"},{"uid":"304ed2d74d471d27","name":"Push message with special chars payload","time":{"start":1710205232998,"stop":1710205232998,"duration":0},"status":"passed","severity":"normal"},{"uid":"57cf1e68905294c5","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710204945842,"stop":1710204945843,"duration":1},"status":"passed","severity":"normal"},{"uid":"813075ac1fa4d3c7","name":"Check publish message containing emoji","time":{"start":1710205115572,"stop":1710205115573,"duration":1},"status":"passed","severity":"normal"},{"uid":"302214aa3748de0b","name":"creates an iterator","time":{"start":1710205246589,"stop":1710205246589,"duration":0},"status":"passed","severity":"normal"},{"uid":"52bccee4aec3d147","name":"Callback on promise, aborts when callback returns true","time":{"start":1710205227769,"stop":1710205227770,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb1bc61dae9aa0c","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1710204666122,"stop":1710204666122,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8f01d9098d7cad9","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710204945840,"stop":1710204945840,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a81460a40b1c8ac9","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1710204651181,"stop":1710204651181,"duration":0},"status":"passed","severity":"normal"},{"uid":"e55d871b50677da7","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1710205139943,"stop":1710205139943,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb15e8e8d6524dde","name":"Subscribe to topic containing short and receive message","time":{"start":1710204945841,"stop":1710204945842,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb8e91c268e0c1f0","name":"Check received message containing Basic HTML tag","time":{"start":1710204847301,"stop":1710204847301,"duration":0},"status":"passed","severity":"normal"},{"uid":"e98eb6207bca7100","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1710205241813,"stop":1710205241814,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a60cf62afa364ee","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1710205111364,"stop":1710205111364,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9266943e776cf6","name":"Subscribe and receive messages via waku relay post","time":{"start":1710205335130,"stop":1710205335130,"duration":0},"status":"passed","severity":"normal"},{"uid":"37681c34947956d6","name":"Subscribe and receives messages on 20 topics","time":{"start":1710205335150,"stop":1710205335150,"duration":0},"status":"passed","severity":"normal"},{"uid":"976c6716443e3ddf","name":"Promise Callback - forward","time":{"start":1710205225504,"stop":1710205225505,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccf00f61d59b4737","name":"Check received message containing XML","time":{"start":1710204847301,"stop":1710204847301,"duration":0},"status":"passed","severity":"normal"},{"uid":"dae60b04c4623e20","name":"Push message with custom timestamp: 1679446447365","time":{"start":1710205233018,"stop":1710205233018,"duration":0},"status":"passed","severity":"normal"},{"uid":"18bc660860c8a99c","name":"should be able to decode the field with only RELAY set to true","time":{"start":1710204651177,"stop":1710204651178,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2fca57b8c725f86","name":"Meta field set when metaSetter is specified","time":{"start":1710204656816,"stop":1710204656816,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1e5b912ee9a6ddd","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1710204770375,"stop":1710204770376,"duration":1},"status":"passed","severity":"normal"},{"uid":"3498a4cf2e6166e5","name":"Check received message containing emoji","time":{"start":1710205173305,"stop":1710205173305,"duration":0},"status":"passed","severity":"normal"},{"uid":"b50725ed6493b83c","name":"Check received message containing short","time":{"start":1710205173279,"stop":1710205173279,"duration":0},"status":"passed","severity":"normal"},{"uid":"9266aaf5c090465e","name":"Query Generator, Wrong PubsubTopic","time":{"start":1710205199515,"stop":1710205199515,"duration":0},"status":"passed","severity":"normal"},{"uid":"d63ca1979bcd25ea","name":"Push message with short payload","time":{"start":1710205232993,"stop":1710205232993,"duration":0},"status":"passed","severity":"normal"},{"uid":"26b27c1f221bbd23","name":"Push message with content topic containing shell command","time":{"start":1710205233015,"stop":1710205233015,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee10b7159331712c","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710205335133,"stop":1710205335133,"duration":0},"status":"skipped","severity":"normal"},{"uid":"24cdce659605147","name":"should not receive a peer event after stop","time":{"start":1710204705524,"stop":1710204705524,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd003f86e63efe87","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710205335130,"stop":1710205335131,"duration":1},"status":"passed","severity":"normal"},{"uid":"598eb99166d1c948","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1710205115576,"stop":1710205115576,"duration":0},"status":"passed","severity":"normal"},{"uid":"9213d63435e46c41","name":"should set field with only FILTER enabled","time":{"start":1710204651999,"stop":1710204651999,"duration":0},"status":"passed","severity":"normal"},{"uid":"f85e3a41e69ae4e7","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204957311,"stop":1710204957312,"duration":1},"status":"passed","severity":"normal"},{"uid":"432451c89d2aab61","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710205173306,"stop":1710205173306,"duration":0},"status":"passed","severity":"normal"},{"uid":"324a05f80cf9a6da","name":"Push message with emoji payload","time":{"start":1710205233002,"stop":1710205233003,"duration":1},"status":"passed","severity":"normal"},{"uid":"b48df43595ca1766","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710204899726,"stop":1710204899728,"duration":2},"status":"passed","severity":"normal"},{"uid":"999dcbf8803746e9","name":"Check message on other pubsub topic is not received","time":{"start":1710205173352,"stop":1710205173352,"duration":0},"status":"passed","severity":"normal"},{"uid":"84713b97f3daa827","name":"Push message equal or less that 1MB","time":{"start":1710205233019,"stop":1710205233020,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c8ca47bfe32ac39","name":"different cluster, same shard: nodes don't connect","time":{"start":1710204977970,"stop":1710204977970,"duration":0},"status":"passed","severity":"normal"},{"uid":"36253f039b16d5a3","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710204899730,"stop":1710204899731,"duration":1},"status":"passed","severity":"normal"},{"uid":"136d1607b14c053b","name":"Check received message containing Arabic","time":{"start":1710205173341,"stop":1710205173342,"duration":1},"status":"passed","severity":"normal"},{"uid":"3df2fb15b27c481","name":"should use DNS peer discovery with light client","time":{"start":1710204705527,"stop":1710204705527,"duration":0},"status":"skipped","severity":"normal"},{"uid":"19be0015b00973ce","name":"Subscribe to topic containing Script and receive message","time":{"start":1710204945845,"stop":1710204945846,"duration":1},"status":"passed","severity":"normal"},{"uid":"37903f6562a813c0","name":"1 Store, 2 fetches","time":{"start":1710204665754,"stop":1710204665754,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9293453fcbdc6a9","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710204945848,"stop":1710204945848,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1ead264f4c2ce6","name":"Push message with meta","time":{"start":1710205233017,"stop":1710205233017,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1c84b457ac1919f","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1710204702136,"stop":1710204702137,"duration":1},"status":"passed","severity":"normal"},{"uid":"c29384b52f5cf971","name":"Check message on other pubsub topic is not received","time":{"start":1710204847310,"stop":1710204847310,"duration":0},"status":"passed","severity":"normal"},{"uid":"85777bd4dcc3cddb","name":"Check publish message containing long","time":{"start":1710205115566,"stop":1710205115566,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb2e2bfcb01787ee","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1710204656447,"stop":1710204656448,"duration":1},"status":"passed","severity":"normal"},{"uid":"52dc35f4b66e7e2c","name":"Refresh subscription","time":{"start":1710205335140,"stop":1710205335140,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4f08c5eaf9cf376","name":"should emit a peer event after start","time":{"start":1710204705523,"stop":1710204705523,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fb624d824edcc99","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710204945835,"stop":1710204945835,"duration":0},"status":"passed","severity":"normal"},{"uid":"736c5e45f42a9f97","name":"Fields are not dropped","time":{"start":1710204656172,"stop":1710204656173,"duration":1},"status":"passed","severity":"normal"},{"uid":"a61d8c2d89c1cc62","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710205335161,"stop":1710205335161,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ffcfc1dc1311809","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1710205111367,"stop":1710205111367,"duration":0},"status":"passed","severity":"normal"},{"uid":"700228114c91aafb","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1710204847166,"stop":1710204847166,"duration":0},"status":"passed","severity":"normal"},{"uid":"4965789c1316f51a","name":"ignores domain fetching errors","time":{"start":1710204666119,"stop":1710204666119,"duration":0},"status":"passed","severity":"normal"},{"uid":"984beafc298f2e29","name":"should decode valid enr with tcp successfully","time":{"start":1710204651986,"stop":1710204651986,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cd859807e93e6a7","name":"Check publish message containing Russian","time":{"start":1710205115568,"stop":1710205115568,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ebf3c11a080416","name":"Push message with content topic containing Script","time":{"start":1710205233013,"stop":1710205233013,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7cb0404dd3c1699","name":"Push message with Russian payload","time":{"start":1710205063396,"stop":1710205063396,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8fc69078f46958","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1710204847209,"stop":1710204847209,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b4ad8bae559d55d","name":"Query Generator, Multiple PubsubTopics","time":{"start":1710205199515,"stop":1710205199516,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c7a414d79826d17","name":"Push message with Basic HTML tag payload","time":{"start":1710205063399,"stop":1710205063400,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ec96f004e78cacc","name":"different cluster, same shard: nodes don't connect","time":{"start":1710204847158,"stop":1710204847165,"duration":7},"status":"passed","severity":"normal"},{"uid":"27e139b81d29385b","name":"Default pageSize","time":{"start":1710205261854,"stop":1710205261855,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2a40ee239576353","name":"Subscribe to topic containing numeric and publish message","time":{"start":1710205111363,"stop":1710205111363,"duration":0},"status":"passed","severity":"normal"},{"uid":"91b55d644b860b91","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204957313,"stop":1710204957314,"duration":1},"status":"passed","severity":"normal"},{"uid":"34f19df9a1878cb","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710205335149,"stop":1710205335150,"duration":1},"status":"passed","severity":"normal"},{"uid":"b70777c3b9f4891","name":"Check message with no payload is not received","time":{"start":1710205173308,"stop":1710205173309,"duration":1},"status":"passed","severity":"normal"},{"uid":"51f0be53ea1c1e51","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1710205111364,"stop":1710205111364,"duration":0},"status":"passed","severity":"normal"},{"uid":"34dfa7802865de9d","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1710205111359,"stop":1710205111360,"duration":1},"status":"passed","severity":"normal"},{"uid":"353173b99c37d290","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1710204678866,"stop":1710204678868,"duration":2},"status":"passed","severity":"normal"},{"uid":"99cce9a477a7775a","name":"addEventListener with correct event","time":{"start":1710204735362,"stop":1710204735363,"duration":1},"status":"passed","severity":"normal"},{"uid":"5adc112785e7f1c6","name":"Passing cursor with wrong pubsubTopic","time":{"start":1710205191800,"stop":1710205191800,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f1a5b07e9eff1d","name":"Check received message containing numeric","time":{"start":1710204847294,"stop":1710204847294,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e1612c628f665dd","name":"Publish message with rate limit","time":{"start":1710205115579,"stop":1710205115580,"duration":1},"status":"passed","severity":"normal"},{"uid":"b03930a22f40127f","name":"Callback on promise","time":{"start":1710205227766,"stop":1710205227769,"duration":3},"status":"passed","severity":"normal"},{"uid":"d9486fdd27d14c41","name":"Check received message containing unicode special characters","time":{"start":1710204847304,"stop":1710204847304,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a35120a7c3e588a","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710205233014,"stop":1710205233014,"duration":0},"status":"passed","severity":"normal"},{"uid":"49b500efe04c007f","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710205099501,"stop":1710205099501,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b354ead594ff078","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1710205111368,"stop":1710205111369,"duration":1},"status":"passed","severity":"normal"},{"uid":"78c2e7970947d3ea","name":"Query Generator - forward","time":{"start":1710205225502,"stop":1710205225503,"duration":1},"status":"passed","severity":"normal"},{"uid":"4066a9103d965300","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1710205265207,"stop":1710205265209,"duration":2},"status":"passed","severity":"normal"},{"uid":"13537e1c0149f5ff","name":"Check received message with timestamp: 1710204694466 ","time":{"start":1710204847306,"stop":1710204847306,"duration":0},"status":"passed","severity":"normal"},{"uid":"93d5d1e85d895f91","name":"Subscribe to topic containing short and publish message","time":{"start":1710205111362,"stop":1710205111362,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2014ae1570cc4f","name":"should not receive a peer event after stop","time":{"start":1710205151663,"stop":1710205151663,"duration":0},"status":"passed","severity":"normal"},{"uid":"444ac48e5c316ef8","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1710205265209,"stop":1710205265210,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f558b7da76dd451","name":"Ordered Callback - forward","time":{"start":1710205225506,"stop":1710205225506,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a6896cec42ec21c","name":"Query with Ordered Callback, No message returned","time":{"start":1710205199519,"stop":1710205199520,"duration":1},"status":"passed","severity":"normal"},{"uid":"744d1011c7ed7848","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710204945847,"stop":1710204945847,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c03424b295d7f02","name":"Check received message containing Russian","time":{"start":1710204847297,"stop":1710204847299,"duration":2},"status":"passed","severity":"normal"},{"uid":"c476d7d1a276df12","name":"Publish message with custom timestamp: Tue Mar 12 2024 01:58:19 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115574,"stop":1710205115575,"duration":1},"status":"passed","severity":"normal"},{"uid":"e42c8187ab36352d","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1710205265212,"stop":1710205265213,"duration":1},"status":"passed","severity":"normal"},{"uid":"feb5a3a7055d82be","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710205400264,"stop":1710205400265,"duration":1},"status":"passed","severity":"normal"},{"uid":"d552b5429204f15","name":"Push message with Chinese payload","time":{"start":1710205063395,"stop":1710205063395,"duration":0},"status":"passed","severity":"normal"},{"uid":"d106d084028d0fdc","name":"Push message with content topic containing Arabic","time":{"start":1710205233009,"stop":1710205233010,"duration":1},"status":"passed","severity":"normal"},{"uid":"8db6f93f4c7bf066","name":"Symmetric encrypt & Decrypt","time":{"start":1710204679347,"stop":1710204679347,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36c09c05396b5e2","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"passed","severity":"normal"},{"uid":"509d147a9d899f4","name":"should throw error - no public key","time":{"start":1710204651992,"stop":1710204651992,"duration":0},"status":"passed","severity":"normal"},{"uid":"1089654d6f676a45","name":"Push message with unicode special characters payload","time":{"start":1710205233002,"stop":1710205233002,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6c20f95baae8eaa","name":"throws on content topic with empty topic name field","time":{"start":1710204643536,"stop":1710204643537,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad7164825c96d508","name":"Query generator for multiple messages with different message text format","time":{"start":1710205227765,"stop":1710205227765,"duration":0},"status":"passed","severity":"normal"},{"uid":"29fb428ed406be01","name":"Subscribe to topic containing long and publish message","time":{"start":1710205111362,"stop":1710205111363,"duration":1},"status":"passed","severity":"normal"},{"uid":"93c7f4cbb86d69de","name":"Nodes with multiple pubsub topic","time":{"start":1710205099493,"stop":1710205099495,"duration":2},"status":"passed","severity":"normal"},{"uid":"902166c816dd3877","name":"Refresh subscription","time":{"start":1710205111361,"stop":1710205111361,"duration":0},"status":"skipped","severity":"normal"},{"uid":"afc545114641e08c","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710204945845,"stop":1710204945845,"duration":0},"status":"passed","severity":"normal"},{"uid":"64d73f4d5727b4e9","name":"Subscribe to topic containing XML and receive message","time":{"start":1710205335144,"stop":1710205335144,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8d2e778ab6d003a","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710205335137,"stop":1710205335138,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c4871884d78a8500","name":"Subscribe to topic containing Script and receive message","time":{"start":1710205335160,"stop":1710205335160,"duration":0},"status":"passed","severity":"normal"},{"uid":"92bfd560b2bdab9d","name":"Throws when trying to push message with empty payload","time":{"start":1710205233003,"stop":1710205233004,"duration":1},"status":"passed","severity":"normal"},{"uid":"60e55c7d764687ef","name":"Nwaku publishes","time":{"start":1710205090226,"stop":1710205090226,"duration":0},"status":"passed","severity":"normal"},{"uid":"83050088e815970b","name":"same cluster, same shard: nodes connect","time":{"start":1710204977969,"stop":1710204977969,"duration":0},"status":"passed","severity":"normal"},{"uid":"41140cf9d01b5262","name":"All","time":{"start":1710204706213,"stop":1710204706214,"duration":1},"status":"passed","severity":"normal"},{"uid":"82ec2ea66e3d987c","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710205400265,"stop":1710205400266,"duration":1},"status":"passed","severity":"normal"},{"uid":"c935f50351a5dee1","name":"groups content topics by expected pubsub topic","time":{"start":1710204643539,"stop":1710204643540,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fab3c4270fab9ec","name":"Store - dialed after - with timeout","time":{"start":1710205275710,"stop":1710205275710,"duration":0},"status":"passed","severity":"normal"},{"uid":"f89191b0f38099b6","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1710205139944,"stop":1710205139944,"duration":0},"status":"passed","severity":"normal"},{"uid":"7723df14262be88d","name":"Reopen subscription with peer with lost subscription","time":{"start":1710204768036,"stop":1710204768036,"duration":0},"status":"passed","severity":"normal"},{"uid":"43546178819e7e5b","name":"Push message on custom pubsubTopic","time":{"start":1710204957314,"stop":1710204957315,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a9224d14e0d6b9b","name":"Ephemeral messages are not stored","time":{"start":1710204705354,"stop":1710204705354,"duration":0},"status":"passed","severity":"normal"},{"uid":"9292377a03f275ae","name":"Overlapping topic subscription","time":{"start":1710205111362,"stop":1710205111362,"duration":0},"status":"skipped","severity":"normal"},{"uid":"343f04b3ec56186f","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1710204847224,"stop":1710204847224,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6b958c5374b145e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710205335129,"stop":1710205335130,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc22b71fd5de5385","name":"Check received message with timestamp: 1710204694548 ","time":{"start":1710205173349,"stop":1710205173350,"duration":1},"status":"passed","severity":"normal"},{"uid":"de2d8e4c365f4497","name":"Check message with invalid timestamp is not received","time":{"start":1710205173351,"stop":1710205173352,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d8da29e2fb34d15","name":"should only return 1 node with relay capability","time":{"start":1710204666120,"stop":1710204666120,"duration":0},"status":"passed","severity":"normal"},{"uid":"705bf8288e8bc188","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710204945848,"stop":1710204945848,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9db14a6d6992207","name":"should return all peers when numPeers is 0","time":{"start":1710204656445,"stop":1710204656446,"duration":1},"status":"passed","severity":"normal"},{"uid":"37d02994626e1d64","name":"should be able to encode the field with only FILTER set to true","time":{"start":1710204651171,"stop":1710204651172,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c42b89bafc207eb","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1710204673139,"stop":1710204673140,"duration":1},"status":"passed","severity":"normal"},{"uid":"e11c73a3ec9e8f03","name":"Round trip binary encryption [ecies, signature]","time":{"start":1710204680595,"stop":1710204680596,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee80fcc0692ae247","name":"Encoder throws on empty string content topic","time":{"start":1710204680597,"stop":1710204680597,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffcca143f7a70e93","name":"Refresh subscription","time":{"start":1710205335152,"stop":1710205335152,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfb6bc7478c34bcc","name":"Relay - times out","time":{"start":1710205275705,"stop":1710205275705,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a9460e012aa3b06","name":"1 Relay, 1 Filter, gives up","time":{"start":1710204665755,"stop":1710204665755,"duration":0},"status":"passed","severity":"normal"},{"uid":"eda8243631db057b","name":"throws on content topic with generation field greater than 0","time":{"start":1710204643534,"stop":1710204643535,"duration":1},"status":"passed","severity":"normal"},{"uid":"772486fdfe07d412","name":"Check received message containing escaped characters","time":{"start":1710204847303,"stop":1710204847303,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f7bb12f74288821","name":"new peer added after a peer was already found","time":{"start":1710205098994,"stop":1710205098994,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f5fc81a2fb27be77","name":"receives messages sent to provided content topic through stream","time":{"start":1710205139944,"stop":1710205139945,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d1279cc1e6a683","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710204666122,"stop":1710204666123,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7f91a90dc4b1d619","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1710205098994,"stop":1710205098995,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4f31c2f875c3ecfa","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710204945844,"stop":1710204945844,"duration":0},"status":"passed","severity":"normal"},{"uid":"528f9fc542128c0d","name":"Check message with invalid timestamp is not received","time":{"start":1710204847309,"stop":1710204847309,"duration":0},"status":"passed","severity":"normal"},{"uid":"cefe3f3527c678da","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a150138df9a4ef","name":"Ping on peer without subscriptions","time":{"start":1710204724331,"stop":1710204724331,"duration":0},"status":"passed","severity":"normal"},{"uid":"5185449844ddd9e1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204770374,"stop":1710204770374,"duration":0},"status":"passed","severity":"normal"},{"uid":"22558b14f004d496","name":"Round trip binary serialization","time":{"start":1710204656815,"stop":1710204656815,"duration":0},"status":"passed","severity":"normal"},{"uid":"66dc4d8921aa898","name":"Push message with content topic containing Arabic","time":{"start":1710205063414,"stop":1710205063415,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd1da263a6694cf6","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1710205191798,"stop":1710205191798,"duration":0},"status":"passed","severity":"normal"},{"uid":"d909203f51b1b5d9","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1710204705355,"stop":1710204705355,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad041cc6a9b8343","name":"Push message with content topic containing long","time":{"start":1710205233004,"stop":1710205233008,"duration":4},"status":"passed","severity":"normal"},{"uid":"2bb4e83ccb093842","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710205335145,"stop":1710205335145,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9e0c488a0bac8b","name":"Subscribe and receive messages via lightPush","time":{"start":1710205335128,"stop":1710205335128,"duration":0},"status":"passed","severity":"normal"},{"uid":"57313b1b1a07b01","name":"Fails to push message with empty content topic","time":{"start":1710205233017,"stop":1710205233017,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc1837a0f28c5380","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710205099507,"stop":1710205099507,"duration":0},"status":"passed","severity":"normal"},{"uid":"612ef653bb10f01","name":"Encoder throws on undefined content topic","time":{"start":1710204678870,"stop":1710204678871,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6b57aedfe2585a1","name":"should not fail to stop the service if it was not started","time":{"start":1710205151661,"stop":1710205151662,"duration":1},"status":"passed","severity":"normal"},{"uid":"f72130338056b382","name":"should set field with only LIGHTPUSH enabled","time":{"start":1710204651999,"stop":1710204651999,"duration":0},"status":"passed","severity":"normal"},{"uid":"922e0a59fa2f0b78","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1710205227770,"stop":1710205227770,"duration":0},"status":"passed","severity":"normal"},{"uid":"2010fbc9fba5d4ab","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1710204678869,"stop":1710204678869,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaa6a09a45a3a75","name":"Check received message with timestamp: 1710204694548000000 ","time":{"start":1710205173349,"stop":1710205173349,"duration":0},"status":"passed","severity":"normal"},{"uid":"a671152693b0ca5c","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847210,"stop":1710204847210,"duration":0},"status":"passed","severity":"normal"},{"uid":"56533cf73541c53","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710205335154,"stop":1710205335156,"duration":2},"status":"passed","severity":"normal"},{"uid":"aa1c316f66272cb2","name":"Push message with unicode special characters payload","time":{"start":1710205063405,"stop":1710205063406,"duration":1},"status":"passed","severity":"normal"},{"uid":"931dac9a3fa0c6ed","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710205335132,"stop":1710205335132,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0542f034b53b08","name":"Fails to push message with large meta","time":{"start":1710205063420,"stop":1710205063420,"duration":0},"status":"passed","severity":"normal"},{"uid":"3378a1175ac81d69","name":"Check received message containing XML","time":{"start":1710205173343,"stop":1710205173343,"duration":0},"status":"passed","severity":"normal"},{"uid":"318affc9f08d680f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1710204665684,"stop":1710204665685,"duration":1},"status":"passed","severity":"normal"},{"uid":"8229a7db82aa1b79","name":"Check publish message containing numeric","time":{"start":1710205115566,"stop":1710205115567,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfa9c039c187972e","name":"Check received message containing Russian","time":{"start":1710205173342,"stop":1710205173342,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9f23cd20ddb2f38","name":"can start and stop the service","time":{"start":1710204705501,"stop":1710204705521,"duration":20},"status":"passed","severity":"normal"},{"uid":"9a29c52d63db4cd4","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710205335161,"stop":1710205335162,"duration":1},"status":"passed","severity":"normal"},{"uid":"c79a5906eaaccb56","name":"can dial TLS multiaddrs","time":{"start":1710204960689,"stop":1710204960690,"duration":1},"status":"passed","severity":"normal"},{"uid":"9938070fc697cc28","name":"Push message with long payload","time":{"start":1710205232993,"stop":1710205232997,"duration":4},"status":"passed","severity":"normal"},{"uid":"d40af89e31698696","name":"Waku message hash computation (meta attribute not present)","time":{"start":1710204646209,"stop":1710204646209,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e38e62ae7036dd7","name":"same cluster, same shard: nodes connect","time":{"start":1710204847157,"stop":1710204847157,"duration":0},"status":"passed","severity":"normal"},{"uid":"47c5632aa637ce3e","name":"Check received message containing long","time":{"start":1710204847294,"stop":1710204847294,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e999bbdbc01481a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1710204741131,"stop":1710204741131,"duration":0},"status":"passed","severity":"normal"},{"uid":"232e523b3fef6f24","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710205335161,"stop":1710205335161,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3d6f6a4e703189a","name":"can start and stop the service","time":{"start":1710205151661,"stop":1710205151661,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4e6992b7b4b3309","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1710205111360,"stop":1710205111361,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd7e0242af8e28d0","name":"Asymmetric encrypt & decrypt","time":{"start":1710204679346,"stop":1710204679347,"duration":1},"status":"passed","severity":"normal"},{"uid":"65e4cee543ceea78","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710205335150,"stop":1710205335150,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf32301fc0056ab3","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1710205191789,"stop":1710205191790,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0531b9afdc7152b","name":"Push message with content topic containing Script","time":{"start":1710205063416,"stop":1710205063416,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f2165f93269105","name":"Check publish message after client node is restarted","time":{"start":1710205115578,"stop":1710205115578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e2ce10525482ff32","name":"should return false","time":{"start":1710204651992,"stop":1710204651992,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b0fb326cef9af95","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1710204847182,"stop":1710204847183,"duration":1},"status":"passed","severity":"normal"},{"uid":"de87a9b8ba84288c","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710205335146,"stop":1710205335146,"duration":0},"status":"passed","severity":"normal"},{"uid":"93c0fe92507377bd","name":"through manual discovery","time":{"start":1710204960690,"stop":1710204960690,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc9dfe6a4ecc715","name":"should be able to decode the field with only FILTER set to true","time":{"start":1710204651178,"stop":1710204651179,"duration":1},"status":"passed","severity":"normal"},{"uid":"c05068a595a16d1c","name":"Check publish message containing unicode special characters","time":{"start":1710205115572,"stop":1710205115572,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bbb23c1d0651fc6","name":"should be called at least once on all `peer:discovery` events","time":{"start":1710204702132,"stop":1710204702134,"duration":2},"status":"passed","severity":"normal"},{"uid":"eee97d1933f43d29","name":"should not receive a peer event after stop","time":{"start":1710204673138,"stop":1710204673138,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5c272f4972c251","name":"Publish message with custom timestamp: Wed Mar 22 2023 00:58:19 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115573,"stop":1710205115574,"duration":1},"status":"passed","severity":"normal"},{"uid":"9464d92f62e48050","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1710204651181,"stop":1710204651182,"duration":1},"status":"passed","severity":"normal"},{"uid":"5782d56758976817","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710205335153,"stop":1710205335154,"duration":1},"status":"passed","severity":"normal"},{"uid":"78e3ee45b7ceaab7","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710204899743,"stop":1710204899743,"duration":0},"status":"passed","severity":"normal"},{"uid":"c516cd7a1c0d09a9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710205335143,"stop":1710205335143,"duration":0},"status":"passed","severity":"normal"},{"uid":"9013efb1d84d7ba7","name":"Subscribe to topic containing Script and receive message","time":{"start":1710205335144,"stop":1710205335144,"duration":0},"status":"passed","severity":"normal"},{"uid":"77c851ccdfe80306","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710205099498,"stop":1710205099498,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d075cd13ea854f1","name":"Push message with content topic containing numeric","time":{"start":1710205233008,"stop":1710205233008,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f332749c8c74e64","name":"Passing page size 3 when there are 20 messages","time":{"start":1710205261852,"stop":1710205261852,"duration":0},"status":"passed","severity":"normal"},{"uid":"106d931b5941c555","name":"Check publish message containing Arabic","time":{"start":1710205115568,"stop":1710205115568,"duration":0},"status":"passed","severity":"normal"},{"uid":"46d573245a306b73","name":"Check received message containing JSON","time":{"start":1710204847302,"stop":1710204847302,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4bfac0bf67cf90","name":"Check received message containing Chinese","time":{"start":1710205173290,"stop":1710205173290,"duration":0},"status":"passed","severity":"normal"},{"uid":"27f2e554651bc2b6","name":"should encodeTxt and decodeTxt","time":{"start":1710204651984,"stop":1710204651984,"duration":0},"status":"passed","severity":"normal"},{"uid":"9232165727ec607","name":"should not fail to start the service if it is already started","time":{"start":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","severity":"normal"},{"uid":"59fc41e64f608bd6","name":"Push 30 different messages","time":{"start":1710205063407,"stop":1710205063407,"duration":0},"status":"passed","severity":"normal"},{"uid":"796ae90d37b09840","name":"Waku message hash computation","time":{"start":1710204646207,"stop":1710204646208,"duration":1},"status":"passed","severity":"normal"},{"uid":"889a5e272c1753f0","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1710204665688,"stop":1710204665688,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae468c8608e6830e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710204779046,"stop":1710204779046,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6db2670040db9f","name":"Subscribe to topic containing XML and receive message","time":{"start":1710204945846,"stop":1710204945846,"duration":0},"status":"passed","severity":"normal"},{"uid":"698518530bd4e306","name":"should emit a peer event after start","time":{"start":1710204673137,"stop":1710204673137,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5db98fc0280daba","name":"different cluster, different shard: nodes don't connect","time":{"start":1710204977970,"stop":1710204977971,"duration":1},"status":"passed","severity":"normal"},{"uid":"87dd3ca0c9c71c70","name":"Subscribe to topic containing long and receive message","time":{"start":1710204945842,"stop":1710204945842,"duration":0},"status":"passed","severity":"normal"},{"uid":"be69226149f11d5d","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1710204695088,"stop":1710204695088,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0185cf65379d3a6","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1710204695089,"stop":1710204695090,"duration":1},"status":"passed","severity":"normal"},{"uid":"339ffdb22774f24b","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710205218554,"stop":1710205218555,"duration":1},"status":"passed","severity":"normal"},{"uid":"28a91f15a16a746c","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710205335142,"stop":1710205335142,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fca1507309f5184","name":"Push message with rate limit","time":{"start":1710205063421,"stop":1710205063421,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfde40d0d04de821","name":"Push message with content topic containing short","time":{"start":1710205063409,"stop":1710205063412,"duration":3},"status":"passed","severity":"normal"},{"uid":"5da53aee59ec270f","name":"converts content topics to expected shard index","time":{"start":1710204643537,"stop":1710204643538,"duration":1},"status":"passed","severity":"normal"},{"uid":"14a01cece991f9eb","name":"Check received message containing Basic HTML tag","time":{"start":1710205173301,"stop":1710205173302,"duration":1},"status":"passed","severity":"normal"},{"uid":"afe5f4b6862f8dc5","name":"Check received message containing escaped characters","time":{"start":1710205173347,"stop":1710205173347,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c00308583173454","name":"should encode/decode to RLP encoding","time":{"start":1710204651993,"stop":1710204651993,"duration":0},"status":"passed","severity":"normal"},{"uid":"934ad7b43d16c963","name":"does not throw on valid cases","time":{"start":1710204643532,"stop":1710204643532,"duration":0},"status":"passed","severity":"normal"},{"uid":"25ab7ebcb0405452","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204770376,"stop":1710204770376,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2e5e9b175b52b7","name":"Subscribe to topic containing XML and receive message","time":{"start":1710205335160,"stop":1710205335160,"duration":0},"status":"passed","severity":"normal"},{"uid":"67e8cd804002fd07","name":"should get / set UDP multiaddr","time":{"start":1710204651994,"stop":1710204651994,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94a8ce19c51fad8","name":"Passing an array","time":{"start":1710205266280,"stop":1710205266281,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8b96fffb1beecf","name":"Check message with no content topic is not received","time":{"start":1710205173352,"stop":1710205173353,"duration":1},"status":"passed","severity":"normal"},{"uid":"e26fa629ea5ddbcc","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710205335142,"stop":1710205335142,"duration":0},"status":"passed","severity":"normal"},{"uid":"d896cc126b4ad63d","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1710204847166,"stop":1710204847167,"duration":1},"status":"passed","severity":"normal"},{"uid":"998322aab019f47c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710204899740,"stop":1710204899741,"duration":1},"status":"passed","severity":"normal"},{"uid":"c62d7d9523881310","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1710204651182,"stop":1710204651182,"duration":0},"status":"passed","severity":"normal"},{"uid":"4be59b595b38413b","name":"Publish message with custom timestamp: Mon Mar 11 2024 23:58:19 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115574,"stop":1710205115574,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ecb1006147e5cc6","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710204779044,"stop":1710204779044,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0e766ab5547c7be","name":"should throw error - no id","time":{"start":1710204651987,"stop":1710204651992,"duration":5},"status":"passed","severity":"normal"},{"uid":"99359ea526a923fd","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1710204847166,"stop":1710204847166,"duration":0},"status":"passed","severity":"normal"},{"uid":"f65950e615f26947","name":"Check received message containing numeric","time":{"start":1710205173280,"stop":1710205173282,"duration":2},"status":"passed","severity":"normal"},{"uid":"fcbd046ca8b5aa34","name":"Fails to push message with large meta","time":{"start":1710205233017,"stop":1710205233018,"duration":1},"status":"passed","severity":"normal"},{"uid":"d977cff1d6ee598b","name":"Check received message containing JSON","time":{"start":1710205173303,"stop":1710205173303,"duration":0},"status":"passed","severity":"normal"},{"uid":"8babcd950693bf38","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1710204680595,"stop":1710204680595,"duration":0},"status":"passed","severity":"normal"},{"uid":"da332af5f5b8c936","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1710204847227,"stop":1710204847227,"duration":0},"status":"passed","severity":"normal"},{"uid":"7db612defad2838","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710205335148,"stop":1710205335148,"duration":0},"status":"passed","severity":"normal"},{"uid":"756ee6c4789cdc1e","name":"same cluster, different shard: nodes don't connect","time":{"start":1710204847157,"stop":1710204847158,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f9266b5c5363bc5","name":"Throws when trying to push message with empty payload","time":{"start":1710205063408,"stop":1710205063408,"duration":0},"status":"passed","severity":"normal"},{"uid":"df9d45011321fc67","name":"Push message with Arabic payload","time":{"start":1710205232999,"stop":1710205232999,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba714208c69c242b","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1710205199517,"stop":1710205199517,"duration":0},"status":"passed","severity":"normal"},{"uid":"f655fd573c0ab31e","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1710205199517,"stop":1710205199518,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d460013336247e","name":"throws on content topic with empty application field","time":{"start":1710204643535,"stop":1710204643535,"duration":0},"status":"passed","severity":"normal"},{"uid":"dec642b9fc1540e9","name":"Check received message containing emoji","time":{"start":1710205173348,"stop":1710205173349,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb18b3c196aa730","name":"should properly create location multiaddrs - tcp","time":{"start":1710204651996,"stop":1710204651997,"duration":1},"status":"passed","severity":"normal"},{"uid":"8791251cf1386145","name":"Push message with emoji payload","time":{"start":1710205063406,"stop":1710205063407,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2d4deed5bb1a42e","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710205335128,"stop":1710205335128,"duration":0},"status":"passed","severity":"normal"},{"uid":"2210c3774236fa2c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710204899729,"stop":1710204899730,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a56c57cb2f4d229","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1710204705355,"stop":1710204705356,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddee44911b077688","name":"Generator, 2 different pubsubtopics","time":{"start":1710205218549,"stop":1710205218550,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b1ca3740809d0a56","name":"Push message with Script payload","time":{"start":1710205233000,"stop":1710205233000,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4fb29b025c623bd","name":"Passing page size 19 when there are 20 messages","time":{"start":1710205261854,"stop":1710205261854,"duration":0},"status":"passed","severity":"normal"},{"uid":"110ef96f8364d843","name":"Push message with numeric payload","time":{"start":1710205063393,"stop":1710205063394,"duration":1},"status":"passed","severity":"normal"},{"uid":"7df1da13848a29d6","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1710205115573,"stop":1710205115573,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9481c2810962e22","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1710205111368,"stop":1710205111368,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dd2020d7670ab87","name":"throws on empty content topic","time":{"start":1710204643533,"stop":1710204643533,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d906eee9cc350be","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1710204665108,"stop":1710204665108,"duration":0},"status":"passed","severity":"normal"},{"uid":"edf1b313776e4e7","name":"Ping on peer without subscriptions","time":{"start":1710204768033,"stop":1710204768033,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e085887254311b8","name":"Push message with content topic containing unicode special characters","time":{"start":1710205233016,"stop":1710205233016,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b8c26c80aa8e17b","name":"should throw an error for insufficient data","time":{"start":1710204643825,"stop":1710204643825,"duration":0},"status":"passed","severity":"normal"},{"uid":"3815958f159c9827","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710204945849,"stop":1710204945849,"duration":0},"status":"passed","severity":"normal"},{"uid":"5db73759668cd884","name":"Query with Promise Callback, No Decoder","time":{"start":1710205199521,"stop":1710205199521,"duration":0},"status":"passed","severity":"normal"},{"uid":"a673ab5d673249e2","name":"Push message with content topic containing JSON","time":{"start":1710205233015,"stop":1710205233015,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f25c356d5b7c964","name":"Passing page size 10 when there are 10 messages","time":{"start":1710205261853,"stop":1710205261853,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73b63557dcd88b1","name":"Push message with Arabic payload","time":{"start":1710205063395,"stop":1710205063395,"duration":0},"status":"passed","severity":"normal"},{"uid":"699ded5f4b77f615","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710204945839,"stop":1710204945840,"duration":1},"status":"passed","severity":"normal"},{"uid":"5257a020ba6e2856","name":"Check received message containing Chinese","time":{"start":1710204847296,"stop":1710204847296,"duration":0},"status":"passed","severity":"normal"},{"uid":"d49619e259c52192","name":"Push message with escaped characters payload","time":{"start":1710205233002,"stop":1710205233002,"duration":0},"status":"passed","severity":"normal"},{"uid":"11bc16d09e61d828","name":"Relay","time":{"start":1710204706212,"stop":1710204706212,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dc530209611f445","name":"should handle a minimal index list","time":{"start":1710204643823,"stop":1710204643824,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a5d3dfb54342d9d","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710205335143,"stop":1710205335143,"duration":0},"status":"passed","severity":"normal"},{"uid":"cffaef01ee21d7de","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710205063417,"stop":1710205063417,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c5f0d30a0a95430","name":"Check received message containing shell command","time":{"start":1710205173346,"stop":1710205173347,"duration":1},"status":"passed","severity":"normal"},{"uid":"324a29baa4cf1d24","name":"Fails to publish message with size larger than 1 MB","time":{"start":1710205115577,"stop":1710205115577,"duration":0},"status":"passed","severity":"normal"},{"uid":"a03b82e1c000bd50","name":"addEventListener with wrong event","time":{"start":1710204735363,"stop":1710204735364,"duration":1},"status":"passed","severity":"normal"},{"uid":"4aa08f5f42b7ef8d","name":"Check received message containing special chars","time":{"start":1710205173326,"stop":1710205173340,"duration":14},"status":"passed","severity":"normal"},{"uid":"1a4177b347a004dc","name":"Check received message containing Russian","time":{"start":1710205173291,"stop":1710205173291,"duration":0},"status":"passed","severity":"normal"},{"uid":"6796a9c2b9ac9be3","name":"Passing page size 0 when there are 110 messages","time":{"start":1710205261851,"stop":1710205261851,"duration":0},"status":"passed","severity":"normal"},{"uid":"2811a622d2a25663","name":"Push to array if already present","time":{"start":1710204643317,"stop":1710204643317,"duration":0},"status":"passed","severity":"normal"},{"uid":"7031dd713380ada5","name":"should properly create location multiaddrs - udp6","time":{"start":1710204651995,"stop":1710204651996,"duration":1},"status":"passed","severity":"normal"},{"uid":"200ce8f25184947b","name":"Fails to publish duplicate message","time":{"start":1710205115575,"stop":1710205115575,"duration":0},"status":"passed","severity":"normal"},{"uid":"df59579ab0432fac","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1710204656446,"stop":1710204656447,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eadc3f875bdb79f","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710204899743,"stop":1710204899743,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69f908cab6ea3a5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710205335131,"stop":1710205335131,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc1dc0c54184db89","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710204770379,"stop":1710204770379,"duration":0},"status":"passed","severity":"normal"},{"uid":"26538130b34b1c6a","name":"configure the node with multiple pubsub topics","time":{"start":1710205154293,"stop":1710205154293,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ba9eb70b3a201d8","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710205335146,"stop":1710205335146,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e73ec4ae8f74b1","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710205335141,"stop":1710205335142,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5c88d860cc369c","name":"Check message with no content topic is not received","time":{"start":1710204847311,"stop":1710204847311,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c374374afd17e43","name":"Check meta is set [symmetric]","time":{"start":1710204678869,"stop":1710204678870,"duration":1},"status":"passed","severity":"normal"},{"uid":"7121839719876bc","name":"non connected peers","time":{"start":1710205063579,"stop":1710205063579,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6b4aa5776dacd489","name":"should only return 1 node with store capability","time":{"start":1710204666121,"stop":1710204666121,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f51b9dc8d3f0385","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1710204665689,"stop":1710204665689,"duration":0},"status":"passed","severity":"normal"},{"uid":"40e409231ad2c944","name":"Subscribe to topic containing JSON and publish message","time":{"start":1710205111367,"stop":1710205111367,"duration":0},"status":"passed","severity":"normal"},{"uid":"2922c74c5370846d","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1710204977968,"stop":1710204977969,"duration":1},"status":"passed","severity":"normal"},{"uid":"36a1bc2db823f2b5","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1710204847212,"stop":1710204847212,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d7a6469fda3ac0f","name":"Check received message containing SQL Injection","time":{"start":1710205173342,"stop":1710205173343,"duration":1},"status":"passed","severity":"normal"},{"uid":"2945a484e3c3ef72","name":"Check received message containing long","time":{"start":1710205173323,"stop":1710205173324,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1938bb44ceea6f1","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710204770375,"stop":1710204770375,"duration":0},"status":"passed","severity":"normal"},{"uid":"d64bb222644006f9","name":"Publishes to nwaku","time":{"start":1710205090225,"stop":1710205090226,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1fe2c4addd78cce","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710204770377,"stop":1710204770377,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee96125c4165c392","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710205335144,"stop":1710205335145,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6bb3a866eb7a600","name":"Push message with XML payload","time":{"start":1710205063398,"stop":1710205063399,"duration":1},"status":"passed","severity":"normal"},{"uid":"7580b92d86fd3522","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1710205265203,"stop":1710205265204,"duration":1},"status":"passed","severity":"normal"},{"uid":"592bb36f5d2a5eb7","name":"Check message received after nwaku node is restarted","time":{"start":1710204847322,"stop":1710204847323,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ad42a78bc52d75dd","name":"Ordered callback, aborts when callback returns true","time":{"start":1710205227771,"stop":1710205227771,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf401d45e4e52305","name":"Rejects garbage","time":{"start":1710204660181,"stop":1710204660181,"duration":0},"status":"passed","severity":"normal"},{"uid":"26c25fa6b9cea517","name":"should not fail to stop the service if it was not started","time":{"start":1710204673136,"stop":1710204673136,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6a2e58f1bc55d4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710205099505,"stop":1710205099506,"duration":1},"status":"passed","severity":"normal"},{"uid":"b118267485ed1bd","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1710205265206,"stop":1710205265207,"duration":1},"status":"passed","severity":"normal"},{"uid":"abc3860fcacf21eb","name":"Decoder throws on empty string content topic","time":{"start":1710204656818,"stop":1710204656818,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f43d23540b597f8","name":"Check message received after nwaku node is restarted","time":{"start":1710205173310,"stop":1710205173310,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5dc3cf8875a2b4c","name":"Check message with no payload is not received","time":{"start":1710204847311,"stop":1710204847311,"duration":0},"status":"passed","severity":"normal"},{"uid":"9450343426c01f81","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1710204656446,"stop":1710204656446,"duration":0},"status":"passed","severity":"normal"},{"uid":"85fe095a109d85a5","name":"should not fail to start the service if it is already started","time":{"start":1710204673136,"stop":1710204673137,"duration":1},"status":"passed","severity":"normal"},{"uid":"55ba47e3d4f45723","name":"Overlapping topic subscription","time":{"start":1710205335138,"stop":1710205335139,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4f0f3e25148f463","name":"Ephemeral field is preserved - encoder v0","time":{"start":1710204705354,"stop":1710204705355,"duration":1},"status":"passed","severity":"normal"},{"uid":"82cdac0ebc1b3d77","name":"dispatchEvent via connectionManager","time":{"start":1710204735369,"stop":1710204735370,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cb3a5e26101138c","name":"Push message on custom pubsubTopic","time":{"start":1710204957312,"stop":1710204957313,"duration":1},"status":"passed","severity":"normal"},{"uid":"173bfc20748f53ea","name":"Query generator for multiple messages with different content topic format","time":{"start":1710205227766,"stop":1710205227766,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dc47f757dd0ce60","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1710204651985,"stop":1710204651985,"duration":0},"status":"passed","severity":"normal"},{"uid":"78a63f25cd4f4b86","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1710204847184,"stop":1710204847184,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ba52932b8e02b40","name":"Subscribe and receives messages on 20 topics","time":{"start":1710204945838,"stop":1710204945838,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c6dd749e4df44dc","name":"Decoder throws on undefined content topic","time":{"start":1710204678872,"stop":1710204678872,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b3d30259e35b922","name":"handles multiple messages","time":{"start":1710205246589,"stop":1710205246590,"duration":1},"status":"passed","severity":"normal"},{"uid":"f01afc2c2f67c90a","name":"listenerCount","time":{"start":1710204735367,"stop":1710204735369,"duration":2},"status":"passed","severity":"normal"},{"uid":"4a65e270562baa8c","name":"should not receive a peer event before start","time":{"start":1710204705523,"stop":1710204705524,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac3eb3a59a499665","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1710204695085,"stop":1710204695087,"duration":2},"status":"passed","severity":"normal"},{"uid":"a16284c29800ae13","name":"Query Generator, No message returned","time":{"start":1710205199517,"stop":1710205199517,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2fe348b171f0e3f","name":"A test","time":{"start":1710204945910,"stop":1710204945910,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c54bfd80a23936e","name":"Check message received after nwaku node is restarted","time":{"start":1710205173356,"stop":1710205173356,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e0fcfec24c79c55b","name":"should set field with only RELAY enabled","time":{"start":1710204651998,"stop":1710204651998,"duration":0},"status":"passed","severity":"normal"},{"uid":"e76a9f86986faac6","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710204770377,"stop":1710204770377,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cae0f42bd24e345","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1710204847212,"stop":1710204847212,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f3e5366c8c4ed72","name":"Check received message containing emoji","time":{"start":1710204847304,"stop":1710204847305,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f51ef4cb11437f","name":"Ping on subscribed peer","time":{"start":1710204724330,"stop":1710204724331,"duration":1},"status":"passed","severity":"normal"},{"uid":"6012c6d0b4eaf9eb","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847183,"stop":1710204847183,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7b18609d21bd44b","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1710205098995,"stop":1710205098996,"duration":1},"status":"passed","severity":"normal"},{"uid":"56fa31340971a1ca","name":"should not receive a peer event before start","time":{"start":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","severity":"normal"},{"uid":"16e70c746d6dcc06","name":"Push message with content topic containing escaped characters","time":{"start":1710205063418,"stop":1710205063418,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddce36bbe6960351","name":"Subscribe and receives messages on 20 topics","time":{"start":1710205335131,"stop":1710205335132,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b14dc77a0f1034d","name":"Reopen subscription with peer with lost subscription","time":{"start":1710204768034,"stop":1710204768034,"duration":0},"status":"passed","severity":"normal"},{"uid":"b83435e27636a20b","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1710204695088,"stop":1710204695089,"duration":1},"status":"passed","severity":"normal"},{"uid":"e16050fce4fa9c12","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1710204847210,"stop":1710204847211,"duration":1},"status":"passed","severity":"normal"},{"uid":"b31c0b5e803de2dc","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1710205191790,"stop":1710205191794,"duration":4},"status":"passed","severity":"normal"},{"uid":"45f2213ded0a79e2","name":"Promise Callback - backward","time":{"start":1710205225505,"stop":1710205225505,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dbdcd1f6e9665f3","name":"Push 30 different messages","time":{"start":1710205233003,"stop":1710205233003,"duration":0},"status":"passed","severity":"normal"},{"uid":"793083e7729457f2","name":"Check received message containing XML","time":{"start":1710205173292,"stop":1710205173293,"duration":1},"status":"passed","severity":"normal"},{"uid":"28ea2c8cd9d4e8d9","name":"stop","time":{"start":1710204735371,"stop":1710204735374,"duration":3},"status":"passed","severity":"normal"},{"uid":"dae4125d7344721a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1710204847213,"stop":1710204847213,"duration":0},"status":"passed","severity":"normal"},{"uid":"5612d5efce37601c","name":"Push message with Russian payload","time":{"start":1710205232999,"stop":1710205232999,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ab9e335441acd2","name":"different cluster, different shard: nodes don't connect","time":{"start":1710204847165,"stop":1710204847165,"duration":0},"status":"passed","severity":"normal"},{"uid":"8970efcd225e1c45","name":"Fails to push message with empty content topic","time":{"start":1710205063419,"stop":1710205063420,"duration":1},"status":"passed","severity":"normal"},{"uid":"494bd0c88a52c022","name":"Check received message with timestamp: 1710204694548 ","time":{"start":1710205173305,"stop":1710205173306,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b1947a85f3c81be","name":"Check message with no payload is not received","time":{"start":1710205173353,"stop":1710205173353,"duration":0},"status":"passed","severity":"normal"},{"uid":"27907d88e57dee85","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204770376,"stop":1710204770376,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5be5a09e9617a38","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1710205099499,"stop":1710205099500,"duration":1},"status":"passed","severity":"normal"},{"uid":"213636443382e088","name":"Push message with content topic containing special chars","time":{"start":1710205233008,"stop":1710205233009,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd107b8a4703a9a5","name":"Query with Ordered Callback, No Decoder","time":{"start":1710205199518,"stop":1710205199519,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8a64b5e7fa56216","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1710204847214,"stop":1710204847215,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4620a15a9199a23","name":"Push message with content topic containing Russian","time":{"start":1710205063415,"stop":1710205063415,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc32421ef3bbb1b1","name":"Push message with Script payload","time":{"start":1710205063397,"stop":1710205063398,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd5bad4e074cf903","name":"Relay + Store","time":{"start":1710204706212,"stop":1710204706213,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5a1457cf3cf4487","name":"ignores unrecognized TXT record formats","time":{"start":1710204666119,"stop":1710204666119,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1d285fead4d70f6","name":"Subscribe to topic containing Script and publish message","time":{"start":1710205111365,"stop":1710205111366,"duration":1},"status":"passed","severity":"normal"},{"uid":"5383ac87cfdfa2c5","name":"Nodes with multiple pubsub topic","time":{"start":1710205099506,"stop":1710205099507,"duration":1},"status":"passed","severity":"normal"},{"uid":"437d8ed016895f3","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710204770373,"stop":1710204770373,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8a2b241f01aa8f4","name":"can start and stop the service","time":{"start":1710204673135,"stop":1710204673135,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4699ee2377a8acb","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710205218549,"stop":1710205218549,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1bbd07ce02dc180","name":"Encoder throws on undefined content topic","time":{"start":1710204656816,"stop":1710204656817,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce94905662c55103","name":"Check received message containing shell command","time":{"start":1710205173303,"stop":1710205173303,"duration":0},"status":"passed","severity":"normal"},{"uid":"85cd65d4cd561772","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710205335163,"stop":1710205335163,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a45f2602f412e08","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05222fcf2981b08","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1710204651174,"stop":1710204651175,"duration":1},"status":"passed","severity":"normal"},{"uid":"75795f73c26a7b33","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710205400265,"stop":1710205400265,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f846d39eea442c9","name":"can start the service","time":{"start":1710205151661,"stop":1710205151661,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e86ffb719c0ee4c","name":"Check received message containing unicode special characters","time":{"start":1710205173304,"stop":1710205173304,"duration":0},"status":"passed","severity":"normal"},{"uid":"c11caee45ed1eb6d","name":"Push message with custom timestamp: 1710208447594","time":{"start":1710205063422,"stop":1710205063422,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5570a56993d9437","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1710204847189,"stop":1710204847196,"duration":7},"status":"passed","severity":"normal"},{"uid":"bc62c30737473870","name":"Check message with invalid timestamp is not received","time":{"start":1710205173307,"stop":1710205173307,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac211efea7dfff4c","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1710205265205,"stop":1710205265205,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9e67b9f154043ae","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710204705529,"stop":1710204705529,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bfc41d84a3a055cf","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1710205241813,"stop":1710205241813,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb62437be805b36f","name":"should load peers from local storage and dispatch events","time":{"start":1710204673139,"stop":1710204673139,"duration":0},"status":"passed","severity":"normal"},{"uid":"376e899e2a34054b","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1710204847182,"stop":1710204847182,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ebc327f5eecbf42","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710204779043,"stop":1710204779044,"duration":1},"status":"passed","severity":"normal"},{"uid":"a55cd6ccf47778b2","name":"Subscribe to topic containing short and receive message","time":{"start":1710205335152,"stop":1710205335152,"duration":0},"status":"passed","severity":"normal"},{"uid":"24bd82670e30478d","name":"Used by Waku Relay","time":{"start":1710205266287,"stop":1710205266287,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dc2716c69a70223","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1710205191794,"stop":1710205191797,"duration":3},"status":"passed","severity":"normal"},{"uid":"b72cb98e6bb8b88b","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710204779045,"stop":1710204779045,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ee831ba2455214a","name":"should not fail to start the service if it is already started","time":{"start":1710204705522,"stop":1710204705523,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5447f6b4038a68","name":"Ping on subscribed peer","time":{"start":1710204768032,"stop":1710204768032,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5661c5aec60f23","name":"Push message with Chinese payload","time":{"start":1710205232998,"stop":1710205232998,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1f56656d983a888","name":"Check received message containing unicode special characters","time":{"start":1710205173347,"stop":1710205173348,"duration":1},"status":"passed","severity":"normal"},{"uid":"65f06ff22d9eb20b","name":"Check received message containing SQL Injection","time":{"start":1710205173291,"stop":1710205173292,"duration":1},"status":"passed","severity":"normal"},{"uid":"b430c58e91b4bee","name":"Ping on unsubscribed peer","time":{"start":1710204768035,"stop":1710204768036,"duration":1},"status":"passed","severity":"normal"},{"uid":"853022aab34fa20a","name":"should throw error - no id","time":{"start":1710204651986,"stop":1710204651986,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb6ac38bbfcf2bef","name":"Check received message containing Basic HTML tag","time":{"start":1710205173344,"stop":1710205173344,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0904066602a458c","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710204847306,"stop":1710204847306,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad54ee14840fab9b","name":"Push message with content topic containing long","time":{"start":1710205063412,"stop":1710205063412,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e8bf082454a0e0b","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710205335162,"stop":1710205335162,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce355b48497cc2af","name":"Check received message containing escaped characters","time":{"start":1710205173304,"stop":1710205173304,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ecf10ed1f57b58","name":"more peers than existing","time":{"start":1710205063578,"stop":1710205063578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6e84000e8d688e34","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1710204847215,"stop":1710204847216,"duration":1},"status":"passed","severity":"normal"},{"uid":"f59a8c71d0955a7e","name":"Passing page size 11 when there are 10 messages","time":{"start":1710205261853,"stop":1710205261853,"duration":0},"status":"passed","severity":"normal"},{"uid":"6788d69c7e783b2e","name":"Sign & Recover","time":{"start":1710204679348,"stop":1710204679349,"duration":1},"status":"passed","severity":"normal"},{"uid":"b31e279383298ee1","name":"Check message received after jswaku node is restarted","time":{"start":1710204847312,"stop":1710204847322,"duration":10},"status":"skipped","severity":"normal"},{"uid":"1da3ef47e023b3ac","name":"it tolerates circular branch references","time":{"start":1710204666118,"stop":1710204666118,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b81825bc3a4e80","name":"Check received message containing SQL Injection","time":{"start":1710204847300,"stop":1710204847300,"duration":0},"status":"passed","severity":"normal"},{"uid":"44d6e6df25d37cff","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1710205241815,"stop":1710205241815,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8ebc3c69c17ea3a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847168,"stop":1710204847168,"duration":0},"status":"passed","severity":"normal"},{"uid":"c04aa837e5838e69","name":"Generator, custom pubsub topic","time":{"start":1710205218547,"stop":1710205218548,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d17cd84c8a58c56","name":"throws on content topic with empty encoding field","time":{"start":1710204643537,"stop":1710204643537,"duration":0},"status":"passed","severity":"normal"},{"uid":"da5152097dbc332d","name":"Generator, custom pubsub topic","time":{"start":1710205218549,"stop":1710205218549,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c62f5a198a2f517","name":"Push message with SQL Injection payload","time":{"start":1710205063396,"stop":1710205063397,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b041cafd15c9547","name":"should properly create location multiaddrs - tcp6","time":{"start":1710204651996,"stop":1710204651996,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbf25fdfb78524a9","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204957315,"stop":1710204957316,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d832ec8dfe210e2","name":"throws on content topic with too few or too many fields","time":{"start":1710204643533,"stop":1710204643534,"duration":1},"status":"passed","severity":"normal"},{"uid":"2afcb50015afd4ef","name":"Privacy Node - default protocol","time":{"start":1710205275711,"stop":1710205275712,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbef39a467ace330","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204770374,"stop":1710204770374,"duration":0},"status":"passed","severity":"normal"},{"uid":"a50d0038e0c1f6df","name":"should not fail to stop the service if it was not started","time":{"start":1710204705522,"stop":1710204705522,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2792be6c6c5c0f4","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1710204847168,"stop":1710204847169,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a5afe08ab5e16a4","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710205335146,"stop":1710205335147,"duration":1},"status":"passed","severity":"normal"},{"uid":"816c651e6797999a","name":"Check message with non string payload is not received","time":{"start":1710205173353,"stop":1710205173355,"duration":2},"status":"passed","severity":"normal"},{"uid":"24a8bb07cc1db602","name":"1 Relay, 1 fetch","time":{"start":1710204665753,"stop":1710204665753,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a023f847bf47244","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1710204847207,"stop":1710204847208,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d43c803ee344bf4","name":"Check publish message containing Basic HTML tag","time":{"start":1710205115570,"stop":1710205115570,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d115d27a6430fd2","name":"getPeersByDiscovery","time":{"start":1710205098994,"stop":1710205098994,"duration":0},"status":"passed","severity":"normal"},{"uid":"cae7b2c6bdc73d24","name":"Sample","time":{"start":1710204651485,"stop":1710204651485,"duration":0},"status":"passed","severity":"normal"},{"uid":"f70a71297695d112","name":"Fails to push message bigger that 1MB","time":{"start":1710205063423,"stop":1710205063423,"duration":0},"status":"passed","severity":"normal"},{"uid":"96d65ac162d251f4","name":"should handle corrupted local storage data gracefully","time":{"start":1710204673140,"stop":1710204673140,"duration":0},"status":"passed","severity":"normal"},{"uid":"c77799047a8ad476","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1710205111365,"stop":1710205111365,"duration":0},"status":"passed","severity":"normal"},{"uid":"3950317c23052a19","name":"Check received message containing numeric","time":{"start":1710205173324,"stop":1710205173326,"duration":2},"status":"passed","severity":"normal"},{"uid":"24c59275c2e0d841","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710204945837,"stop":1710204945837,"duration":0},"status":"passed","severity":"normal"},{"uid":"689eb07091348c7f","name":"Check received message containing Chinese","time":{"start":1710205173341,"stop":1710205173341,"duration":0},"status":"passed","severity":"normal"},{"uid":"54233ea0e9441866","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710204651176,"stop":1710204651177,"duration":1},"status":"passed","severity":"normal"},{"uid":"296d2ada1056b979","name":"Generator, 2 different pubsubtopics","time":{"start":1710205218550,"stop":1710205218554,"duration":4},"status":"passed","severity":"normal"},{"uid":"ac845d690faa6c31","name":"retrieves a single peer","time":{"start":1710204666117,"stop":1710204666118,"duration":1},"status":"passed","severity":"normal"},{"uid":"90df6e298a1b4103","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1710204651172,"stop":1710204651173,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5aff504fae77506","name":"Decoder throws on undefined content topic","time":{"start":1710204656817,"stop":1710204656818,"duration":1},"status":"passed","severity":"normal"},{"uid":"aecc8b05e42e8015","name":"Using a function","time":{"start":1710205266281,"stop":1710205266281,"duration":0},"status":"passed","severity":"normal"},{"uid":"64be47acfbffa65a","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1710204741133,"stop":1710204741133,"duration":0},"status":"passed","severity":"normal"},{"uid":"a16e530ecfe7ab43","name":"Fails to push message bigger that 1MB","time":{"start":1710205233020,"stop":1710205233020,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c98aac9cd77ed8","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710205173306,"stop":1710205173307,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ce721845b319a07","name":"A test","time":{"start":1710204945910,"stop":1710204945911,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5cec38536f33f59","name":"Check received message containing Script","time":{"start":1710204847300,"stop":1710204847300,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca1bcd15310d584","name":"should get / set TCP multiaddr","time":{"start":1710204651994,"stop":1710204651994,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05b2a02dee54889","name":"Push message equal or less that 1MB","time":{"start":1710205063422,"stop":1710205063422,"duration":0},"status":"passed","severity":"normal"},{"uid":"e157ebfa14b12371","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1710204847181,"stop":1710204847182,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e707f82f98ed834","name":"recovers when dns.resolve returns empty","time":{"start":1710204666119,"stop":1710204666119,"duration":0},"status":"passed","severity":"normal"},{"uid":"28c99052a7c00f0d","name":"Check message with no pubsub topic is not received","time":{"start":1710204847310,"stop":1710204847310,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa4079a80d1b6f72","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710205335145,"stop":1710205335146,"duration":1},"status":"passed","severity":"normal"},{"uid":"75b369496b357e34","name":"Relay - dialed first","time":{"start":1710205275703,"stop":1710205275704,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9cad2fca7d69229","name":"Check message on other pubsub topic is not received","time":{"start":1710205173307,"stop":1710205173307,"duration":0},"status":"passed","severity":"normal"},{"uid":"9881a8a569002de2","name":"Sets default value correctly","time":{"start":1710205266299,"stop":1710205266299,"duration":0},"status":"passed","severity":"normal"},{"uid":"86853ae831d10175","name":"Check publish message containing special chars","time":{"start":1710205115567,"stop":1710205115567,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b84460ad9998518","name":"Push message with content topic containing Russian","time":{"start":1710205233010,"stop":1710205233010,"duration":0},"status":"passed","severity":"normal"},{"uid":"57820e96969514a3","name":"Push message with content topic containing SQL Injection","time":{"start":1710205233010,"stop":1710205233013,"duration":3},"status":"passed","severity":"normal"},{"uid":"d804b0b098e5dd5b","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710204847307,"stop":1710204847308,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e0704236645ae84","name":"Subscribe and receive messages via waku relay post","time":{"start":1710204945836,"stop":1710204945837,"duration":1},"status":"passed","severity":"normal"},{"uid":"8305da86e33a9dcc","name":"Check received message containing JSON","time":{"start":1710205173345,"stop":1710205173346,"duration":1},"status":"passed","severity":"normal"},{"uid":"c48ae4e032318953","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1710205199520,"stop":1710205199520,"duration":0},"status":"passed","severity":"normal"},{"uid":"63d4bc150acee576","name":"Push message with content topic containing escaped characters","time":{"start":1710205233015,"stop":1710205233016,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a86e89576c0cbd6","name":"should only return 1 node with relay and store capability","time":{"start":1710204666120,"stop":1710204666121,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9e167e4df544964","name":"should be called for bootstrap peers","time":{"start":1710204702135,"stop":1710204702136,"duration":1},"status":"passed","severity":"normal"},{"uid":"d55ebcdb3b06d9c2","name":"Query generator for multiple messages","time":{"start":1710205227764,"stop":1710205227765,"duration":1},"status":"passed","severity":"normal"},{"uid":"79f65d7285a82c2d","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1710204651173,"stop":1710204651174,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d126e1808d7e34a","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1710204847208,"stop":1710204847208,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f33c404b440290","name":"should decode valid enr successfully","time":{"start":1710204651985,"stop":1710204651985,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dcb7f9a92dcf460","name":"receives messages sent to provided content topic through callback","time":{"start":1710205139944,"stop":1710205139944,"duration":0},"status":"passed","severity":"normal"},{"uid":"63040e8b9bf6d760","name":"Push message with XML payload","time":{"start":1710205233000,"stop":1710205233000,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f5a102e9ac4f3e","name":"Subscribe to topic containing special chars and publish message","time":{"start":1710205111363,"stop":1710205111363,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec3b66fd8a368be9","name":"Relay + Store","time":{"start":1710204651999,"stop":1710204652000,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c25404292125b27","name":"Push message with custom timestamp: 1710201247365","time":{"start":1710205233019,"stop":1710205233019,"duration":0},"status":"passed","severity":"normal"},{"uid":"63faabbd249ab138","name":"Check message with no content topic is not received","time":{"start":1710205173308,"stop":1710205173308,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c85a78dae38d68","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710204945839,"stop":1710204945839,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6d12610185b6fd63","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1710205154292,"stop":1710205154292,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c9350121bd9619","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847216,"stop":1710204847222,"duration":6},"status":"passed","severity":"normal"},{"uid":"4fb4128329f3786a","name":"should throw error - no public key","time":{"start":1710204651986,"stop":1710204651987,"duration":1},"status":"passed","severity":"normal"},{"uid":"69e3571b74717352","name":"configure the node with multiple pubsub topics","time":{"start":1710205154291,"stop":1710205154292,"duration":1},"status":"passed","severity":"normal"},{"uid":"da45761f76821b75","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1710205139942,"stop":1710205139943,"duration":1},"status":"passed","severity":"normal"},{"uid":"692ee567c908b3fc","name":"Check publish message after service node is restarted","time":{"start":1710205115578,"stop":1710205115578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f97498fccc8b0382","name":"Init the array if not present","time":{"start":1710204643315,"stop":1710204643316,"duration":1},"status":"passed","severity":"normal"},{"uid":"685aff98c67cd76a","name":"Subscribe to topic containing emoji and publish message","time":{"start":1710205111369,"stop":1710205111369,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c81e5be35ff4f19","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1710205111360,"stop":1710205111360,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccb73ce558ac3f79","name":"Encoder throws on undefined content topic","time":{"start":1710204680596,"stop":1710204680597,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd697fae2b498975","name":"Passing page size 1 when there are 4 messages","time":{"start":1710205261852,"stop":1710205261852,"duration":0},"status":"passed","severity":"normal"},{"uid":"3716214f98daa1b0","name":"Js publishes, other Js receives","time":{"start":1710205090226,"stop":1710205090227,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d8894e105002efd","name":"Push message with content topic containing SQL Injection","time":{"start":1710205063415,"stop":1710205063416,"duration":1},"status":"passed","severity":"normal"},{"uid":"34ab675b5aaae53d","name":"can start the service","time":{"start":1710204705499,"stop":1710204705501,"duration":2},"status":"passed","severity":"normal"},{"uid":"58e943fcac129200","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710204779044,"stop":1710204779045,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4fc55bb95a9f231","name":"Query with Promise Callback, No message returned","time":{"start":1710205199521,"stop":1710205199521,"duration":0},"status":"passed","severity":"normal"},{"uid":"aca98a85bea358a","name":"should emit a peer event after start","time":{"start":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7299a173d3e5246","name":"Push message with meta","time":{"start":1710205063420,"stop":1710205063420,"duration":0},"status":"passed","severity":"normal"},{"uid":"f21e84edca487ec6","name":"Waku message hash computation (payload length 0)","time":{"start":1710204646209,"stop":1710204646209,"duration":0},"status":"passed","severity":"normal"},{"uid":"21d97383aaefe1b0","name":"Ping on unsubscribed peer","time":{"start":1710204724331,"stop":1710204724332,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2d7a176c1c08a9d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847213,"stop":1710204847214,"duration":1},"status":"passed","severity":"normal"},{"uid":"97b4ab5e05eddd77","name":"isConnected should return true after first peer connects","time":{"start":1710204741132,"stop":1710204741132,"duration":0},"status":"passed","severity":"normal"},{"uid":"a508cda6eee79a56","name":"Check publish message containing JSON","time":{"start":1710205115571,"stop":1710205115571,"duration":0},"status":"passed","severity":"normal"},{"uid":"cea70fe14e58a451","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710204945845,"stop":1710204945845,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5f56c655c7d637","name":"Accepts a valid Waku Message","time":{"start":1710204660179,"stop":1710204660180,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ee0d144452e1367","name":"Check message received after jswaku node is restarted","time":{"start":1710205173309,"stop":1710205173310,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4cd218ab8f21ac1d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710204945846,"stop":1710204945846,"duration":0},"status":"passed","severity":"normal"},{"uid":"299b07d0d5577954","name":"Push message with special chars payload","time":{"start":1710205063394,"stop":1710205063395,"duration":1},"status":"passed","severity":"normal"},{"uid":"61e996b72b0d6faa","name":"Ephemeral field set to true","time":{"start":1710204656815,"stop":1710204656816,"duration":1},"status":"passed","severity":"normal"},{"uid":"af6294c246df350f","name":"Push message with content topic containing XML","time":{"start":1710205063416,"stop":1710205063417,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3048f0729d3b232","name":"Check publish message containing SQL Injection","time":{"start":1710205115568,"stop":1710205115569,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea2c71fe2b33e499","name":"Push message with short payload","time":{"start":1710205063392,"stop":1710205063393,"duration":1},"status":"passed","severity":"normal"},{"uid":"2222f8366ce43b1","name":"Does not throw an exception when node disconnects","time":{"start":1710205266279,"stop":1710205266280,"duration":1},"status":"passed","severity":"normal"},{"uid":"bac11ce74902deca","name":"Subscribe and receive messages via waku relay post","time":{"start":1710205335149,"stop":1710205335149,"duration":0},"status":"passed","severity":"normal"},{"uid":"9efa10e66fc0f6e5","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1710204847223,"stop":1710204847223,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e914bcaade60f8b","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1710204665686,"stop":1710204665687,"duration":1},"status":"passed","severity":"normal"},{"uid":"cad7ea0f40a31ad3","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710205099476,"stop":1710205099480,"duration":4},"status":"passed","severity":"normal"},{"uid":"969f2d5a7fac6254","name":"Check received message containing special chars","time":{"start":1710204847295,"stop":1710204847296,"duration":1},"status":"passed","severity":"normal"},{"uid":"9abb289a635017a2","name":"Overlapping topic subscription","time":{"start":1710204945841,"stop":1710204945841,"duration":0},"status":"passed","severity":"normal"},{"uid":"8896e51539fde697","name":"Fails to publish message with wrong content topic","time":{"start":1710205115576,"stop":1710205115576,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1eac8fe59c368e2","name":"Reopen subscription with peer with lost subscription","time":{"start":1710204724332,"stop":1710204724333,"duration":1},"status":"passed","severity":"normal"},{"uid":"b99c07e056d88b6b","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1710204847167,"stop":1710204847167,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d3430fdb08d5092","name":"Push message with content topic containing emoji","time":{"start":1710205063419,"stop":1710205063419,"duration":0},"status":"passed","severity":"normal"},{"uid":"eefbe1e958bff724","name":"Subscribe to topic containing long and receive message","time":{"start":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","severity":"normal"},{"uid":"5337c4f175bf42ff","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1710204847204,"stop":1710204847205,"duration":1},"status":"passed","severity":"normal"},{"uid":"505dbd7926621b4b","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710205335162,"stop":1710205335162,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5e4b8fa8fcfbb80","name":"Check received message containing Script","time":{"start":1710205173343,"stop":1710205173343,"duration":0},"status":"passed","severity":"normal"},{"uid":"775cb751096e90ba","name":"Push message with shell command payload","time":{"start":1710205063401,"stop":1710205063401,"duration":0},"status":"passed","severity":"normal"},{"uid":"798e51984974bae9","name":"Correctly serialized arguments","time":{"start":1710204960745,"stop":1710204960746,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cfcac0aa1bd8807","name":"Check message with non string payload is not received","time":{"start":1710205173309,"stop":1710205173309,"duration":0},"status":"passed","severity":"normal"},{"uid":"59a32f9537c25511","name":"should properly compute the node id","time":{"start":1710204651993,"stop":1710204651993,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c06a3220eb1146","name":"Refresh subscription","time":{"start":1710204945841,"stop":1710204945841,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffae6041366cd36f","name":"Check received message containing long","time":{"start":1710205173279,"stop":1710205173280,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fc3f0659064c9ab","name":"LightPush","time":{"start":1710205275710,"stop":1710205275710,"duration":0},"status":"passed","severity":"normal"},{"uid":"183490681691883","name":"Push message with JSON payload","time":{"start":1710205233001,"stop":1710205233001,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f67b4cf63a757e","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204957316,"stop":1710204957316,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ad088a2b36bb198","name":"should set field with only STORE enabled","time":{"start":1710204651998,"stop":1710204651998,"duration":0},"status":"passed","severity":"normal"},{"uid":"871a33c4cb7895a7","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1710205191798,"stop":1710205191799,"duration":1},"status":"passed","severity":"normal"},{"uid":"878f7fb1336bcfcc","name":"Push message with content topic containing Chinese","time":{"start":1710205233009,"stop":1710205233009,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b65c35ff39ee062","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bdcd71fe31d2d1e9","name":"Filter","time":{"start":1710205275711,"stop":1710205275711,"duration":0},"status":"passed","severity":"normal"},{"uid":"d77891c1f33423fb","name":"connected peers and dial","time":{"start":1710205063578,"stop":1710205063578,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ce2d567860e7233f","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1710204847225,"stop":1710204847226,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a55f57fb0d97b2e","name":"should be able to encode the field with only STORE set to true","time":{"start":1710204651170,"stop":1710204651171,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c4a1385d3be1982","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710204899735,"stop":1710204899740,"duration":5},"status":"passed","severity":"normal"},{"uid":"6bb2044229731200","name":"Subscribe to topic containing short and receive message","time":{"start":1710205335141,"stop":1710205335141,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce5033a3a5b4816","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1710205265210,"stop":1710205265211,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5d7067ee9209454","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710204945847,"stop":1710204945847,"duration":0},"status":"passed","severity":"normal"},{"uid":"e805be6c3e08f825","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1710205265206,"stop":1710205265206,"duration":0},"status":"passed","severity":"normal"},{"uid":"a39c32c01f649f35","name":"Push message with custom timestamp: 1710208447365","time":{"start":1710205233019,"stop":1710205233019,"duration":0},"status":"passed","severity":"normal"},{"uid":"be60bded113f421d","name":"Encoder throws on empty string content topic","time":{"start":1710204656817,"stop":1710204656817,"duration":0},"status":"passed","severity":"normal"},{"uid":"38eeec5f2ccdb4b3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1710204847226,"stop":1710204847226,"duration":0},"status":"passed","severity":"normal"},{"uid":"1669f2bc1b549d67","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710204945838,"stop":1710204945839,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ff9953315327b9b","name":"passes more than one ENR URLs and attempts connection","time":{"start":1710204705535,"stop":1710204705535,"duration":0},"status":"skipped","severity":"normal"},{"uid":"695babd78ada82a6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204957313,"stop":1710204957313,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5134abfde8dbe59","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710205099475,"stop":1710205099475,"duration":0},"status":"passed","severity":"normal"},{"uid":"62f7b6d5a4a7db6c","name":"Nodes with multiple pubsub topic","time":{"start":1710205099501,"stop":1710205099501,"duration":0},"status":"passed","severity":"normal"},{"uid":"75b61ccf68ec684b","name":"Push message with content topic containing numeric","time":{"start":1710205063412,"stop":1710205063413,"duration":1},"status":"passed","severity":"normal"},{"uid":"78bdc29419292923","name":"Check publish message containing escaped characters","time":{"start":1710205115571,"stop":1710205115572,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88190a3f4bd8756","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710204770378,"stop":1710204770378,"duration":0},"status":"passed","severity":"normal"},{"uid":"2636d9633b131e94","name":"Push message with rate limit","time":{"start":1710205233018,"stop":1710205233018,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c751b9d922ccf","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1710204945849,"stop":1710204945849,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b7bf51fbd0e098","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710204899730,"stop":1710204899730,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ca21a021f17206f","name":"Generator, custom pubsub topic","time":{"start":1710205218550,"stop":1710205218550,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4cf127f513d3d7a","name":"Push message with shell command payload","time":{"start":1710205233001,"stop":1710205233002,"duration":1},"status":"passed","severity":"normal"},{"uid":"94bdf7bbd76c594b","name":"Check received message containing shell command","time":{"start":1710204847302,"stop":1710204847303,"duration":1},"status":"passed","severity":"normal"},{"uid":"794dd16ecb34c54e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710204847205,"stop":1710204847206,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a52c2429a231ba6","name":"Check publish message containing Chinese","time":{"start":1710205115567,"stop":1710205115567,"duration":0},"status":"passed","severity":"normal"},{"uid":"540398454a0bdd5e","name":"pre and post cipher","time":{"start":1710204679348,"stop":1710204679348,"duration":0},"status":"passed","severity":"normal"},{"uid":"acb779405805bea7","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1710204741130,"stop":1710204741130,"duration":0},"status":"passed","severity":"normal"},{"uid":"4740a447ea4c843c","name":"Push message with content topic containing emoji","time":{"start":1710205233016,"stop":1710205233016,"duration":0},"status":"passed","severity":"normal"},{"uid":"191c4a30a5fe3d76","name":"Ordered Callback - backward","time":{"start":1710205225506,"stop":1710205225506,"duration":0},"status":"passed","severity":"normal"},{"uid":"35b81c73e43bba14","name":"tcp ip4 address","time":{"start":1710204651184,"stop":1710204651184,"duration":0},"status":"passed","severity":"normal"},{"uid":"9366d4861d281eb4","name":"isConnected return false after peer stops","time":{"start":1710204741133,"stop":1710204741133,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb4395c6e6710fe","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710204899731,"stop":1710204899732,"duration":1},"status":"passed","severity":"normal"},{"uid":"506c5f676b995346","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1710204665685,"stop":1710204665686,"duration":1},"status":"passed","severity":"normal"},{"uid":"af8e43643bb53222","name":"should properly create location multiaddrs - udp4","time":{"start":1710204651995,"stop":1710204651995,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b509567e787c12d","name":"Decoder throws on empty string content topic","time":{"start":1710204678872,"stop":1710204678873,"duration":1},"status":"passed","severity":"normal"},{"uid":"9373d0c887d8215d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710204957312,"stop":1710204957312,"duration":0},"status":"passed","severity":"normal"},{"uid":"51800e5c268e6a89","name":"Query Generator, No Decoder","time":{"start":1710205199516,"stop":1710205199516,"duration":0},"status":"passed","severity":"normal"},{"uid":"287a045ed2ef30a0","name":"Push message with content topic containing short","time":{"start":1710205233004,"stop":1710205233004,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a765654dadd0666","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710205335145,"stop":1710205335145,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9902d908aeca79","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1710204665686,"stop":1710204665686,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef6bf13de8af214","name":"Register correct protocols","time":{"start":1710205111358,"stop":1710205111358,"duration":0},"status":"passed","severity":"normal"},{"uid":"38bf8aee0b8ffc7b","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1710205111361,"stop":1710205111361,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1de58173f28a19","name":"Subscribe to topic containing Russian and publish message","time":{"start":1710205111364,"stop":1710205111365,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed74967b458b2011","name":"Push message on custom pubsubTopic","time":{"start":1710204957311,"stop":1710204957311,"duration":0},"status":"passed","severity":"normal"},{"uid":"12919f9bbd18b652","name":"removeEventListener with correct event","time":{"start":1710204735365,"stop":1710204735365,"duration":0},"status":"passed","severity":"normal"},{"uid":"cec4efc5b5db9842","name":"Generator, 2 different pubsubtopics","time":{"start":1710205218548,"stop":1710205218548,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe7e6d15a3d188f","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1710204847183,"stop":1710204847184,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fad0555009d606c","name":"Decrypt messages","time":{"start":1710205064962,"stop":1710205064963,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e939eebeb2e334","name":"Query generator for multiple messages with multiple decoders","time":{"start":1710205227765,"stop":1710205227766,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5f280ea84865db","name":"throws on content topic with empty version field","time":{"start":1710204643535,"stop":1710204643536,"duration":1},"status":"passed","severity":"normal"},{"uid":"98f322b04a4806af","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710204779045,"stop":1710204779046,"duration":1},"status":"passed","severity":"normal"},{"uid":"98b7f53c6d5c5aea","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710205099506,"stop":1710205099506,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc8b0baed6466a95","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1710204651175,"stop":1710204651176,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e3c63cc3977932f","name":"Check publish message containing XML","time":{"start":1710205115569,"stop":1710205115570,"duration":1},"status":"passed","severity":"normal"},{"uid":"376a392b3e55f0af","name":"Store - dialed first","time":{"start":1710205275705,"stop":1710205275710,"duration":5},"status":"passed","severity":"normal"},{"uid":"a8620dafb5a7088b","name":"should be able to decode the field with only STORE set to true","time":{"start":1710204651179,"stop":1710204651180,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba32b1ee095de64f","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1710204847177,"stop":1710204847181,"duration":4},"status":"passed","severity":"normal"},{"uid":"1bb81b0462a35e82","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1710205241814,"stop":1710205241814,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd8d8306bf05303","name":"can start the service","time":{"start":1710204673133,"stop":1710204673135,"duration":2},"status":"passed","severity":"normal"},{"uid":"4e4c785c961510b5","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1710204847214,"stop":1710204847214,"duration":0},"status":"passed","severity":"normal"},{"uid":"58f19d00998d6622","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710205099496,"stop":1710205099496,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d9ce96dfbc0a91","name":"Light Node - default protocols","time":{"start":1710205275711,"stop":1710205275711,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe1685bf98eec31","name":"Push message with content topic containing shell command","time":{"start":1710205063417,"stop":1710205063418,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6651/widgets/suites.json b/6651/widgets/suites.json deleted file mode 100644 index 34d2cebaf3f..00000000000 --- a/6651/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":87,"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":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":2,"passed":29,"unknown":0,"total":31}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":2,"passed":28,"unknown":0,"total":30}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":2,"passed":28,"unknown":0,"total":30}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"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/6651/widgets/summary.json b/6651/widgets/summary.json deleted file mode 100644 index 15332411de0..00000000000 --- a/6651/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733},"time":{"start":1710204643315,"stop":1710205400266,"duration":756951,"minDuration":0,"maxDuration":20,"sumDuration":419}} \ No newline at end of file diff --git a/6685/data/behaviors.json b/6685/data/behaviors.json index 757b4e5d152..4e9ab5300fd 100644 --- a/6685/data/behaviors.json +++ b/6685/data/behaviors.json @@ -1 +1 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"184f5fda87c9205f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783346,"stop":1710306783348,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"56b4807bb648705b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783350,"stop":1710306783351,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"2c0f6d1e734a9271","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783473,"stop":1710306783474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"137cf75d4f9d4a02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783473,"stop":1710306783473,"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":"7b314e24ce08aa48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783474,"stop":1710306783474,"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":"a1429473f82d3959","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"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":"a70ed9593c12f664","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"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":"5c64670c4b0c7beb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783476,"stop":1710306783477,"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":"4d979d7690842cbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783476,"stop":1710306783476,"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":"3e00a123eca7b002","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783477,"stop":1710306783478,"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":"b0d4890a462f8b50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783477,"stop":1710306783477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"a4bf2fadb86874d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783478,"stop":1710306783479,"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":"ca603481f76b34de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783479,"stop":1710306783479,"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":"53aaade720fddc9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783480,"stop":1710306783480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"1f608c2ca9ab3c58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783661,"stop":1710306783662,"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":"fc2e7510e50165e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"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":"139f60852ff4abed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"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":"14518bacbe16a52e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306783663,"stop":1710306783663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"1e6c61c50be6d22d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306786078,"stop":1710306786079,"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":"cf1063a889173df4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306786079,"stop":1710306786080,"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":"16ce89f3f538c993","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306786080,"stop":1710306786080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"b5f07f518d95efc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791181,"stop":1710306791186,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"f876f928a28d31ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791187,"stop":1710306791187,"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":"dfc7567376b5301b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791272,"stop":1710306791273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"eebb04d35b0f7f8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791274,"stop":1710306791275,"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":"322ec624736566aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791275,"stop":1710306791276,"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":"9366d344f70107b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791276,"stop":1710306791276,"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":"e4cebeedefcb16a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791277,"stop":1710306791277,"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":"70d2a2f13b6a2297","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791277,"stop":1710306791278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"bf9216662e0a0d57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791278,"stop":1710306791279,"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":"ff502676eeada4c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791279,"stop":1710306791279,"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":"af3fb0b36bd0fc39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791280,"stop":1710306791280,"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":"4d8e9aa7435d6d23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"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":"af26f23dba99a19c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"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":"775e74f751ab19dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"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":"a59bbf5a9d594538","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"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":"100934884caac558","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791283,"stop":1710306791284,"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":"52de6d03e248efd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"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":"d789dab8d831290d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"fd16d263c671127e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791311,"stop":1710306791311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"b44ab4ec38b23c38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"3e436814900e88dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"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":"3bb6826763ad5d28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"b3ce9496c9ce6348","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791801,"stop":1710306791802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"d3c29324a456748a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a5743fbb8adfaf32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"cb2fd3d6c0607e72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"e88c5d74f0294cdf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"eefac74850f86f25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791802,"stop":1710306791803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"12cfb445ccef73b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"eab128fb35e5d15a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"79872207cf39daca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791804,"stop":1710306791805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"1ad8bf0723ac9441","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"bc3baaa033abf130","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"2c3cf95941c3b38f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791805,"stop":1710306791806,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"741572ae6f282d89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"1b493541418e2afe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"bbc0eb3feaa1a9ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"cb4bc72713037b38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791806,"stop":1710306791807,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"6195a75d2af54be7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"52085bf8bafab51e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"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":"151b20ca48228c7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"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":"761a42244aaed2b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791807,"stop":1710306791808,"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":"942f45714d816161","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"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":"7375b5fe7f2e0efd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791808,"stop":1710306791809,"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":"1193ba8cae048802","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"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":"c08ad151d59b5ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"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":"ce73317efe78552f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d69f761005bc69db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306791809,"stop":1710306791809,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"9c0b31cbe5ccf3b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306795951,"stop":1710306795953,"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":"cf074c69befaf9cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796317,"stop":1710306796317,"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":"5a66a9d806d68062","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796318,"stop":1710306796318,"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":"bd7ec2aa8983562d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796318,"stop":1710306796319,"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":"10e645bab1fa0461","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796319,"stop":1710306796319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"971127f36fbb188f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796606,"stop":1710306796606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d7ca195bd705ae2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"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":"dbf470d06d6e19cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"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":"76a3b3b5e528481a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2f3f5917c71eabc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"7e0d07aee28f8a2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"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":"e7f4a8c2f9a134a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"1746f7e3e4edcb61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306799978,"stop":1710306799980,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"767f66186c35121d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306799980,"stop":1710306799980,"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":"9420534aba8f9985","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306806601,"stop":1710306806603,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"1c68ecdccdc20497","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306806603,"stop":1710306806604,"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":"5927c8350a9e6eaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306806605,"stop":1710306806606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"cc649f4529f9afc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807023,"stop":1710306807024,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"57d78f0b3523a242","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807024,"stop":1710306807025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"45436bccdbd36f8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807025,"stop":1710306807026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"e34ab47665c4eb66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807025,"stop":1710306807025,"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":"650a853b2ce60d7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807145,"stop":1710306807145,"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":"3f4789486fba8290","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807145,"stop":1710306807146,"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":"4a6f40e677e13508","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807146,"stop":1710306807147,"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":"3a22800c63a4b640","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807147,"stop":1710306807148,"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":"9946e83f566fd2af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807147,"stop":1710306807147,"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":"d43f84cb41bb53a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807148,"stop":1710306807149,"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":"4cc13a75e4461e35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807148,"stop":1710306807148,"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":"fe9f02454f9f7ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807149,"stop":1710306807149,"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":"51255a22a58646d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807149,"stop":1710306807150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"3fb543ac194a1415","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807578,"stop":1710306807579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"e9a9dd34d651064b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"66afdebe399a07a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"e77564d107264cc0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807580,"stop":1710306807581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"705a5ed42fd5c176","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"4c655e4997fd5207","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"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":"2c9e6b240ddc59f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807581,"stop":1710306807581,"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":"40249434d6dcb33e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807581,"stop":1710306807582,"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":"a7ea39e7353b91be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807582,"stop":1710306807583,"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":"507f40509b1b0efe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807582,"stop":1710306807582,"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":"8e2bce3956d31535","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710306807583,"stop":1710306807584,"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":"2b66495eef116772","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306807583,"stop":1710306807583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"15b577c3b82cd0fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710306807584,"stop":1710306807584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"6fdcddd8ac1092c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811112,"stop":1710306811113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"487136c672d9aaf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811113,"stop":1710306811113,"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":"3825e0ab0771d1ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"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":"e0ec76e6ae059267","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"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":"872e8b03e8417bf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811114,"stop":1710306811115,"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":"11290bacd315498c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"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":"882bb1db3e0547ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"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":"28dc6cad2c6b9cbb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811116,"stop":1710306811117,"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":"8b043309421b5cb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"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":"9304872b0e847c78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"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":"d680aad7b5939743","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306811117,"stop":1710306811117,"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":"30c5de6fa0dc5c65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306816837,"stop":1710306816839,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"3933ea1f3a2816a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306816839,"stop":1710306816839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bbc0d5284000a150","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306816840,"stop":1710306816840,"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":"ffeed45fa8fdfcbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306816841,"stop":1710306816842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"1ccf41464944280c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306816841,"stop":1710306816841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a56681d53b0ad2cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306816842,"stop":1710306816842,"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":"742abea930ece5ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306816843,"stop":1710306816843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"a772a1195095c96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306817450,"stop":1710306817451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"33efcf1e9544ead8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306817451,"stop":1710306817452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"a6564ec325b9e507","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306817452,"stop":1710306817453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"18066555c83e69dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306817452,"stop":1710306817452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"b1b3ea3c22ee2619","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"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":"8efa5c7c014e11fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"5ee756fea438a477","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"130331af441031e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"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":"3c0f298d45f795af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306818619,"stop":1710306818620,"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":"2240edc18ec1d673","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"1f2a6ed620d3bf35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"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":"bcc25b97e22d5389","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306833580,"stop":1710306833582,"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":"5342e26d3e5fc012","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306833582,"stop":1710306833583,"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":"c78deb2d9b9608a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306833583,"stop":1710306833584,"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":"17860a1655dacda4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306833584,"stop":1710306833585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"6c030587f5328416","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306833586,"stop":1710306833586,"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":"e60d6070b1ead4ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306833586,"stop":1710306833587,"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":"b7a41313a40a0516","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306841072,"stop":1710306841073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"a6805335f4239e75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306841074,"stop":1710306841074,"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":"22921888a08b6ea2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306841074,"stop":1710306841075,"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":"b4141f08ebea1fcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306841075,"stop":1710306841075,"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":"2a66928c63d120d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306841076,"stop":1710306841076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"1293209433bd2924","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306843279,"stop":1710306843280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"92add123db6ce497","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306843280,"stop":1710306843280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"5196545d09880062","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306843280,"stop":1710306843281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"3e706644a574bf34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306844171,"stop":1710306844172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"879d91838df8ad6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"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":"e47c2f33b32af69a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"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":"c05b8dfd71b32c2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306844173,"stop":1710306844174,"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":"2ff27dd2aca6d39c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306844173,"stop":1710306844173,"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":"bcb300717e507f66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306844174,"stop":1710306844175,"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":"c44e49cf7d62444a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306844181,"stop":1710306844183,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"93a542a17b43f023","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710306844183,"stop":1710306844183,"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":"4bc2a826a07b6814","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710306844184,"stop":1710306844184,"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":"83afcf2cd16e1e93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710306844184,"stop":1710306844184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"8944ca7233b02469","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306846369,"stop":1710306846370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"f7ba4e1bfc7a236a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306846370,"stop":1710306846371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"a5cd33b8c2b73ab0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306846371,"stop":1710306846375,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"cacdebe74832f79c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306846371,"stop":1710306846371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"f425de24c1089709","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306865883,"stop":1710306865884,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"374c0a9af5c35192","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306865884,"stop":1710306865885,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"fbb3c6b7382a8e0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306865885,"stop":1710306865885,"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":"97bda8c337a5c64a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306865885,"stop":1710306865886,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"befaca5b98b5fad5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306873741,"stop":1710306873741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"80bd6dda223934cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306873742,"stop":1710306873743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"ff3ad5448c070309","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306873744,"stop":1710306873745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"f4341ea720b9d719","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306873745,"stop":1710306873746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"e8338061c3675c3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306873746,"stop":1710306873746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"2084e3943a0de763","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306873747,"stop":1710306873748,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"30290d8d4eb18297","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306873747,"stop":1710306873747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"3de4427b91b7c01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306873748,"stop":1710306873749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"141971be20dd4e4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306873749,"stop":1710306873749,"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":"36ee334c4cd23979","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306877071,"stop":1710306877072,"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":"781b46343c0f200a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306877072,"stop":1710306877073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"63b8953a0fb524dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306877073,"stop":1710306877073,"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":"7254d42a33efe684","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"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":"e0b0c42546c24c52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"8a981ae9069cc5ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306877075,"stop":1710306877076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"adfcd3a4dadabee3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306877076,"stop":1710306877077,"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":"5633e6f729d80ba1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904612,"stop":1710306904612,"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":"1cbec48f3bca7534","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904613,"stop":1710306904613,"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":"79be96b91a983cb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904613,"stop":1710306904614,"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":"8ddd3cd47b7f3968","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904614,"stop":1710306904614,"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":"9823629c3f6659e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"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":"c20f5340b24b00bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"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":"264e98276ded3091","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904615,"stop":1710306904616,"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":"8540f714c2e07ac4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904616,"stop":1710306904616,"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":"553e808c8c82db60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"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":"9a9ed7a1b247cc93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904617,"stop":1710306904618,"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":"e865917c9879f60b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"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":"54e5413422851677","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306904618,"stop":1710306904618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5688ff431f6dac0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"16f663fd6911995d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"e55fd2f3abb2014a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"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":"5804608f88f0622e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"e9b8386293980a54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"546e1d39874ed3ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ae2118cc8150f0db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306908763,"stop":1710306908764,"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":"18c3c8d9f2d374d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306908764,"stop":1710306908764,"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":"3b08084aeebc746c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306913476,"stop":1710306913476,"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":"a4b45d0fa29e663c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306913477,"stop":1710306913478,"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":"a07aa6f7963252e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"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":"1917de482d108400","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"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":"44df1d570bed0cd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306913478,"stop":1710306913479,"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":"40a1f62f5914d002","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306913478,"stop":1710306913478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"8e3bbc41f1d409","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981490,"stop":1710306981490,"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":"3126d9bf5267218d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981490,"stop":1710306981491,"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":"e53ad3fca24dd088","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981491,"stop":1710306981491,"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":"b4ed3b96dcee4081","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981492,"stop":1710306981493,"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":"6271a0a94214c2cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981492,"stop":1710306981492,"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":"61c060417c4b4762","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981493,"stop":1710306981493,"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":"13a71e9b9fcddb3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981493,"stop":1710306981494,"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":"d8f4cf8e0f63724c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981494,"stop":1710306981494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"970247ad51cd4748","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981494,"stop":1710306981495,"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":"c425a843b8750b8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981495,"stop":1710306981495,"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":"7e5d050fc19ac9f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981495,"stop":1710306981496,"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":"8ad17b84395b6783","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981496,"stop":1710306981503,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"7d4fd617e0b61fe5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981503,"stop":1710306981503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"48b69f71c5d68396","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981503,"stop":1710306981504,"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":"4f74922d9c215071","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981504,"stop":1710306981505,"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":"711670d98ccc3993","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981504,"stop":1710306981504,"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":"f84216b825573a93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981505,"stop":1710306981506,"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":"2252bf85cd52830f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981505,"stop":1710306981505,"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":"ff1bbf3637d18d55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981506,"stop":1710306981507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2a68dd79b81a3b9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981506,"stop":1710306981506,"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":"daad5dbb4bc6a24d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981507,"stop":1710306981507,"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":"3fcc90cfba110440","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981507,"stop":1710306981508,"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":"1c531c411e8d1bb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981508,"stop":1710306981508,"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":"fe43c47c6e0bde82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"52a107c4582588ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"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":"29b8914304db3d1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"593a27e661ce0f00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1d6a89bd245e2f5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981511,"stop":1710306981512,"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":"ca7da19ba41eb4eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981511,"stop":1710306981511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"fb37e9db4e11df79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981512,"stop":1710306981513,"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":"9faf2ce3540f6444","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981513,"stop":1710306981514,"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":"6f9d2c1b0de26e26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981513,"stop":1710306981513,"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":"e3f1bb9a0f6d784f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981514,"stop":1710306981514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"70c029d74b3a4f35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981514,"stop":1710306981516,"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 6 bootstrap peers","uid":"26062013d91a3239","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981516,"stop":1710306981517,"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":"51a9518e6721354","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981517,"stop":1710306981517,"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":"94636942511afd0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981518,"stop":1710306981518,"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":"d669d81e8897781a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981518,"stop":1710306981519,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6c2d8dd472eaf902","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981520,"stop":1710306981520,"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":"2c0feff6ec28ed9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981521,"stop":1710306981521,"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":"3b5dff7d7101e26c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981522,"stop":1710306981522,"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":"88b3a75e271d6266","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981522,"stop":1710306981524,"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":"4bc604a1442a69eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981524,"stop":1710306981525,"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":"a7eac3f2f4efd11e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306981526,"stop":1710306981526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6507f46dd6e6ed99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994264,"stop":1710306994265,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f6ed73c12ba0a586","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994264,"stop":1710306994264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"d1edee3ee8eb8a66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994265,"stop":1710306994266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9d9abffb00bc665f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994266,"stop":1710306994267,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"700938fcc86d7da1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994267,"stop":1710306994268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9b4723fba15555c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994268,"stop":1710306994268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a084d0101a4b1b0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994268,"stop":1710306994269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"4db6f6e911e9ef4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994269,"stop":1710306994269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"f06232fe0196685e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994269,"stop":1710306994270,"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":"a8ecb8b81f7b10d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994270,"stop":1710306994271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"42fc0dc521d70a07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994270,"stop":1710306994270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"824bf4373ffe1857","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994271,"stop":1710306994272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"d55b295c954e78de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994271,"stop":1710306994271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"6555ae0a22a07c3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994272,"stop":1710306994272,"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":"3597590afaefed95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994272,"stop":1710306994273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832988000000 ","uid":"11394e9e3c68f30c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994273,"stop":1710306994274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1a9fa9cdf487c856","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994273,"stop":1710306994273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832988 ","uid":"a8a67af661581c53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"c6464def5efb043e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"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":"bac580444c8ffa96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994275,"stop":1710306994276,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e1b43c71a5f4ee15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"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":"90735eebe174ec27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"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":"fa928579ee66768f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994276,"stop":1710306994276,"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":"6f73eaff66e6ee16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994277,"stop":1710306994278,"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":"4ae158714446bc92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994277,"stop":1710306994277,"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":"24342cc142b33494","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710306994278,"stop":1710306994279,"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":"a3974946fb4e638b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710306994278,"stop":1710306994278,"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":"ee0ed5f7788a0a80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710306994279,"stop":1710306994279,"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":"d3544ff089ce3856","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045654,"stop":1710307045657,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"24efdf966e4ef57d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045657,"stop":1710307045659,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"d433febcd12a8172","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"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":"aed4c493d9130c58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"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":"3559c6fbc13d9ea7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045661,"stop":1710307045661,"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":"cacc380da1b93230","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045661,"stop":1710307045662,"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":"d9611514a374e4ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045662,"stop":1710307045663,"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":"2e17a6d124e819fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045663,"stop":1710307045663,"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":"655c81158abecd87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045663,"stop":1710307045664,"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":"60c55cebfd87e35e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045664,"stop":1710307045664,"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":"9a09baf643304d51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045666,"stop":1710307045667,"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":"a9d27b9164a2c223","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307045667,"stop":1710307045667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"8d08b00f985b7667","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078636,"stop":1710307078636,"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":"2f54d7516c668185","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"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":"63dae34702dd6ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"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":"44155cd5c0d0e173","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"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":"892ad9469a60e80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"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":"f07c2a9b3e2549b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078638,"stop":1710307078639,"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":"c3e9e9c0c70883d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078639,"stop":1710307078639,"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":"d96e2d65425d975c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078639,"stop":1710307078640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"6551000661afdae3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307078640,"stop":1710307078640,"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":"4eb0d791fbe7984e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078641,"stop":1710307078641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"2ffe60db289622f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307078642,"stop":1710307078643,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"38c8d87ee089eec2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078643,"stop":1710307078643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3873c2a838e3860","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078643,"stop":1710307078644,"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":"cd9aa4dc148f4c84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"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":"349c76ee852db424","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"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":"7f39107dfc6ad8e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078645,"stop":1710307078646,"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":"d2483d1eb56e756a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078646,"stop":1710307078646,"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":"1d05bd8ddd3be5e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078646,"stop":1710307078647,"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":"58eb754c0b307e86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078647,"stop":1710307078648,"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":"a9430d7fb98f3b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078647,"stop":1710307078647,"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":"e06321cee29d90c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"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":"adb389a18970232c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"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":"5818b41177b8d911","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078649,"stop":1710307078650,"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":"1e10b933126ccdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078649,"stop":1710307078649,"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":"98f30a5843dbba20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078650,"stop":1710307078650,"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":"5d25bd26aa12aa71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078650,"stop":1710307078651,"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":"1f8ddc00796efc27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"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":"bf85cb42ba4b05a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"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":"f039054eb7c97a21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"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":"4956183f40287201","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078652,"stop":1710307078653,"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":"b35ec6754e875c48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"a82dc887ba4345c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078723,"stop":1710307078723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"329107f8811dd049","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307078724,"stop":1710307078724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"1bd164ed205a8a0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307101313,"stop":1710307101314,"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":"ca2b582eb9b51304","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307101314,"stop":1710307101314,"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":"3836398dd70fdd8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"8967d765cf0753ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"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":"f8f575284b0cd59f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"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":"c19b90daaf76611d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"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":"179311409d54c394","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307101317,"stop":1710307101318,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"35820cf3ab8f27fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307101317,"stop":1710307101317,"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":"2523f602b4d214cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307101318,"stop":1710307101318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"b114d1fd05a985f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"9c5d3446ca166267","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"84f9195fc0f8e0a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307105570,"stop":1710307105570,"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":"57d6ce172fa7f326","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307114395,"stop":1710307114395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"b51c93af8719d837","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"38e7c6a940a06079","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"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":"c6f6353d96d8d708","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"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":"42b0bba164dd5958","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"e8d782f107a22eff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207000,"stop":1710307207000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e2d34721d9d1fa3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207046,"stop":1710307207047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"136a2f9a9be414f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207047,"stop":1710307207048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"2ecb5beb9cd837ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207048,"stop":1710307207049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"abc4a3e44ea97fda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207049,"stop":1710307207050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"a82a3f7416a0f3e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207049,"stop":1710307207049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"88c6fbccd58dee3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207050,"stop":1710307207051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"afd93c4176e04589","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"a756180be52294f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"a9818e267cfccc64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207051,"stop":1710307207051,"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":"24fd25e99833117d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207051,"stop":1710307207052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"2c53c3e6c7c27a6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207052,"stop":1710307207057,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"fd8dd94ddae5d487","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207058,"stop":1710307207058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"43ec9a647e3c6b96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207058,"stop":1710307207063,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"5be1ee829b2582c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207063,"stop":1710307207064,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"8ffdc3b9302e8202","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207064,"stop":1710307207064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"9617149fa8457972","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207068,"stop":1710307207069,"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":"338264e49e30009d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207069,"stop":1710307207070,"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":"c59310b716db04a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207069,"stop":1710307207069,"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":"3254d2ceff22af12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207070,"stop":1710307207070,"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":"7fa8a42d336d6d8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207070,"stop":1710307207071,"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":"8eafc9118d188e0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207071,"stop":1710307207071,"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":"3fb35e908578f6a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207082,"stop":1710307207084,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"814b334ac78843fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"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":"a7489df2a1520fbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"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":"32a2f44f0fd98798","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207087,"stop":1710307207087,"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":"bca8c0d799250b5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207087,"stop":1710307207088,"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":"a9c1bfddce030e6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207089,"stop":1710307207090,"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":"2def8b1e1cd507fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"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":"e6471a4e3fe7b14f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"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":"d4d5b52e0957a7f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207090,"stop":1710307207091,"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":"f5727b048d92f8ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207090,"stop":1710307207090,"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":"bf99253b90adb73e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207091,"stop":1710307207091,"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":"db08c2ee3491875c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207091,"stop":1710307207092,"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":"2ba8dca9e38d7969","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207092,"stop":1710307207092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"34f98c9f388fed0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"8a4e3fc75e8371f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207093,"stop":1710307207094,"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":"7945e0514e314143","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679548594451","uid":"3390dd5a6f5d2938","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207094,"stop":1710307207094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710303394451","uid":"f3255fe8979172f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207094,"stop":1710307207095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710310594451","uid":"93d4fc52a154513","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207095,"stop":1710307207095,"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":"ece39bb182a659f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207095,"stop":1710307207096,"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":"bb14ccb66934e0f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307207096,"stop":1710307207096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"a5d8e807b19989dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307207320,"stop":1710307207320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"2b23b84d542088b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307207320,"stop":1710307207321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"1a092f0150f4d4c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307207321,"stop":1710307207321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"f9ba7eb6cd24287","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307207322,"stop":1710307207322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"2c275a27738d1f91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307209808,"stop":1710307209809,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"be4ed2861859f6eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307209808,"stop":1710307209808,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"47160b3944138152","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307233597,"stop":1710307233597,"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":"7d5ec46e2958dc45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307233597,"stop":1710307233598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"43348fb1efb51e87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307233598,"stop":1710307233598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"9adb6875d80b8beb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307233598,"stop":1710307233599,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"9dbb889798e0d6b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307238429,"stop":1710307238429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"4748a0e9f1f20db0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307238429,"stop":1710307238430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"cb4c4698de6976d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307238430,"stop":1710307238431,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"22de5cbb2c158a6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307238432,"stop":1710307238433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"69ff88b148aeb46f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244656,"stop":1710307244656,"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":"42210f36795730eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244657,"stop":1710307244657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"97560f07fca83fae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"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":"8ae9c9266c892a69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"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":"edc6b1d5e7fb67ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"6baaff4bb81b1029","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"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":"2130bdc84c81d757","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a62589f6ca215a48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"4f0cc23be8da8b84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244661,"stop":1710307244662,"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":"4247b95aded116c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"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":"73017b1fe771cdd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"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":"64c91b6636082be4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307244662,"stop":1710307244662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"c83c95df309a546a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247755,"stop":1710307247756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"7b80f2783b6ec262","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247756,"stop":1710307247757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"4d89a1ccfe2dc914","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247757,"stop":1710307247757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"ef37b9432b455edc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247757,"stop":1710307247758,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"6c080a4167d9e353","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247758,"stop":1710307247759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"340c77a0ed4de1c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247759,"stop":1710307247759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"b79c952f558e6c64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247760,"stop":1710307247761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"75ed50467fc0314f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247761,"stop":1710307247762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"ee86dbb12c830a52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247761,"stop":1710307247761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"9bd0fc31229f0888","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247762,"stop":1710307247762,"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":"ead1906609d6d38f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247762,"stop":1710307247763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"2ab1adfc952dcf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"155103fda033e27d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"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":"bdfa7faefc1463e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247764,"stop":1710307247765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"910a7410bb201496","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247764,"stop":1710307247764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"f9a51d3548bd6922","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247765,"stop":1710307247765,"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":"8dba368c6f7a5db3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247765,"stop":1710307247766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Mar 23 2023 05:20:38 GMT+0000 (Coordinated Universal Time)","uid":"abea62c3abf85959","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247766,"stop":1710307247766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 04:20:38 GMT+0000 (Coordinated Universal Time)","uid":"16d5bf74f002c13a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247766,"stop":1710307247767,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 06:20:38 GMT+0000 (Coordinated Universal Time)","uid":"151636316322d429","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247767,"stop":1710307247767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"62a7794fc5889e42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"47779898da58d576","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"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":"2c0abfdfabf9ae75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"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":"e6205a6aee9c2fca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"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":"a5f0f66c8d1426d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247771,"stop":1710307247771,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"8c0327c863c5f79b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307247772,"stop":1710307247773,"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":"fa75ab86ed550c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307247773,"stop":1710307247774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"cd1e6b1114c7ef86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"3747a14e4385d0fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"1e69f4fdab7b57d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"fbcae8c37b12d546","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259433,"stop":1710307259434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"87af75df6543e27e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"fbf9a75c9f644c6e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"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":"1458c7deccfd5e79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"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":"1875af12e2c59931","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"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":"1edf0235af8fec6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"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":"b02e29ed5a14fc8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"2f00ead971e63979","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e32f93741d6df919","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307259437,"stop":1710307259437,"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":"6112b1d4cc0b3126","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"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":"e643e20019f5f65c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"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":"19d6e23f87623bda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"e9cfd3bd4133209c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"916dd0c263e44a4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"deb8785009bc7363","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"f292d79e3e1cabc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"3e85f9a879ed1346","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"4d7a153b8460549e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"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":"2af4b01499ed7916","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"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":"489f1d8d26f91c0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259440,"stop":1710307259441,"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":"78b3ece2be02bb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"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":"5951d3800b2347fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259441,"stop":1710307259442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"9d01a302eb02e070","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"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":"ba2ddcbdc34fffa6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259442,"stop":1710307259443,"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":"e535e689cf29bd40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307259442,"stop":1710307259442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"a568868ad882a0e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1710307270090,"stop":1710307270090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"cc59c9a10a2d041","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1710307270090,"stop":1710307270091,"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":"8bc4d374f21fcfd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307285626,"stop":1710307285627,"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":"a7a2ea1325f77e08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307285627,"stop":1710307285627,"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":"cd1ce11214338bcc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307285628,"stop":1710307285628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"6b3a2aebad6f2d5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307300368,"stop":1710307300369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e8cee758ade97dff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307300369,"stop":1710307300369,"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":"9998c2aa8633982e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"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":"b36d6c6a7d0fa128","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307300370,"stop":1710307300371,"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":"10e48418c2c609e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"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":"cf701fc9996a67b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307300371,"stop":1710307300375,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"60ba3f14664d6811","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307300375,"stop":1710307300376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a0ba5e5942159cde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308615,"stop":1710307308616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"1485d544d1e7223b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308616,"stop":1710307308616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"aa1d6a9389341663","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308616,"stop":1710307308617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e24845828d35f29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308617,"stop":1710307308618,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7e036e43ce752352","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308618,"stop":1710307308619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c174b63fd0a03578","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308618,"stop":1710307308618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e845b6be80c42e2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308619,"stop":1710307308620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b7e9da6ceb20ae10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308619,"stop":1710307308619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c7437071b71ad4a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308620,"stop":1710307308621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"21d6b553accd1617","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308620,"stop":1710307308620,"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":"716086bac3488977","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308622,"stop":1710307308623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"544ff99790528a2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308623,"stop":1710307308624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8c80ce2ab01616f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308624,"stop":1710307308625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e08fbc7d1d669cd6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308625,"stop":1710307308626,"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":"c28b753d13308486","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308626,"stop":1710307308627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"65e301b3f862dd4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308627,"stop":1710307308628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208000000 ","uid":"942ea8097846c0f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308628,"stop":1710307308629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208 ","uid":"205ccb75d17f1e67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308629,"stop":1710307308630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"dce829795d10844f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308630,"stop":1710307308630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"113edc8693a5ff4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308630,"stop":1710307308631,"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":"117bebb02dcd726d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308631,"stop":1710307308632,"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":"7f6ca1b54860dfd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308631,"stop":1710307308631,"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":"f7c2deca11224d58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308632,"stop":1710307308632,"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":"dcf88502bd133396","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"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":"e1fcb663648fda01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"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":"6602ffbc2d1b7fcf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307308633,"stop":1710307308634,"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":"32c1cfc7a9ac561b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307308634,"stop":1710307308634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"1ab840fd47e5a0a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"3fec82bb7b063175","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308635,"stop":1710307308636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d1291c25e0f7ab77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"937dd759a74f8879","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308636,"stop":1710307308637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"1464194acb38af00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308637,"stop":1710307308637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"3c8a8227a5415b6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a36d82908d154cf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"159407dc774053b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308639,"stop":1710307308643,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"48b5dbdff708a3ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308644,"stop":1710307308645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"dccf548c4f204fa5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3abdc73832c6540d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"6154ffb8bb73911d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"d8bfe1a1fb1608f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"211eb4cbfbdf0041","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308646,"stop":1710307308647,"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":"cf0ce8e3701f87b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"431b7e4e075f97cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208000000 ","uid":"dcf91f4dda3ea21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"f12c7b6c03e28e46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308647,"stop":1710307308648,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208 ","uid":"bb1a4a206de825c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"de30c0be5a782e71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308648,"stop":1710307308648,"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":"d2863b3cded12e92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"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":"baa95e7f8a2f526c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"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":"27f7bb091abd7099","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308649,"stop":1710307308650,"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":"f1958781a922d330","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"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":"6190bac82b7d7883","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"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":"b5cabd941399f45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307308651,"stop":1710307308651,"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":"7a042d9e30a3e7a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307308651,"stop":1710307308651,"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":"3595c21704790a23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307325063,"stop":1710307325064,"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":"e6cbeffff593b0af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307325063,"stop":1710307325063,"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":"75de0caf2c24cf60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307325064,"stop":1710307325065,"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":"dfa4a03f36985f76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307325064,"stop":1710307325064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"f1cfa585c2d275b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307325065,"stop":1710307325066,"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":"4c3453a6dc8bc6c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"b1a240adbe0e9392","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"c108d32ec506327c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"f6750198c0188479","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"8351a78aa6001509","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342519,"stop":1710307342519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"ce05dda30542d80e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342519,"stop":1710307342520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3b0749efd22f39dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342523,"stop":1710307342524,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"38c00c623f09ddd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342524,"stop":1710307342524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"dd0226d908bae87f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342524,"stop":1710307342525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"b84ccf31107663d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"6696ca96b89d9eed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"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":"1fb4fe15cbe1e51d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342526,"stop":1710307342526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"f1395b7b08944575","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342526,"stop":1710307342527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"3e3e04996fa9b1be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342527,"stop":1710307342527,"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":"a39d4a1309de00de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342528,"stop":1710307342529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"8a084db94f32185a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307342528,"stop":1710307342528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b2ca281bfb340ea5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307351547,"stop":1710307351547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"cfaff012410118d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307351547,"stop":1710307351548,"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":"30cfc64235762ce7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307351549,"stop":1710307351549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"e9d1450872b06f48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307351550,"stop":1710307351550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"d1f8681bf8df9ccc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307351550,"stop":1710307351551,"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":"2e86d519770586d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"3ea20c27a80b2e5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9bb0ce2549f5b685","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"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":"48d3f130ed9394d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"60cd3ef631a89cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358452,"stop":1710307358453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"66a448733488435","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358453,"stop":1710307358454,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a8a1b9563250721e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358453,"stop":1710307358453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"b3449055ba1206e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358454,"stop":1710307358455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"56ca2f702c4cdb02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358454,"stop":1710307358454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"5b5002d654a7dc0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358455,"stop":1710307358455,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3d0424f2603c0f2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358455,"stop":1710307358456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"b187afb44db4040a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"1c67d90e32d1afdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"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":"d48f7e78bec72b61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"730f8adb736453b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358457,"stop":1710307358458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"c58e5b8bf671e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"7777553cbaad4a23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"833dfd32459b4bc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"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":"164904741fb5da3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358458,"stop":1710307358459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4c29f30fb86f4984","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358459,"stop":1710307358460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"4f1c2976b2b48d4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358459,"stop":1710307358459,"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":"aa08e4f65994b509","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358460,"stop":1710307358460,"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":"c2ce64e4516c7688","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358460,"stop":1710307358461,"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":"567580d3caf8b20c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358461,"stop":1710307358461,"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":"f5c0f2e3af496c30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358461,"stop":1710307358462,"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":"5684ba704a01bc4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358462,"stop":1710307358463,"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":"9d054ecd1d11d4dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358463,"stop":1710307358463,"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":"f2a2fdc9d308325e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358463,"stop":1710307358464,"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":"a455888423ac0599","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358464,"stop":1710307358464,"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":"f346042f8e263f2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358464,"stop":1710307358465,"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":"8d1e9a236b17131f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358465,"stop":1710307358465,"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":"bbede38292c05609","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358465,"stop":1710307358466,"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":"34fac85a434e9564","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"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":"aca240ab4abb749d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"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":"c67e5097289e79a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"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":"343a59b3900a2827","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"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":"b7bb23ddc501c0ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358467,"stop":1710307358468,"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":"ba2aed0de7ecdd03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358468,"stop":1710307358468,"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":"2ad0b6e37e49d10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358468,"stop":1710307358469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6f1720d029b5785c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358469,"stop":1710307358473,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"968a1ec7be9646c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358473,"stop":1710307358474,"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":"55508c08e2144442","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358473,"stop":1710307358473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679548581740","uid":"8b2a312e6dd0d2b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358474,"stop":1710307358488,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710310581740","uid":"ae0d3b640c89139f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358489,"stop":1710307358490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710303381740","uid":"409e9a7c2904c688","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358489,"stop":1710307358489,"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":"bb0251893ab6f044","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"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":"b7c1c34ea574205f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"29a6cc9ba3ddaad3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307361629,"stop":1710307361630,"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":"12799eb728b399ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307361630,"stop":1710307361630,"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":"cacee6d5d5338caf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"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":"e7188045e91edf61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"2c4c4a1d46dca0f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"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":"e3e8224950aedc65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"238a1e3678ff2384","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"358f3f2c4970a43b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307361633,"stop":1710307361634,"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":"953b6c4958f6ffe2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"317322a1e6dcd704","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307365850,"stop":1710307365851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"b0a21d2a8553faf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307365851,"stop":1710307365852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"31a84d69e12bcc1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307365851,"stop":1710307365851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"b6845659f84394d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307365852,"stop":1710307365852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"2f99f2f7f33bd728","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307365852,"stop":1710307365855,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"bd8aeb09e11b1fe3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307365855,"stop":1710307365855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"4f9b2c23a0afcd26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"8402acfe0863d89e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is backward","uid":"8f1e25b816e85949","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is forward","uid":"54a5343050da809a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"9cc77513a4f98d1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307377258,"stop":1710307377259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"45cdc78611b3b2d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307377258,"stop":1710307377258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"f234971769de4f77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307377259,"stop":1710307377259,"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":"c36628ea0624b88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307383798,"stop":1710307383799,"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":"c656142e10a02f39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307383799,"stop":1710307383800,"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":"fa94cf7cc1ecf73d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307383799,"stop":1710307383799,"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":"2da5bdfda13d89c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307383800,"stop":1710307383800,"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":"27073afe74dd3c08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307383800,"stop":1710307383801,"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":"ee8f0588407f024b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307383801,"stop":1710307383801,"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":"8e0b9f018cda4f27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307383801,"stop":1710307383802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"f9738146d6c36a86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307383802,"stop":1710307383802,"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":"71fdca3b6918ea5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"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":"6cc4a0a7325ed109","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"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":"2294fecd7e9df599","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"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":"46f68746f50cdee6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"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":"235cbb7f16c82a5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392157,"stop":1710307392158,"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":"cf2f9f8964afd77c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"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":"8dc364c747b628c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"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":"a4701230afe58d27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"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":"9c97c009f5f49ffe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"6358787fd1d0eb59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392997,"stop":1710307392998,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"7c543862f1b45555","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392998,"stop":1710307392999,"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":"551c392fcbaf7f61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392998,"stop":1710307392998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"5f045d647f60bfc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392999,"stop":1710307393000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"9a6a1cb256b9282f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307392999,"stop":1710307392999,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"8c3b54c1ca7eaa0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307393000,"stop":1710307393000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"742eb5781edf2ea0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307402634,"stop":1710307402635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"2132e5a9580b844f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"743f7b959cd02351","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"53b8d25dee8981b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"d3c212d623f1152e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"35416b4effa96e0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307402636,"stop":1710307402637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"dc85bceac9c30dee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"f9508b104b81059c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"d86e27e65d071110","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307402637,"stop":1710307402637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5acde044e16529a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465616,"stop":1710307465617,"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":"ac1f82296aa79cd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465617,"stop":1710307465618,"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":"b43ec45e5033e539","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465617,"stop":1710307465617,"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":"97d8c380e25a2bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465618,"stop":1710307465619,"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":"ed91c4dad1f67b6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"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":"ee041736d3a13da2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"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":"842537653859fb14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"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":"2b71b4b5e041ed7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"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":"ac63acb0c1eda98a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"c4c069540f801f1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"7df7c6ee63b234b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"e6f4bdbaa51811dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3a5d6b5a6dc7ab5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465621,"stop":1710307465622,"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":"7814bd7753739ba7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465622,"stop":1710307465623,"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":"4b2b1ed70a9f0c61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465622,"stop":1710307465622,"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":"bb0fdb54a62df8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"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":"1d3b9335095bb3ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"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":"8331c3ddab54ef15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"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":"af8fc602f8a93d20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465624,"stop":1710307465625,"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":"42ae85cd1aeca56b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"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":"cfa8d6ca69caeffe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465625,"stop":1710307465626,"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":"392e071ff7e154ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"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":"9ff2747ee46298db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"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":"f4d077dd4bff4640","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"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":"13ac06ff71f7e8eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"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":"e51a178e2edeea2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"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":"195d4824ca7509f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465627,"stop":1710307465628,"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":"d8081ed8b174f564","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"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":"c6aac06e5388af35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"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":"367c95cd8cf1e56e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"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":"c56ed0be79bd67d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"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":"3eb3a12db899e94e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465629,"stop":1710307465630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"62c2fd63fa08f33f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"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":"29dcb7d30a014cee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465630,"stop":1710307465630,"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":"cc78fb5edaac77f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465630,"stop":1710307465631,"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":"83de1c0272cb2338","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"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":"a44d8e03505b29d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"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":"f4c2c96d706cecc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465632,"stop":1710307465633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"e8eeb17c6ae0787e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307465632,"stop":1710307465632,"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":"6249705d8da0e6e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"552a3fdbac73b6c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465633,"stop":1710307465634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"7103721d540ca672","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307465633,"stop":1710307465633,"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":"b8aa3d6c2c782916","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465634,"stop":1710307465635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3e3789192373e528","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"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":"bae8aa08266f081e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"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":"b8fb06257b483b57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"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":"e2bae80d3bcaaeb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"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":"76ee843b7667e331","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465635,"stop":1710307465636,"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":"5baf4b5cd3c617d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"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":"93b7453da3e18ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"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":"81124934c58f99f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"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":"7f285870fe8b1795","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"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":"3423716523d872a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"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":"beaa5697c0dae4dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"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":"29e2a1e8746d9207","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"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":"fc4862740fcb3439","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"f6839a2154897bd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"11c683f556ab6dc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"5ed18f83e88104b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"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":"6dab49c42effd416","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"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":"4929156d19bed9bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"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":"3670104296f933b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"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":"9900b1bbb62183e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"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":"779e1f43412c6cc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"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":"dbf4fc66db0b2495","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307889887,"stop":1710307889889,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"9fcf5ca8de7d5e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307889889,"stop":1710307889890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"c9670423c988d8b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890263,"stop":1710307890264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"f51506e7f5008808","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890263,"stop":1710307890263,"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":"584068ae20efac07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890264,"stop":1710307890264,"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":"eb0f252be0c31bba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890264,"stop":1710307890265,"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":"801d856912befc9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"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":"8787c51874f5a990","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"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":"72928242b5434284","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890266,"stop":1710307890266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"f7984a23c6c87e01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890266,"stop":1710307890267,"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":"33dfe1f4260c6e43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890267,"stop":1710307890267,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"9c6ab8325e4360b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"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":"83fa7ede22082b24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"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":"cf2af3d0fd8ecf01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890269,"stop":1710307890270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"4129f5d41c6ca22c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890343,"stop":1710307890344,"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":"1f11683e170dbe81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"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":"e13f05100230c736","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"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":"28563399f6b17f4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307890345,"stop":1710307890345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"3478f4dea2ed7899","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307892757,"stop":1710307892759,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"9d551bb723d2168","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307892759,"stop":1710307892759,"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":"50854f5204d29865","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307892759,"stop":1710307892760,"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":"da3e5676f260a344","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897766,"stop":1710307897768,"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":"9da10f2a72d020c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897768,"stop":1710307897769,"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":"9692272bf2580154","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897769,"stop":1710307897770,"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":"8664e8cba76b4d45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897770,"stop":1710307897772,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"38f46781806d9633","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897772,"stop":1710307897772,"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":"fb2684be62889246","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897773,"stop":1710307897773,"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":"6e41a1e48c8c0491","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897773,"stop":1710307897774,"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":"f2cacbaa00985814","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897774,"stop":1710307897774,"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":"210ba9f3286cdde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897775,"stop":1710307897775,"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":"d88c51a51a9ece88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897776,"stop":1710307897779,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"d4e9adc87979262","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897780,"stop":1710307897781,"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":"aee894d537875470","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897780,"stop":1710307897780,"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":"9d9819428e416d31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897781,"stop":1710307897799,"duration":18},"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":"7435b88ccd1e8fab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897799,"stop":1710307897800,"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":"d2f95704a7585f63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897810,"stop":1710307897811,"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":"bbe7ad191055e930","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307897832,"stop":1710307897834,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"168699eea91ad1b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898039,"stop":1710307898039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"37a395b22fd28cd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898065,"stop":1710307898065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a9a09a06316dedd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898066,"stop":1710307898066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"2ef6733b37ed9b89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898597,"stop":1710307898598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"3bc45aab135e781","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898597,"stop":1710307898597,"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":"2f1cf38391dc2909","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"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":"e074e8c096f8e201","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"b972b1e80fc56a83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"c98bf4c3e739eac8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"5f0ed77024dcf6fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898600,"stop":1710307898604,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"364346e30d0a3db6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898604,"stop":1710307898604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"37e6fbdae03121a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"a92647d16e547af8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"9195e5e15efab4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898605,"stop":1710307898606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"65980bf9de865008","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"3f3c1ea9af5a66e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"7d50c79b1c7fc277","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"7eba469f3e5f2764","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"4b223140dbcd553e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898607,"stop":1710307898608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"e9997002b2a37e6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898608,"stop":1710307898609,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"c3850fc58e56d531","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"36f6d6f97d645dd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"4afd6ad1b22c9cb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"2f58b0d2296ef184","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"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":"a5d2710fe934adac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898609,"stop":1710307898610,"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":"85ad27be440476f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898610,"stop":1710307898610,"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":"d1ddd75a8cc82de7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898610,"stop":1710307898611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"164df922bd179f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898611,"stop":1710307898612,"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":"d45c72a81614a752","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"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":"2e975ef6965267ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"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":"c54954d908a46041","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bba8bbf311fde437","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"70ba40a2b1007e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307902926,"stop":1710307902928,"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":"a9db5576e601a68b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903345,"stop":1710307903345,"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":"73b2fc8b63ce28f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903346,"stop":1710307903346,"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":"fc51bc7c7619cbbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903346,"stop":1710307903347,"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":"53bdcc55268eab3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903347,"stop":1710307903347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5c3cfb3678de1e90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6add6d74ba5cfda8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"746e53115698be23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903499,"stop":1710307903500,"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":"f736ce3f9f063dc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903499,"stop":1710307903499,"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":"de258e8515ffeadf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"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":"ea1a00b9199bd8ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903500,"stop":1710307903501,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"3fac1033637d872a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"78e461413c8cc9a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307906861,"stop":1710307906862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"961c402fe2a47a78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307906862,"stop":1710307906863,"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":"5bb885987af1261a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307912517,"stop":1710307912520,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"ea6a125b258d82b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307912521,"stop":1710307912522,"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":"cc8e407da697fa6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307912522,"stop":1710307912523,"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":"89ca8c82e825b65e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914056,"stop":1710307914056,"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":"4293adce4c6fb72f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914056,"stop":1710307914057,"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":"882fdf9ae41376be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914057,"stop":1710307914058,"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":"a981c08a1c439e8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914058,"stop":1710307914058,"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":"61926b0960a885db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914058,"stop":1710307914059,"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":"6b265a8c2db64f1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914059,"stop":1710307914069,"duration":10},"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":"30f590d96d7726c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914070,"stop":1710307914070,"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":"e2b6e21e58644a2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914070,"stop":1710307914071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"ba12ce608833de45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914072,"stop":1710307914072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"fd418f4863adb7b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914152,"stop":1710307914153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"1d48597e1996675e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"cc06a0e4258d47a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"d8c7454cc6b83a52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914153,"stop":1710307914154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"c30488924245eddf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914370,"stop":1710307914370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ec8f185fe67ea2ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914370,"stop":1710307914371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"d281bfa3e25b73e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"65b1a4ce2339e5d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914371,"stop":1710307914372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"d7e0653f8b490d28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"51acecb33833ebf4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914372,"stop":1710307914372,"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":"a15bce393d5fdd3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914372,"stop":1710307914373,"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":"b21d2a90f8da1c78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"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":"1b5307b8e719aeb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"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":"263a24341c9e7b8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914373,"stop":1710307914374,"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":"5f5f9aea320ebe41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307914374,"stop":1710307914374,"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":"78c9e6cce3e2f6be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307914374,"stop":1710307914375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"5de9fed9d7c406ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307914375,"stop":1710307914375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"54780751d24614ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918131,"stop":1710307918131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f535654f4861b59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"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":"f35b159debd005c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"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":"6dd49b53658e07dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918132,"stop":1710307918133,"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":"25e64543726f07fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"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":"442f47c9965aeae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"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":"9750a678d29afff7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918134,"stop":1710307918135,"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":"26984cf4fa214464","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918134,"stop":1710307918134,"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":"a2008042c6b59cae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"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":"b15c7072fbc83d9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"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":"72463fb32e87df8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307918136,"stop":1710307918136,"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":"1d62f2018ac8b503","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307923910,"stop":1710307923912,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"aa4e3e175b818004","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307923912,"stop":1710307923912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"db70e85df4bc8348","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307923913,"stop":1710307923913,"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":"2593a621e1209fca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307923914,"stop":1710307923915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"b9e39a5c781d2946","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307923914,"stop":1710307923914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"5f5de46526bf25cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307923915,"stop":1710307923916,"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":"6d2d288efad1f2ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307923916,"stop":1710307923916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"79c89ab89f18a3d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307924457,"stop":1710307924458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"ac36608524f6ead6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307924458,"stop":1710307924458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"7be882f99455ca53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307924459,"stop":1710307924459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"c2f66879a5765079","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307924459,"stop":1710307924460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"229c15e86d0e1e66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"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":"f72da4ad3d348f10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"658fc70cc0b4b5d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f7904c9ebae93f06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"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":"65f7e61d68305d01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8e4c928caf641c35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"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":"3f09598def689f9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"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":"fde04bd30e1a5e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307940135,"stop":1710307940138,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"e8bbe5d0309640b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307940140,"stop":1710307940143,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"22c4c55deba96b8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307940164,"stop":1710307940171,"duration":7},"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":"739253a7f12e1667","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307940172,"stop":1710307940173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"46745435013c04d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307940174,"stop":1710307940215,"duration":41},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"64a1627951e49c06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307940215,"stop":1710307940216,"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":"ac4e5b382205b17f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307948133,"stop":1710307948134,"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":"4d157290c1719ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307948135,"stop":1710307948136,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"c25dae6e48c24f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307948135,"stop":1710307948135,"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":"b14ca8c15c626435","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307948136,"stop":1710307948137,"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":"249eba5a985f9b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307948137,"stop":1710307948137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"62f2fcc847c6df65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307948300,"stop":1710307948300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"6077dec9eca582b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307948300,"stop":1710307948301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"408038acf5fa6582","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307948301,"stop":1710307948301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"b794452d1d7d235c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950103,"stop":1710307950104,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"659f0f6738b3f8b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950103,"stop":1710307950103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"c9c076e66d864268","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950104,"stop":1710307950105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"a2a0c02e20b55eff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950104,"stop":1710307950104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"3d8f4d4d7aacb04c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950769,"stop":1710307950769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"637f3196ed316a60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"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":"b6b89dedd9d6ec23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"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":"29a6a7bbf70834a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950770,"stop":1710307950772,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"28f120756f1d0127","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950772,"stop":1710307950772,"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":"8b01fe7edcdf95a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950773,"stop":1710307950773,"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":"9f274ec6ba40301","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307950773,"stop":1710307950774,"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":"48ca89d32a048cd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307950774,"stop":1710307950775,"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":"dbb9702127f61154","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307950775,"stop":1710307950776,"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":"e46d8319e6b46486","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710307950776,"stop":1710307950776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"37cb1f89cf05e5dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307971894,"stop":1710307971894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b944e98ee8cf4ca4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307971894,"stop":1710307971895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f0a66a17808cffe3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307971895,"stop":1710307971895,"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":"f6c155ef26e07f71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307971895,"stop":1710307971896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"7ff5db574664ea58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307980879,"stop":1710307980880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"a2d388e45591383b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307980880,"stop":1710307980881,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"8456d9887da5650e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307980880,"stop":1710307980880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"58982cd0c04249c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307980881,"stop":1710307980882,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"2a6d9e9653fbc5be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307980882,"stop":1710307980882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"b018fb39f961a7ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307980882,"stop":1710307980883,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"286a188ce3994149","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307980883,"stop":1710307980884,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"cd2cd43851ee5c62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307980883,"stop":1710307980883,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"e1a6ffacc78d9a91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307980884,"stop":1710307980886,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"59e0b27c9054aec2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307991225,"stop":1710307991225,"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":"d7526c5ff44f936","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307991226,"stop":1710307991227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"5e86b9b0e6a71c85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"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":"ec740b4a021dd391","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"99d71c6091ab4366","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307991227,"stop":1710307991228,"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":"c6f416e4a072265b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307991227,"stop":1710307991227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"30f1f7a89299a781","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710307991228,"stop":1710307991228,"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":"7f016940a25de20b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007020,"stop":1710308007020,"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":"9ed9d83a3d684b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007020,"stop":1710308007021,"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":"691a34a900530f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007021,"stop":1710308007021,"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":"b70f09c82b959e2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"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":"5058ba511ee22cbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"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":"66c61ced9b7c8d9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"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":"e31cff1543df4bca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"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":"b315b480fe2eec38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007024,"stop":1710308007024,"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":"9e515653af22fab5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007024,"stop":1710308007025,"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":"bc3887ddc54b7338","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"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":"97973916a21869f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"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":"a9df3bd32990f3f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308007026,"stop":1710308007027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"54e59a8f1863ecb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308024291,"stop":1710308024292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3494f4c3e7c2acd0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308024291,"stop":1710308024291,"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":"75abdfcd2db96901","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308024292,"stop":1710308024293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"98eb5a41dbbfc7b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308024292,"stop":1710308024292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"cbfaf0225991590a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308024293,"stop":1710308024293,"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":"419b2409f8930b61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308024294,"stop":1710308024295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b66443c2e0c92888","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2fface4cb94b5716","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"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":"6673ddf96a113fa9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308026832,"stop":1710308026833,"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":"e0848519159e3e4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308026833,"stop":1710308026834,"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":"bf5730553fdfba4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308026834,"stop":1710308026834,"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":"d2778b55d5cee611","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308026834,"stop":1710308026835,"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":"e21393c53b3cec0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308026835,"stop":1710308026835,"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":"d1131d33fd90a6ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308026835,"stop":1710308026836,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"f2474eeecef8ba48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092684,"stop":1710308092685,"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":"17cafc41b2943637","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092685,"stop":1710308092686,"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":"8f70853da5af5ead","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092685,"stop":1710308092685,"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":"6d62a4e900ac3f1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092686,"stop":1710308092686,"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":"38c7ce1f763ffc28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092686,"stop":1710308092687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"5e545a6d1a486c60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092687,"stop":1710308092688,"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":"e466bb6ca0fa3733","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092687,"stop":1710308092687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c3737e78ca767f63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092688,"stop":1710308092689,"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":"5e8486e7bc41eac0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092688,"stop":1710308092688,"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":"c6f0b192b239015e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092689,"stop":1710308092690,"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":"708df7cfbbe04df1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092689,"stop":1710308092689,"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":"7111ad0a39bcf64e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092690,"stop":1710308092691,"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":"151e106940af2b94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092690,"stop":1710308092690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ae455015e49eea53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092691,"stop":1710308092699,"duration":8},"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":"4fccdfcc73f1d53b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092699,"stop":1710308092700,"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":"fa9e9ef30b1a6817","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092700,"stop":1710308092700,"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":"25a34fe7b6309061","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092700,"stop":1710308092701,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"952571cd432fe180","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092701,"stop":1710308092702,"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":"48686c9a1db84331","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092701,"stop":1710308092701,"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":"562b2c9eff20cb82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092702,"stop":1710308092703,"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":"2c7241dbe1309464","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092702,"stop":1710308092702,"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":"97b5d4d8cc7677d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092703,"stop":1710308092704,"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":"3db4c6dd584b922f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092703,"stop":1710308092703,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"679af2e30c4ea1a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092704,"stop":1710308092704,"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":"700db9ecded6b381","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092704,"stop":1710308092705,"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":"bbe0acc788da3bcf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092705,"stop":1710308092706,"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":"4e6369fa0cab69bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092706,"stop":1710308092706,"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":"30632a885828bf4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092707,"stop":1710308092707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"df5f276deba61d86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092710,"stop":1710308092713,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"227b02546ef5e893","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092713,"stop":1710308092714,"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":"55136e36ac157da1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092714,"stop":1710308092714,"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":"e5a01a74d62c8db0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092714,"stop":1710308092715,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"b2cd6e44322f91b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092715,"stop":1710308092717,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1a552a3e871c91cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092717,"stop":1710308092718,"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":"f0bdbb0df219698a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092718,"stop":1710308092719,"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":"6c0bf0db155c2675","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092718,"stop":1710308092718,"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":"64cf644f6846753b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"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":"5a173d605b76c2c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"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":"861a4a1dc01d6259","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092720,"stop":1710308092721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"f8ba4e36fd555877","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092720,"stop":1710308092720,"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":"94d202265557b95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"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":"fc8f7f63be5e847d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"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":"64455f73f6a0cbb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092722,"stop":1710308092722,"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":"d15b46c9db9e57c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308092722,"stop":1710308092723,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"44683a8cdf7f16e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097724,"stop":1710308097725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"5850583be5b811ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097725,"stop":1710308097726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9fd0fca2df1ee3be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097726,"stop":1710308097727,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"fc4669ef515b7b3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097726,"stop":1710308097726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"eba0415ef5540d0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097727,"stop":1710308097727,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6fcfb764d74141a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097727,"stop":1710308097728,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"f0b432e7877fe7c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097728,"stop":1710308097729,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"fe42f88b3ad13d44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097728,"stop":1710308097728,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c219c5cdd92dffd7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097729,"stop":1710308097729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fdf848dbf5d4e8d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097729,"stop":1710308097730,"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":"4173465555050b68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097730,"stop":1710308097730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"c60c32df11b0567b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b6963d4d261cb89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"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":"fd8378d01627ffe3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"323067807d6eed80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307940002000000 ","uid":"429e3a3aa99003f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307940002 ","uid":"2f144ad72b15d34c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"58817b80abfc90ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"6fc1f472da8fdd0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"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":"866a9c956e93f7d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097734,"stop":1710308097735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a3064e5c2bf90011","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"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":"c41945c4b8cbfead","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097735,"stop":1710308097735,"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":"b3907749ac12017d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097735,"stop":1710308097736,"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":"ab61a767c8ddc7fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097736,"stop":1710308097736,"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":"603c72a27589d4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097736,"stop":1710308097737,"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":"74f11ca386c36d84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308097737,"stop":1710308097738,"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":"16a65405028bc6c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308097737,"stop":1710308097737,"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":"1ee8f89d4d81bff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308097738,"stop":1710308097738,"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":"8e8d0276ca592d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167156,"stop":1710308167156,"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":"69d841d5eeafb782","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167157,"stop":1710308167158,"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":"92efcaff04194f18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167157,"stop":1710308167157,"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":"dec49bea28116913","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"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":"2f031c494248cbf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"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":"e82920e09474de85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167159,"stop":1710308167159,"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":"46021ac8c5c435a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167159,"stop":1710308167160,"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":"73fc13e1a2da15bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167160,"stop":1710308167160,"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":"8c40f41a15c1d4d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167160,"stop":1710308167161,"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":"3c44abc8403b510","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167161,"stop":1710308167162,"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":"863c4b36cc41b13b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167162,"stop":1710308167163,"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":"73855449b1424756","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308167162,"stop":1710308167162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"2df243e0b95a8cf7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192911,"stop":1710308192912,"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":"44448a09524c17c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192912,"stop":1710308192913,"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":"68656f86c2e6c6df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192913,"stop":1710308192914,"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":"cbaa443eb1a7ea22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192914,"stop":1710308192915,"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":"eb97cd0d6cec89d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192914,"stop":1710308192914,"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":"e9033d1f148e94c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192915,"stop":1710308192916,"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":"fa9d8d79130bff9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192916,"stop":1710308192916,"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":"407640ec244257b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192916,"stop":1710308192917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"c4faaac875690fd0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308192918,"stop":1710308192918,"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":"da9b36da9b9593d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"26fb4a83e7160219","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c05fccece459d4fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192919,"stop":1710308192920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"9f3a6aa4fb66c49f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308192919,"stop":1710308192919,"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":"ca250cc38ddb51da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192920,"stop":1710308192920,"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":"c9e6fe4eee6ddb2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192921,"stop":1710308192921,"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":"7b3d7a6013d7505","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192921,"stop":1710308192922,"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":"f84e6ee289100fd4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192922,"stop":1710308192923,"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":"6bb0c973bea42388","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192923,"stop":1710308192923,"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":"c2897b7fe6273c64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192924,"stop":1710308192955,"duration":31},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"4d7d8f8968230f86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192924,"stop":1710308192924,"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":"b4ca6b04a1e969b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192968,"stop":1710308192969,"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":"5ceda4b1ae9a1445","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192969,"stop":1710308192970,"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":"9111ea84523b95fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192969,"stop":1710308192969,"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":"8f74ce67607fe248","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192970,"stop":1710308192971,"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":"3ef6b91ac3fc51a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192970,"stop":1710308192970,"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":"fe4e6897f994c287","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192971,"stop":1710308192971,"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":"3a9ea5249feb22e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192971,"stop":1710308192972,"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":"74a66228bf3e1371","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192972,"stop":1710308192972,"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":"e3ab2c51803feee4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192972,"stop":1710308192976,"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":"33187d6eb6754c90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192976,"stop":1710308192977,"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":"6fe3045070ee056f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308192977,"stop":1710308192977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"2664e399b5bc69a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308193083,"stop":1710308193084,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"96248d99d46394e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308193084,"stop":1710308193085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"dd6e01bb2bd73fcc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308225036,"stop":1710308225036,"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":"4af4f3a79477d29c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308225037,"stop":1710308225037,"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":"e3ed13a86cd67a07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308225037,"stop":1710308225038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"bff3f4e83330a16c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308225038,"stop":1710308225038,"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":"829ede11b709a426","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"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":"1db4fc4c2d960b8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"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":"8412b4099a1f4f25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308225040,"stop":1710308225041,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b5bb445a550ea2b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"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":"283e444ec6452b0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"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":"d553d9f85eda043b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308231835,"stop":1710308231836,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"9aa22523f7525502","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308231836,"stop":1710308231836,"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":"26651b8096e41a46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308231837,"stop":1710308231838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"c5623ff0da329f91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"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":"79464d5f1aa3ee20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"bff70a352c922ddf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308231895,"stop":1710308231896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"604686753df1b9e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"2d4c02a12b563389","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7c5165e0a08000e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322564,"stop":1710308322564,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"ac4d3faef5e2b526","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322564,"stop":1710308322565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"a958b7f2080e216c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322565,"stop":1710308322565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"62eed97231bd16b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322566,"stop":1710308322567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"1dd7ebff91c557a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322567,"stop":1710308322579,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"989a3bdc2ee27224","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322567,"stop":1710308322567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"e9a03dcdb8819aa6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"4ff91ea0ac7803c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"fcbe0c79e4f1c505","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322586,"stop":1710308322593,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"442782313c28b573","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"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":"e8ed92cf92361e36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"dfcaf59b68762f18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322595,"stop":1710308322596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"8f4d38912d716ea4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7ff97b8129b3dc26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"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":"fe8f8b7d9d7213a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322596,"stop":1710308322597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4d1b04501c44962","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"4568c4cb1a3650d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"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":"d16990f351b169b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322598,"stop":1710308322599,"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":"a3e7a40f648c632b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"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":"6c95d7ade4228f0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"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":"ea3a1ec8846f968d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322600,"stop":1710308322601,"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":"aa5816827d68913f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322600,"stop":1710308322600,"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":"4c9e3492a4807550","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322609,"stop":1710308322609,"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":"ab75b6b0619f6720","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322609,"stop":1710308322610,"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":"fe93c0551b6e064d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322610,"stop":1710308322611,"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":"6a9b025a34bde44b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322610,"stop":1710308322610,"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":"95e0f99bb51c9783","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322611,"stop":1710308322612,"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":"dd801977b799a42f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"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":"d9ae48c2f1e7a7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"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":"404693b7c9f44206","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"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":"79e48092a8e987e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"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":"30081ab3344c28d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"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":"a7a4ae8b45f091b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"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":"11528354d9817213","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322614,"stop":1710308322615,"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":"93a0c157206c50ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322615,"stop":1710308322615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6ab479e4414643b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322615,"stop":1710308322616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"24332471c2e5bbdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322616,"stop":1710308322617,"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":"177e38359a4b434c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322616,"stop":1710308322616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679549697857","uid":"390f9fd1641e1b59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322617,"stop":1710308322618,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710304497857","uid":"e1dd37a17fe8a8a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322618,"stop":1710308322622,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710311697857","uid":"ced572415015a932","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"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":"5c35069220d0c7e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"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":"ac6f4636fc68d5a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308322624,"stop":1710308322624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"f2b7cf52b3aee244","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308322787,"stop":1710308322787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"4e5aa6f148f9d8b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"20731a99aae17b96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308322788,"stop":1710308322789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"b5c6e683eef46e9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"104040261e5581e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308325356,"stop":1710308325357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e4fa4c4c949e70c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308325357,"stop":1710308325357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"370e90bc1e140e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308348759,"stop":1710308348759,"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":"2fe978312f134a47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308348759,"stop":1710308348760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"cd6a8ef0e5b1efaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"bf38b3c27f5e49a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"b6034001b13b02cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308353087,"stop":1710308353087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"7e13bbd413bdfe67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"4248bf280cc37198","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"4a72e0f50ab33385","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308353089,"stop":1710308353098,"duration":9},"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":"1d82a10ddcc98ad1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"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":"513d1404a75654b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"cc8398f218c8fddb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357659,"stop":1710308357662,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"59d0f5bd41cbf48c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357663,"stop":1710308357663,"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":"c5c549e543302556","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357663,"stop":1710308357664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"8e92bddc868abe9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357664,"stop":1710308357665,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"e8fabb958e19000b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357664,"stop":1710308357664,"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":"a294baa10a5ddd71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357665,"stop":1710308357666,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"ae6902453d8de57f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357667,"stop":1710308357668,"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":"f886643391fc6715","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357683,"stop":1710308357684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"1a84e7f481745bdf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"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":"bcc25e0c44746b78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"a2a13a70ec24708f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366456,"stop":1710308366456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"359fc7ba8c7e550c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366456,"stop":1710308366457,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"8909c0c2f9cb72fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366457,"stop":1710308366458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"c66df1ea5ce918aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366458,"stop":1710308366458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"a5bb15c1e84648ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366458,"stop":1710308366459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"2fda8488ae92c13b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"79fbfbe79c032d6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"41185fd0f9bddb0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366460,"stop":1710308366465,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"e51c6c5265b64fd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366465,"stop":1710308366469,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"aa32ef4496a20c61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366469,"stop":1710308366469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"5d8f9c18fab1002f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366470,"stop":1710308366471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"74839595307407bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"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":"9b487717c3dbd229","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"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":"b43af9c68b222d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366471,"stop":1710308366472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"da542bdf2c5dd278","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366471,"stop":1710308366471,"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":"1d1310b738ab2ad7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"64d984a33c1d9dfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","uid":"41c0663d4ed9a312","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366472,"stop":1710308366480,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","uid":"991bb43b8028c47d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366480,"stop":1710308366480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","uid":"2e03f34bef5cb825","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366481,"stop":1710308366481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"83f59e87b88e83fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366485,"stop":1710308366494,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"ff7f2f8f9c8b2998","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366494,"stop":1710308366494,"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":"e63d4d5b9856819a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366509,"stop":1710308366511,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"632e4713bacd2fb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366512,"stop":1710308366512,"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":"4c535bf7e2869044","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308366513,"stop":1710308366525,"duration":12},"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":"796f704b5003ca1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366513,"stop":1710308366513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"bef8bbad2c253617","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308366525,"stop":1710308366526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"fe91df30b2f2ac7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366526,"stop":1710308366533,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"4efa2d83395a7686","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308366534,"stop":1710308366534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"eb8d11f05e1a0b93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371293,"stop":1710308371294,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"20e0b85461d45540","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371293,"stop":1710308371293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"8af2ac9464a5ac31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371294,"stop":1710308371295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"a56f00e9692bb775","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371295,"stop":1710308371296,"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":"1523a03b3d04359b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371296,"stop":1710308371297,"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":"555fe13d9d064280","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371297,"stop":1710308371297,"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":"f61faa69b4980a62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371297,"stop":1710308371298,"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":"3a1c5fa915811474","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371298,"stop":1710308371299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"45b4ad98def2a4bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308371299,"stop":1710308371300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6e38930ef90d934b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308371300,"stop":1710308371301,"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":"35752b624669f577","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371301,"stop":1710308371302,"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":"c562f0bf9562f114","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371302,"stop":1710308371303,"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":"a9a50a613536c83c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371303,"stop":1710308371303,"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":"3791a49751ce408a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371304,"stop":1710308371304,"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":"dbce83b27e5557b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371305,"stop":1710308371305,"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":"db111bc63068ec1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371306,"stop":1710308371306,"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":"23b4e6317755ed0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371307,"stop":1710308371307,"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":"1cc651ed63e4ef0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371307,"stop":1710308371308,"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":"aa0d2811c8ab0fac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371308,"stop":1710308371309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"3893b70c493510a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371309,"stop":1710308371310,"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":"eb415e8ee000e570","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371310,"stop":1710308371311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"b5c60e522c6b7a09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371311,"stop":1710308371312,"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":"1f612f919e7b9fdf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371312,"stop":1710308371313,"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":"10b6c3e919fd6852","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371313,"stop":1710308371314,"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":"7ab3b6de8241738c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371314,"stop":1710308371315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"1e433e189c24b9d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308371315,"stop":1710308371316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"73e61247632e2093","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1710308388676,"stop":1710308388677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"83079f62ee1ee2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1710308388677,"stop":1710308388677,"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":"e4cdedf9e3e955d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308402070,"stop":1710308402072,"duration":2},"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":"17b7f08f56085ca6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308402072,"stop":1710308402073,"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":"c668840418c6e757","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308402073,"stop":1710308402074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"9e1305aefbe96bf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416716,"stop":1710308416716,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"f2655c8edd01745f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"4d0b0408b076817a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c1a3fd449d1ba131","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"6160b08711ee273a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"adc12029c41ec06c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416718,"stop":1710308416719,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e18f2b41e2124324","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a00442e33e94af34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3df959dc7e67a518","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c8d1183146f45971","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"8ef819c359058ade","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416721,"stop":1710308416722,"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":"fa1e504b3d2c7fa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416721,"stop":1710308416721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9f8165fc4a6960e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416722,"stop":1710308416723,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"bd10deb17e6d3b4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416722,"stop":1710308416722,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e58834a65ed4ea86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416723,"stop":1710308416724,"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":"7946af4b1566759b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416723,"stop":1710308416723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355000000 ","uid":"11eb0f4823c96201","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416724,"stop":1710308416724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355 ","uid":"3728b8571c1a278e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416724,"stop":1710308416725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"9c02f68bff4018ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416725,"stop":1710308416725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"4ae01a930bb4c68c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416725,"stop":1710308416726,"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":"e145088ff1e23252","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"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":"cfdf67519d6995a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"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":"1e70bbe19ad57926","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416727,"stop":1710308416727,"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":"b7fa8aead07c45a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416727,"stop":1710308416728,"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":"223a9ee6413644c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416728,"stop":1710308416728,"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":"fbe7bc3233a5d29a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308416728,"stop":1710308416728,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d302f1ab7f445158","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416729,"stop":1710308416730,"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":"d8ced2d3e8f755f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308416729,"stop":1710308416729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"9db02907f6a1d226","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"2f9f9eaf36e19be9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416730,"stop":1710308416731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"9d57b5bb71a46123","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"8bc89afb1807ee97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416731,"stop":1710308416732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6f13750332477f0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416732,"stop":1710308416732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"aa20451d8638316b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416732,"stop":1710308416733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"d93e44e6db837b37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416733,"stop":1710308416733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5afc12089e6166ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416734,"stop":1710308416735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"a4c5ee5fa0ac66ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416735,"stop":1710308416736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5a8ddfa2f416cfaf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416736,"stop":1710308416737,"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":"d2eccaec09565227","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416736,"stop":1710308416736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"ecdcf3588a8b4d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416737,"stop":1710308416740,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"fc4806e8d40a6527","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416740,"stop":1710308416742,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3123eeef1e0a98cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416742,"stop":1710308416743,"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":"838507040b6f4e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416742,"stop":1710308416742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355 ","uid":"84b1d7798322e257","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416743,"stop":1710308416744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355000000 ","uid":"a2b74148ccc017c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416743,"stop":1710308416743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1382ce6430bcc8e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416744,"stop":1710308416745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b134ea2c4c41efb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416744,"stop":1710308416744,"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":"40758540cf4daf90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"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":"56cd53efd863420f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"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":"5f9b9d4bd7ac7b36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"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":"8bd6177918ba9545","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"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":"9117289dde432b2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308416747,"stop":1710308416747,"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":"eadf6cd2815d2836","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308416747,"stop":1710308416747,"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":"cb13348c58157251","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308416748,"stop":1710308416748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"e64a00d603ae3445","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308426361,"stop":1710308426361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c216b153cf1f321b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308426361,"stop":1710308426366,"duration":5},"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":"87da7cd12e65d93d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308426366,"stop":1710308426367,"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":"47748d5a901eaa18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308426367,"stop":1710308426367,"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":"68fe92b958c2402d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308426367,"stop":1710308426368,"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":"552741c98078b8c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308426368,"stop":1710308426369,"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":"8c93309cc785a8f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308426368,"stop":1710308426368,"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":"b52bafb347cd27f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308433839,"stop":1710308433840,"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":"7929bfc9e9d0147c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308433841,"stop":1710308433841,"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":"a22bcc638e0dc16f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308433841,"stop":1710308433842,"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":"5029dddc30b64d89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308433842,"stop":1710308433842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"bb10de6475d771c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"d5fa67246e796af9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308433843,"stop":1710308433844,"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":"7caada47cca0eb68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"1283e9ffcb56230f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"bcf8e0f83373629a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"ad080523fcfdb610","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459424,"stop":1710308459424,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"91a9d57cda423db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459425,"stop":1710308459426,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"2fc7ad298cfbe3fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459426,"stop":1710308459427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"8ce25c6e5d913987","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459427,"stop":1710308459428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"f5a188b7ef2a5c66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459428,"stop":1710308459429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"c231c4d6827cb2ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459428,"stop":1710308459428,"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":"3a81e52a60e4699f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459429,"stop":1710308459430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"7ca88e97a24a550b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459429,"stop":1710308459429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"98dcb862c1c7ae3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459430,"stop":1710308459437,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b95bacd21361c88b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459437,"stop":1710308459438,"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":"efa888bf35fccfb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459438,"stop":1710308459439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"f4fdd7f0558ead18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308459438,"stop":1710308459438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"80e534f40888f6d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463673,"stop":1710308463673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a9a1fc59851db444","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463673,"stop":1710308463674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"475a6691ee8a25b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463674,"stop":1710308463675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"b43f163f9062a3a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463674,"stop":1710308463674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"b598c513458bc070","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463675,"stop":1710308463676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"abf2b2911db3ad8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"8905cadf20ceef91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"82b670b0d8b7e698","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463677,"stop":1710308463685,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"892992fb15f32132","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463677,"stop":1710308463677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"c6ef879465123867","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463685,"stop":1710308463686,"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":"65a018b903ab341c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463686,"stop":1710308463686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"a304d3776387cc8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"9ce74eaf73156058","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"cefec7f7d4ab588b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"12828de6523ff65c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463688,"stop":1710308463689,"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":"4ec0ae06c47c651c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"65158b7cbdcd1238","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"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":"ad5a8d9dcc619765","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"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":"ec2ddd1adfab68a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463690,"stop":1710308463690,"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":"6f835aaf0e65a6b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463690,"stop":1710308463691,"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":"2a8d234c63eecf70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463691,"stop":1710308463692,"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":"7724b163879864e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463691,"stop":1710308463691,"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":"d2332d8b644a6331","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463692,"stop":1710308463693,"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":"2d476eb80a9e8d30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463692,"stop":1710308463692,"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":"1f4b78982dcf46d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463693,"stop":1710308463694,"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":"17fc99058e7599e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463693,"stop":1710308463693,"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":"963bd816a7c1d5c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463694,"stop":1710308463705,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"8e6a138e283a681c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463694,"stop":1710308463694,"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":"da3572beffbb22d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463705,"stop":1710308463708,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"f0454d6ff7ece765","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463708,"stop":1710308463708,"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":"72a930bef07a5858","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463708,"stop":1710308463709,"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":"ae09d7506fd71367","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463710,"stop":1710308463710,"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":"7ab633ea8009b98c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463711,"stop":1710308463725,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"6ab40f19803a67d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463727,"stop":1710308463728,"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":"4fd5b5709c2c97f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463727,"stop":1710308463727,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"890f2f771fad488d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463728,"stop":1710308463728,"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":"27777a54229cad53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463730,"stop":1710308463731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"9f15e2d6dc7cce18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463731,"stop":1710308463731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679549692890","uid":"a3901eae495650d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463732,"stop":1710308463733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710304492890","uid":"cc1488d478c0318a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463734,"stop":1710308463741,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710311692890","uid":"1d7a4a9044be0954","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463741,"stop":1710308463742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"47b5704cc6d32bde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463742,"stop":1710308463743,"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":"998d0f3d1a58d304","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308463743,"stop":1710308463744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dad27c52ad371a81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308464139,"stop":1710308464140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"7b4f513ac4f50241","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308464139,"stop":1710308464139,"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":"9f71d6a666464cb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308464140,"stop":1710308464140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"a6516d0da9395234","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308464141,"stop":1710308464141,"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":"bbdf296f293cabce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308464141,"stop":1710308464142,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dc8c4f107823ff47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308464141,"stop":1710308464141,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"53fe69e083ed7f74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308464142,"stop":1710308464143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"5366b2308956d322","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308464142,"stop":1710308464142,"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":"35e7bd081abee388","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308464143,"stop":1710308464143,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"8c36f2a47e6b003f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308477759,"stop":1710308477760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"a86dc1213b871034","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308477760,"stop":1710308477760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is forward","uid":"f2351cad233a2204","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308477760,"stop":1710308477761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is backward","uid":"a80f090a3ea48271","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308477761,"stop":1710308477761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"79b8b787a6cf01e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308481018,"stop":1710308481018,"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":"eebbb1047a742e76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308481018,"stop":1710308481019,"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":"dffbb026c3367415","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308481019,"stop":1710308481019,"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":"2ab136ebe35cb252","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308481019,"stop":1710308481020,"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":"5d80692816e2e0f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"56f5bce47b8ba178","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"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":"c7d3b14d46472c1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308481021,"stop":1710308481022,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"54f4d9bb2c67e583","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308481021,"stop":1710308481021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"18bde4749d78fbb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308481022,"stop":1710308481022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"9e66eb9adf5eeea0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308485475,"stop":1710308485476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"4710c17ac2760476","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308485476,"stop":1710308485476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"b42004c7de0f1c81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308485477,"stop":1710308485478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"1a07aa4ca726b54e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308485477,"stop":1710308485477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"d968c71f3ead8d00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"4472405c6bf9f8a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"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":"1a7b0ff99dee6a84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308494290,"stop":1710308494291,"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":"943f71db8026f162","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308494290,"stop":1710308494290,"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":"4529e8375b8ffe73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308494291,"stop":1710308494292,"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":"1fbe0752c7d64551","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308494291,"stop":1710308494291,"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":"59599f58f3b10d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308494292,"stop":1710308494292,"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":"109206928d717bb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308494292,"stop":1710308494293,"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":"a0e59bc0e054e13b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"695f48d4b2852565","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"8e05e21e26d709f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308495151,"stop":1710308495152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"20243ed8033a8488","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308495152,"stop":1710308495153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ee7fed40c2cffe70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308495153,"stop":1710308495153,"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":"ac648d128b89a139","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308508712,"stop":1710308508713,"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":"7cf7091976c49855","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308508713,"stop":1710308508714,"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":"ea5dbd40e43be8ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308508714,"stop":1710308508730,"duration":16},"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":"39bc231b2d43a2ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308508730,"stop":1710308508734,"duration":4},"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":"d970b9e8f5bd7b75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308508734,"stop":1710308508735,"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":"24e69fab97801d0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"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":"7a43f300770bfa02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"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":"655113f0cb5009c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"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":"7983c5373910f0a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"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":"a5076e03f24a6ad4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308510822,"stop":1710308510823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"549f0c2833d72907","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308510822,"stop":1710308510822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"321c8eecab6a37d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308510823,"stop":1710308510824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"856c6dd98bcbf879","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308510824,"stop":1710308510825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"3ff96476e2446433","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308510824,"stop":1710308510824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"89b54af2980f24ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308510825,"stop":1710308510825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"57491081423ef38b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308515424,"stop":1710308515425,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"3db4a6d621951951","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308515425,"stop":1710308515426,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"6287513d2edaaa9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308515426,"stop":1710308515427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b3d577cb6bb721f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"21a4089bab208912","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"c8a3fa7019ab8ca6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f7d198b9a77056b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"632d9d23090b5b32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308515427,"stop":1710308515428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"62aa9a74503de089","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308515428,"stop":1710308515428,"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":"2f981f12526318e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"6ffb9e32aec85cef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"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":"c57dffb12af24514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"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":"408fb498e7044b8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"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":"fcc2c1ac105ef281","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"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":"306fe3e09d6aac20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"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":"a04404af5618e869","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572933,"stop":1710308572934,"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":"fe25390c0aa4f72e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572934,"stop":1710308572934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"3f13d00d0cf93a54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"380a805806d742a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308572935,"stop":1710308572935,"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":"46507603489e1dfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572935,"stop":1710308572935,"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":"7ee1aee8ea0aa9f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"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":"6fea4f1e72594470","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572936,"stop":1710308572937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"10ec031ba2621475","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"cd45b9a173e5cb28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"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":"d4012606e41e24ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"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":"c6b82c612d43b344","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"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":"4e6457d1779ed2d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572937,"stop":1710308572938,"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":"db5d3e5bd46f7b6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"92c55f66bc83ffbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"6eefc1511fcdabd6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"e61f06718e071bea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"fa386a61345f08d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"88fe3a2699e813cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"6618c8196aea383d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572939,"stop":1710308572940,"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":"7bcb8780c92ab480","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572940,"stop":1710308572941,"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":"428474aeb64bb48f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"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":"8f368556e5b8d11e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"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":"a2d57c5036577429","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572941,"stop":1710308572941,"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":"88d3a1f39edc2c6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572941,"stop":1710308572942,"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":"768edaa3781bce49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572942,"stop":1710308572943,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a31cddde6ff2d07a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572942,"stop":1710308572942,"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":"1631198a807769df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"50d526e8d6feb0b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"f81e7e4c13976f15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"2aa78ba7033620f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572943,"stop":1710308572944,"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":"fc556e9b003c82e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"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":"966b221cc867f9ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"38cf3f4b38919620","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"758448b39be27c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1710308572945,"stop":1710308572945,"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":"c17590f1617cef91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"bcd9f99af2ecf06f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572945,"stop":1710308572946,"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":"fcea57472694cd3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8e9f99911ffa2a09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"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":"1f251cecc999254f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"c8b915338eb3e6ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"e64c0b811046f119","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572947,"stop":1710308572948,"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":"49e40c71abde82f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"94c1a6601a18a435","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572948,"stop":1710308572949,"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":"19621e5608720560","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"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":"f0d27bd976a46a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"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":"4dc13eea5f490538","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"8b46c3f41c89c6e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"e074a0bda35cc3da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"65ad99ac0edfe7ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"e0e883bdefa5097b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"2a6f8ab7d4dd4e62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"2a4c7ac96055abc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"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":"42b25df2457072ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"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":"561c595b3ebe3982","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"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":"569f2b32e5b81606","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308649156,"stop":1710308649157,"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":"cc78f382b53348b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308649156,"stop":1710308649156,"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":"68d38eaf2ad613c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308649157,"stop":1710308649157,"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":"1a28a9451fdea568","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1710308649158,"stop":1710308649158,"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/6685/data/categories.json b/6685/data/categories.json index 2c7294c0473..6f5aed567d3 100644 --- a/6685/data/categories.json +++ b/6685/data/categories.json @@ -1 +1 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"a568868ad882a0e3","parentUid":"3924f3a9f3887925784c37b6418babd3","status":"broken","time":{"start":1710307270090,"stop":1710307270090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3924f3a9f3887925784c37b6418babd3"},{"name":"(HTTP code 404) no such container - No such container: 40cfc6e809b259d80302cc28530c5001daa9d9bbc48ba91433794052f3b28e7a ","children":[{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"cc59c9a10a2d041","parentUid":"97968b740744bdf1d8754df851dccbec","status":"broken","time":{"start":1710307270090,"stop":1710307270091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"97968b740744bdf1d8754df851dccbec"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file +{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"73e61247632e2093","parentUid":"3924f3a9f3887925784c37b6418babd3","status":"broken","time":{"start":1710308388676,"stop":1710308388677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3924f3a9f3887925784c37b6418babd3"},{"name":"(HTTP code 404) no such container - No such container: f0c984ffbf9006b52137d34a2cd9e27434c42c799a63b497623a2af07c093d74 ","children":[{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"83079f62ee1ee2a","parentUid":"13d5fce7832e651c66d339b6693c0ea4","status":"broken","time":{"start":1710308388677,"stop":1710308388677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"13d5fce7832e651c66d339b6693c0ea4"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file diff --git a/6685/data/packages.json b/6685/data/packages.json index 60b22a80fa7..2b899928c29 100644 --- a/6685/data/packages.json +++ b/6685/data/packages.json @@ -1 +1 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"184f5fda87c9205f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783346,"stop":1710306783348,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"56b4807bb648705b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783350,"stop":1710306783351,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"2c0f6d1e734a9271","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783473,"stop":1710306783474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"137cf75d4f9d4a02","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783473,"stop":1710306783473,"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":"7b314e24ce08aa48","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783474,"stop":1710306783474,"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":"a1429473f82d3959","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"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":"a70ed9593c12f664","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"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":"5c64670c4b0c7beb","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783476,"stop":1710306783477,"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":"4d979d7690842cbd","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783476,"stop":1710306783476,"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":"3e00a123eca7b002","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783477,"stop":1710306783478,"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":"b0d4890a462f8b50","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783477,"stop":1710306783477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"a4bf2fadb86874d4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783478,"stop":1710306783479,"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":"ca603481f76b34de","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783479,"stop":1710306783479,"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":"53aaade720fddc9b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783480,"stop":1710306783480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"1f608c2ca9ab3c58","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783661,"stop":1710306783662,"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":"fc2e7510e50165e3","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"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":"139f60852ff4abed","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"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":"14518bacbe16a52e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710306783663,"stop":1710306783663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation","uid":"1e6c61c50be6d22d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306786078,"stop":1710306786079,"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":"cf1063a889173df4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306786079,"stop":1710306786080,"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":"16ce89f3f538c993","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306786080,"stop":1710306786080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"b5f07f518d95efc2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791181,"stop":1710306791186,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"f876f928a28d31ff","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791187,"stop":1710306791187,"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":"dfc7567376b5301b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791272,"stop":1710306791273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"eebb04d35b0f7f8a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791274,"stop":1710306791275,"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":"322ec624736566aa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791275,"stop":1710306791276,"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":"9366d344f70107b5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791276,"stop":1710306791276,"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":"e4cebeedefcb16a5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791277,"stop":1710306791277,"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":"70d2a2f13b6a2297","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791277,"stop":1710306791278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"bf9216662e0a0d57","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791278,"stop":1710306791279,"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":"ff502676eeada4c1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791279,"stop":1710306791279,"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":"af3fb0b36bd0fc39","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791280,"stop":1710306791280,"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":"4d8e9aa7435d6d23","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"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":"af26f23dba99a19c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"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":"775e74f751ab19dc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"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":"a59bbf5a9d594538","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"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":"100934884caac558","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791283,"stop":1710306791284,"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":"52de6d03e248efd5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"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":"d789dab8d831290d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"fd16d263c671127e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791311,"stop":1710306791311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"b44ab4ec38b23c38","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"3e436814900e88dd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"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":"3bb6826763ad5d28","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"b3ce9496c9ce6348","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791801,"stop":1710306791802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"d3c29324a456748a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a5743fbb8adfaf32","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"cb2fd3d6c0607e72","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"e88c5d74f0294cdf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"eefac74850f86f25","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791802,"stop":1710306791803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"12cfb445ccef73b3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"eab128fb35e5d15a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"79872207cf39daca","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791804,"stop":1710306791805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"1ad8bf0723ac9441","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"bc3baaa033abf130","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"2c3cf95941c3b38f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791805,"stop":1710306791806,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"741572ae6f282d89","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"1b493541418e2afe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"bbc0eb3feaa1a9ef","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"cb4bc72713037b38","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791806,"stop":1710306791807,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"6195a75d2af54be7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"52085bf8bafab51e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"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":"151b20ca48228c7f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"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":"761a42244aaed2b6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791807,"stop":1710306791808,"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":"942f45714d816161","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"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":"7375b5fe7f2e0efd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791808,"stop":1710306791809,"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":"1193ba8cae048802","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"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":"c08ad151d59b5ac","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"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":"ce73317efe78552f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d69f761005bc69db","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306791809,"stop":1710306791809,"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":"9c0b31cbe5ccf3b3","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710306795951,"stop":1710306795953,"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":"cf074c69befaf9cd","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710306796317,"stop":1710306796317,"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":"5a66a9d806d68062","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710306796318,"stop":1710306796318,"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":"bd7ec2aa8983562d","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710306796318,"stop":1710306796319,"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":"10e645bab1fa0461","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710306796319,"stop":1710306796319,"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":"971127f36fbb188f","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710306796606,"stop":1710306796606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d7ca195bd705ae2c","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"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":"dbf470d06d6e19cb","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"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":"76a3b3b5e528481a","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2f3f5917c71eabc3","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"7e0d07aee28f8a2a","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"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":"e7f4a8c2f9a134a3","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"Accepts a valid Waku Message","uid":"1746f7e3e4edcb61","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306799978,"stop":1710306799980,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"767f66186c35121d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306799980,"stop":1710306799980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"9420534aba8f9985","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306806601,"stop":1710306806603,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"1c68ecdccdc20497","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306806603,"stop":1710306806604,"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":"5927c8350a9e6eaa","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306806605,"stop":1710306806606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"cc649f4529f9afc5","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807023,"stop":1710306807024,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"57d78f0b3523a242","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807024,"stop":1710306807025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"45436bccdbd36f8e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807025,"stop":1710306807026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"e34ab47665c4eb66","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807025,"stop":1710306807025,"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":"650a853b2ce60d7d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807145,"stop":1710306807145,"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":"3f4789486fba8290","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807145,"stop":1710306807146,"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":"4a6f40e677e13508","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807146,"stop":1710306807147,"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":"3a22800c63a4b640","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807147,"stop":1710306807148,"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":"9946e83f566fd2af","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807147,"stop":1710306807147,"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":"d43f84cb41bb53a1","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807148,"stop":1710306807149,"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":"4cc13a75e4461e35","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807148,"stop":1710306807148,"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":"fe9f02454f9f7ab","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807149,"stop":1710306807149,"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":"51255a22a58646d6","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807149,"stop":1710306807150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"3fb543ac194a1415","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807578,"stop":1710306807579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"e9a9dd34d651064b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"66afdebe399a07a8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"e77564d107264cc0","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807580,"stop":1710306807581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"705a5ed42fd5c176","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"4c655e4997fd5207","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"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":"2c9e6b240ddc59f6","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807581,"stop":1710306807581,"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":"40249434d6dcb33e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807581,"stop":1710306807582,"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":"a7ea39e7353b91be","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807582,"stop":1710306807583,"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":"507f40509b1b0efe","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807582,"stop":1710306807582,"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":"8e2bce3956d31535","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1710306807583,"stop":1710306807584,"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":"2b66495eef116772","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710306807583,"stop":1710306807583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"15b577c3b82cd0fe","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1710306807584,"stop":1710306807584,"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":"6fdcddd8ac1092c","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811112,"stop":1710306811113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"487136c672d9aaf6","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811113,"stop":1710306811113,"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":"3825e0ab0771d1ea","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"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":"e0ec76e6ae059267","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"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":"872e8b03e8417bf0","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811114,"stop":1710306811115,"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":"11290bacd315498c","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"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":"882bb1db3e0547ad","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"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":"28dc6cad2c6b9cbb","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811116,"stop":1710306811117,"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":"8b043309421b5cb4","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"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":"9304872b0e847c78","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"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":"d680aad7b5939743","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710306811117,"stop":1710306811117,"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":"30c5de6fa0dc5c65","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306816837,"stop":1710306816839,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"3933ea1f3a2816a7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306816839,"stop":1710306816839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bbc0d5284000a150","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306816840,"stop":1710306816840,"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":"ffeed45fa8fdfcbf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306816841,"stop":1710306816842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"1ccf41464944280c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306816841,"stop":1710306816841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a56681d53b0ad2cb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306816842,"stop":1710306816842,"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":"742abea930ece5ee","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306816843,"stop":1710306816843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"a772a1195095c96","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306817450,"stop":1710306817451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"33efcf1e9544ead8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306817451,"stop":1710306817452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"a6564ec325b9e507","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306817452,"stop":1710306817453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"18066555c83e69dd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306817452,"stop":1710306817452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"b1b3ea3c22ee2619","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"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":"8efa5c7c014e11fe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"5ee756fea438a477","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"130331af441031e5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"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":"3c0f298d45f795af","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306818619,"stop":1710306818620,"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":"2240edc18ec1d673","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"1f2a6ed620d3bf35","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"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":"bcc25b97e22d5389","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306833580,"stop":1710306833582,"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":"5342e26d3e5fc012","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306833582,"stop":1710306833583,"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":"c78deb2d9b9608a9","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306833583,"stop":1710306833584,"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":"17860a1655dacda4","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306833584,"stop":1710306833585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"6c030587f5328416","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306833586,"stop":1710306833586,"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":"e60d6070b1ead4ef","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306833586,"stop":1710306833587,"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":"b7a41313a40a0516","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306841072,"stop":1710306841073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"a6805335f4239e75","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306841074,"stop":1710306841074,"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":"22921888a08b6ea2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306841074,"stop":1710306841075,"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":"b4141f08ebea1fcd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306841075,"stop":1710306841075,"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":"2a66928c63d120d0","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306841076,"stop":1710306841076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"befaca5b98b5fad5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306873741,"stop":1710306873741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"80bd6dda223934cc","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306873742,"stop":1710306873743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"ff3ad5448c070309","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306873744,"stop":1710306873745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"f4341ea720b9d719","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306873745,"stop":1710306873746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"e8338061c3675c3d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306873746,"stop":1710306873746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"2084e3943a0de763","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306873747,"stop":1710306873748,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"30290d8d4eb18297","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306873747,"stop":1710306873747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"3de4427b91b7c01","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306873748,"stop":1710306873749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"141971be20dd4e4f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306873749,"stop":1710306873749,"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":"36ee334c4cd23979","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306877071,"stop":1710306877072,"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":"781b46343c0f200a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306877072,"stop":1710306877073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"63b8953a0fb524dd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306877073,"stop":1710306877073,"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":"7254d42a33efe684","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"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":"e0b0c42546c24c52","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"8a981ae9069cc5ed","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306877075,"stop":1710306877076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"adfcd3a4dadabee3","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710306877076,"stop":1710306877077,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Relay","uid":"1293209433bd2924","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306843279,"stop":1710306843280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"92add123db6ce497","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306843280,"stop":1710306843280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"5196545d09880062","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306843280,"stop":1710306843281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"3e706644a574bf34","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306844171,"stop":1710306844172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"879d91838df8ad6a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"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":"e47c2f33b32af69a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"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":"c05b8dfd71b32c2e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306844173,"stop":1710306844174,"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":"2ff27dd2aca6d39c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306844173,"stop":1710306844173,"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":"bcb300717e507f66","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306844174,"stop":1710306844175,"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":"c44e49cf7d62444a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306844181,"stop":1710306844183,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"93a542a17b43f023","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1710306844183,"stop":1710306844183,"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":"4bc2a826a07b6814","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1710306844184,"stop":1710306844184,"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":"83afcf2cd16e1e93","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1710306844184,"stop":1710306844184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"8944ca7233b02469","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306846369,"stop":1710306846370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"f7ba4e1bfc7a236a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306846370,"stop":1710306846371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"a5cd33b8c2b73ab0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306846371,"stop":1710306846375,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"cacdebe74832f79c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306846371,"stop":1710306846371,"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":"f425de24c1089709","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306865883,"stop":1710306865884,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"374c0a9af5c35192","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306865884,"stop":1710306865885,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"fbb3c6b7382a8e0d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306865885,"stop":1710306865885,"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":"97bda8c337a5c64a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306865885,"stop":1710306865886,"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":"5633e6f729d80ba1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904612,"stop":1710306904612,"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":"1cbec48f3bca7534","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904613,"stop":1710306904613,"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":"79be96b91a983cb1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904613,"stop":1710306904614,"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":"8ddd3cd47b7f3968","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904614,"stop":1710306904614,"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":"9823629c3f6659e5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"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":"c20f5340b24b00bb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"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":"264e98276ded3091","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904615,"stop":1710306904616,"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":"8540f714c2e07ac4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904616,"stop":1710306904616,"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":"553e808c8c82db60","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"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":"9a9ed7a1b247cc93","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904617,"stop":1710306904618,"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":"e865917c9879f60b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"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":"54e5413422851677","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306904618,"stop":1710306904618,"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":"3b08084aeebc746c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306913476,"stop":1710306913476,"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":"a4b45d0fa29e663c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306913477,"stop":1710306913478,"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":"a07aa6f7963252e2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"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":"1917de482d108400","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"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":"44df1d570bed0cd3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306913478,"stop":1710306913479,"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":"40a1f62f5914d002","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306913478,"stop":1710306913478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6507f46dd6e6ed99","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994264,"stop":1710306994265,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f6ed73c12ba0a586","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994264,"stop":1710306994264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"d1edee3ee8eb8a66","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994265,"stop":1710306994266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9d9abffb00bc665f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994266,"stop":1710306994267,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"700938fcc86d7da1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994267,"stop":1710306994268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9b4723fba15555c2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994268,"stop":1710306994268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a084d0101a4b1b0b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994268,"stop":1710306994269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"4db6f6e911e9ef4d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994269,"stop":1710306994269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"f06232fe0196685e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994269,"stop":1710306994270,"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":"a8ecb8b81f7b10d2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994270,"stop":1710306994271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"42fc0dc521d70a07","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994270,"stop":1710306994270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"824bf4373ffe1857","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994271,"stop":1710306994272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"d55b295c954e78de","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994271,"stop":1710306994271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"6555ae0a22a07c3c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994272,"stop":1710306994272,"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":"3597590afaefed95","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994272,"stop":1710306994273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832988000000 ","uid":"11394e9e3c68f30c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994273,"stop":1710306994274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1a9fa9cdf487c856","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994273,"stop":1710306994273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832988 ","uid":"a8a67af661581c53","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"c6464def5efb043e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"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":"bac580444c8ffa96","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994275,"stop":1710306994276,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e1b43c71a5f4ee15","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"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":"90735eebe174ec27","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"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":"fa928579ee66768f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994276,"stop":1710306994276,"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":"6f73eaff66e6ee16","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994277,"stop":1710306994278,"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":"4ae158714446bc92","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994277,"stop":1710306994277,"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":"24342cc142b33494","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1710306994278,"stop":1710306994279,"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":"a3974946fb4e638b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710306994278,"stop":1710306994278,"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":"ee0ed5f7788a0a80","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1710306994279,"stop":1710306994279,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"8d08b00f985b7667","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078636,"stop":1710307078636,"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":"2f54d7516c668185","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"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":"63dae34702dd6ea","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"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":"44155cd5c0d0e173","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"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":"892ad9469a60e80","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"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":"f07c2a9b3e2549b3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078638,"stop":1710307078639,"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":"c3e9e9c0c70883d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078639,"stop":1710307078639,"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":"d96e2d65425d975c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078639,"stop":1710307078640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"6551000661afdae3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1710307078640,"stop":1710307078640,"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":"4eb0d791fbe7984e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078641,"stop":1710307078641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"2ffe60db289622f6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1710307078642,"stop":1710307078643,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"38c8d87ee089eec2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078643,"stop":1710307078643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3873c2a838e3860","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078643,"stop":1710307078644,"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":"cd9aa4dc148f4c84","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"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":"349c76ee852db424","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"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":"7f39107dfc6ad8e4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078645,"stop":1710307078646,"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":"d2483d1eb56e756a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078646,"stop":1710307078646,"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":"1d05bd8ddd3be5e7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078646,"stop":1710307078647,"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":"58eb754c0b307e86","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078647,"stop":1710307078648,"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":"a9430d7fb98f3b2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078647,"stop":1710307078647,"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":"e06321cee29d90c7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"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":"adb389a18970232c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"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":"5818b41177b8d911","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078649,"stop":1710307078650,"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":"1e10b933126ccdc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078649,"stop":1710307078649,"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":"98f30a5843dbba20","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078650,"stop":1710307078650,"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":"5d25bd26aa12aa71","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078650,"stop":1710307078651,"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":"1f8ddc00796efc27","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"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":"bf85cb42ba4b05a0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"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":"f039054eb7c97a21","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"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":"4956183f40287201","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078652,"stop":1710307078653,"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":"b35ec6754e875c48","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on peer without subscriptions","uid":"5688ff431f6dac0c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"16f663fd6911995d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"e55fd2f3abb2014a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"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":"5804608f88f0622e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"e9b8386293980a54","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"546e1d39874ed3ba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ae2118cc8150f0db","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710306908763,"stop":1710306908764,"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":"18c3c8d9f2d374d7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710306908764,"stop":1710306908764,"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":"d3544ff089ce3856","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045654,"stop":1710307045657,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"24efdf966e4ef57d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045657,"stop":1710307045659,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"d433febcd12a8172","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"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":"aed4c493d9130c58","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"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":"3559c6fbc13d9ea7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045661,"stop":1710307045661,"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":"cacc380da1b93230","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045661,"stop":1710307045662,"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":"d9611514a374e4ba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045662,"stop":1710307045663,"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":"2e17a6d124e819fa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045663,"stop":1710307045663,"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":"655c81158abecd87","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045663,"stop":1710307045664,"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":"60c55cebfd87e35e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045664,"stop":1710307045664,"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":"9a09baf643304d51","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045666,"stop":1710307045667,"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":"a9d27b9164a2c223","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307045667,"stop":1710307045667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a0ba5e5942159cde","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308615,"stop":1710307308616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"1485d544d1e7223b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308616,"stop":1710307308616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"aa1d6a9389341663","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308616,"stop":1710307308617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e24845828d35f29","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308617,"stop":1710307308618,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7e036e43ce752352","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308618,"stop":1710307308619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c174b63fd0a03578","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308618,"stop":1710307308618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e845b6be80c42e2d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308619,"stop":1710307308620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b7e9da6ceb20ae10","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308619,"stop":1710307308619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c7437071b71ad4a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308620,"stop":1710307308621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"21d6b553accd1617","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308620,"stop":1710307308620,"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":"716086bac3488977","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308622,"stop":1710307308623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"544ff99790528a2a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308623,"stop":1710307308624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8c80ce2ab01616f8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308624,"stop":1710307308625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e08fbc7d1d669cd6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308625,"stop":1710307308626,"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":"c28b753d13308486","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308626,"stop":1710307308627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"65e301b3f862dd4c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308627,"stop":1710307308628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208000000 ","uid":"942ea8097846c0f0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308628,"stop":1710307308629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208 ","uid":"205ccb75d17f1e67","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308629,"stop":1710307308630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"dce829795d10844f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308630,"stop":1710307308630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"113edc8693a5ff4a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308630,"stop":1710307308631,"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":"117bebb02dcd726d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308631,"stop":1710307308632,"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":"7f6ca1b54860dfd1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308631,"stop":1710307308631,"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":"f7c2deca11224d58","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308632,"stop":1710307308632,"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":"dcf88502bd133396","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"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":"e1fcb663648fda01","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"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":"6602ffbc2d1b7fcf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710307308633,"stop":1710307308634,"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":"32c1cfc7a9ac561b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710307308634,"stop":1710307308634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"1ab840fd47e5a0a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"3fec82bb7b063175","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308635,"stop":1710307308636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d1291c25e0f7ab77","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"937dd759a74f8879","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308636,"stop":1710307308637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"1464194acb38af00","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308637,"stop":1710307308637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"3c8a8227a5415b6d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a36d82908d154cf2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"159407dc774053b9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308639,"stop":1710307308643,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"48b5dbdff708a3ed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308644,"stop":1710307308645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"dccf548c4f204fa5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3abdc73832c6540d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"6154ffb8bb73911d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"d8bfe1a1fb1608f3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"211eb4cbfbdf0041","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308646,"stop":1710307308647,"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":"cf0ce8e3701f87b9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"431b7e4e075f97cc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208000000 ","uid":"dcf91f4dda3ea21","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"f12c7b6c03e28e46","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308647,"stop":1710307308648,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208 ","uid":"bb1a4a206de825c1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"de30c0be5a782e71","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308648,"stop":1710307308648,"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":"d2863b3cded12e92","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"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":"baa95e7f8a2f526c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"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":"27f7bb091abd7099","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308649,"stop":1710307308650,"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":"f1958781a922d330","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"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":"6190bac82b7d7883","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"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":"b5cabd941399f45","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710307308651,"stop":1710307308651,"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":"7a042d9e30a3e7a2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710307308651,"stop":1710307308651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5acde044e16529a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465616,"stop":1710307465617,"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":"ac1f82296aa79cd9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465617,"stop":1710307465618,"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":"b43ec45e5033e539","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465617,"stop":1710307465617,"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":"97d8c380e25a2bf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465618,"stop":1710307465619,"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":"ed91c4dad1f67b6d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"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":"ee041736d3a13da2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"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":"842537653859fb14","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"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":"2b71b4b5e041ed7d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"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":"ac63acb0c1eda98a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"c4c069540f801f1a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"7df7c6ee63b234b8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"e6f4bdbaa51811dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3a5d6b5a6dc7ab5d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465621,"stop":1710307465622,"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":"7814bd7753739ba7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465622,"stop":1710307465623,"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":"4b2b1ed70a9f0c61","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465622,"stop":1710307465622,"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":"bb0fdb54a62df8e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"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":"1d3b9335095bb3ef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"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":"8331c3ddab54ef15","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"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":"af8fc602f8a93d20","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465624,"stop":1710307465625,"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":"42ae85cd1aeca56b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"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":"cfa8d6ca69caeffe","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465625,"stop":1710307465626,"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":"392e071ff7e154ea","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"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":"9ff2747ee46298db","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"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":"f4d077dd4bff4640","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"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":"13ac06ff71f7e8eb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"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":"e51a178e2edeea2c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"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":"195d4824ca7509f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465627,"stop":1710307465628,"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":"d8081ed8b174f564","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"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":"c6aac06e5388af35","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"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":"367c95cd8cf1e56e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"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":"c56ed0be79bd67d6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"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":"3eb3a12db899e94e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465629,"stop":1710307465630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"62c2fd63fa08f33f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"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":"29dcb7d30a014cee","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465630,"stop":1710307465630,"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":"cc78fb5edaac77f3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465630,"stop":1710307465631,"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":"83de1c0272cb2338","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"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":"a44d8e03505b29d8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"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":"f4c2c96d706cecc6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465632,"stop":1710307465633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"e8eeb17c6ae0787e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710307465632,"stop":1710307465632,"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":"6249705d8da0e6e2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"552a3fdbac73b6c1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465633,"stop":1710307465634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"7103721d540ca672","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710307465633,"stop":1710307465633,"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":"b8aa3d6c2c782916","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465634,"stop":1710307465635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3e3789192373e528","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"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":"bae8aa08266f081e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"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":"b8fb06257b483b57","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"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":"e2bae80d3bcaaeb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"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":"76ee843b7667e331","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465635,"stop":1710307465636,"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":"5baf4b5cd3c617d9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"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":"93b7453da3e18ab","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"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":"81124934c58f99f1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"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":"7f285870fe8b1795","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"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":"3423716523d872a1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"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":"beaa5697c0dae4dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"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":"29e2a1e8746d9207","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"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":"fc4862740fcb3439","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"f6839a2154897bd3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"11c683f556ab6dc5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"5ed18f83e88104b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"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":"6dab49c42effd416","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"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":"8e3bbc41f1d409","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981490,"stop":1710306981490,"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":"3126d9bf5267218d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981490,"stop":1710306981491,"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":"e53ad3fca24dd088","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981491,"stop":1710306981491,"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":"b4ed3b96dcee4081","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981492,"stop":1710306981493,"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":"6271a0a94214c2cd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981492,"stop":1710306981492,"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":"61c060417c4b4762","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981493,"stop":1710306981493,"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":"13a71e9b9fcddb3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981493,"stop":1710306981494,"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":"d8f4cf8e0f63724c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981494,"stop":1710306981494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"970247ad51cd4748","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981494,"stop":1710306981495,"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":"c425a843b8750b8f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981495,"stop":1710306981495,"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":"7e5d050fc19ac9f3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981495,"stop":1710306981496,"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":"8ad17b84395b6783","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981496,"stop":1710306981503,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"7d4fd617e0b61fe5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981503,"stop":1710306981503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"48b69f71c5d68396","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981503,"stop":1710306981504,"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":"4f74922d9c215071","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981504,"stop":1710306981505,"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":"711670d98ccc3993","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981504,"stop":1710306981504,"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":"f84216b825573a93","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981505,"stop":1710306981506,"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":"2252bf85cd52830f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981505,"stop":1710306981505,"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":"ff1bbf3637d18d55","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981506,"stop":1710306981507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2a68dd79b81a3b9a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981506,"stop":1710306981506,"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":"daad5dbb4bc6a24d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981507,"stop":1710306981507,"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":"3fcc90cfba110440","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981507,"stop":1710306981508,"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":"1c531c411e8d1bb2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981508,"stop":1710306981508,"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":"fe43c47c6e0bde82","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"52a107c4582588ee","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"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":"29b8914304db3d1f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"593a27e661ce0f00","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1d6a89bd245e2f5a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981511,"stop":1710306981512,"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":"ca7da19ba41eb4eb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981511,"stop":1710306981511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"fb37e9db4e11df79","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981512,"stop":1710306981513,"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":"9faf2ce3540f6444","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981513,"stop":1710306981514,"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":"6f9d2c1b0de26e26","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981513,"stop":1710306981513,"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":"e3f1bb9a0f6d784f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981514,"stop":1710306981514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"70c029d74b3a4f35","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981514,"stop":1710306981516,"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 6 bootstrap peers","uid":"26062013d91a3239","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981516,"stop":1710306981517,"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":"51a9518e6721354","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981517,"stop":1710306981517,"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":"94636942511afd0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981518,"stop":1710306981518,"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":"d669d81e8897781a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981518,"stop":1710306981519,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6c2d8dd472eaf902","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981520,"stop":1710306981520,"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":"2c0feff6ec28ed9c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981521,"stop":1710306981521,"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":"3b5dff7d7101e26c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981522,"stop":1710306981522,"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":"88b3a75e271d6266","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981522,"stop":1710306981524,"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":"4bc604a1442a69eb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981524,"stop":1710306981525,"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":"a7eac3f2f4efd11e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710306981526,"stop":1710306981526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"a82dc887ba4345c7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307078723,"stop":1710307078723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"329107f8811dd049","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307078724,"stop":1710307078724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"light-push","children":[{"name":"single_node","children":[{"name":"Push message on custom pubsubTopic","uid":"1bd164ed205a8a0a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307101313,"stop":1710307101314,"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":"ca2b582eb9b51304","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307101314,"stop":1710307101314,"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":"3836398dd70fdd8c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"8967d765cf0753ba","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"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":"f8f575284b0cd59f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"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":"c19b90daaf76611d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"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":"179311409d54c394","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307101317,"stop":1710307101318,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"35820cf3ab8f27fb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307101317,"stop":1710307101317,"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":"2523f602b4d214cc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307101318,"stop":1710307101318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"e8d782f107a22eff","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207000,"stop":1710307207000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e2d34721d9d1fa3a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207046,"stop":1710307207047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"136a2f9a9be414f6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207047,"stop":1710307207048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"2ecb5beb9cd837ab","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207048,"stop":1710307207049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"abc4a3e44ea97fda","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207049,"stop":1710307207050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"a82a3f7416a0f3e2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207049,"stop":1710307207049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"88c6fbccd58dee3a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207050,"stop":1710307207051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"afd93c4176e04589","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"a756180be52294f3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"a9818e267cfccc64","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207051,"stop":1710307207051,"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":"24fd25e99833117d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207051,"stop":1710307207052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"2c53c3e6c7c27a6d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207052,"stop":1710307207057,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"fd8dd94ddae5d487","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207058,"stop":1710307207058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"43ec9a647e3c6b96","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207058,"stop":1710307207063,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"5be1ee829b2582c9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207063,"stop":1710307207064,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"8ffdc3b9302e8202","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207064,"stop":1710307207064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"9617149fa8457972","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207068,"stop":1710307207069,"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":"338264e49e30009d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207069,"stop":1710307207070,"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":"c59310b716db04a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207069,"stop":1710307207069,"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":"3254d2ceff22af12","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207070,"stop":1710307207070,"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":"7fa8a42d336d6d8c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207070,"stop":1710307207071,"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":"8eafc9118d188e0b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207071,"stop":1710307207071,"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":"3fb35e908578f6a9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207082,"stop":1710307207084,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"814b334ac78843fb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"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":"a7489df2a1520fbf","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"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":"32a2f44f0fd98798","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207087,"stop":1710307207087,"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":"bca8c0d799250b5c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207087,"stop":1710307207088,"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":"a9c1bfddce030e6c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207089,"stop":1710307207090,"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":"2def8b1e1cd507fb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"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":"e6471a4e3fe7b14f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"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":"d4d5b52e0957a7f2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207090,"stop":1710307207091,"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":"f5727b048d92f8ce","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207090,"stop":1710307207090,"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":"bf99253b90adb73e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207091,"stop":1710307207091,"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":"db08c2ee3491875c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207091,"stop":1710307207092,"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":"2ba8dca9e38d7969","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207092,"stop":1710307207092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"34f98c9f388fed0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"8a4e3fc75e8371f7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207093,"stop":1710307207094,"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":"7945e0514e314143","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679548594451","uid":"3390dd5a6f5d2938","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207094,"stop":1710307207094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710303394451","uid":"f3255fe8979172f2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207094,"stop":1710307207095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710310594451","uid":"93d4fc52a154513","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207095,"stop":1710307207095,"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":"ece39bb182a659f2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207095,"stop":1710307207096,"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":"bb14ccb66934e0f9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710307207096,"stop":1710307207096,"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":"60cd3ef631a89cf","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358452,"stop":1710307358453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"66a448733488435","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358453,"stop":1710307358454,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a8a1b9563250721e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358453,"stop":1710307358453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"b3449055ba1206e0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358454,"stop":1710307358455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"56ca2f702c4cdb02","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358454,"stop":1710307358454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"5b5002d654a7dc0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358455,"stop":1710307358455,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3d0424f2603c0f2a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358455,"stop":1710307358456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"b187afb44db4040a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"1c67d90e32d1afdc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"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":"d48f7e78bec72b61","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"730f8adb736453b7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358457,"stop":1710307358458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"c58e5b8bf671e9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"7777553cbaad4a23","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"833dfd32459b4bc1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"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":"164904741fb5da3f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358458,"stop":1710307358459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4c29f30fb86f4984","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358459,"stop":1710307358460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"4f1c2976b2b48d4e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358459,"stop":1710307358459,"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":"aa08e4f65994b509","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358460,"stop":1710307358460,"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":"c2ce64e4516c7688","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358460,"stop":1710307358461,"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":"567580d3caf8b20c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358461,"stop":1710307358461,"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":"f5c0f2e3af496c30","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358461,"stop":1710307358462,"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":"5684ba704a01bc4a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358462,"stop":1710307358463,"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":"9d054ecd1d11d4dc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358463,"stop":1710307358463,"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":"f2a2fdc9d308325e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358463,"stop":1710307358464,"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":"a455888423ac0599","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358464,"stop":1710307358464,"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":"f346042f8e263f2c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358464,"stop":1710307358465,"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":"8d1e9a236b17131f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358465,"stop":1710307358465,"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":"bbede38292c05609","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358465,"stop":1710307358466,"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":"34fac85a434e9564","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"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":"aca240ab4abb749d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"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":"c67e5097289e79a2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"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":"343a59b3900a2827","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"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":"b7bb23ddc501c0ee","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358467,"stop":1710307358468,"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":"ba2aed0de7ecdd03","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358468,"stop":1710307358468,"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":"2ad0b6e37e49d10","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358468,"stop":1710307358469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6f1720d029b5785c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358469,"stop":1710307358473,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"968a1ec7be9646c1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358473,"stop":1710307358474,"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":"55508c08e2144442","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358473,"stop":1710307358473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679548581740","uid":"8b2a312e6dd0d2b8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358474,"stop":1710307358488,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710310581740","uid":"ae0d3b640c89139f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358489,"stop":1710307358490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710303381740","uid":"409e9a7c2904c688","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358489,"stop":1710307358489,"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":"bb0251893ab6f044","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"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":"b7c1c34ea574205f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"can dial TLS multiaddrs","uid":"b114d1fd05a985f3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"9c5d3446ca166267","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"84f9195fc0f8e0a9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307105570,"stop":1710307105570,"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":"57d6ce172fa7f326","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307114395,"stop":1710307114395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"b51c93af8719d837","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"38e7c6a940a06079","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"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":"c6f6353d96d8d708","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"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":"42b0bba164dd5958","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"connected peers and dial","uid":"a5d8e807b19989dc","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710307207320,"stop":1710307207320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"2b23b84d542088b6","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710307207320,"stop":1710307207321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"1a092f0150f4d4c6","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710307207321,"stop":1710307207321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"f9ba7eb6cd24287","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710307207322,"stop":1710307207322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"47160b3944138152","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710307233597,"stop":1710307233597,"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":"7d5ec46e2958dc45","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710307233597,"stop":1710307233598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"43348fb1efb51e87","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710307233598,"stop":1710307233598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"9adb6875d80b8beb","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710307233598,"stop":1710307233599,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"6b3a2aebad6f2d5a","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710307300368,"stop":1710307300369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e8cee758ade97dff","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710307300369,"stop":1710307300369,"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":"9998c2aa8633982e","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"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":"b36d6c6a7d0fa128","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710307300370,"stop":1710307300371,"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":"10e48418c2c609e0","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"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":"cf701fc9996a67b0","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710307300371,"stop":1710307300375,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"60ba3f14664d6811","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710307300375,"stop":1710307300376,"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":"2c275a27738d1f91","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307209808,"stop":1710307209809,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"be4ed2861859f6eb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307209808,"stop":1710307209808,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"9dbb889798e0d6b2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307238429,"stop":1710307238429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"4748a0e9f1f20db0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307238429,"stop":1710307238430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"cb4c4698de6976d3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307238430,"stop":1710307238431,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"22de5cbb2c158a6a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307238432,"stop":1710307238433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"69ff88b148aeb46f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244656,"stop":1710307244656,"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":"42210f36795730eb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244657,"stop":1710307244657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"97560f07fca83fae","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"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":"8ae9c9266c892a69","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"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":"edc6b1d5e7fb67ca","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"6baaff4bb81b1029","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"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":"2130bdc84c81d757","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a62589f6ca215a48","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"4f0cc23be8da8b84","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244661,"stop":1710307244662,"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":"4247b95aded116c6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"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":"73017b1fe771cdd2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"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":"64c91b6636082be4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307244662,"stop":1710307244662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"c83c95df309a546a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247755,"stop":1710307247756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"7b80f2783b6ec262","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247756,"stop":1710307247757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"4d89a1ccfe2dc914","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247757,"stop":1710307247757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"ef37b9432b455edc","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247757,"stop":1710307247758,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"6c080a4167d9e353","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247758,"stop":1710307247759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"340c77a0ed4de1c0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247759,"stop":1710307247759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"b79c952f558e6c64","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247760,"stop":1710307247761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"75ed50467fc0314f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247761,"stop":1710307247762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"ee86dbb12c830a52","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247761,"stop":1710307247761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"9bd0fc31229f0888","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247762,"stop":1710307247762,"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":"ead1906609d6d38f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247762,"stop":1710307247763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"2ab1adfc952dcf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"155103fda033e27d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"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":"bdfa7faefc1463e3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247764,"stop":1710307247765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"910a7410bb201496","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247764,"stop":1710307247764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"f9a51d3548bd6922","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247765,"stop":1710307247765,"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":"8dba368c6f7a5db3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247765,"stop":1710307247766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Mar 23 2023 05:20:38 GMT+0000 (Coordinated Universal Time)","uid":"abea62c3abf85959","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247766,"stop":1710307247766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 04:20:38 GMT+0000 (Coordinated Universal Time)","uid":"16d5bf74f002c13a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247766,"stop":1710307247767,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 06:20:38 GMT+0000 (Coordinated Universal Time)","uid":"151636316322d429","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247767,"stop":1710307247767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"62a7794fc5889e42","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"47779898da58d576","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"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":"2c0abfdfabf9ae75","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"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":"e6205a6aee9c2fca","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"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":"a5f0f66c8d1426d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247771,"stop":1710307247771,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"8c0327c863c5f79b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1710307247772,"stop":1710307247773,"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":"fa75ab86ed550c2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1710307247773,"stop":1710307247774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"cd1e6b1114c7ef86","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"3747a14e4385d0fd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"1e69f4fdab7b57d3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"fbcae8c37b12d546","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259433,"stop":1710307259434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"87af75df6543e27e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"fbf9a75c9f644c6e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"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":"1458c7deccfd5e79","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"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":"1875af12e2c59931","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"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":"1edf0235af8fec6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"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":"b02e29ed5a14fc8d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"2f00ead971e63979","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e32f93741d6df919","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1710307259437,"stop":1710307259437,"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":"6112b1d4cc0b3126","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"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":"e643e20019f5f65c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"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":"19d6e23f87623bda","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"e9cfd3bd4133209c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"916dd0c263e44a4d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"deb8785009bc7363","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"f292d79e3e1cabc3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"3e85f9a879ed1346","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"4d7a153b8460549e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"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":"2af4b01499ed7916","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"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":"489f1d8d26f91c0e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259440,"stop":1710307259441,"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":"78b3ece2be02bb9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"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":"5951d3800b2347fe","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259441,"stop":1710307259442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"9d01a302eb02e070","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"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":"ba2ddcbdc34fffa6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259442,"stop":1710307259443,"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":"e535e689cf29bd40","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710307259442,"stop":1710307259442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sdk","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"a568868ad882a0e3","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"broken","time":{"start":1710307270090,"stop":1710307270090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"cc59c9a10a2d041","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"broken","time":{"start":1710307270090,"stop":1710307270091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b9b5a205d40de2999342bf1b441e704d"},{"name":"sharding","children":[{"name":"configure the node with multiple pubsub topics","uid":"8bc4d374f21fcfd2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710307285626,"stop":1710307285627,"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":"a7a2ea1325f77e08","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710307285627,"stop":1710307285627,"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":"cd1ce11214338bcc","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710307285628,"stop":1710307285628,"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":"4929156d19bed9bb","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"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":"3670104296f933b0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"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":"9900b1bbb62183e5","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"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":"779e1f43412c6cc3","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"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":"3595c21704790a23","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307325063,"stop":1710307325064,"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":"e6cbeffff593b0af","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307325063,"stop":1710307325063,"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":"75de0caf2c24cf60","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307325064,"stop":1710307325065,"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":"dfa4a03f36985f76","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307325064,"stop":1710307325064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"f1cfa585c2d275b6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307325065,"stop":1710307325066,"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":"4c3453a6dc8bc6c6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"b1a240adbe0e9392","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"c108d32ec506327c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"f6750198c0188479","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"8351a78aa6001509","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342519,"stop":1710307342519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"ce05dda30542d80e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342519,"stop":1710307342520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3b0749efd22f39dc","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342523,"stop":1710307342524,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"38c00c623f09ddd3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342524,"stop":1710307342524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"dd0226d908bae87f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342524,"stop":1710307342525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"b84ccf31107663d6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"6696ca96b89d9eed","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"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":"1fb4fe15cbe1e51d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342526,"stop":1710307342526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"f1395b7b08944575","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342526,"stop":1710307342527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"3e3e04996fa9b1be","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342527,"stop":1710307342527,"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":"a39d4a1309de00de","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342528,"stop":1710307342529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"8a084db94f32185a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307342528,"stop":1710307342528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b2ca281bfb340ea5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307351547,"stop":1710307351547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"cfaff012410118d0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307351547,"stop":1710307351548,"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":"30cfc64235762ce7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307351549,"stop":1710307351549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"e9d1450872b06f48","parentUid":"114c10befa13776855d75d77eed79619","status":"skipped","time":{"start":1710307351550,"stop":1710307351550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"d1f8681bf8df9ccc","parentUid":"114c10befa13776855d75d77eed79619","status":"skipped","time":{"start":1710307351550,"stop":1710307351551,"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":"2e86d519770586d7","parentUid":"114c10befa13776855d75d77eed79619","status":"skipped","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"3ea20c27a80b2e5f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9bb0ce2549f5b685","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"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":"48d3f130ed9394d0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"29a6cc9ba3ddaad3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307361629,"stop":1710307361630,"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":"12799eb728b399ae","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307361630,"stop":1710307361630,"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":"cacee6d5d5338caf","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"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":"e7188045e91edf61","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"2c4c4a1d46dca0f7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"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":"e3e8224950aedc65","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"238a1e3678ff2384","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"358f3f2c4970a43b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307361633,"stop":1710307361634,"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":"953b6c4958f6ffe2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"317322a1e6dcd704","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307365850,"stop":1710307365851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"b0a21d2a8553faf2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307365851,"stop":1710307365852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"31a84d69e12bcc1e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307365851,"stop":1710307365851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"b6845659f84394d1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307365852,"stop":1710307365852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"2f99f2f7f33bd728","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307365852,"stop":1710307365855,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"bd8aeb09e11b1fe3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307365855,"stop":1710307365855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"4f9b2c23a0afcd26","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"8402acfe0863d89e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is backward","uid":"8f1e25b816e85949","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is forward","uid":"54a5343050da809a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"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":"c36628ea0624b88","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307383798,"stop":1710307383799,"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":"c656142e10a02f39","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307383799,"stop":1710307383800,"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":"fa94cf7cc1ecf73d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307383799,"stop":1710307383799,"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":"2da5bdfda13d89c7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307383800,"stop":1710307383800,"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":"27073afe74dd3c08","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307383800,"stop":1710307383801,"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":"ee8f0588407f024b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307383801,"stop":1710307383801,"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":"8e0b9f018cda4f27","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307383801,"stop":1710307383802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"f9738146d6c36a86","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307383802,"stop":1710307383802,"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":"71fdca3b6918ea5a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"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":"6cc4a0a7325ed109","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"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":"2294fecd7e9df599","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"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":"46f68746f50cdee6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"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":"235cbb7f16c82a5d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307392157,"stop":1710307392158,"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":"cf2f9f8964afd77c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"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":"8dc364c747b628c2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"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":"a4701230afe58d27","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"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":"9c97c009f5f49ffe","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"handles multiple messages","uid":"9cc77513a4f98d1b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307377258,"stop":1710307377259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"45cdc78611b3b2d0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307377258,"stop":1710307377258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"f234971769de4f77","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307377259,"stop":1710307377259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"6358787fd1d0eb59","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307392997,"stop":1710307392998,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"7c543862f1b45555","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307392998,"stop":1710307392999,"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":"551c392fcbaf7f61","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307392998,"stop":1710307392998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"5f045d647f60bfc8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307392999,"stop":1710307393000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"9a6a1cb256b9282f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307392999,"stop":1710307392999,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"8c3b54c1ca7eaa0d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307393000,"stop":1710307393000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"742eb5781edf2ea0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307402634,"stop":1710307402635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"2132e5a9580b844f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"743f7b959cd02351","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"53b8d25dee8981b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"d3c212d623f1152e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"35416b4effa96e0c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307402636,"stop":1710307402637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"dc85bceac9c30dee","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"f9508b104b81059c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"d86e27e65d071110","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307402637,"stop":1710307402637,"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":"dbf4fc66db0b2495","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307889887,"stop":1710307889889,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"9fcf5ca8de7d5e3","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307889889,"stop":1710307889890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"c9670423c988d8b1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890263,"stop":1710307890264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"f51506e7f5008808","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890263,"stop":1710307890263,"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":"584068ae20efac07","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890264,"stop":1710307890264,"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":"eb0f252be0c31bba","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890264,"stop":1710307890265,"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":"801d856912befc9b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"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":"8787c51874f5a990","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"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":"72928242b5434284","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890266,"stop":1710307890266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"f7984a23c6c87e01","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890266,"stop":1710307890267,"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":"33dfe1f4260c6e43","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890267,"stop":1710307890267,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"9c6ab8325e4360b1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"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":"83fa7ede22082b24","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"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":"cf2af3d0fd8ecf01","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890269,"stop":1710307890270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"4129f5d41c6ca22c","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890343,"stop":1710307890344,"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":"1f11683e170dbe81","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"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":"e13f05100230c736","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"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":"28563399f6b17f4c","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1710307890345,"stop":1710307890345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation","uid":"3478f4dea2ed7899","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307892757,"stop":1710307892759,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"9d551bb723d2168","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307892759,"stop":1710307892759,"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":"50854f5204d29865","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307892759,"stop":1710307892760,"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":"da3e5676f260a344","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897766,"stop":1710307897768,"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":"9da10f2a72d020c2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897768,"stop":1710307897769,"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":"9692272bf2580154","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897769,"stop":1710307897770,"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":"8664e8cba76b4d45","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897770,"stop":1710307897772,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"38f46781806d9633","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897772,"stop":1710307897772,"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":"fb2684be62889246","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897773,"stop":1710307897773,"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":"6e41a1e48c8c0491","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897773,"stop":1710307897774,"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":"f2cacbaa00985814","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897774,"stop":1710307897774,"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":"210ba9f3286cdde","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897775,"stop":1710307897775,"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":"d88c51a51a9ece88","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897776,"stop":1710307897779,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"d4e9adc87979262","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897780,"stop":1710307897781,"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":"aee894d537875470","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897780,"stop":1710307897780,"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":"9d9819428e416d31","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897781,"stop":1710307897799,"duration":18},"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":"7435b88ccd1e8fab","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897799,"stop":1710307897800,"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":"d2f95704a7585f63","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897810,"stop":1710307897811,"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":"bbe7ad191055e930","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307897832,"stop":1710307897834,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"168699eea91ad1b0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898039,"stop":1710307898039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"37a395b22fd28cd5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898065,"stop":1710307898065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a9a09a06316dedd3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898066,"stop":1710307898066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"2ef6733b37ed9b89","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898597,"stop":1710307898598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"3bc45aab135e781","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898597,"stop":1710307898597,"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":"2f1cf38391dc2909","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"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":"e074e8c096f8e201","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"b972b1e80fc56a83","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"c98bf4c3e739eac8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"5f0ed77024dcf6fb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898600,"stop":1710307898604,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"364346e30d0a3db6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898604,"stop":1710307898604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"37e6fbdae03121a6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"a92647d16e547af8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"9195e5e15efab4b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898605,"stop":1710307898606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"65980bf9de865008","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"3f3c1ea9af5a66e9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"7d50c79b1c7fc277","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"7eba469f3e5f2764","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"4b223140dbcd553e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898607,"stop":1710307898608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"e9997002b2a37e6b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898608,"stop":1710307898609,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"c3850fc58e56d531","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"36f6d6f97d645dd5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"4afd6ad1b22c9cb9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"2f58b0d2296ef184","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"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":"a5d2710fe934adac","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898609,"stop":1710307898610,"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":"85ad27be440476f7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898610,"stop":1710307898610,"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":"d1ddd75a8cc82de7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898610,"stop":1710307898611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"164df922bd179f0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898611,"stop":1710307898612,"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":"d45c72a81614a752","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"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":"2e975ef6965267ab","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"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":"c54954d908a46041","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bba8bbf311fde437","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"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":"70ba40a2b1007e6","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710307902926,"stop":1710307902928,"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":"a9db5576e601a68b","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710307903345,"stop":1710307903345,"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":"73b2fc8b63ce28f1","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710307903346,"stop":1710307903346,"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":"fc51bc7c7619cbbe","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710307903346,"stop":1710307903347,"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":"53bdcc55268eab3a","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1710307903347,"stop":1710307903347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"message","children":[{"name":"Ephemeral field set to true","uid":"5c3cfb3678de1e90","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6add6d74ba5cfda8","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"746e53115698be23","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710307903499,"stop":1710307903500,"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":"f736ce3f9f063dc4","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710307903499,"stop":1710307903499,"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":"de258e8515ffeadf","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"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":"ea1a00b9199bd8ee","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710307903500,"stop":1710307903501,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"3fac1033637d872a","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"Accepts a valid Waku Message","uid":"78e461413c8cc9a6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307906861,"stop":1710307906862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"961c402fe2a47a78","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307906862,"stop":1710307906863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"5bb885987af1261a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307912517,"stop":1710307912520,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"ea6a125b258d82b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307912521,"stop":1710307912522,"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":"cc8e407da697fa6b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307912522,"stop":1710307912523,"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":"89ca8c82e825b65e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914056,"stop":1710307914056,"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":"4293adce4c6fb72f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914056,"stop":1710307914057,"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":"882fdf9ae41376be","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914057,"stop":1710307914058,"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":"a981c08a1c439e8f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914058,"stop":1710307914058,"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":"61926b0960a885db","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914058,"stop":1710307914059,"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":"6b265a8c2db64f1c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914059,"stop":1710307914069,"duration":10},"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":"30f590d96d7726c4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914070,"stop":1710307914070,"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":"e2b6e21e58644a2e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914070,"stop":1710307914071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"ba12ce608833de45","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914072,"stop":1710307914072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"fd418f4863adb7b2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914152,"stop":1710307914153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"1d48597e1996675e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"cc06a0e4258d47a3","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"d8c7454cc6b83a52","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914153,"stop":1710307914154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"c30488924245eddf","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914370,"stop":1710307914370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ec8f185fe67ea2ad","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914370,"stop":1710307914371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"d281bfa3e25b73e6","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"65b1a4ce2339e5d0","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914371,"stop":1710307914372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"d7e0653f8b490d28","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"51acecb33833ebf4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914372,"stop":1710307914372,"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":"a15bce393d5fdd3b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914372,"stop":1710307914373,"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":"b21d2a90f8da1c78","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"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":"1b5307b8e719aeb2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"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":"263a24341c9e7b8d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914373,"stop":1710307914374,"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":"5f5f9aea320ebe41","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1710307914374,"stop":1710307914374,"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":"78c9e6cce3e2f6be","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1710307914374,"stop":1710307914375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"5de9fed9d7c406ee","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1710307914375,"stop":1710307914375,"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":"54780751d24614ee","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918131,"stop":1710307918131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f535654f4861b59","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"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":"f35b159debd005c2","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"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":"6dd49b53658e07dd","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918132,"stop":1710307918133,"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":"25e64543726f07fa","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"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":"442f47c9965aeae","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"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":"9750a678d29afff7","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918134,"stop":1710307918135,"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":"26984cf4fa214464","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918134,"stop":1710307918134,"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":"a2008042c6b59cae","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"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":"b15c7072fbc83d9e","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"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":"72463fb32e87df8c","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1710307918136,"stop":1710307918136,"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":"1d62f2018ac8b503","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307923910,"stop":1710307923912,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"aa4e3e175b818004","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307923912,"stop":1710307923912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"db70e85df4bc8348","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307923913,"stop":1710307923913,"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":"2593a621e1209fca","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307923914,"stop":1710307923915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"b9e39a5c781d2946","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307923914,"stop":1710307923914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"5f5de46526bf25cd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307923915,"stop":1710307923916,"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":"6d2d288efad1f2ef","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307923916,"stop":1710307923916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"79c89ab89f18a3d0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307924457,"stop":1710307924458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"ac36608524f6ead6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307924458,"stop":1710307924458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"7be882f99455ca53","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307924459,"stop":1710307924459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"c2f66879a5765079","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307924459,"stop":1710307924460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"229c15e86d0e1e66","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"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":"f72da4ad3d348f10","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"658fc70cc0b4b5d7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f7904c9ebae93f06","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"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":"65f7e61d68305d01","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8e4c928caf641c35","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"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":"3f09598def689f9a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"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":"fde04bd30e1a5e7","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307940135,"stop":1710307940138,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"e8bbe5d0309640b5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307940140,"stop":1710307940143,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"22c4c55deba96b8e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307940164,"stop":1710307940171,"duration":7},"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":"739253a7f12e1667","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307940172,"stop":1710307940173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"46745435013c04d0","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307940174,"stop":1710307940215,"duration":41},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"64a1627951e49c06","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307940215,"stop":1710307940216,"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":"ac4e5b382205b17f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307948133,"stop":1710307948134,"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":"4d157290c1719ce","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307948135,"stop":1710307948136,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"c25dae6e48c24f7","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307948135,"stop":1710307948135,"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":"b14ca8c15c626435","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307948136,"stop":1710307948137,"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":"249eba5a985f9b6","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307948137,"stop":1710307948137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"7ff5db574664ea58","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307980879,"stop":1710307980880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"a2d388e45591383b","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307980880,"stop":1710307980881,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"8456d9887da5650e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307980880,"stop":1710307980880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"58982cd0c04249c2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307980881,"stop":1710307980882,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"2a6d9e9653fbc5be","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307980882,"stop":1710307980882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"b018fb39f961a7ac","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307980882,"stop":1710307980883,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"286a188ce3994149","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307980883,"stop":1710307980884,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"cd2cd43851ee5c62","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307980883,"stop":1710307980883,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"e1a6ffacc78d9a91","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307980884,"stop":1710307980886,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"59e0b27c9054aec2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307991225,"stop":1710307991225,"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":"d7526c5ff44f936","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307991226,"stop":1710307991227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"5e86b9b0e6a71c85","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"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":"ec740b4a021dd391","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"99d71c6091ab4366","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307991227,"stop":1710307991228,"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":"c6f416e4a072265b","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307991227,"stop":1710307991227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"30f1f7a89299a781","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1710307991228,"stop":1710307991228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Relay","uid":"62f2fcc847c6df65","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307948300,"stop":1710307948300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"6077dec9eca582b4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307948300,"stop":1710307948301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"408038acf5fa6582","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307948301,"stop":1710307948301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"b794452d1d7d235c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950103,"stop":1710307950104,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"659f0f6738b3f8b1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950103,"stop":1710307950103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"c9c076e66d864268","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950104,"stop":1710307950105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"a2a0c02e20b55eff","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950104,"stop":1710307950104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"3d8f4d4d7aacb04c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950769,"stop":1710307950769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"637f3196ed316a60","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"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":"b6b89dedd9d6ec23","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"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":"29a6a7bbf70834a9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950770,"stop":1710307950772,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"28f120756f1d0127","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950772,"stop":1710307950772,"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":"8b01fe7edcdf95a5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950773,"stop":1710307950773,"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":"9f274ec6ba40301","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710307950773,"stop":1710307950774,"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":"48ca89d32a048cd9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1710307950774,"stop":1710307950775,"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":"dbb9702127f61154","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1710307950775,"stop":1710307950776,"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":"e46d8319e6b46486","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1710307950776,"stop":1710307950776,"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":"37cb1f89cf05e5dd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307971894,"stop":1710307971894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b944e98ee8cf4ca4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307971894,"stop":1710307971895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f0a66a17808cffe3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307971895,"stop":1710307971895,"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":"f6c155ef26e07f71","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710307971895,"stop":1710307971896,"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":"7f016940a25de20b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007020,"stop":1710308007020,"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":"9ed9d83a3d684b6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007020,"stop":1710308007021,"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":"691a34a900530f1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007021,"stop":1710308007021,"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":"b70f09c82b959e2d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"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":"5058ba511ee22cbe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"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":"66c61ced9b7c8d9c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"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":"e31cff1543df4bca","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"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":"b315b480fe2eec38","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007024,"stop":1710308007024,"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":"9e515653af22fab5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007024,"stop":1710308007025,"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":"bc3887ddc54b7338","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"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":"97973916a21869f0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"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":"a9df3bd32990f3f6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308007026,"stop":1710308007027,"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":"6673ddf96a113fa9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308026832,"stop":1710308026833,"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":"e0848519159e3e4e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308026833,"stop":1710308026834,"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":"bf5730553fdfba4e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308026834,"stop":1710308026834,"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":"d2778b55d5cee611","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308026834,"stop":1710308026835,"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":"e21393c53b3cec0e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308026835,"stop":1710308026835,"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":"d1131d33fd90a6ce","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308026835,"stop":1710308026836,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"44683a8cdf7f16e9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097724,"stop":1710308097725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"5850583be5b811ad","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097725,"stop":1710308097726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9fd0fca2df1ee3be","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097726,"stop":1710308097727,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"fc4669ef515b7b3b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097726,"stop":1710308097726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"eba0415ef5540d0f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097727,"stop":1710308097727,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6fcfb764d74141a7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097727,"stop":1710308097728,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"f0b432e7877fe7c5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097728,"stop":1710308097729,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"fe42f88b3ad13d44","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097728,"stop":1710308097728,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c219c5cdd92dffd7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097729,"stop":1710308097729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fdf848dbf5d4e8d1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097729,"stop":1710308097730,"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":"4173465555050b68","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097730,"stop":1710308097730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"c60c32df11b0567b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b6963d4d261cb89","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"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":"fd8378d01627ffe3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"323067807d6eed80","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307940002000000 ","uid":"429e3a3aa99003f6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307940002 ","uid":"2f144ad72b15d34c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"58817b80abfc90ad","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"6fc1f472da8fdd0a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"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":"866a9c956e93f7d8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097734,"stop":1710308097735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a3064e5c2bf90011","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"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":"c41945c4b8cbfead","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097735,"stop":1710308097735,"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":"b3907749ac12017d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097735,"stop":1710308097736,"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":"ab61a767c8ddc7fd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097736,"stop":1710308097736,"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":"603c72a27589d4a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097736,"stop":1710308097737,"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":"74f11ca386c36d84","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1710308097737,"stop":1710308097738,"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":"16a65405028bc6c5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308097737,"stop":1710308097737,"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":"1ee8f89d4d81bff","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1710308097738,"stop":1710308097738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"2df243e0b95a8cf7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192911,"stop":1710308192912,"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":"44448a09524c17c2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192912,"stop":1710308192913,"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":"68656f86c2e6c6df","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192913,"stop":1710308192914,"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":"cbaa443eb1a7ea22","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192914,"stop":1710308192915,"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":"eb97cd0d6cec89d0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192914,"stop":1710308192914,"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":"e9033d1f148e94c6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192915,"stop":1710308192916,"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":"fa9d8d79130bff9c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192916,"stop":1710308192916,"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":"407640ec244257b6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192916,"stop":1710308192917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"c4faaac875690fd0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1710308192918,"stop":1710308192918,"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":"da9b36da9b9593d5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"26fb4a83e7160219","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c05fccece459d4fa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192919,"stop":1710308192920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"9f3a6aa4fb66c49f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1710308192919,"stop":1710308192919,"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":"ca250cc38ddb51da","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192920,"stop":1710308192920,"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":"c9e6fe4eee6ddb2d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192921,"stop":1710308192921,"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":"7b3d7a6013d7505","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192921,"stop":1710308192922,"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":"f84e6ee289100fd4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192922,"stop":1710308192923,"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":"6bb0c973bea42388","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192923,"stop":1710308192923,"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":"c2897b7fe6273c64","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192924,"stop":1710308192955,"duration":31},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"4d7d8f8968230f86","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192924,"stop":1710308192924,"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":"b4ca6b04a1e969b5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192968,"stop":1710308192969,"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":"5ceda4b1ae9a1445","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192969,"stop":1710308192970,"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":"9111ea84523b95fe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192969,"stop":1710308192969,"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":"8f74ce67607fe248","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192970,"stop":1710308192971,"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":"3ef6b91ac3fc51a6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192970,"stop":1710308192970,"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":"fe4e6897f994c287","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192971,"stop":1710308192971,"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":"3a9ea5249feb22e1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192971,"stop":1710308192972,"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":"74a66228bf3e1371","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192972,"stop":1710308192972,"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":"e3ab2c51803feee4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192972,"stop":1710308192976,"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":"33187d6eb6754c90","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192976,"stop":1710308192977,"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":"6fe3045070ee056f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1710308192977,"stop":1710308192977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on peer without subscriptions","uid":"54e59a8f1863ecb5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308024291,"stop":1710308024292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3494f4c3e7c2acd0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308024291,"stop":1710308024291,"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":"75abdfcd2db96901","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308024292,"stop":1710308024293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"98eb5a41dbbfc7b3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308024292,"stop":1710308024292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"cbfaf0225991590a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308024293,"stop":1710308024293,"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":"419b2409f8930b61","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308024294,"stop":1710308024295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b66443c2e0c92888","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2fface4cb94b5716","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"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":"8e8d0276ca592d6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167156,"stop":1710308167156,"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":"69d841d5eeafb782","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167157,"stop":1710308167158,"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":"92efcaff04194f18","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167157,"stop":1710308167157,"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":"dec49bea28116913","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"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":"2f031c494248cbf8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"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":"e82920e09474de85","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167159,"stop":1710308167159,"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":"46021ac8c5c435a5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167159,"stop":1710308167160,"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":"73fc13e1a2da15bc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167160,"stop":1710308167160,"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":"8c40f41a15c1d4d7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167160,"stop":1710308167161,"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":"3c44abc8403b510","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167161,"stop":1710308167162,"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":"863c4b36cc41b13b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167162,"stop":1710308167163,"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":"73855449b1424756","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308167162,"stop":1710308167162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"9e1305aefbe96bf2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416716,"stop":1710308416716,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"f2655c8edd01745f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"4d0b0408b076817a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c1a3fd449d1ba131","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"6160b08711ee273a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"adc12029c41ec06c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416718,"stop":1710308416719,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e18f2b41e2124324","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a00442e33e94af34","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3df959dc7e67a518","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c8d1183146f45971","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"8ef819c359058ade","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416721,"stop":1710308416722,"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":"fa1e504b3d2c7fa4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416721,"stop":1710308416721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9f8165fc4a6960e1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416722,"stop":1710308416723,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"bd10deb17e6d3b4e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416722,"stop":1710308416722,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e58834a65ed4ea86","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416723,"stop":1710308416724,"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":"7946af4b1566759b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416723,"stop":1710308416723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355000000 ","uid":"11eb0f4823c96201","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416724,"stop":1710308416724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355 ","uid":"3728b8571c1a278e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416724,"stop":1710308416725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"9c02f68bff4018ff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416725,"stop":1710308416725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"4ae01a930bb4c68c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416725,"stop":1710308416726,"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":"e145088ff1e23252","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"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":"cfdf67519d6995a3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"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":"1e70bbe19ad57926","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416727,"stop":1710308416727,"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":"b7fa8aead07c45a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416727,"stop":1710308416728,"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":"223a9ee6413644c6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416728,"stop":1710308416728,"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":"fbe7bc3233a5d29a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710308416728,"stop":1710308416728,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d302f1ab7f445158","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416729,"stop":1710308416730,"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":"d8ced2d3e8f755f1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710308416729,"stop":1710308416729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"9db02907f6a1d226","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"2f9f9eaf36e19be9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416730,"stop":1710308416731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"9d57b5bb71a46123","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"8bc89afb1807ee97","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416731,"stop":1710308416732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6f13750332477f0b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416732,"stop":1710308416732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"aa20451d8638316b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416732,"stop":1710308416733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"d93e44e6db837b37","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416733,"stop":1710308416733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5afc12089e6166ef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416734,"stop":1710308416735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"a4c5ee5fa0ac66ca","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416735,"stop":1710308416736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5a8ddfa2f416cfaf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416736,"stop":1710308416737,"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":"d2eccaec09565227","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416736,"stop":1710308416736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"ecdcf3588a8b4d9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416737,"stop":1710308416740,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"fc4806e8d40a6527","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416740,"stop":1710308416742,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3123eeef1e0a98cb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416742,"stop":1710308416743,"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":"838507040b6f4e5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416742,"stop":1710308416742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355 ","uid":"84b1d7798322e257","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416743,"stop":1710308416744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355000000 ","uid":"a2b74148ccc017c8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416743,"stop":1710308416743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1382ce6430bcc8e3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416744,"stop":1710308416745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b134ea2c4c41efb2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416744,"stop":1710308416744,"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":"40758540cf4daf90","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"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":"56cd53efd863420f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"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":"5f9b9d4bd7ac7b36","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"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":"8bd6177918ba9545","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"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":"9117289dde432b2f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710308416747,"stop":1710308416747,"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":"eadf6cd2815d2836","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308416747,"stop":1710308416747,"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":"cb13348c58157251","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710308416748,"stop":1710308416748,"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":"2f981f12526318e5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"6ffb9e32aec85cef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"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":"c57dffb12af24514","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"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":"408fb498e7044b8a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"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":"fcc2c1ac105ef281","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"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":"306fe3e09d6aac20","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"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":"a04404af5618e869","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572933,"stop":1710308572934,"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":"fe25390c0aa4f72e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572934,"stop":1710308572934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"3f13d00d0cf93a54","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"380a805806d742a9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710308572935,"stop":1710308572935,"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":"46507603489e1dfe","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572935,"stop":1710308572935,"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":"7ee1aee8ea0aa9f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"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":"6fea4f1e72594470","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572936,"stop":1710308572937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"10ec031ba2621475","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"cd45b9a173e5cb28","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"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":"d4012606e41e24ec","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"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":"c6b82c612d43b344","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"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":"4e6457d1779ed2d3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572937,"stop":1710308572938,"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":"db5d3e5bd46f7b6a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"92c55f66bc83ffbf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"6eefc1511fcdabd6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"e61f06718e071bea","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"fa386a61345f08d0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"88fe3a2699e813cf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"6618c8196aea383d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572939,"stop":1710308572940,"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":"7bcb8780c92ab480","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572940,"stop":1710308572941,"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":"428474aeb64bb48f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"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":"8f368556e5b8d11e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"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":"a2d57c5036577429","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572941,"stop":1710308572941,"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":"88d3a1f39edc2c6a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572941,"stop":1710308572942,"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":"768edaa3781bce49","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572942,"stop":1710308572943,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a31cddde6ff2d07a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572942,"stop":1710308572942,"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":"1631198a807769df","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"50d526e8d6feb0b9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"f81e7e4c13976f15","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"2aa78ba7033620f1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572943,"stop":1710308572944,"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":"fc556e9b003c82e1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"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":"966b221cc867f9ad","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"38cf3f4b38919620","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"758448b39be27c9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1710308572945,"stop":1710308572945,"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":"c17590f1617cef91","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"bcd9f99af2ecf06f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572945,"stop":1710308572946,"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":"fcea57472694cd3d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8e9f99911ffa2a09","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"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":"1f251cecc999254f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"c8b915338eb3e6ad","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"e64c0b811046f119","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572947,"stop":1710308572948,"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":"49e40c71abde82f1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"94c1a6601a18a435","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572948,"stop":1710308572949,"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":"19621e5608720560","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"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":"f0d27bd976a46a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"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":"4dc13eea5f490538","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"8b46c3f41c89c6e9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"e074a0bda35cc3da","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"65ad99ac0edfe7ed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"e0e883bdefa5097b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"2a6f8ab7d4dd4e62","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"2a4c7ac96055abc2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"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":"42b25df2457072ed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"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":"561c595b3ebe3982","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"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":"f2474eeecef8ba48","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092684,"stop":1710308092685,"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":"17cafc41b2943637","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092685,"stop":1710308092686,"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":"8f70853da5af5ead","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092685,"stop":1710308092685,"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":"6d62a4e900ac3f1d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092686,"stop":1710308092686,"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":"38c7ce1f763ffc28","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092686,"stop":1710308092687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"5e545a6d1a486c60","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092687,"stop":1710308092688,"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":"e466bb6ca0fa3733","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092687,"stop":1710308092687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c3737e78ca767f63","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092688,"stop":1710308092689,"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":"5e8486e7bc41eac0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092688,"stop":1710308092688,"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":"c6f0b192b239015e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092689,"stop":1710308092690,"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":"708df7cfbbe04df1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092689,"stop":1710308092689,"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":"7111ad0a39bcf64e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092690,"stop":1710308092691,"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":"151e106940af2b94","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092690,"stop":1710308092690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ae455015e49eea53","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092691,"stop":1710308092699,"duration":8},"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":"4fccdfcc73f1d53b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092699,"stop":1710308092700,"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":"fa9e9ef30b1a6817","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092700,"stop":1710308092700,"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":"25a34fe7b6309061","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092700,"stop":1710308092701,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"952571cd432fe180","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092701,"stop":1710308092702,"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":"48686c9a1db84331","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092701,"stop":1710308092701,"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":"562b2c9eff20cb82","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092702,"stop":1710308092703,"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":"2c7241dbe1309464","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092702,"stop":1710308092702,"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":"97b5d4d8cc7677d3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092703,"stop":1710308092704,"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":"3db4c6dd584b922f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092703,"stop":1710308092703,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"679af2e30c4ea1a1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092704,"stop":1710308092704,"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":"700db9ecded6b381","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092704,"stop":1710308092705,"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":"bbe0acc788da3bcf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092705,"stop":1710308092706,"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":"4e6369fa0cab69bc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092706,"stop":1710308092706,"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":"30632a885828bf4f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092707,"stop":1710308092707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"df5f276deba61d86","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092710,"stop":1710308092713,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"227b02546ef5e893","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092713,"stop":1710308092714,"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":"55136e36ac157da1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092714,"stop":1710308092714,"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":"e5a01a74d62c8db0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092714,"stop":1710308092715,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"b2cd6e44322f91b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092715,"stop":1710308092717,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1a552a3e871c91cc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092717,"stop":1710308092718,"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":"f0bdbb0df219698a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092718,"stop":1710308092719,"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":"6c0bf0db155c2675","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092718,"stop":1710308092718,"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":"64cf644f6846753b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"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":"5a173d605b76c2c8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"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":"861a4a1dc01d6259","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092720,"stop":1710308092721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"f8ba4e36fd555877","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092720,"stop":1710308092720,"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":"94d202265557b95","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"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":"fc8f7f63be5e847d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"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":"64455f73f6a0cbb5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092722,"stop":1710308092722,"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":"d15b46c9db9e57c3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308092722,"stop":1710308092723,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"2664e399b5bc69a4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308193083,"stop":1710308193084,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"96248d99d46394e1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308193084,"stop":1710308193085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"light-push","children":[{"name":"single_node","children":[{"name":"Push message on custom pubsubTopic","uid":"dd6e01bb2bd73fcc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308225036,"stop":1710308225036,"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":"4af4f3a79477d29c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308225037,"stop":1710308225037,"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":"e3ed13a86cd67a07","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308225037,"stop":1710308225038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"bff3f4e83330a16c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308225038,"stop":1710308225038,"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":"829ede11b709a426","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"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":"1db4fc4c2d960b8c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"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":"8412b4099a1f4f25","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308225040,"stop":1710308225041,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b5bb445a550ea2b1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"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":"283e444ec6452b0c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7c5165e0a08000e8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322564,"stop":1710308322564,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"ac4d3faef5e2b526","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322564,"stop":1710308322565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"a958b7f2080e216c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322565,"stop":1710308322565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"62eed97231bd16b6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322566,"stop":1710308322567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"1dd7ebff91c557a5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322567,"stop":1710308322579,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"989a3bdc2ee27224","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322567,"stop":1710308322567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"e9a03dcdb8819aa6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"4ff91ea0ac7803c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"fcbe0c79e4f1c505","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322586,"stop":1710308322593,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"442782313c28b573","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"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":"e8ed92cf92361e36","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"dfcaf59b68762f18","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322595,"stop":1710308322596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"8f4d38912d716ea4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7ff97b8129b3dc26","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"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":"fe8f8b7d9d7213a4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322596,"stop":1710308322597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4d1b04501c44962","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"4568c4cb1a3650d9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"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":"d16990f351b169b6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322598,"stop":1710308322599,"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":"a3e7a40f648c632b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"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":"6c95d7ade4228f0c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"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":"ea3a1ec8846f968d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322600,"stop":1710308322601,"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":"aa5816827d68913f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322600,"stop":1710308322600,"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":"4c9e3492a4807550","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322609,"stop":1710308322609,"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":"ab75b6b0619f6720","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322609,"stop":1710308322610,"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":"fe93c0551b6e064d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322610,"stop":1710308322611,"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":"6a9b025a34bde44b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322610,"stop":1710308322610,"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":"95e0f99bb51c9783","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322611,"stop":1710308322612,"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":"dd801977b799a42f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"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":"d9ae48c2f1e7a7e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"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":"404693b7c9f44206","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"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":"79e48092a8e987e0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"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":"30081ab3344c28d6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"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":"a7a4ae8b45f091b1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"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":"11528354d9817213","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322614,"stop":1710308322615,"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":"93a0c157206c50ba","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322615,"stop":1710308322615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6ab479e4414643b9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322615,"stop":1710308322616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"24332471c2e5bbdc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322616,"stop":1710308322617,"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":"177e38359a4b434c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322616,"stop":1710308322616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679549697857","uid":"390f9fd1641e1b59","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322617,"stop":1710308322618,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710304497857","uid":"e1dd37a17fe8a8a5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322618,"stop":1710308322622,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710311697857","uid":"ced572415015a932","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"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":"5c35069220d0c7e8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"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":"ac6f4636fc68d5a5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1710308322624,"stop":1710308322624,"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":"80e534f40888f6d0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463673,"stop":1710308463673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a9a1fc59851db444","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463673,"stop":1710308463674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"475a6691ee8a25b2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463674,"stop":1710308463675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"b43f163f9062a3a3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463674,"stop":1710308463674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"b598c513458bc070","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463675,"stop":1710308463676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"abf2b2911db3ad8f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"8905cadf20ceef91","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"82b670b0d8b7e698","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463677,"stop":1710308463685,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"892992fb15f32132","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463677,"stop":1710308463677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"c6ef879465123867","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463685,"stop":1710308463686,"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":"65a018b903ab341c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463686,"stop":1710308463686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"a304d3776387cc8d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"9ce74eaf73156058","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"cefec7f7d4ab588b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"12828de6523ff65c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463688,"stop":1710308463689,"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":"4ec0ae06c47c651c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"65158b7cbdcd1238","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"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":"ad5a8d9dcc619765","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"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":"ec2ddd1adfab68a4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463690,"stop":1710308463690,"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":"6f835aaf0e65a6b8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463690,"stop":1710308463691,"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":"2a8d234c63eecf70","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463691,"stop":1710308463692,"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":"7724b163879864e6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463691,"stop":1710308463691,"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":"d2332d8b644a6331","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463692,"stop":1710308463693,"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":"2d476eb80a9e8d30","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463692,"stop":1710308463692,"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":"1f4b78982dcf46d3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463693,"stop":1710308463694,"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":"17fc99058e7599e4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463693,"stop":1710308463693,"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":"963bd816a7c1d5c1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463694,"stop":1710308463705,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"8e6a138e283a681c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463694,"stop":1710308463694,"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":"da3572beffbb22d9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463705,"stop":1710308463708,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"f0454d6ff7ece765","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463708,"stop":1710308463708,"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":"72a930bef07a5858","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463708,"stop":1710308463709,"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":"ae09d7506fd71367","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463710,"stop":1710308463710,"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":"7ab633ea8009b98c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463711,"stop":1710308463725,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"6ab40f19803a67d3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463727,"stop":1710308463728,"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":"4fd5b5709c2c97f0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463727,"stop":1710308463727,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"890f2f771fad488d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463728,"stop":1710308463728,"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":"27777a54229cad53","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463730,"stop":1710308463731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"9f15e2d6dc7cce18","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463731,"stop":1710308463731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679549692890","uid":"a3901eae495650d0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463732,"stop":1710308463733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710304492890","uid":"cc1488d478c0318a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463734,"stop":1710308463741,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710311692890","uid":"1d7a4a9044be0954","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463741,"stop":1710308463742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"47b5704cc6d32bde","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463742,"stop":1710308463743,"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":"998d0f3d1a58d304","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1710308463743,"stop":1710308463744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"d553d9f85eda043b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308231835,"stop":1710308231836,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"9aa22523f7525502","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308231836,"stop":1710308231836,"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":"26651b8096e41a46","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308231837,"stop":1710308231838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"c5623ff0da329f91","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"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":"79464d5f1aa3ee20","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"bff70a352c922ddf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308231895,"stop":1710308231896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"604686753df1b9e1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"2d4c02a12b563389","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"connected peers and dial","uid":"f2b7cf52b3aee244","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710308322787,"stop":1710308322787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"4e5aa6f148f9d8b9","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"20731a99aae17b96","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710308322788,"stop":1710308322789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"b5c6e683eef46e9f","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"370e90bc1e140e1","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710308348759,"stop":1710308348759,"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":"2fe978312f134a47","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710308348759,"stop":1710308348760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"cd6a8ef0e5b1efaa","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"bf38b3c27f5e49a3","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"e64a00d603ae3445","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710308426361,"stop":1710308426361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c216b153cf1f321b","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710308426361,"stop":1710308426366,"duration":5},"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":"87da7cd12e65d93d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710308426366,"stop":1710308426367,"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":"47748d5a901eaa18","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710308426367,"stop":1710308426367,"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":"68fe92b958c2402d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710308426367,"stop":1710308426368,"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":"552741c98078b8c7","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710308426368,"stop":1710308426369,"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":"8c93309cc785a8f3","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1710308426368,"stop":1710308426368,"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":"104040261e5581e1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308325356,"stop":1710308325357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e4fa4c4c949e70c3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308325357,"stop":1710308325357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"b6034001b13b02cf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308353087,"stop":1710308353087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"7e13bbd413bdfe67","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"4248bf280cc37198","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"4a72e0f50ab33385","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308353089,"stop":1710308353098,"duration":9},"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":"1d82a10ddcc98ad1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"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":"513d1404a75654b7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"cc8398f218c8fddb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357659,"stop":1710308357662,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"59d0f5bd41cbf48c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357663,"stop":1710308357663,"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":"c5c549e543302556","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357663,"stop":1710308357664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"8e92bddc868abe9e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357664,"stop":1710308357665,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"e8fabb958e19000b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357664,"stop":1710308357664,"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":"a294baa10a5ddd71","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357665,"stop":1710308357666,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"ae6902453d8de57f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357667,"stop":1710308357668,"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":"f886643391fc6715","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357683,"stop":1710308357684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"1a84e7f481745bdf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"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":"bcc25e0c44746b78","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"a2a13a70ec24708f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366456,"stop":1710308366456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"359fc7ba8c7e550c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366456,"stop":1710308366457,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"8909c0c2f9cb72fe","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366457,"stop":1710308366458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"c66df1ea5ce918aa","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366458,"stop":1710308366458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"a5bb15c1e84648ab","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366458,"stop":1710308366459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"2fda8488ae92c13b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"79fbfbe79c032d6f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"41185fd0f9bddb0d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366460,"stop":1710308366465,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"e51c6c5265b64fd3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366465,"stop":1710308366469,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"aa32ef4496a20c61","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366469,"stop":1710308366469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"5d8f9c18fab1002f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366470,"stop":1710308366471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"74839595307407bd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"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":"9b487717c3dbd229","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"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":"b43af9c68b222d2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366471,"stop":1710308366472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"da542bdf2c5dd278","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366471,"stop":1710308366471,"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":"1d1310b738ab2ad7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"64d984a33c1d9dfb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","uid":"41c0663d4ed9a312","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366472,"stop":1710308366480,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","uid":"991bb43b8028c47d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366480,"stop":1710308366480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","uid":"2e03f34bef5cb825","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366481,"stop":1710308366481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"83f59e87b88e83fa","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366485,"stop":1710308366494,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"ff7f2f8f9c8b2998","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366494,"stop":1710308366494,"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":"e63d4d5b9856819a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366509,"stop":1710308366511,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"632e4713bacd2fb5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366512,"stop":1710308366512,"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":"4c535bf7e2869044","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1710308366513,"stop":1710308366525,"duration":12},"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":"796f704b5003ca1a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366513,"stop":1710308366513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"bef8bbad2c253617","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1710308366525,"stop":1710308366526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"fe91df30b2f2ac7f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366526,"stop":1710308366533,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"4efa2d83395a7686","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308366534,"stop":1710308366534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"eb8d11f05e1a0b93","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371293,"stop":1710308371294,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"20e0b85461d45540","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371293,"stop":1710308371293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"8af2ac9464a5ac31","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371294,"stop":1710308371295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"a56f00e9692bb775","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371295,"stop":1710308371296,"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":"1523a03b3d04359b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371296,"stop":1710308371297,"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":"555fe13d9d064280","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371297,"stop":1710308371297,"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":"f61faa69b4980a62","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371297,"stop":1710308371298,"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":"3a1c5fa915811474","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371298,"stop":1710308371299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"45b4ad98def2a4bd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1710308371299,"stop":1710308371300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6e38930ef90d934b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1710308371300,"stop":1710308371301,"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":"35752b624669f577","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371301,"stop":1710308371302,"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":"c562f0bf9562f114","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371302,"stop":1710308371303,"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":"a9a50a613536c83c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371303,"stop":1710308371303,"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":"3791a49751ce408a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371304,"stop":1710308371304,"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":"dbce83b27e5557b2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371305,"stop":1710308371305,"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":"db111bc63068ec1d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371306,"stop":1710308371306,"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":"23b4e6317755ed0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371307,"stop":1710308371307,"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":"1cc651ed63e4ef0f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371307,"stop":1710308371308,"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":"aa0d2811c8ab0fac","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371308,"stop":1710308371309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"3893b70c493510a7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371309,"stop":1710308371310,"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":"eb415e8ee000e570","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371310,"stop":1710308371311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"b5c60e522c6b7a09","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371311,"stop":1710308371312,"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":"1f612f919e7b9fdf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371312,"stop":1710308371313,"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":"10b6c3e919fd6852","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371313,"stop":1710308371314,"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":"7ab3b6de8241738c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371314,"stop":1710308371315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"1e433e189c24b9d1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1710308371315,"stop":1710308371316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sdk","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"73e61247632e2093","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"broken","time":{"start":1710308388676,"stop":1710308388677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"83079f62ee1ee2a","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"broken","time":{"start":1710308388677,"stop":1710308388677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b9b5a205d40de2999342bf1b441e704d"},{"name":"sharding","children":[{"name":"configure the node with multiple pubsub topics","uid":"e4cdedf9e3e955d0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710308402070,"stop":1710308402072,"duration":2},"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":"17b7f08f56085ca6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710308402072,"stop":1710308402073,"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":"c668840418c6e757","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710308402073,"stop":1710308402074,"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":"569f2b32e5b81606","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710308649156,"stop":1710308649157,"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":"cc78f382b53348b4","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710308649156,"stop":1710308649156,"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":"68d38eaf2ad613c2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710308649157,"stop":1710308649157,"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":"1a28a9451fdea568","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1710308649158,"stop":1710308649158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"store","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"b52bafb347cd27f2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308433839,"stop":1710308433840,"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":"7929bfc9e9d0147c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308433841,"stop":1710308433841,"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":"a22bcc638e0dc16f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308433841,"stop":1710308433842,"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":"5029dddc30b64d89","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308433842,"stop":1710308433842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"bb10de6475d771c6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"d5fa67246e796af9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308433843,"stop":1710308433844,"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":"7caada47cca0eb68","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"1283e9ffcb56230f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"bcf8e0f83373629a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"ad080523fcfdb610","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459424,"stop":1710308459424,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"91a9d57cda423db","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459425,"stop":1710308459426,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"2fc7ad298cfbe3fe","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459426,"stop":1710308459427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"8ce25c6e5d913987","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459427,"stop":1710308459428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"f5a188b7ef2a5c66","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459428,"stop":1710308459429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"c231c4d6827cb2ed","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459428,"stop":1710308459428,"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":"3a81e52a60e4699f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459429,"stop":1710308459430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"7ca88e97a24a550b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459429,"stop":1710308459429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"98dcb862c1c7ae3d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459430,"stop":1710308459437,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b95bacd21361c88b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459437,"stop":1710308459438,"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":"efa888bf35fccfb1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459438,"stop":1710308459439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"f4fdd7f0558ead18","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308459438,"stop":1710308459438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dad27c52ad371a81","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308464139,"stop":1710308464140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"7b4f513ac4f50241","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308464139,"stop":1710308464139,"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":"9f71d6a666464cb0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308464140,"stop":1710308464140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"a6516d0da9395234","parentUid":"114c10befa13776855d75d77eed79619","status":"skipped","time":{"start":1710308464141,"stop":1710308464141,"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":"bbdf296f293cabce","parentUid":"114c10befa13776855d75d77eed79619","status":"skipped","time":{"start":1710308464141,"stop":1710308464142,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dc8c4f107823ff47","parentUid":"114c10befa13776855d75d77eed79619","status":"skipped","time":{"start":1710308464141,"stop":1710308464141,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"53fe69e083ed7f74","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308464142,"stop":1710308464143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"5366b2308956d322","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308464142,"stop":1710308464142,"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":"35e7bd081abee388","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308464143,"stop":1710308464143,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"8c36f2a47e6b003f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308477759,"stop":1710308477760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"a86dc1213b871034","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308477760,"stop":1710308477760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is forward","uid":"f2351cad233a2204","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308477760,"stop":1710308477761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is backward","uid":"a80f090a3ea48271","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308477761,"stop":1710308477761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"79b8b787a6cf01e9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308481018,"stop":1710308481018,"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":"eebbb1047a742e76","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308481018,"stop":1710308481019,"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":"dffbb026c3367415","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308481019,"stop":1710308481019,"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":"2ab136ebe35cb252","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308481019,"stop":1710308481020,"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":"5d80692816e2e0f7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"56f5bce47b8ba178","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"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":"c7d3b14d46472c1d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308481021,"stop":1710308481022,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"54f4d9bb2c67e583","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308481021,"stop":1710308481021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"18bde4749d78fbb4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308481022,"stop":1710308481022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"9e66eb9adf5eeea0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308485475,"stop":1710308485476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"4710c17ac2760476","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308485476,"stop":1710308485476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"b42004c7de0f1c81","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308485477,"stop":1710308485478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"1a07aa4ca726b54e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308485477,"stop":1710308485477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"d968c71f3ead8d00","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"4472405c6bf9f8a8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"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":"1a7b0ff99dee6a84","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308494290,"stop":1710308494291,"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":"943f71db8026f162","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308494290,"stop":1710308494290,"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":"4529e8375b8ffe73","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308494291,"stop":1710308494292,"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":"1fbe0752c7d64551","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308494291,"stop":1710308494291,"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":"59599f58f3b10d7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308494292,"stop":1710308494292,"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":"109206928d717bb8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308494292,"stop":1710308494293,"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":"a0e59bc0e054e13b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"695f48d4b2852565","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"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":"ac648d128b89a139","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308508712,"stop":1710308508713,"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":"7cf7091976c49855","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308508713,"stop":1710308508714,"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":"ea5dbd40e43be8ca","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308508714,"stop":1710308508730,"duration":16},"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":"39bc231b2d43a2ca","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308508730,"stop":1710308508734,"duration":4},"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":"d970b9e8f5bd7b75","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308508734,"stop":1710308508735,"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":"24e69fab97801d0d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"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":"7a43f300770bfa02","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"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":"655113f0cb5009c9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"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":"7983c5373910f0a1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"8e05e21e26d709f0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308495151,"stop":1710308495152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"20243ed8033a8488","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308495152,"stop":1710308495153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ee7fed40c2cffe70","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308495153,"stop":1710308495153,"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":"a5076e03f24a6ad4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308510822,"stop":1710308510823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"549f0c2833d72907","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308510822,"stop":1710308510822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"321c8eecab6a37d1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308510823,"stop":1710308510824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"856c6dd98bcbf879","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308510824,"stop":1710308510825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"3ff96476e2446433","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308510824,"stop":1710308510824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"89b54af2980f24ba","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308510825,"stop":1710308510825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"57491081423ef38b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308515424,"stop":1710308515425,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"3db4a6d621951951","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308515425,"stop":1710308515426,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"6287513d2edaaa9f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308515426,"stop":1710308515427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b3d577cb6bb721f7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"21a4089bab208912","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"c8a3fa7019ab8ca6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f7d198b9a77056b4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"632d9d23090b5b32","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308515427,"stop":1710308515428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"62aa9a74503de089","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1710308515428,"stop":1710308515428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bf49149a3821e34f7608bb6885d52868"}],"name":"packages"} \ No newline at end of file diff --git a/6685/data/suites.csv b/6685/data/suites.csv index 4ef3e0d04a5..4453cc6294a 100644 --- a/6685/data/suites.csv +++ b/6685/data/suites.csv @@ -1,731 +1,731 @@ "Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" -"skipped","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" -"passed","Wed Mar 13 05:18:34 GMT 2024","Wed Mar 13 05:18:34 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Wed Mar 13 05:13:37 GMT 2024","Wed Mar 13 05:13:37 GMT 2024","1","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" -"passed","Wed Mar 13 05:14:37 GMT 2024","Wed Mar 13 05:14:37 GMT 2024","0","Connection state","","","","","isConnected should return true after first peer connects","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","5","Multiaddr from fields","","","","","tcp ip4 address","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" -"passed","Wed Mar 13 05:13:36 GMT 2024","Wed Mar 13 05:13:36 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Wed Mar 13 05:14:37 GMT 2024","Wed Mar 13 05:14:37 GMT 2024","1","Connection state","","","","","isConnected bwtween 2 js-waku relay nodes","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" -"passed","Wed Mar 13 05:14:25 GMT 2024","Wed Mar 13 05:14:25 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" -"skipped","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Wed Mar 13 05:22:41 GMT 2024","Wed Mar 13 05:22:41 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1710306832208000000 ","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1679548594451","" -"skipped","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" -"passed","Wed Mar 13 05:13:53 GMT 2024","Wed Mar 13 05:13:53 GMT 2024","0","Events","peer:disconnect","","","","should emit `waku:offline` event when all peers disconnect","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Wed Mar 13 05:14:06 GMT 2024","Wed Mar 13 05:14:06 GMT 2024","4","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" -"passed","Wed Mar 13 05:23:22 GMT 2024","Wed Mar 13 05:23:22 GMT 2024","1","Wait for remote peer","","","","","Light Node - default protocols","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR multiaddrs codec","","","","","Sample","" -"passed","Wed Mar 13 05:21:40 GMT 2024","Wed Mar 13 05:21:40 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish message","" -"passed","Wed Mar 13 05:14:33 GMT 2024","Wed Mar 13 05:14:33 GMT 2024","0","Public methods","","","","","getPeersByDiscovery","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1710306832988000000 ","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" -"passed","Wed Mar 13 05:21:25 GMT 2024","Wed Mar 13 05:21:25 GMT 2024","0","Static Sharding: Running Nodes","","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" -"passed","Wed Mar 13 05:13:19 GMT 2024","Wed Mar 13 05:13:19 GMT 2024","0","Message Validator","","","","","Rejects garbage","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" -"skipped","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 31 topics (old limit)","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 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","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" -"passed","Wed Mar 13 05:13:36 GMT 2024","Wed Mar 13 05:13:36 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" -"passed","Wed Mar 13 05:22:41 GMT 2024","Wed Mar 13 05:22:41 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" -"passed","Wed Mar 13 05:13:37 GMT 2024","Wed Mar 13 05:13:37 GMT 2024","1","Waku Encryption","","","","","Sign & Recover","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Script payload","" -"passed","Wed Mar 13 05:20:09 GMT 2024","Wed Mar 13 05:20:09 GMT 2024","1","Waku Relay","","","","","Delete observer","" -"skipped","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 GMT 2024","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" -"passed","Wed Mar 13 05:15:08 GMT 2024","Wed Mar 13 05:15:08 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Script","" -"passed","Wed Mar 13 05:21:40 GMT 2024","Wed Mar 13 05:21:40 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" -"passed","Wed Mar 13 05:13:06 GMT 2024","Wed Mar 13 05:13:06 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Wed Mar 13 05:18:21 GMT 2024","Wed Mar 13 05:18:21 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Wed Mar 13 05:22:53 GMT 2024","Wed Mar 13 05:22:53 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Wed Mar 13 05:13:36 GMT 2024","Wed Mar 13 05:13:36 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Wed Mar 13 05:23:22 GMT 2024","Wed Mar 13 05:23:22 GMT 2024","1","Wait for remote peer","","","","","Relay - times out","" -"passed","Wed Mar 13 05:18:21 GMT 2024","Wed Mar 13 05:18:21 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing long","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" -"passed","Wed Mar 13 05:22:05 GMT 2024","Wed Mar 13 05:22:05 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" -"passed","Wed Mar 13 05:15:13 GMT 2024","Wed Mar 13 05:15:13 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Register correct protocols","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" -"passed","Wed Mar 13 05:22:31 GMT 2024","Wed Mar 13 05:22:31 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","14","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1679548581740","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No message returned","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Wed Mar 13 05:15:13 GMT 2024","Wed Mar 13 05:15:13 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Wed Mar 13 05:22:57 GMT 2024","Wed Mar 13 05:22:57 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" -"passed","Wed Mar 13 05:20:38 GMT 2024","Wed Mar 13 05:20:38 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","1","ensureValidContentTopic","","","","","throws on empty content topic","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" -"passed","Wed Mar 13 05:13:06 GMT 2024","Wed Mar 13 05:13:06 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" -"passed","Wed Mar 13 05:22:41 GMT 2024","Wed Mar 13 05:22:41 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" -"passed","Wed Mar 13 05:18:21 GMT 2024","Wed Mar 13 05:18:21 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","ensureValidContentTopic","","","","","does not throw on valid cases","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Wed Mar 13 05:18:34 GMT 2024","Wed Mar 13 05:18:34 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" -"passed","Wed Mar 13 05:14:03 GMT 2024","Wed Mar 13 05:14:03 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay + Store","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"skipped","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Peer Exchange Query","","","","","connected peers and dial","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" -"passed","Wed Mar 13 05:15:08 GMT 2024","Wed Mar 13 05:15:08 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" -"passed","Wed Mar 13 05:22:45 GMT 2024","Wed Mar 13 05:22:45 GMT 2024","1","Waku Store, order","","","","","Promise Callback - forward","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Thu Mar 23 2023 05:20:38 GMT+0000 (Coordinated Universal Time)","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Wed Mar 13 05:15:13 GMT 2024","Wed Mar 13 05:15:13 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" -"skipped","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for prod.waku.nodes.status.im","" -"passed","Wed Mar 13 05:14:25 GMT 2024","Wed Mar 13 05:14:25 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" -"passed","Wed Mar 13 05:13:06 GMT 2024","Wed Mar 13 05:13:06 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" -"passed","Wed Mar 13 05:23:03 GMT 2024","Wed Mar 13 05:23:03 GMT 2024","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1710310581740","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" -"passed","Wed Mar 13 05:22:45 GMT 2024","Wed Mar 13 05:22:45 GMT 2024","1","Waku Store, order","","","","","Query Generator - forward","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Wed Mar 13 05:14:33 GMT 2024","Wed Mar 13 05:14:33 GMT 2024","1","Public methods","","","","","dispatchEvent via connectionManager","" -"passed","Wed Mar 13 05:13:36 GMT 2024","Wed Mar 13 05:13:36 GMT 2024","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" -"passed","Wed Mar 13 05:14:37 GMT 2024","Wed Mar 13 05:14:37 GMT 2024","1","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" -"skipped","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" -"passed","Wed Mar 13 05:22:05 GMT 2024","Wed Mar 13 05:22:05 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" -"passed","Wed Mar 13 05:13:37 GMT 2024","Wed Mar 13 05:13:37 GMT 2024","0","Waku Encryption","","","","","pre and post cipher","" -"passed","Wed Mar 13 05:13:36 GMT 2024","Wed Mar 13 05:13:36 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" -"passed","Wed Mar 13 05:22:05 GMT 2024","Wed Mar 13 05:22:05 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" -"passed","Wed Mar 13 05:18:21 GMT 2024","Wed Mar 13 05:18:21 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Wed Mar 13 05:23:03 GMT 2024","Wed Mar 13 05:23:03 GMT 2024","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing shell command","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" -"passed","Wed Mar 13 05:13:26 GMT 2024","Wed Mar 13 05:13:26 GMT 2024","1","Discovery","","","","","returns all values when wanted number is greater than available values","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Wed Mar 13 05:23:22 GMT 2024","Wed Mar 13 05:23:22 GMT 2024","0","Wait for remote peer","","","","","LightPush","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" -"passed","Wed Mar 13 05:14:37 GMT 2024","Wed Mar 13 05:14:37 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" -"passed","Wed Mar 13 05:15:13 GMT 2024","Wed Mar 13 05:15:13 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" -"passed","Wed Mar 13 05:13:15 GMT 2024","Wed Mar 13 05:13:15 GMT 2024","2","to proto message","","","","","Fields are not dropped","" -"passed","Wed Mar 13 05:22:41 GMT 2024","Wed Mar 13 05:22:41 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","DNS Node Discovery","","","","","caches peers it previously fetched","" -"skipped","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Wed Mar 13 05:23:03 GMT 2024","Wed Mar 13 05:23:03 GMT 2024","1","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" -"passed","Wed Mar 13 05:15:08 GMT 2024","Wed Mar 13 05:15:08 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push 30 different messages","" -"passed","Wed Mar 13 05:13:53 GMT 2024","Wed Mar 13 05:13:53 GMT 2024","2","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR","Txt codec","","","","should throw error - no public key","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" -"passed","Wed Mar 13 05:14:33 GMT 2024","Wed Mar 13 05:14:33 GMT 2024","1","Public methods","","","","","safeDispatchEvent","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" -"passed","Wed Mar 13 05:22:53 GMT 2024","Wed Mar 13 05:22:53 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" -"passed","Wed Mar 13 05:18:21 GMT 2024","Wed Mar 13 05:18:21 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" -"passed","Wed Mar 13 05:14:01 GMT 2024","Wed Mar 13 05:14:01 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" -"passed","Wed Mar 13 05:20:09 GMT 2024","Wed Mar 13 05:20:09 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" -"broken","Wed Mar 13 05:21:10 GMT 2024","Wed Mar 13 05:21:10 GMT 2024","0","SDK: Creating by Content Topic","","","","","given a content topic, creates a waku node and filter subscription","" -"passed","Wed Mar 13 05:13:38 GMT 2024","Wed Mar 13 05:13:38 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","1","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" -"passed","Wed Mar 13 05:13:38 GMT 2024","Wed Mar 13 05:13:38 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Wed Mar 13 05:13:38 GMT 2024","Wed Mar 13 05:13:38 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1710306832988 ","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","3","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" -"passed","Wed Mar 13 05:14:33 GMT 2024","Wed Mar 13 05:14:33 GMT 2024","0","Public methods","","","","","listenerCount","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" -"passed","Wed Mar 13 05:15:08 GMT 2024","Wed Mar 13 05:15:08 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1710310594451","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","1","contentTopicToShardIndex","","","","","converts content topics to expected shard index","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" -"skipped","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" -"passed","Wed Mar 13 05:21:40 GMT 2024","Wed Mar 13 05:21:40 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" -"skipped","Wed Mar 13 05:22:31 GMT 2024","Wed Mar 13 05:22:31 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" -"passed","Wed Mar 13 05:20:33 GMT 2024","Wed Mar 13 05:20:33 GMT 2024","0","Peer Exchange","","","","","getPeersByDiscovery","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" -"passed","Wed Mar 13 05:13:53 GMT 2024","Wed Mar 13 05:13:53 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","2","pushOrInitMapSet","","","","","Init the array if not present","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Wed Mar 13 05:22:41 GMT 2024","Wed Mar 13 05:22:41 GMT 2024","1","Waku Store, general","","","","","Query generator for 2000 messages","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Wed Mar 13 05:23:22 GMT 2024","Wed Mar 13 05:23:22 GMT 2024","0","Wait for remote peer","","","","","Filter","" -"passed","Wed Mar 13 05:22:41 GMT 2024","Wed Mar 13 05:22:41 GMT 2024","0","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" -"skipped","Wed Mar 13 05:22:31 GMT 2024","Wed Mar 13 05:22:31 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR","Verify","","","","should throw error - no public key","" -"passed","Wed Mar 13 05:15:08 GMT 2024","Wed Mar 13 05:15:08 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" -"skipped","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" -"passed","Wed Mar 13 05:22:45 GMT 2024","Wed Mar 13 05:22:45 GMT 2024","0","Waku Store, order","","","","","Promise Callback - backward","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Wed Mar 13 05:18:25 GMT 2024","Wed Mar 13 05:18:25 GMT 2024","0","multiaddr: dialing","","","","","can dial TLS multiaddrs","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" -"passed","Wed Mar 13 05:14:03 GMT 2024","Wed Mar 13 05:14:03 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","This","Is","","","","A test","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" -"skipped","Wed Mar 13 05:20:33 GMT 2024","Wed Mar 13 05:20:33 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" -"passed","Wed Mar 13 05:22:31 GMT 2024","Wed Mar 13 05:22:31 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"skipped","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" -"passed","Wed Mar 13 05:18:34 GMT 2024","Wed Mar 13 05:18:34 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" -"passed","Wed Mar 13 05:20:38 GMT 2024","Wed Mar 13 05:20:38 GMT 2024","1","Waku Relay, Interop","","","","","Publishes to nwaku","" -"skipped","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Wed Mar 13 05:22:05 GMT 2024","Wed Mar 13 05:22:05 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong message digest","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","1","Relay Shard codec","","","","","should handle a minimal index list","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" -"skipped","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing long","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" -"passed","Wed Mar 13 05:22:45 GMT 2024","Wed Mar 13 05:22:45 GMT 2024","0","Waku Store, order","","","","","Query Generator - backward","" -"passed","Wed Mar 13 05:22:41 GMT 2024","Wed Mar 13 05:22:41 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" -"passed","Wed Mar 13 05:14:01 GMT 2024","Wed Mar 13 05:14:01 GMT 2024","1","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" -"passed","Wed Mar 13 05:13:38 GMT 2024","Wed Mar 13 05:13:38 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" -"passed","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" -"passed","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" -"passed","Wed Mar 13 05:14:33 GMT 2024","Wed Mar 13 05:14:33 GMT 2024","0","Public methods","","","","","addEventListener with correct event","" -"passed","Wed Mar 13 05:14:01 GMT 2024","Wed Mar 13 05:14:01 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","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Verify","","","","should return false","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" -"skipped","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Peer Exchange Query","","","","","less peers than existing","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" -"passed","Wed Mar 13 05:14:25 GMT 2024","Wed Mar 13 05:14:25 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Arabic","" -"skipped","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" -"passed","Wed Mar 13 05:14:06 GMT 2024","Wed Mar 13 05:14:06 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1710303394451","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" -"passed","Wed Mar 13 05:20:38 GMT 2024","Wed Mar 13 05:20:38 GMT 2024","1","Waku Relay, Interop","Two nodes connected to nwaku","","","","Js publishes, other Js receives","" -"passed","Wed Mar 13 05:23:22 GMT 2024","Wed Mar 13 05:23:22 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Wed Mar 13 05:14:03 GMT 2024","Wed Mar 13 05:14:03 GMT 2024","1","ENR Interop: ServiceNode","","","","","All","" -"passed","Wed Mar 13 05:13:26 GMT 2024","Wed Mar 13 05:13:26 GMT 2024","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1710306832208 ","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" -"passed","Wed Mar 13 05:14:01 GMT 2024","Wed Mar 13 05:14:01 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","7","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" -"passed","Wed Mar 13 05:23:03 GMT 2024","Wed Mar 13 05:23:03 GMT 2024","0","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" -"skipped","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 31 topics (old limit)","" -"broken","Wed Mar 13 05:21:10 GMT 2024","Wed Mar 13 05:21:10 GMT 2024","1","SDK: Creating by Content Topic","","","","","""after each"" hook for ""given a content topic, creates a waku node and filter subscription""","" -"passed","Wed Mar 13 05:21:25 GMT 2024","Wed Mar 13 05:21:25 GMT 2024","0","Autosharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" -"passed","Wed Mar 13 05:21:40 GMT 2024","Wed Mar 13 05:21:40 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Wed Mar 13 05:22:05 GMT 2024","Wed Mar 13 05:22:05 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with numeric payload","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" -"passed","Wed Mar 13 05:23:03 GMT 2024","Wed Mar 13 05:23:03 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" -"passed","Wed Mar 13 05:13:53 GMT 2024","Wed Mar 13 05:13:53 GMT 2024","1","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Chinese","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" -"passed","Wed Mar 13 05:21:40 GMT 2024","Wed Mar 13 05:21:40 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","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" -"skipped","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" -"passed","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" -"passed","Wed Mar 13 05:14:33 GMT 2024","Wed Mar 13 05:14:33 GMT 2024","1","Public methods","","","","","removeEventListener with wrong event","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing short","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" -"passed","Wed Mar 13 05:23:03 GMT 2024","Wed Mar 13 05:23:03 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","Waku Message version 0","","","","","Round trip binary serialization","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" -"passed","Wed Mar 13 05:20:38 GMT 2024","Wed Mar 13 05:20:38 GMT 2024","1","Waku Relay, Interop","","","","","Nwaku publishes","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Wed Mar 13 05:22:41 GMT 2024","Wed Mar 13 05:22:41 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" -"passed","Wed Mar 13 05:22:05 GMT 2024","Wed Mar 13 05:22:05 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1710306832208 ","" -"skipped","Wed Mar 13 05:22:31 GMT 2024","Wed Mar 13 05:22:31 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Russian","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","This","Is also","","","","A test","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Wed Mar 13 05:18:34 GMT 2024","Wed Mar 13 05:18:34 GMT 2024","0","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with short payload","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing short","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" -"passed","Wed Mar 13 05:13:38 GMT 2024","Wed Mar 13 05:13:38 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","Multiaddr from fields","","","","","udp ip6 address","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" -"passed","Wed Mar 13 05:22:57 GMT 2024","Wed Mar 13 05:22:57 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" -"passed","Wed Mar 13 05:18:21 GMT 2024","Wed Mar 13 05:18:21 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" -"passed","Wed Mar 13 05:15:13 GMT 2024","Wed Mar 13 05:15:13 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Wed Mar 13 05:22:41 GMT 2024","Wed Mar 13 05:22:41 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" -"passed","Wed Mar 13 05:15:08 GMT 2024","Wed Mar 13 05:15:08 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" -"passed","Wed Mar 13 05:23:22 GMT 2024","Wed Mar 13 05:23:22 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","4","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" -"passed","Wed Mar 13 05:23:22 GMT 2024","Wed Mar 13 05:23:22 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Wed Mar 13 05:25:35 GMT 2024","Wed Mar 13 05:25:35 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Wed Mar 13 05:22:57 GMT 2024","Wed Mar 13 05:22:57 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","creates an iterator","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Passing an array","" -"passed","Wed Mar 13 05:13:36 GMT 2024","Wed Mar 13 05:13:36 GMT 2024","2","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" -"skipped","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with long payload","" -"passed","Wed Mar 13 05:14:33 GMT 2024","Wed Mar 13 05:14:33 GMT 2024","0","Public methods","","","","","stop","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1710303381740","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1710306832208000000 ","" -"passed","Wed Mar 13 05:20:33 GMT 2024","Wed Mar 13 05:20:33 GMT 2024","1","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" -"passed","Wed Mar 13 05:22:53 GMT 2024","Wed Mar 13 05:22:53 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward","" -"skipped","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" -"passed","Wed Mar 13 05:18:25 GMT 2024","Wed Mar 13 05:18:25 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Mutual subscription","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" -"passed","Wed Mar 13 05:22:05 GMT 2024","Wed Mar 13 05:22:05 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" -"skipped","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Wed Mar 13 05:13:19 GMT 2024","Wed Mar 13 05:13:19 GMT 2024","2","Message Validator","","","","","Accepts a valid Waku Message","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" -"passed","Wed Mar 13 05:14:06 GMT 2024","Wed Mar 13 05:14:06 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" -"passed","Wed Mar 13 05:14:33 GMT 2024","Wed Mar 13 05:14:33 GMT 2024","1","Public methods","","","","","removeEventListener with correct event","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","1","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" -"passed","Wed Mar 13 05:22:45 GMT 2024","Wed Mar 13 05:22:45 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - backward","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" -"passed","Wed Mar 13 05:22:45 GMT 2024","Wed Mar 13 05:22:45 GMT 2024","3","Waku Store, order","","","","","Ordered Callback - forward","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" -"passed","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" -"passed","Wed Mar 13 05:15:13 GMT 2024","Wed Mar 13 05:15:13 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Wed Mar 13 05:23:03 GMT 2024","Wed Mar 13 05:23:03 GMT 2024","1","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" -"passed","Wed Mar 13 05:14:01 GMT 2024","Wed Mar 13 05:14:01 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" -"passed","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 GMT 2024","2","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" -"skipped","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" -"passed","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 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","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" -"passed","Wed Mar 13 05:15:04 GMT 2024","Wed Mar 13 05:15:04 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Wed Mar 13 05:23:22 GMT 2024","Wed Mar 13 05:23:22 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","5","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" -"passed","Wed Mar 13 05:13:53 GMT 2024","Wed Mar 13 05:13:53 GMT 2024","1","Events","peer:disconnect","","","","isConnected should return false after all peers disconnect","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" -"passed","Wed Mar 13 05:13:38 GMT 2024","Wed Mar 13 05:13:38 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with large meta","" -"passed","Wed Mar 13 05:23:03 GMT 2024","Wed Mar 13 05:23:03 GMT 2024","0","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" -"passed","Wed Mar 13 05:14:06 GMT 2024","Wed Mar 13 05:14:06 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" -"passed","Wed Mar 13 05:21:40 GMT 2024","Wed Mar 13 05:21:40 GMT 2024","4","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" -"passed","Wed Mar 13 05:18:21 GMT 2024","Wed Mar 13 05:18:21 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" -"passed","Wed Mar 13 05:22:05 GMT 2024","Wed Mar 13 05:22:05 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" -"passed","Wed Mar 13 05:13:36 GMT 2024","Wed Mar 13 05:13:36 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Mar 13 2024 06:20:38 GMT+0000 (Coordinated Universal Time)","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" -"skipped","Wed Mar 13 05:14:04 GMT 2024","Wed Mar 13 05:14:04 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" -"passed","Wed Mar 13 05:22:31 GMT 2024","Wed Mar 13 05:22:31 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" -"passed","Wed Mar 13 05:22:31 GMT 2024","Wed Mar 13 05:22:31 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 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","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" -"passed","Wed Mar 13 05:13:26 GMT 2024","Wed Mar 13 05:13:26 GMT 2024","2","Discovery","","","","","returns all values when wanted number matches available values","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Wed Mar 13 05:25:35 GMT 2024","Wed Mar 13 05:25:35 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Wed Mar 13 05:25:35 GMT 2024","Wed Mar 13 05:25:35 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" -"passed","Wed Mar 13 05:25:35 GMT 2024","Wed Mar 13 05:25:35 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","4","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" -"passed","Wed Mar 13 05:22:53 GMT 2024","Wed Mar 13 05:22:53 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" -"skipped","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Peer Exchange Query","","","","","more peers than existing","" -"passed","Wed Mar 13 05:14:37 GMT 2024","Wed Mar 13 05:14:37 GMT 2024","1","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" -"passed","Wed Mar 13 05:18:21 GMT 2024","Wed Mar 13 05:18:21 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" -"passed","Wed Mar 13 05:18:21 GMT 2024","Wed Mar 13 05:18:21 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" -"passed","Wed Mar 13 05:15:08 GMT 2024","Wed Mar 13 05:15:08 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" -"passed","Wed Mar 13 05:13:38 GMT 2024","Wed Mar 13 05:13:38 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","5","Waku Light Push: Single Node","","","","","Push message with JSON payload","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing special chars","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:13 GMT 2024","1","Decryption Keys","","","","","Used by Waku Relay","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" -"skipped","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 31 topics (old limit)","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with rate limit","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" -"passed","Wed Mar 13 05:18:25 GMT 2024","Wed Mar 13 05:18:25 GMT 2024","0","nwaku","","","","","Correctly serialized arguments","" -"passed","Wed Mar 13 05:23:22 GMT 2024","Wed Mar 13 05:23:22 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" -"passed","Wed Mar 13 05:21:40 GMT 2024","Wed Mar 13 05:21:40 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Wed Mar 13 05:13:27 GMT 2024","Wed Mar 13 05:13:27 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" -"passed","Wed Mar 13 05:23:12 GMT 2024","Wed Mar 13 05:23:12 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" -"passed","Wed Mar 13 05:13:37 GMT 2024","Wed Mar 13 05:13:37 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" -"passed","Wed Mar 13 05:14:25 GMT 2024","Wed Mar 13 05:14:25 GMT 2024","1","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" -"passed","Wed Mar 13 05:23:13 GMT 2024","Wed Mar 13 05:23:13 GMT 2024","0","User Agent","","","","","Sets default value correctly","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" -"passed","Wed Mar 13 05:13:11 GMT 2024","Wed Mar 13 05:13:11 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" -"passed","Wed Mar 13 05:22:05 GMT 2024","Wed Mar 13 05:22:05 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" -"passed","Wed Mar 13 05:22:31 GMT 2024","Wed Mar 13 05:22:31 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Mar 13 2024 04:20:38 GMT+0000 (Coordinated Universal Time)","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" -"passed","Wed Mar 13 05:22:38 GMT 2024","Wed Mar 13 05:22:38 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Wed Mar 13 05:20:59 GMT 2024","Wed Mar 13 05:20:59 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" -"passed","Wed Mar 13 05:21:25 GMT 2024","Wed Mar 13 05:21:25 GMT 2024","1","Static Sharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" -"passed","Wed Mar 13 05:20:07 GMT 2024","Wed Mar 13 05:20:07 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Russian payload","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Wed Mar 13 05:20:44 GMT 2024","Wed Mar 13 05:20:44 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/0 topic","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Wed Mar 13 05:16:34 GMT 2024","Wed Mar 13 05:16:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" -"passed","Wed Mar 13 05:14:37 GMT 2024","Wed Mar 13 05:14:37 GMT 2024","0","Connection state","","","","","`waku:online` bwtween 2 js-waku relay nodes","" -"passed","Wed Mar 13 05:14:33 GMT 2024","Wed Mar 13 05:14:33 GMT 2024","1","Public methods","","","","","addEventListener with wrong event","" -"passed","Wed Mar 13 05:13:03 GMT 2024","Wed Mar 13 05:13:03 GMT 2024","1","pushOrInitMapSet","","","","","Push to array if already present","" -"passed","Wed Mar 13 05:13:53 GMT 2024","Wed Mar 13 05:13:53 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" -"passed","Wed Mar 13 05:17:58 GMT 2024","Wed Mar 13 05:17:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Wed Mar 13 05:21:48 GMT 2024","Wed Mar 13 05:21:48 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" -"passed","Wed Mar 13 05:17:25 GMT 2024","Wed Mar 13 05:17:25 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" -"passed","Wed Mar 13 05:13:16 GMT 2024","Wed Mar 13 05:13:16 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" -"passed","Wed Mar 13 05:22:31 GMT 2024","Wed Mar 13 05:22:31 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Wed Mar 13 05:13:31 GMT 2024","Wed Mar 13 05:13:31 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Wed Mar 13 05:14:37 GMT 2024","Wed Mar 13 05:14:37 GMT 2024","1","Connection state","","","","","isConnected return false after peer stops","" -"skipped","Wed Mar 13 05:20:33 GMT 2024","Wed Mar 13 05:20:33 GMT 2024","1","Peer Exchange","","","","","new peer added after a peer was already found","" -"passed","Wed Mar 13 05:22:22 GMT 2024","Wed Mar 13 05:22:22 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No Decoder","" -"passed","Wed Mar 13 05:20:47 GMT 2024","Wed Mar 13 05:20:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" -"passed","Wed Mar 13 05:24:25 GMT 2024","Wed Mar 13 05:24:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" -"passed","Wed Mar 13 05:16:21 GMT 2024","Wed Mar 13 05:16:21 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Wed Mar 13 05:15:08 GMT 2024","Wed Mar 13 05:15:08 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" -"passed","Wed Mar 13 05:18:34 GMT 2024","Wed Mar 13 05:18:34 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" +"passed","Wed Mar 13 05:41:55 GMT 2024","Wed Mar 13 05:41:55 GMT 2024","1","Wait for remote peer","","","","","Store - dialed after - with timeout","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR multiaddrs codec","","","","","Sample","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","2","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" +"passed","Wed Mar 13 05:33:44 GMT 2024","Wed Mar 13 05:33:44 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" +"skipped","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Peer Exchange Query","","","","","less peers than existing","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Register correct protocols","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" +"passed","Wed Mar 13 05:41:48 GMT 2024","Wed Mar 13 05:41:48 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" +"passed","Wed Mar 13 05:32:28 GMT 2024","Wed Mar 13 05:32:28 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","8","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" +"passed","Wed Mar 13 05:41:34 GMT 2024","Wed Mar 13 05:41:34 GMT 2024","1","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing short","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","11","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" +"passed","Wed Mar 13 05:37:05 GMT 2024","Wed Mar 13 05:37:05 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1679549692890","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","7","Waku Light Push: Single Node","","","","","Push message with Script payload","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with short payload","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Wed Mar 13 05:41:21 GMT 2024","Wed Mar 13 05:41:21 GMT 2024","1","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" +"passed","Wed Mar 13 05:39:13 GMT 2024","Wed Mar 13 05:39:13 GMT 2024","0","Waku Relay, Interop","","","","","Nwaku publishes","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" +"skipped","Wed Mar 13 05:41:04 GMT 2024","Wed Mar 13 05:41:04 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Wed Mar 13 05:40:33 GMT 2024","Wed Mar 13 05:40:33 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Wed Mar 13 05:31:32 GMT 2024","Wed Mar 13 05:31:32 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Wed Mar 13 05:32:20 GMT 2024","Wed Mar 13 05:32:20 GMT 2024","7","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" +"passed","Wed Mar 13 05:32:03 GMT 2024","Wed Mar 13 05:32:03 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1710307939355000000 ","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","1","Relay Shard codec","","","","","should handle a minimal index list","" +"skipped","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" +"passed","Wed Mar 13 05:40:33 GMT 2024","Wed Mar 13 05:40:33 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Wed Mar 13 05:41:21 GMT 2024","Wed Mar 13 05:41:21 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" +"passed","Wed Mar 13 05:33:00 GMT 2024","Wed Mar 13 05:33:00 GMT 2024","1","Public methods","","","","","safeDispatchEvent","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" +"passed","Wed Mar 13 05:44:09 GMT 2024","Wed Mar 13 05:44:09 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" +"passed","Wed Mar 13 05:33:00 GMT 2024","Wed Mar 13 05:33:00 GMT 2024","1","Public methods","","","","","removeEventListener with correct event","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" +"skipped","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 31 topics (old limit)","" +"skipped","Wed Mar 13 05:41:04 GMT 2024","Wed Mar 13 05:41:04 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" +"passed","Wed Mar 13 05:31:46 GMT 2024","Wed Mar 13 05:31:46 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" +"passed","Wed Mar 13 05:41:34 GMT 2024","Wed Mar 13 05:41:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"skipped","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" +"passed","Wed Mar 13 05:33:46 GMT 2024","Wed Mar 13 05:33:46 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Wed Mar 13 05:41:35 GMT 2024","Wed Mar 13 05:41:35 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" +"passed","Wed Mar 13 05:41:48 GMT 2024","Wed Mar 13 05:41:48 GMT 2024","4","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" +"passed","Wed Mar 13 05:32:05 GMT 2024","Wed Mar 13 05:32:05 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" +"passed","Wed Mar 13 05:31:32 GMT 2024","Wed Mar 13 05:31:32 GMT 2024","2","RFC Test Vectors","","","","","Waku message hash computation","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" +"passed","Wed Mar 13 05:40:26 GMT 2024","Wed Mar 13 05:40:26 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" +"passed","Wed Mar 13 05:41:04 GMT 2024","Wed Mar 13 05:41:04 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" +"passed","Wed Mar 13 05:37:11 GMT 2024","Wed Mar 13 05:37:11 GMT 2024","1","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" +"passed","Wed Mar 13 05:33:00 GMT 2024","Wed Mar 13 05:33:00 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" +"passed","Wed Mar 13 05:31:29 GMT 2024","Wed Mar 13 05:31:29 GMT 2024","1","pushOrInitMapSet","","","","","Push to array if already present","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No Decoder","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","12","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" +"passed","Wed Mar 13 05:41:21 GMT 2024","Wed Mar 13 05:41:21 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" +"passed","Wed Mar 13 05:41:34 GMT 2024","Wed Mar 13 05:41:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" +"skipped","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","14","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" +"passed","Wed Mar 13 05:32:20 GMT 2024","Wed Mar 13 05:32:20 GMT 2024","3","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with meta","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" +"skipped","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" +"passed","Wed Mar 13 05:41:34 GMT 2024","Wed Mar 13 05:41:34 GMT 2024","1","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" +"skipped","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Peer Exchange Query","","","","","non connected peers","" +"skipped","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","12","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","3","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" +"passed","Wed Mar 13 05:33:11 GMT 2024","Wed Mar 13 05:33:11 GMT 2024","1","Connection state","","","","","isConnected should return true after first peer connects","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" +"passed","Wed Mar 13 05:31:46 GMT 2024","Wed Mar 13 05:31:46 GMT 2024","1","Message Validator","","","","","Rejects garbage","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Verify","","","","should return false","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1679549697857","" +"passed","Wed Mar 13 05:41:55 GMT 2024","Wed Mar 13 05:41:55 GMT 2024","1","Wait for remote peer","","","","","Relay - dialed first","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" +"passed","Wed Mar 13 05:32:04 GMT 2024","Wed Mar 13 05:32:04 GMT 2024","0","Waku Encryption","","","","","pre and post cipher","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" +"passed","Wed Mar 13 05:31:52 GMT 2024","Wed Mar 13 05:31:52 GMT 2024","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing long","" +"passed","Wed Mar 13 05:32:28 GMT 2024","Wed Mar 13 05:32:28 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","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","1","ensureValidContentTopic","","","","","throws on empty content topic","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push 30 different messages","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" +"passed","Wed Mar 13 05:33:46 GMT 2024","Wed Mar 13 05:33:46 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"broken","Wed Mar 13 05:39:48 GMT 2024","Wed Mar 13 05:39:48 GMT 2024","0","SDK: Creating by Content Topic","","","","","""after each"" hook for ""given a content topic, creates a waku node and filter subscription""","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" +"passed","Wed Mar 13 05:32:05 GMT 2024","Wed Mar 13 05:32:05 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Wed Mar 13 05:33:11 GMT 2024","Wed Mar 13 05:33:11 GMT 2024","0","Connection state","","","","","`waku:online` bwtween 2 js-waku relay nodes","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" +"passed","Wed Mar 13 05:32:03 GMT 2024","Wed Mar 13 05:32:03 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Wed Mar 13 05:41:25 GMT 2024","Wed Mar 13 05:41:25 GMT 2024","1","Waku Store, order","","","","","Promise Callback - backward","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Wed Mar 13 05:44:09 GMT 2024","Wed Mar 13 05:44:09 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Wed Mar 13 05:33:46 GMT 2024","Wed Mar 13 05:33:46 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" +"passed","Wed Mar 13 05:32:03 GMT 2024","Wed Mar 13 05:32:03 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" +"skipped","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 31 topics (old limit)","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing special chars","" +"passed","Wed Mar 13 05:41:48 GMT 2024","Wed Mar 13 05:41:48 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" +"skipped","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" +"passed","Wed Mar 13 05:32:04 GMT 2024","Wed Mar 13 05:32:04 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" +"skipped","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" +"skipped","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Refresh subscription","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","7","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1710304492890","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1710311697857","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" +"passed","Wed Mar 13 05:40:26 GMT 2024","Wed Mar 13 05:40:26 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Wed Mar 13 05:32:28 GMT 2024","Wed Mar 13 05:32:28 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","7","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Wed Mar 13 05:33:46 GMT 2024","Wed Mar 13 05:33:46 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","2","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" +"passed","Wed Mar 13 05:37:11 GMT 2024","Wed Mar 13 05:37:11 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" +"passed","Wed Mar 13 05:41:50 GMT 2024","Wed Mar 13 05:41:50 GMT 2024","1","Decryption Keys","","","","","Used by Waku Relay","" +"passed","Wed Mar 13 05:33:00 GMT 2024","Wed Mar 13 05:33:00 GMT 2024","1","Public methods","","","","","addEventListener with correct event","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" +"passed","Wed Mar 13 05:32:20 GMT 2024","Wed Mar 13 05:32:20 GMT 2024","1","Events","peer:disconnect","","","","isConnected should return false after all peers disconnect","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Wed Mar 13 05:32:28 GMT 2024","Wed Mar 13 05:32:28 GMT 2024","1","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Arabic","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty version field","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" +"passed","Wed Mar 13 05:41:35 GMT 2024","Wed Mar 13 05:41:35 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" +"passed","Wed Mar 13 05:33:11 GMT 2024","Wed Mar 13 05:33:11 GMT 2024","0","Connection state","","","","","isConnected bwtween 2 js-waku relay nodes","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Wed Mar 13 05:40:26 GMT 2024","Wed Mar 13 05:40:26 GMT 2024","5","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Wed Mar 13 05:39:13 GMT 2024","Wed Mar 13 05:39:13 GMT 2024","9","Waku Relay, Interop","Two nodes connected to nwaku","","","","Js publishes, other Js receives","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Wed Mar 13 05:41:04 GMT 2024","Wed Mar 13 05:41:04 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","9","Waku Relay, Publish","","","","","Fails to publish duplicate message","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","8","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" +"passed","Wed Mar 13 05:32:03 GMT 2024","Wed Mar 13 05:32:03 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","4","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1710304497857","" +"passed","Wed Mar 13 05:41:04 GMT 2024","Wed Mar 13 05:41:04 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Wed Mar 13 05:32:51 GMT 2024","Wed Mar 13 05:32:51 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" +"passed","Wed Mar 13 05:32:20 GMT 2024","Wed Mar 13 05:32:20 GMT 2024","41","Events","peer:disconnect","","","","should emit `waku:offline` event when all peers disconnect","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" +"passed","Wed Mar 13 05:40:02 GMT 2024","Wed Mar 13 05:40:02 GMT 2024","1","Static Sharding: Running Nodes","","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Wed Mar 13 05:32:03 GMT 2024","Wed Mar 13 05:32:03 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Wed Mar 13 05:41:50 GMT 2024","Wed Mar 13 05:41:50 GMT 2024","1","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Wed Mar 13 05:41:55 GMT 2024","Wed Mar 13 05:41:55 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" +"passed","Wed Mar 13 05:44:09 GMT 2024","Wed Mar 13 05:44:09 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","31","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Wed Mar 13 05:38:45 GMT 2024","Wed Mar 13 05:38:45 GMT 2024","1","Waku Relay","","","","","Decrypt messages","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" +"passed","Wed Mar 13 05:32:51 GMT 2024","Wed Mar 13 05:32:51 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","5","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" +"passed","Wed Mar 13 05:41:21 GMT 2024","Wed Mar 13 05:41:21 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Wed Mar 13 05:41:55 GMT 2024","Wed Mar 13 05:41:55 GMT 2024","0","Wait for remote peer","","","","","Filter","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","3","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" +"passed","Wed Mar 13 05:41:48 GMT 2024","Wed Mar 13 05:41:48 GMT 2024","16","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Wed Mar 13 05:33:46 GMT 2024","Wed Mar 13 05:33:46 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","" +"passed","Wed Mar 13 05:40:33 GMT 2024","Wed Mar 13 05:40:33 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" +"passed","Wed Mar 13 05:32:04 GMT 2024","Wed Mar 13 05:32:04 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 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","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" +"passed","Wed Mar 13 05:41:48 GMT 2024","Wed Mar 13 05:41:48 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" +"passed","Wed Mar 13 05:41:04 GMT 2024","Wed Mar 13 05:41:04 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Wed Mar 13 05:33:00 GMT 2024","Wed Mar 13 05:33:00 GMT 2024","1","Public methods","","","","","removeEventListener with wrong event","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","Multiaddr from fields","","","","","udp ip6 address","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Wed Mar 13 05:40:02 GMT 2024","Wed Mar 13 05:40:02 GMT 2024","1","Autosharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr successfully","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" +"passed","Wed Mar 13 05:41:04 GMT 2024","Wed Mar 13 05:41:04 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" +"passed","Wed Mar 13 05:36:33 GMT 2024","Wed Mar 13 05:36:33 GMT 2024","1","This","Is also","","","","A test","" +"passed","Wed Mar 13 05:41:34 GMT 2024","Wed Mar 13 05:41:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" +"passed","Wed Mar 13 05:39:13 GMT 2024","Wed Mar 13 05:39:13 GMT 2024","0","Waku Relay, Interop","","","","","Publishes to nwaku","" +"passed","Wed Mar 13 05:39:13 GMT 2024","Wed Mar 13 05:39:13 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" +"passed","Wed Mar 13 05:41:50 GMT 2024","Wed Mar 13 05:41:50 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" +"passed","Wed Mar 13 05:40:33 GMT 2024","Wed Mar 13 05:40:33 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 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","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" +"passed","Wed Mar 13 05:37:05 GMT 2024","Wed Mar 13 05:37:05 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" +"passed","Wed Mar 13 05:33:44 GMT 2024","Wed Mar 13 05:33:44 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing shell command","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" +"passed","Wed Mar 13 05:41:17 GMT 2024","Wed Mar 13 05:41:17 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","contentTopicToShardIndex","","","","","converts content topics to expected shard index","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" +"passed","Wed Mar 13 05:41:48 GMT 2024","Wed Mar 13 05:41:48 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" +"passed","Wed Mar 13 05:36:33 GMT 2024","Wed Mar 13 05:36:33 GMT 2024","1","This","Is","","","","A test","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Wed Mar 13 05:41:21 GMT 2024","Wed Mar 13 05:41:21 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" +"passed","Wed Mar 13 05:33:46 GMT 2024","Wed Mar 13 05:33:46 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1710307939355 ","" +"passed","Wed Mar 13 05:40:02 GMT 2024","Wed Mar 13 05:40:02 GMT 2024","2","Static Sharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" +"passed","Wed Mar 13 05:37:05 GMT 2024","Wed Mar 13 05:37:05 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing long","" +"skipped","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" +"passed","Wed Mar 13 05:33:11 GMT 2024","Wed Mar 13 05:33:11 GMT 2024","1","Connection state","","","","","isConnected return false after peer stops","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","4","ENR","Verify","","","","should throw error - no id","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" +"passed","Wed Mar 13 05:37:05 GMT 2024","Wed Mar 13 05:37:05 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Mutual subscription","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","10","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" +"passed","Wed Mar 13 05:41:25 GMT 2024","Wed Mar 13 05:41:25 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - backward","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" +"skipped","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" +"passed","Wed Mar 13 05:41:25 GMT 2024","Wed Mar 13 05:41:25 GMT 2024","0","Waku Store, order","","","","","Query Generator - backward","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" +"skipped","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" +"skipped","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 31 topics (old limit)","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing numeric","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" +"passed","Wed Mar 13 05:41:17 GMT 2024","Wed Mar 13 05:41:17 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","0","Waku Message version 0","","","","","Round trip binary serialization","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1710307940002000000 ","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"skipped","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" +"broken","Wed Mar 13 05:39:48 GMT 2024","Wed Mar 13 05:39:48 GMT 2024","1","SDK: Creating by Content Topic","","","","","given a content topic, creates a waku node and filter subscription","" +"passed","Wed Mar 13 05:41:04 GMT 2024","Wed Mar 13 05:41:04 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1710307940002 ","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" +"passed","Wed Mar 13 05:33:11 GMT 2024","Wed Mar 13 05:33:11 GMT 2024","0","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" +"skipped","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" +"passed","Wed Mar 13 05:33:11 GMT 2024","Wed Mar 13 05:33:11 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" +"skipped","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Peer Exchange Query","","","","","more peers than existing","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" +"skipped","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Peer Exchange Query","","","","","connected peers and dial","" +"passed","Wed Mar 13 05:41:48 GMT 2024","Wed Mar 13 05:41:48 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" +"skipped","Wed Mar 13 05:39:08 GMT 2024","Wed Mar 13 05:39:08 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Wed Mar 13 05:38:45 GMT 2024","Wed Mar 13 05:38:45 GMT 2024","0","Waku Relay","","","","","Delete observer","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" +"passed","Wed Mar 13 05:31:42 GMT 2024","Wed Mar 13 05:31:42 GMT 2024","2","to proto message","","","","","Fields are not dropped","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" +"passed","Wed Mar 13 05:32:28 GMT 2024","Wed Mar 13 05:32:28 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Wed Mar 13 05:32:28 GMT 2024","Wed Mar 13 05:32:28 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay + Store","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 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","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 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","Wed Mar 13 05:41:21 GMT 2024","Wed Mar 13 05:41:21 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" +"passed","Wed Mar 13 05:37:11 GMT 2024","Wed Mar 13 05:37:11 GMT 2024","1","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" +"passed","Wed Mar 13 05:40:33 GMT 2024","Wed Mar 13 05:40:33 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" +"passed","Wed Mar 13 05:32:04 GMT 2024","Wed Mar 13 05:32:04 GMT 2024","1","Waku Encryption","","","","","Sign & Recover","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" +"passed","Wed Mar 13 05:33:44 GMT 2024","Wed Mar 13 05:33:44 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","ensureValidContentTopic","","","","","does not throw on valid cases","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" +"passed","Wed Mar 13 05:41:55 GMT 2024","Wed Mar 13 05:41:55 GMT 2024","1","Wait for remote peer","","","","","Relay - dialed after","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" +"passed","Wed Mar 13 05:37:05 GMT 2024","Wed Mar 13 05:37:05 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" +"skipped","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Wed Mar 13 05:40:33 GMT 2024","Wed Mar 13 05:40:33 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" +"passed","Wed Mar 13 05:41:50 GMT 2024","Wed Mar 13 05:41:50 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Passing an array","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" +"passed","Wed Mar 13 05:41:17 GMT 2024","Wed Mar 13 05:41:17 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" +"passed","Wed Mar 13 05:40:33 GMT 2024","Wed Mar 13 05:40:33 GMT 2024","1","Waku Store, cursor","","","","","Reusing cursor across nodes","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" +"passed","Wed Mar 13 05:31:52 GMT 2024","Wed Mar 13 05:31:52 GMT 2024","3","Discovery","","","","","returns all values when wanted number matches available values","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Wed Mar 13 05:39:08 GMT 2024","Wed Mar 13 05:39:08 GMT 2024","0","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","DNS Node Discovery","","","","","retrieves a single peer","" +"passed","Wed Mar 13 05:40:26 GMT 2024","Wed Mar 13 05:40:26 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","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1710307939355 ","" +"passed","Wed Mar 13 05:32:05 GMT 2024","Wed Mar 13 05:32:05 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Wed Mar 13 05:32:28 GMT 2024","Wed Mar 13 05:32:28 GMT 2024","0","ENR Interop: ServiceNode","","","","","All","" +"passed","Wed Mar 13 05:41:55 GMT 2024","Wed Mar 13 05:41:55 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" +"passed","Wed Mar 13 05:33:00 GMT 2024","Wed Mar 13 05:33:00 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with rate limit","" +"passed","Wed Mar 13 05:41:21 GMT 2024","Wed Mar 13 05:41:21 GMT 2024","0","Waku Store, general","","","","","Query generator for 2000 messages","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" +"passed","Wed Mar 13 05:33:44 GMT 2024","Wed Mar 13 05:33:44 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 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","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" +"passed","Wed Mar 13 05:32:20 GMT 2024","Wed Mar 13 05:32:20 GMT 2024","3","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" +"skipped","Wed Mar 13 05:41:04 GMT 2024","Wed Mar 13 05:41:04 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1710311692890","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" +"passed","Wed Mar 13 05:40:33 GMT 2024","Wed Mar 13 05:40:33 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" +"passed","Wed Mar 13 05:41:48 GMT 2024","Wed Mar 13 05:41:48 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Wed Mar 13 05:41:25 GMT 2024","Wed Mar 13 05:41:25 GMT 2024","1","Waku Store, order","","","","","Query Generator - forward","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","DNS Node Discovery","","","","","it tolerates circular branch references","" +"passed","Wed Mar 13 05:40:33 GMT 2024","Wed Mar 13 05:40:33 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong message digest","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" +"passed","Wed Mar 13 05:40:26 GMT 2024","Wed Mar 13 05:40:26 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Wed Mar 13 05:37:12 GMT 2024","Wed Mar 13 05:37:12 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1710307939355000000 ","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" +"passed","Wed Mar 13 05:41:34 GMT 2024","Wed Mar 13 05:41:34 GMT 2024","1","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Wed Mar 13 05:41:34 GMT 2024","Wed Mar 13 05:41:34 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Wed Mar 13 05:32:51 GMT 2024","Wed Mar 13 05:32:51 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" +"skipped","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for prod.waku.nodes.status.im","" +"passed","Wed Mar 13 05:32:03 GMT 2024","Wed Mar 13 05:32:03 GMT 2024","2","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","1","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" +"passed","Wed Mar 13 05:41:25 GMT 2024","Wed Mar 13 05:41:25 GMT 2024","0","Waku Store, order","","","","","Promise Callback - forward","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Wed Mar 13 05:33:44 GMT 2024","Wed Mar 13 05:33:44 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" +"passed","Wed Mar 13 05:37:12 GMT 2024","Wed Mar 13 05:37:12 GMT 2024","0","multiaddr: dialing","","","","","can dial TLS multiaddrs","" +"passed","Wed Mar 13 05:41:50 GMT 2024","Wed Mar 13 05:41:50 GMT 2024","0","User Agent","","","","","Sets default value correctly","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" +"passed","Wed Mar 13 05:37:05 GMT 2024","Wed Mar 13 05:37:05 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","7","Waku Relay, Publish","","","","","Publish message with large meta","" +"passed","Wed Mar 13 05:31:52 GMT 2024","Wed Mar 13 05:31:52 GMT 2024","1","Discovery","","","","","returns all values when wanted number is greater than available values","" +"passed","Wed Mar 13 05:32:28 GMT 2024","Wed Mar 13 05:32:28 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" +"skipped","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","3","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","18","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" +"passed","Wed Mar 13 05:33:11 GMT 2024","Wed Mar 13 05:33:11 GMT 2024","0","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Wed Mar 13 05:41:50 GMT 2024","Wed Mar 13 05:41:50 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" +"passed","Wed Mar 13 05:41:35 GMT 2024","Wed Mar 13 05:41:35 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","creates an iterator","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" +"passed","Wed Mar 13 05:31:32 GMT 2024","Wed Mar 13 05:31:32 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" +"passed","Wed Mar 13 05:41:55 GMT 2024","Wed Mar 13 05:41:55 GMT 2024","0","Wait for remote peer","","","","","LightPush","" +"passed","Wed Mar 13 05:39:31 GMT 2024","Wed Mar 13 05:39:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish message","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","1","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/0 topic","" +"passed","Wed Mar 13 05:31:37 GMT 2024","Wed Mar 13 05:31:37 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" +"passed","Wed Mar 13 05:44:09 GMT 2024","Wed Mar 13 05:44:09 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","2","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" +"passed","Wed Mar 13 05:37:11 GMT 2024","Wed Mar 13 05:37:11 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 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","Wed Mar 13 05:37:05 GMT 2024","Wed Mar 13 05:37:05 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Chinese","" +"passed","Wed Mar 13 05:37:05 GMT 2024","Wed Mar 13 05:37:05 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","8","Waku Relay, Publish","","","","","Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Wed Mar 13 05:33:00 GMT 2024","Wed Mar 13 05:33:00 GMT 2024","0","Public methods","","","","","getPeersByDiscovery","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" +"passed","Wed Mar 13 05:33:00 GMT 2024","Wed Mar 13 05:33:00 GMT 2024","1","Public methods","","","","","listenerCount","" +"passed","Wed Mar 13 05:41:17 GMT 2024","Wed Mar 13 05:41:17 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","1","ENR","Static tests","","","","should properly compute the node id","" +"passed","Wed Mar 13 05:33:27 GMT 2024","Wed Mar 13 05:33:27 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" +"passed","Wed Mar 13 05:31:58 GMT 2024","Wed Mar 13 05:31:58 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" +"passed","Wed Mar 13 05:31:30 GMT 2024","Wed Mar 13 05:31:30 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" +"passed","Wed Mar 13 05:33:00 GMT 2024","Wed Mar 13 05:33:00 GMT 2024","2","Public methods","","","","","stop","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" +"passed","Wed Mar 13 05:37:05 GMT 2024","Wed Mar 13 05:37:05 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","1","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" +"passed","Wed Mar 13 05:37:11 GMT 2024","Wed Mar 13 05:37:11 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" +"passed","Wed Mar 13 05:41:21 GMT 2024","Wed Mar 13 05:41:21 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" +"passed","Wed Mar 13 05:32:20 GMT 2024","Wed Mar 13 05:32:20 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with long payload","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" +"passed","Wed Mar 13 05:41:34 GMT 2024","Wed Mar 13 05:41:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" +"passed","Wed Mar 13 05:41:21 GMT 2024","Wed Mar 13 05:41:21 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" +"passed","Wed Mar 13 05:41:55 GMT 2024","Wed Mar 13 05:41:55 GMT 2024","1","Wait for remote peer","","","","","Light Node - default protocols","" +"passed","Wed Mar 13 05:39:08 GMT 2024","Wed Mar 13 05:39:08 GMT 2024","0","Peer Exchange","","","","","getPeersByDiscovery","" +"passed","Wed Mar 13 05:40:59 GMT 2024","Wed Mar 13 05:40:59 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No message returned","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Wed Mar 13 05:31:29 GMT 2024","Wed Mar 13 05:31:29 GMT 2024","2","pushOrInitMapSet","","","","","Init the array if not present","" +"passed","Wed Mar 13 05:33:44 GMT 2024","Wed Mar 13 05:33:44 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" +"passed","Wed Mar 13 05:32:51 GMT 2024","Wed Mar 13 05:32:51 GMT 2024","1","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" +"passed","Wed Mar 13 05:32:05 GMT 2024","Wed Mar 13 05:32:05 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Wed Mar 13 05:33:44 GMT 2024","Wed Mar 13 05:33:44 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" +"passed","Wed Mar 13 05:33:44 GMT 2024","Wed Mar 13 05:33:44 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" +"passed","Wed Mar 13 05:41:48 GMT 2024","Wed Mar 13 05:41:48 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Wed Mar 13 05:42:52 GMT 2024","Wed Mar 13 05:42:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" +"skipped","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" +"passed","Wed Mar 13 05:41:55 GMT 2024","Wed Mar 13 05:41:55 GMT 2024","0","Wait for remote peer","","","","","Relay - times out","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" +"passed","Wed Mar 13 05:40:26 GMT 2024","Wed Mar 13 05:40:26 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Wed Mar 13 05:37:11 GMT 2024","Wed Mar 13 05:37:11 GMT 2024","1","nwaku","","","","","Correctly serialized arguments","" +"passed","Wed Mar 13 05:32:03 GMT 2024","Wed Mar 13 05:32:03 GMT 2024","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" +"skipped","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","1","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" +"passed","Wed Mar 13 05:32:05 GMT 2024","Wed Mar 13 05:32:05 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" +"passed","Wed Mar 13 05:32:30 GMT 2024","Wed Mar 13 05:32:30 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","1","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" +"passed","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" +"passed","Wed Mar 13 05:41:25 GMT 2024","Wed Mar 13 05:41:25 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - forward","" +"passed","Wed Mar 13 05:31:43 GMT 2024","Wed Mar 13 05:31:43 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" +"passed","Wed Mar 13 05:31:38 GMT 2024","Wed Mar 13 05:31:38 GMT 2024","0","Multiaddr from fields","","","","","tcp ip4 address","" +"passed","Wed Mar 13 05:39:26 GMT 2024","Wed Mar 13 05:39:26 GMT 2024","4","Waku Relay, Publish","","","","","Check publish message containing Script","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" +"passed","Wed Mar 13 05:39:17 GMT 2024","Wed Mar 13 05:39:17 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Wed Mar 13 05:32:05 GMT 2024","Wed Mar 13 05:32:05 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" +"passed","Wed Mar 13 05:34:57 GMT 2024","Wed Mar 13 05:34:57 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" +"passed","Wed Mar 13 05:40:26 GMT 2024","Wed Mar 13 05:40:26 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","Wed Mar 13 05:34:52 GMT 2024","Wed Mar 13 05:34:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Wed Mar 13 05:41:03 GMT 2024","Wed Mar 13 05:41:03 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" +"passed","Wed Mar 13 05:31:54 GMT 2024","Wed Mar 13 05:31:54 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" +"passed","Wed Mar 13 05:36:07 GMT 2024","Wed Mar 13 05:36:07 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" +"skipped","Wed Mar 13 05:39:08 GMT 2024","Wed Mar 13 05:39:08 GMT 2024","1","Peer Exchange","","","","","new peer added after a peer was already found","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" +"passed","Wed Mar 13 05:32:05 GMT 2024","Wed Mar 13 05:32:05 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with JSON payload","" +"passed","Wed Mar 13 05:40:16 GMT 2024","Wed Mar 13 05:40:16 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" +"passed","Wed Mar 13 05:36:32 GMT 2024","Wed Mar 13 05:36:32 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Russian payload","" +"passed","Wed Mar 13 05:38:42 GMT 2024","Wed Mar 13 05:38:42 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with numeric payload","" diff --git a/6685/data/suites.json b/6685/data/suites.json index 31e517782bc..73cebd5b315 100644 --- a/6685/data/suites.json +++ b/6685/data/suites.json @@ -1 +1 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"184f5fda87c9205f","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1710306783346,"stop":1710306783348,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"56b4807bb648705b","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1710306783350,"stop":1710306783351,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5cf08d1961e509912868f237505d870"},{"name":"ensureValidContentTopic","children":[{"name":"throws on empty content topic","uid":"2c0f6d1e734a9271","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710306783473,"stop":1710306783474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"137cf75d4f9d4a02","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710306783473,"stop":1710306783473,"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":"7b314e24ce08aa48","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710306783474,"stop":1710306783474,"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":"a1429473f82d3959","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"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":"a70ed9593c12f664","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"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":"5c64670c4b0c7beb","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710306783476,"stop":1710306783477,"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":"4d979d7690842cbd","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710306783476,"stop":1710306783476,"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":"3e00a123eca7b002","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710306783477,"stop":1710306783478,"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":"b0d4890a462f8b50","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710306783477,"stop":1710306783477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"converts content topics to expected shard index","uid":"a4bf2fadb86874d4","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1710306783478,"stop":1710306783479,"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":"ca603481f76b34de","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1710306783479,"stop":1710306783479,"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":"53aaade720fddc9b","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1710306783480,"stop":1710306783480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"Relay Shard codec","children":[{"name":"should handle a minimal index list","uid":"1f608c2ca9ab3c58","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1710306783661,"stop":1710306783662,"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":"fc2e7510e50165e3","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"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":"139f60852ff4abed","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"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":"14518bacbe16a52e","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1710306783663,"stop":1710306783663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation","uid":"1e6c61c50be6d22d","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1710306786078,"stop":1710306786079,"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":"cf1063a889173df4","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1710306786079,"stop":1710306786080,"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":"16ce89f3f538c993","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1710306786080,"stop":1710306786080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"b5f07f518d95efc2","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1710306791181,"stop":1710306791186,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"f876f928a28d31ff","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1710306791187,"stop":1710306791187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"dfc7567376b5301b","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710306791272,"stop":1710306791273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"eebb04d35b0f7f8a","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710306791274,"stop":1710306791275,"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":"322ec624736566aa","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710306791275,"stop":1710306791276,"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":"9366d344f70107b5","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710306791276,"stop":1710306791276,"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":"e4cebeedefcb16a5","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710306791277,"stop":1710306791277,"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":"70d2a2f13b6a2297","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710306791277,"stop":1710306791278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"bf9216662e0a0d57","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710306791278,"stop":1710306791279,"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":"ff502676eeada4c1","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710306791279,"stop":1710306791279,"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":"af3fb0b36bd0fc39","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710306791280,"stop":1710306791280,"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":"4d8e9aa7435d6d23","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"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":"af26f23dba99a19c","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"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":"775e74f751ab19dc","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"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":"a59bbf5a9d594538","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"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":"100934884caac558","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710306791283,"stop":1710306791284,"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":"52de6d03e248efd5","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"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":"d789dab8d831290d","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"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":"fd16d263c671127e","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1710306791311,"stop":1710306791311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should encodeTxt and decodeTxt","uid":"b44ab4ec38b23c38","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"3e436814900e88dd","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"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":"3bb6826763ad5d28","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"b3ce9496c9ce6348","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710306791801,"stop":1710306791802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"d3c29324a456748a","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a5743fbb8adfaf32","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31f5f55f968e9ac0a89f545354014c7b"},{"name":"Verify","children":[{"name":"should throw error - invalid id","uid":"cb2fd3d6c0607e72","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"e88c5d74f0294cdf","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"eefac74850f86f25","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1710306791802,"stop":1710306791803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"12cfb445ccef73b3","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"77c7ffaa7eac133cfb8688cd0eec6d74"},{"name":"Static tests","children":[{"name":"should properly compute the node id","uid":"eab128fb35e5d15a","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"1ad8bf0723ac9441","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"bc3baaa033abf130","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"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":"79872207cf39daca","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1710306791804,"stop":1710306791805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"1b493541418e2afe","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2d629193d55cdb3c100d76041795442b"},{"name":"Location multiaddr","children":[{"name":"should properly create location multiaddrs - tcp4","uid":"2c3cf95941c3b38f","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710306791805,"stop":1710306791806,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"741572ae6f282d89","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"bbc0eb3feaa1a9ef","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"cb4bc72713037b38","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710306791806,"stop":1710306791807,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"6195a75d2af54be7","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"52085bf8bafab51e","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"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":"151b20ca48228c7f","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"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":"761a42244aaed2b6","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710306791807,"stop":1710306791808,"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":"942f45714d816161","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"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":"7375b5fe7f2e0efd","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710306791808,"stop":1710306791809,"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":"1193ba8cae048802","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"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":"c08ad151d59b5ac","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"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":"ce73317efe78552f","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"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":"d69f761005bc69db","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1710306791809,"stop":1710306791809,"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":"9c0b31cbe5ccf3b3","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1710306795951,"stop":1710306795953,"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":"cf074c69befaf9cd","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1710306796317,"stop":1710306796317,"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":"5a66a9d806d68062","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1710306796318,"stop":1710306796318,"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":"bd7ec2aa8983562d","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1710306796318,"stop":1710306796319,"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":"10e645bab1fa0461","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1710306796319,"stop":1710306796319,"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":"971127f36fbb188f","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1710306796606,"stop":1710306796606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d7ca195bd705ae2c","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"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":"dbf470d06d6e19cb","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"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":"76a3b3b5e528481a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2f3f5917c71eabc3","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"7e0d07aee28f8a2a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"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":"e7f4a8c2f9a134a3","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"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":"ffeed45fa8fdfcbf","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306816841,"stop":1710306816842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"1ccf41464944280c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306816841,"stop":1710306816841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a56681d53b0ad2cb","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306816842,"stop":1710306816842,"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":"742abea930ece5ee","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306816843,"stop":1710306816843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"130331af441031e5","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"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":"3c0f298d45f795af","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306818619,"stop":1710306818620,"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":"2240edc18ec1d673","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"1f2a6ed620d3bf35","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"1746f7e3e4edcb61","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1710306799978,"stop":1710306799980,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"767f66186c35121d","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1710306799980,"stop":1710306799980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"9420534aba8f9985","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1710306806601,"stop":1710306806603,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"1c68ecdccdc20497","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1710306806603,"stop":1710306806604,"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":"5927c8350a9e6eaa","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1710306806605,"stop":1710306806606,"duration":1},"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":"cc649f4529f9afc5","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1710306807023,"stop":1710306807024,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"57d78f0b3523a242","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1710306807024,"stop":1710306807025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"45436bccdbd36f8e","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1710306807025,"stop":1710306807026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"e34ab47665c4eb66","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1710306807025,"stop":1710306807025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"650a853b2ce60d7d","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710306807145,"stop":1710306807145,"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":"3f4789486fba8290","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710306807145,"stop":1710306807146,"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":"4a6f40e677e13508","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710306807146,"stop":1710306807147,"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":"3a22800c63a4b640","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710306807147,"stop":1710306807148,"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":"9946e83f566fd2af","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710306807147,"stop":1710306807147,"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":"d43f84cb41bb53a1","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710306807148,"stop":1710306807149,"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":"4cc13a75e4461e35","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710306807148,"stop":1710306807148,"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":"fe9f02454f9f7ab","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710306807149,"stop":1710306807149,"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":"51255a22a58646d6","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710306807149,"stop":1710306807150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"3fb543ac194a1415","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710306807578,"stop":1710306807579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"e9a9dd34d651064b","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"66afdebe399a07a8","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"e77564d107264cc0","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710306807580,"stop":1710306807581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"705a5ed42fd5c176","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"4c655e4997fd5207","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"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":"2c9e6b240ddc59f6","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710306807581,"stop":1710306807581,"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":"40249434d6dcb33e","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710306807581,"stop":1710306807582,"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":"a7ea39e7353b91be","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710306807582,"stop":1710306807583,"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":"507f40509b1b0efe","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710306807582,"stop":1710306807582,"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":"2b66495eef116772","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710306807583,"stop":1710306807583,"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":"8e2bce3956d31535","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710306807583,"stop":1710306807584,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"15b577c3b82cd0fe","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710306807584,"stop":1710306807584,"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":"93a542a17b43f023","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710306844183,"stop":1710306844183,"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":"4bc2a826a07b6814","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710306844184,"stop":1710306844184,"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":"83afcf2cd16e1e93","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710306844184,"stop":1710306844184,"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":"6fdcddd8ac1092c","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710306811112,"stop":1710306811113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"487136c672d9aaf6","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710306811113,"stop":1710306811113,"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":"3825e0ab0771d1ea","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"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":"e0ec76e6ae059267","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"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":"872e8b03e8417bf0","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710306811114,"stop":1710306811115,"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":"11290bacd315498c","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"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":"882bb1db3e0547ad","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"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 handle corrupted local storage data gracefully","uid":"28dc6cad2c6b9cbb","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1710306811116,"stop":1710306811117,"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":"8b043309421b5cb4","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"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":"9304872b0e847c78","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"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":"d680aad7b5939743","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1710306811117,"stop":1710306811117,"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":"30c5de6fa0dc5c65","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1710306816837,"stop":1710306816839,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"3933ea1f3a2816a7","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1710306816839,"stop":1710306816839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bbc0d5284000a150","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1710306816840,"stop":1710306816840,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8a2649ba10025ef69053408ea765bb47"},{"name":"Waku Encryption","children":[{"name":"Asymmetric encrypt & decrypt","uid":"a772a1195095c96","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1710306817450,"stop":1710306817451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"33efcf1e9544ead8","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1710306817451,"stop":1710306817452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"a6564ec325b9e507","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1710306817452,"stop":1710306817453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"18066555c83e69dd","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1710306817452,"stop":1710306817452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"78a81a796157785eced8795b5d5da376"},{"name":"Ecies Encryption","children":[{"name":"Round trip binary encryption [ecies, signature]","uid":"b1b3ea3c22ee2619","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"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":"8efa5c7c014e11fe","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"5ee756fea438a477","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"bcc25b97e22d5389","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1710306833580,"stop":1710306833582,"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":"5342e26d3e5fc012","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1710306833582,"stop":1710306833583,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"c78deb2d9b9608a9","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1710306833583,"stop":1710306833584,"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":"17860a1655dacda4","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1710306833584,"stop":1710306833585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"peer:disconnect","children":[{"name":"should emit `waku:offline` event when all peers disconnect","uid":"6c030587f5328416","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1710306833586,"stop":1710306833586,"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":"e60d6070b1ead4ef","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1710306833586,"stop":1710306833587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d7937a00be10139346006034772224cc"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"b7a41313a40a0516","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1710306841072,"stop":1710306841073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"a6805335f4239e75","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1710306841074,"stop":1710306841074,"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":"22921888a08b6ea2","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1710306841074,"stop":1710306841075,"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":"b4141f08ebea1fcd","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1710306841075,"stop":1710306841075,"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":"2a66928c63d120d0","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1710306841076,"stop":1710306841076,"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":"1293209433bd2924","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1710306843279,"stop":1710306843280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"92add123db6ce497","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1710306843280,"stop":1710306843280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"5196545d09880062","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1710306843280,"stop":1710306843281,"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":"3e706644a574bf34","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710306844171,"stop":1710306844172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"879d91838df8ad6a","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"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":"e47c2f33b32af69a","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"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":"c05b8dfd71b32c2e","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710306844173,"stop":1710306844174,"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":"2ff27dd2aca6d39c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710306844173,"stop":1710306844173,"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":"bcb300717e507f66","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710306844174,"stop":1710306844175,"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":"c44e49cf7d62444a","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710306844181,"stop":1710306844183,"duration":2},"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":"8944ca7233b02469","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1710306846369,"stop":1710306846370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"f7ba4e1bfc7a236a","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1710306846370,"stop":1710306846371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"a5cd33b8c2b73ab0","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1710306846371,"stop":1710306846375,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"cacdebe74832f79c","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1710306846371,"stop":1710306846371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"f425de24c1089709","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1710306865883,"stop":1710306865884,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"374c0a9af5c35192","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1710306865884,"stop":1710306865885,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"fbb3c6b7382a8e0d","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1710306865885,"stop":1710306865885,"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":"97bda8c337a5c64a","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1710306865885,"stop":1710306865886,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"befaca5b98b5fad5","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710306873741,"stop":1710306873741,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"80bd6dda223934cc","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710306873742,"stop":1710306873743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"ff3ad5448c070309","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710306873744,"stop":1710306873745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"f4341ea720b9d719","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710306873745,"stop":1710306873746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"e8338061c3675c3d","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710306873746,"stop":1710306873746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"2084e3943a0de763","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710306873747,"stop":1710306873748,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"30290d8d4eb18297","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710306873747,"stop":1710306873747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"3de4427b91b7c01","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710306873748,"stop":1710306873749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"141971be20dd4e4f","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710306873749,"stop":1710306873749,"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":"36ee334c4cd23979","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710306877071,"stop":1710306877072,"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":"781b46343c0f200a","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710306877072,"stop":1710306877073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"63b8953a0fb524dd","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710306877073,"stop":1710306877073,"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":"7254d42a33efe684","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"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":"e0b0c42546c24c52","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"8a981ae9069cc5ed","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710306877075,"stop":1710306877076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"adfcd3a4dadabee3","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710306877076,"stop":1710306877077,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"5633e6f729d80ba1","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1710306904612,"stop":1710306904612,"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":"1cbec48f3bca7534","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1710306904613,"stop":1710306904613,"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":"79be96b91a983cb1","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1710306904613,"stop":1710306904614,"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":"8ddd3cd47b7f3968","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1710306904614,"stop":1710306904614,"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":"9823629c3f6659e5","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"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":"c20f5340b24b00bb","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"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":"264e98276ded3091","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1710306904615,"stop":1710306904616,"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":"8540f714c2e07ac4","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1710306904616,"stop":1710306904616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1a4ed0ee63fab288032da5da6369d602"},{"name":"Waku Filter V2 (Named sharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"553e808c8c82db60","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"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":"9a9ed7a1b247cc93","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1710306904617,"stop":1710306904618,"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":"e865917c9879f60b","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"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":"54e5413422851677","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1710306904618,"stop":1710306904618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on peer without subscriptions","uid":"5688ff431f6dac0c","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"16f663fd6911995d","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"e55fd2f3abb2014a","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"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":"5804608f88f0622e","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d0611b03c1f8ce8952692cb4235036e6"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","children":[{"name":"Ping on peer without subscriptions","uid":"e9b8386293980a54","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"546e1d39874ed3ba","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ae2118cc8150f0db","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1710306908763,"stop":1710306908764,"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":"18c3c8d9f2d374d7","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1710306908764,"stop":1710306908764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"3b08084aeebc746c","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710306913476,"stop":1710306913476,"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":"a4b45d0fa29e663c","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710306913477,"stop":1710306913478,"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":"a07aa6f7963252e2","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"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":"1917de482d108400","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"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":"44df1d570bed0cd3","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710306913478,"stop":1710306913479,"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":"40a1f62f5914d002","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710306913478,"stop":1710306913478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"8e3bbc41f1d409","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710306981490,"stop":1710306981490,"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":"3126d9bf5267218d","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710306981490,"stop":1710306981491,"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":"e53ad3fca24dd088","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710306981491,"stop":1710306981491,"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":"b4ed3b96dcee4081","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710306981492,"stop":1710306981493,"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":"6271a0a94214c2cd","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710306981492,"stop":1710306981492,"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":"61c060417c4b4762","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710306981493,"stop":1710306981493,"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":"13a71e9b9fcddb3","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710306981493,"stop":1710306981494,"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":"d8f4cf8e0f63724c","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710306981494,"stop":1710306981494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"970247ad51cd4748","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710306981494,"stop":1710306981495,"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":"c425a843b8750b8f","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710306981495,"stop":1710306981495,"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":"7e5d050fc19ac9f3","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710306981495,"stop":1710306981496,"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":"8ad17b84395b6783","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710306981496,"stop":1710306981503,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"7d4fd617e0b61fe5","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710306981503,"stop":1710306981503,"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":"48b69f71c5d68396","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710306981503,"stop":1710306981504,"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":"4f74922d9c215071","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710306981504,"stop":1710306981505,"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":"711670d98ccc3993","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710306981504,"stop":1710306981504,"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":"f84216b825573a93","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710306981505,"stop":1710306981506,"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":"2252bf85cd52830f","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710306981505,"stop":1710306981505,"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":"ff1bbf3637d18d55","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710306981506,"stop":1710306981507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2a68dd79b81a3b9a","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710306981506,"stop":1710306981506,"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":"daad5dbb4bc6a24d","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710306981507,"stop":1710306981507,"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":"3fcc90cfba110440","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710306981507,"stop":1710306981508,"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":"1c531c411e8d1bb2","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710306981508,"stop":1710306981508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"fe43c47c6e0bde82","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"52a107c4582588ee","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"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":"29b8914304db3d1f","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"593a27e661ce0f00","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"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":"ca7da19ba41eb4eb","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710306981511,"stop":1710306981511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f52be94744a5dedbd6192c0ba976cc4d"},{"name":"maxBootstrapPeers=5","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1d6a89bd245e2f5a","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710306981511,"stop":1710306981512,"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":"fb37e9db4e11df79","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710306981512,"stop":1710306981513,"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":"9faf2ce3540f6444","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710306981513,"stop":1710306981514,"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":"6f9d2c1b0de26e26","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710306981513,"stop":1710306981513,"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":"e3f1bb9a0f6d784f","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710306981514,"stop":1710306981514,"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":"70c029d74b3a4f35","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710306981514,"stop":1710306981516,"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 6 bootstrap peers","uid":"26062013d91a3239","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710306981516,"stop":1710306981517,"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":"51a9518e6721354","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710306981517,"stop":1710306981517,"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":"94636942511afd0","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710306981518,"stop":1710306981518,"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":"d669d81e8897781a","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710306981518,"stop":1710306981519,"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":"6c2d8dd472eaf902","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710306981520,"stop":1710306981520,"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":"2c0feff6ec28ed9c","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710306981521,"stop":1710306981521,"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":"3b5dff7d7101e26c","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710306981522,"stop":1710306981522,"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":"88b3a75e271d6266","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710306981522,"stop":1710306981524,"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":"4bc604a1442a69eb","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710306981524,"stop":1710306981525,"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":"a7eac3f2f4efd11e","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1710306981526,"stop":1710306981526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing long","uid":"6507f46dd6e6ed99","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994264,"stop":1710306994265,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f6ed73c12ba0a586","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994264,"stop":1710306994264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"d1edee3ee8eb8a66","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994265,"stop":1710306994266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9d9abffb00bc665f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994266,"stop":1710306994267,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"700938fcc86d7da1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994267,"stop":1710306994268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9b4723fba15555c2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994268,"stop":1710306994268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a084d0101a4b1b0b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994268,"stop":1710306994269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"4db6f6e911e9ef4d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994269,"stop":1710306994269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"f06232fe0196685e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994269,"stop":1710306994270,"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":"a8ecb8b81f7b10d2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994270,"stop":1710306994271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"42fc0dc521d70a07","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994270,"stop":1710306994270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"824bf4373ffe1857","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994271,"stop":1710306994272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"d55b295c954e78de","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994271,"stop":1710306994271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"6555ae0a22a07c3c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994272,"stop":1710306994272,"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":"3597590afaefed95","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994272,"stop":1710306994273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832988000000 ","uid":"11394e9e3c68f30c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994273,"stop":1710306994274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1a9fa9cdf487c856","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994273,"stop":1710306994273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832988 ","uid":"a8a67af661581c53","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"c6464def5efb043e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"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":"bac580444c8ffa96","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994275,"stop":1710306994276,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e1b43c71a5f4ee15","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"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":"90735eebe174ec27","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"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":"fa928579ee66768f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994276,"stop":1710306994276,"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":"6f73eaff66e6ee16","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994277,"stop":1710306994278,"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":"4ae158714446bc92","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994277,"stop":1710306994277,"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":"24342cc142b33494","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1710306994278,"stop":1710306994279,"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":"a3974946fb4e638b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710306994278,"stop":1710306994278,"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":"ee0ed5f7788a0a80","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1710306994279,"stop":1710306994279,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"152bad9102957fb1d7f75e43c67592bd"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"d3544ff089ce3856","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710307045654,"stop":1710307045657,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"24efdf966e4ef57d","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710307045657,"stop":1710307045659,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"d433febcd12a8172","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"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":"aed4c493d9130c58","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"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":"3559c6fbc13d9ea7","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710307045661,"stop":1710307045661,"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":"cacc380da1b93230","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710307045661,"stop":1710307045662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"d9611514a374e4ba","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710307045662,"stop":1710307045663,"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":"2e17a6d124e819fa","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710307045663,"stop":1710307045663,"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":"655c81158abecd87","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710307045663,"stop":1710307045664,"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":"60c55cebfd87e35e","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710307045664,"stop":1710307045664,"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":"9a09baf643304d51","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710307045666,"stop":1710307045667,"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":"a9d27b9164a2c223","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710307045667,"stop":1710307045667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"8d08b00f985b7667","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078636,"stop":1710307078636,"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":"2f54d7516c668185","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"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":"63dae34702dd6ea","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"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":"44155cd5c0d0e173","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"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":"892ad9469a60e80","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"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":"f07c2a9b3e2549b3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078638,"stop":1710307078639,"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":"c3e9e9c0c70883d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078639,"stop":1710307078639,"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":"d96e2d65425d975c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078639,"stop":1710307078640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"6551000661afdae3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1710307078640,"stop":1710307078640,"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":"4eb0d791fbe7984e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078641,"stop":1710307078641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"2ffe60db289622f6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1710307078642,"stop":1710307078643,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"38c8d87ee089eec2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078643,"stop":1710307078643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3873c2a838e3860","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078643,"stop":1710307078644,"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":"cd9aa4dc148f4c84","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"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":"349c76ee852db424","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"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":"7f39107dfc6ad8e4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078645,"stop":1710307078646,"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":"d2483d1eb56e756a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078646,"stop":1710307078646,"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":"1d05bd8ddd3be5e7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078646,"stop":1710307078647,"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":"58eb754c0b307e86","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078647,"stop":1710307078648,"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":"a9430d7fb98f3b2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078647,"stop":1710307078647,"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":"e06321cee29d90c7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"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":"adb389a18970232c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"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":"5818b41177b8d911","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078649,"stop":1710307078650,"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":"1e10b933126ccdc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078649,"stop":1710307078649,"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":"98f30a5843dbba20","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078650,"stop":1710307078650,"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":"5d25bd26aa12aa71","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078650,"stop":1710307078651,"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":"1f8ddc00796efc27","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"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":"bf85cb42ba4b05a0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"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":"f039054eb7c97a21","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"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":"4956183f40287201","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078652,"stop":1710307078653,"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":"b35ec6754e875c48","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"a82dc887ba4345c7","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1710307078723,"stop":1710307078723,"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":"329107f8811dd049","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1710307078724,"stop":1710307078724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"1bd164ed205a8a0a","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1710307101313,"stop":1710307101314,"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":"ca2b582eb9b51304","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1710307101314,"stop":1710307101314,"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":"3836398dd70fdd8c","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e52eee00913614603b5b19434d7c51b2"},{"name":"Waku Light Push (Autosharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"8967d765cf0753ba","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"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":"f8f575284b0cd59f","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"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":"c19b90daaf76611d","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"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":"Subscribe and receive messages on 2 different pubsubtopics","uid":"179311409d54c394","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1710307101317,"stop":1710307101318,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"35820cf3ab8f27fb","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1710307101317,"stop":1710307101317,"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":"2523f602b4d214cc","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1710307101318,"stop":1710307101318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"b114d1fd05a985f3","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"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":"9c5d3446ca166267","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"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":"84f9195fc0f8e0a9","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1710307105570,"stop":1710307105570,"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":"57d6ce172fa7f326","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1710307114395,"stop":1710307114395,"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":"b51c93af8719d837","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"38e7c6a940a06079","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"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":"c6f6353d96d8d708","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"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":"42b0bba164dd5958","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"e8d782f107a22eff","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207000,"stop":1710307207000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e2d34721d9d1fa3a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207046,"stop":1710307207047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"136a2f9a9be414f6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207047,"stop":1710307207048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"2ecb5beb9cd837ab","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207048,"stop":1710307207049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"abc4a3e44ea97fda","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207049,"stop":1710307207050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"a82a3f7416a0f3e2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207049,"stop":1710307207049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"88c6fbccd58dee3a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207050,"stop":1710307207051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"afd93c4176e04589","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"a756180be52294f3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"a9818e267cfccc64","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207051,"stop":1710307207051,"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":"24fd25e99833117d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207051,"stop":1710307207052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"2c53c3e6c7c27a6d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207052,"stop":1710307207057,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"fd8dd94ddae5d487","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207058,"stop":1710307207058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"43ec9a647e3c6b96","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207058,"stop":1710307207063,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"5be1ee829b2582c9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207063,"stop":1710307207064,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"8ffdc3b9302e8202","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207064,"stop":1710307207064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"9617149fa8457972","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207068,"stop":1710307207069,"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":"338264e49e30009d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207069,"stop":1710307207070,"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":"c59310b716db04a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207069,"stop":1710307207069,"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":"3254d2ceff22af12","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207070,"stop":1710307207070,"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":"7fa8a42d336d6d8c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207070,"stop":1710307207071,"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":"8eafc9118d188e0b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207071,"stop":1710307207071,"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":"3fb35e908578f6a9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207082,"stop":1710307207084,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"814b334ac78843fb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"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":"a7489df2a1520fbf","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"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":"32a2f44f0fd98798","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207087,"stop":1710307207087,"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":"bca8c0d799250b5c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207087,"stop":1710307207088,"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":"a9c1bfddce030e6c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207089,"stop":1710307207090,"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":"2def8b1e1cd507fb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"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":"e6471a4e3fe7b14f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"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":"d4d5b52e0957a7f2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207090,"stop":1710307207091,"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":"f5727b048d92f8ce","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207090,"stop":1710307207090,"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":"bf99253b90adb73e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207091,"stop":1710307207091,"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":"db08c2ee3491875c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207091,"stop":1710307207092,"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":"2ba8dca9e38d7969","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207092,"stop":1710307207092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"34f98c9f388fed0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"8a4e3fc75e8371f7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207093,"stop":1710307207094,"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":"7945e0514e314143","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679548594451","uid":"3390dd5a6f5d2938","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207094,"stop":1710307207094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710303394451","uid":"f3255fe8979172f2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207094,"stop":1710307207095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710310594451","uid":"93d4fc52a154513","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207095,"stop":1710307207095,"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":"ece39bb182a659f2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207095,"stop":1710307207096,"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":"bb14ccb66934e0f9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710307207096,"stop":1710307207096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Peer Exchange Query","children":[{"name":"connected peers and dial","uid":"a5d8e807b19989dc","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1710307207320,"stop":1710307207320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"2b23b84d542088b6","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1710307207320,"stop":1710307207321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"1a092f0150f4d4c6","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1710307207321,"stop":1710307207321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"f9ba7eb6cd24287","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1710307207322,"stop":1710307207322,"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":"2c275a27738d1f91","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1710307209808,"stop":1710307209809,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"be4ed2861859f6eb","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1710307209808,"stop":1710307209808,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Peer Exchange","children":[{"name":"getPeersByDiscovery","uid":"47160b3944138152","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1710307233597,"stop":1710307233597,"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":"7d5ec46e2958dc45","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1710307233597,"stop":1710307233598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"43348fb1efb51e87","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1710307233598,"stop":1710307233598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"9adb6875d80b8beb","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1710307233598,"stop":1710307233599,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"6b3a2aebad6f2d5a","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710307300368,"stop":1710307300369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e8cee758ade97dff","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710307300369,"stop":1710307300369,"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":"9998c2aa8633982e","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"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":"b36d6c6a7d0fa128","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710307300370,"stop":1710307300371,"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":"10e48418c2c609e0","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"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":"cf701fc9996a67b0","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710307300371,"stop":1710307300375,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"60ba3f14664d6811","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710307300375,"stop":1710307300376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"9dbb889798e0d6b2","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1710307238429,"stop":1710307238429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"4748a0e9f1f20db0","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1710307238429,"stop":1710307238430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"cb4c4698de6976d3","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1710307238430,"stop":1710307238431,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Two nodes connected to nwaku","children":[{"name":"Js publishes, other Js receives","uid":"22de5cbb2c158a6a","parentUid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8","status":"passed","time":{"start":1710307238432,"stop":1710307238433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8"}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"69ff88b148aeb46f","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1710307244656,"stop":1710307244656,"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":"42210f36795730eb","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1710307244657,"stop":1710307244657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"97560f07fca83fae","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"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":"8ae9c9266c892a69","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"edc6b1d5e7fb67ca","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"6baaff4bb81b1029","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"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":"2130bdc84c81d757","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a62589f6ca215a48","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay (named sharding), multiple pubsub topics","children":[{"name":"Nodes with multiple pubsub topic","uid":"4f0cc23be8da8b84","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1710307244661,"stop":1710307244662,"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":"4247b95aded116c6","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"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":"73017b1fe771cdd2","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"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":"64c91b6636082be4","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1710307244662,"stop":1710307244662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8474426d673ab23e850081c564316d14"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"c83c95df309a546a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247755,"stop":1710307247756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"7b80f2783b6ec262","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247756,"stop":1710307247757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"4d89a1ccfe2dc914","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247757,"stop":1710307247757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"ef37b9432b455edc","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247757,"stop":1710307247758,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"6c080a4167d9e353","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247758,"stop":1710307247759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"340c77a0ed4de1c0","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247759,"stop":1710307247759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"b79c952f558e6c64","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247760,"stop":1710307247761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"75ed50467fc0314f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247761,"stop":1710307247762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"ee86dbb12c830a52","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247761,"stop":1710307247761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"9bd0fc31229f0888","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247762,"stop":1710307247762,"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":"ead1906609d6d38f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247762,"stop":1710307247763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"2ab1adfc952dcf","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"155103fda033e27d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"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":"bdfa7faefc1463e3","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247764,"stop":1710307247765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"910a7410bb201496","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247764,"stop":1710307247764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"f9a51d3548bd6922","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247765,"stop":1710307247765,"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":"8dba368c6f7a5db3","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247765,"stop":1710307247766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Mar 23 2023 05:20:38 GMT+0000 (Coordinated Universal Time)","uid":"abea62c3abf85959","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247766,"stop":1710307247766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 04:20:38 GMT+0000 (Coordinated Universal Time)","uid":"16d5bf74f002c13a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247766,"stop":1710307247767,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 06:20:38 GMT+0000 (Coordinated Universal Time)","uid":"151636316322d429","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247767,"stop":1710307247767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"62a7794fc5889e42","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"47779898da58d576","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"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":"2c0abfdfabf9ae75","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"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":"e6205a6aee9c2fca","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"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":"a5f0f66c8d1426d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247771,"stop":1710307247771,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"8c0327c863c5f79b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1710307247772,"stop":1710307247773,"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":"fa75ab86ed550c2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1710307247773,"stop":1710307247774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"cd1e6b1114c7ef86","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"3747a14e4385d0fd","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"Waku Relay, Subscribe","children":[{"name":"Register correct protocols","uid":"1e69f4fdab7b57d3","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"fbcae8c37b12d546","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259433,"stop":1710307259434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"87af75df6543e27e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"fbf9a75c9f644c6e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"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":"1458c7deccfd5e79","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"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":"1875af12e2c59931","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"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":"1edf0235af8fec6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"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":"b02e29ed5a14fc8d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"2f00ead971e63979","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e32f93741d6df919","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1710307259437,"stop":1710307259437,"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":"6112b1d4cc0b3126","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"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":"e643e20019f5f65c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"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":"19d6e23f87623bda","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"e9cfd3bd4133209c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"916dd0c263e44a4d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"deb8785009bc7363","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"f292d79e3e1cabc3","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"3e85f9a879ed1346","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"4d7a153b8460549e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"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":"2af4b01499ed7916","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"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":"489f1d8d26f91c0e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259440,"stop":1710307259441,"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":"78b3ece2be02bb9","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"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":"5951d3800b2347fe","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259441,"stop":1710307259442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"9d01a302eb02e070","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"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":"ba2ddcbdc34fffa6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259442,"stop":1710307259443,"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":"e535e689cf29bd40","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710307259442,"stop":1710307259442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"SDK: Creating by Content Topic","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"a568868ad882a0e3","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"broken","time":{"start":1710307270090,"stop":1710307270090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"cc59c9a10a2d041","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"broken","time":{"start":1710307270090,"stop":1710307270091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"20e2ce6e283b791be82d528f8b74f17d"},{"name":"Static Sharding: Running Nodes","children":[{"name":"configure the node with multiple pubsub topics","uid":"8bc4d374f21fcfd2","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1710307285626,"stop":1710307285627,"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":"a7a2ea1325f77e08","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1710307285627,"stop":1710307285627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Autosharding: Running Nodes","children":[{"name":"configure the node with multiple pubsub topics","uid":"cd1ce11214338bcc","parentUid":"81716586629d1440866a32fcb0929685","status":"passed","time":{"start":1710307285628,"stop":1710307285628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"a0ba5e5942159cde","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308615,"stop":1710307308616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"1485d544d1e7223b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308616,"stop":1710307308616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"aa1d6a9389341663","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308616,"stop":1710307308617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e24845828d35f29","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308617,"stop":1710307308618,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7e036e43ce752352","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308618,"stop":1710307308619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c174b63fd0a03578","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308618,"stop":1710307308618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e845b6be80c42e2d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308619,"stop":1710307308620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b7e9da6ceb20ae10","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308619,"stop":1710307308619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c7437071b71ad4a0","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308620,"stop":1710307308621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"21d6b553accd1617","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308620,"stop":1710307308620,"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":"716086bac3488977","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308622,"stop":1710307308623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"544ff99790528a2a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308623,"stop":1710307308624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8c80ce2ab01616f8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308624,"stop":1710307308625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e08fbc7d1d669cd6","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308625,"stop":1710307308626,"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":"c28b753d13308486","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308626,"stop":1710307308627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"65e301b3f862dd4c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308627,"stop":1710307308628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208000000 ","uid":"942ea8097846c0f0","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308628,"stop":1710307308629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208 ","uid":"205ccb75d17f1e67","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308629,"stop":1710307308630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"dce829795d10844f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308630,"stop":1710307308630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"113edc8693a5ff4a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308630,"stop":1710307308631,"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":"117bebb02dcd726d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308631,"stop":1710307308632,"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":"7f6ca1b54860dfd1","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308631,"stop":1710307308631,"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":"f7c2deca11224d58","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308632,"stop":1710307308632,"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":"dcf88502bd133396","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"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":"e1fcb663648fda01","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"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":"6602ffbc2d1b7fcf","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1710307308633,"stop":1710307308634,"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":"32c1cfc7a9ac561b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1710307308634,"stop":1710307308634,"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":"1ab840fd47e5a0a0","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"3fec82bb7b063175","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308635,"stop":1710307308636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d1291c25e0f7ab77","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"937dd759a74f8879","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308636,"stop":1710307308637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"1464194acb38af00","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308637,"stop":1710307308637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"3c8a8227a5415b6d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a36d82908d154cf2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"159407dc774053b9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308639,"stop":1710307308643,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"48b5dbdff708a3ed","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308644,"stop":1710307308645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"dccf548c4f204fa5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3abdc73832c6540d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"6154ffb8bb73911d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"d8bfe1a1fb1608f3","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"211eb4cbfbdf0041","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308646,"stop":1710307308647,"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":"cf0ce8e3701f87b9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"431b7e4e075f97cc","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208000000 ","uid":"dcf91f4dda3ea21","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"f12c7b6c03e28e46","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308647,"stop":1710307308648,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208 ","uid":"bb1a4a206de825c1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"de30c0be5a782e71","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308648,"stop":1710307308648,"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":"d2863b3cded12e92","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"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":"baa95e7f8a2f526c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"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":"27f7bb091abd7099","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308649,"stop":1710307308650,"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":"f1958781a922d330","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"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":"6190bac82b7d7883","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"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":"b5cabd941399f45","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1710307308651,"stop":1710307308651,"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":"7a042d9e30a3e7a2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1710307308651,"stop":1710307308651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"3595c21704790a23","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710307325063,"stop":1710307325064,"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":"e6cbeffff593b0af","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710307325063,"stop":1710307325063,"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":"75de0caf2c24cf60","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710307325064,"stop":1710307325065,"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":"dfa4a03f36985f76","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710307325064,"stop":1710307325064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"f1cfa585c2d275b6","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710307325065,"stop":1710307325066,"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":"4c3453a6dc8bc6c6","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"b1a240adbe0e9392","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"c108d32ec506327c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"f6750198c0188479","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"8351a78aa6001509","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342519,"stop":1710307342519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"ce05dda30542d80e","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342519,"stop":1710307342520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3b0749efd22f39dc","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342523,"stop":1710307342524,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"38c00c623f09ddd3","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342524,"stop":1710307342524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"dd0226d908bae87f","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342524,"stop":1710307342525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"b84ccf31107663d6","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"6696ca96b89d9eed","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"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":"1fb4fe15cbe1e51d","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342526,"stop":1710307342526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"f1395b7b08944575","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342526,"stop":1710307342527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"3e3e04996fa9b1be","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342527,"stop":1710307342527,"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":"a39d4a1309de00de","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342528,"stop":1710307342529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"8a084db94f32185a","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710307342528,"stop":1710307342528,"duration":0},"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":"b2ca281bfb340ea5","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1710307351547,"stop":1710307351547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"cfaff012410118d0","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1710307351547,"stop":1710307351548,"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":"30cfc64235762ce7","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1710307351549,"stop":1710307351549,"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":"e9d1450872b06f48","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"skipped","time":{"start":1710307351550,"stop":1710307351550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"d1f8681bf8df9ccc","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"skipped","time":{"start":1710307351550,"stop":1710307351551,"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":"2e86d519770586d7","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"skipped","time":{"start":1710307351551,"stop":1710307351551,"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":"3ea20c27a80b2e5f","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9bb0ce2549f5b685","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"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":"48d3f130ed9394d0","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"60cd3ef631a89cf","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358452,"stop":1710307358453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"66a448733488435","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358453,"stop":1710307358454,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a8a1b9563250721e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358453,"stop":1710307358453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"b3449055ba1206e0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358454,"stop":1710307358455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"56ca2f702c4cdb02","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358454,"stop":1710307358454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"5b5002d654a7dc0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358455,"stop":1710307358455,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3d0424f2603c0f2a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358455,"stop":1710307358456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"b187afb44db4040a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"1c67d90e32d1afdc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"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":"d48f7e78bec72b61","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"730f8adb736453b7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358457,"stop":1710307358458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"c58e5b8bf671e9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"7777553cbaad4a23","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"833dfd32459b4bc1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"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":"164904741fb5da3f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358458,"stop":1710307358459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4c29f30fb86f4984","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358459,"stop":1710307358460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"4f1c2976b2b48d4e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358459,"stop":1710307358459,"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":"aa08e4f65994b509","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358460,"stop":1710307358460,"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":"c2ce64e4516c7688","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358460,"stop":1710307358461,"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":"567580d3caf8b20c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358461,"stop":1710307358461,"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":"f5c0f2e3af496c30","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358461,"stop":1710307358462,"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":"5684ba704a01bc4a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358462,"stop":1710307358463,"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":"9d054ecd1d11d4dc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358463,"stop":1710307358463,"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":"f2a2fdc9d308325e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358463,"stop":1710307358464,"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":"a455888423ac0599","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358464,"stop":1710307358464,"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":"f346042f8e263f2c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358464,"stop":1710307358465,"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":"8d1e9a236b17131f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358465,"stop":1710307358465,"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":"bbede38292c05609","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358465,"stop":1710307358466,"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":"34fac85a434e9564","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"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":"aca240ab4abb749d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"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":"c67e5097289e79a2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"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":"343a59b3900a2827","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"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":"b7bb23ddc501c0ee","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358467,"stop":1710307358468,"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":"ba2aed0de7ecdd03","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358468,"stop":1710307358468,"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":"2ad0b6e37e49d10","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358468,"stop":1710307358469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6f1720d029b5785c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358469,"stop":1710307358473,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"968a1ec7be9646c1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358473,"stop":1710307358474,"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":"55508c08e2144442","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358473,"stop":1710307358473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679548581740","uid":"8b2a312e6dd0d2b8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358474,"stop":1710307358488,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710310581740","uid":"ae0d3b640c89139f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358489,"stop":1710307358490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710303381740","uid":"409e9a7c2904c688","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358489,"stop":1710307358489,"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":"bb0251893ab6f044","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"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":"b7c1c34ea574205f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"29a6cc9ba3ddaad3","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710307361629,"stop":1710307361630,"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":"12799eb728b399ae","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710307361630,"stop":1710307361630,"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":"cacee6d5d5338caf","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"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":"e7188045e91edf61","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"2c4c4a1d46dca0f7","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"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":"e3e8224950aedc65","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"238a1e3678ff2384","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"358f3f2c4970a43b","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710307361633,"stop":1710307361634,"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":"953b6c4958f6ffe2","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, order","children":[{"name":"Query Generator - forward","uid":"317322a1e6dcd704","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710307365850,"stop":1710307365851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"b0a21d2a8553faf2","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710307365851,"stop":1710307365852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"31a84d69e12bcc1e","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710307365851,"stop":1710307365851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"b6845659f84394d1","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710307365852,"stop":1710307365852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"2f99f2f7f33bd728","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710307365852,"stop":1710307365855,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"bd8aeb09e11b1fe3","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710307365855,"stop":1710307365855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"4f9b2c23a0afcd26","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"8402acfe0863d89e","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is backward","uid":"8f1e25b816e85949","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is forward","uid":"54a5343050da809a","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"handles multiple messages","uid":"9cc77513a4f98d1b","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1710307377258,"stop":1710307377259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"45cdc78611b3b2d0","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1710307377258,"stop":1710307377258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"f234971769de4f77","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1710307377259,"stop":1710307377259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"c36628ea0624b88","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710307383798,"stop":1710307383799,"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":"c656142e10a02f39","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710307383799,"stop":1710307383800,"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":"fa94cf7cc1ecf73d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710307383799,"stop":1710307383799,"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":"2da5bdfda13d89c7","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710307383800,"stop":1710307383800,"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":"27073afe74dd3c08","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710307383800,"stop":1710307383801,"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":"ee8f0588407f024b","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710307383801,"stop":1710307383801,"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":"8e0b9f018cda4f27","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710307383801,"stop":1710307383802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"f9738146d6c36a86","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710307383802,"stop":1710307383802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"71fdca3b6918ea5a","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"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":"6cc4a0a7325ed109","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"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":"2294fecd7e9df599","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"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":"46f68746f50cdee6","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"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":"235cbb7f16c82a5d","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710307392157,"stop":1710307392158,"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":"cf2f9f8964afd77c","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"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":"8dc364c747b628c2","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"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":"a4701230afe58d27","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"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":"9c97c009f5f49ffe","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"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":"6358787fd1d0eb59","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1710307392997,"stop":1710307392998,"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":"551c392fcbaf7f61","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1710307392998,"stop":1710307392998,"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":"7c543862f1b45555","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1710307392998,"stop":1710307392999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"9a6a1cb256b9282f","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1710307392999,"stop":1710307392999,"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":"5f045d647f60bfc8","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1710307392999,"stop":1710307393000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"8c3b54c1ca7eaa0d","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1710307393000,"stop":1710307393000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Wait for remote peer","children":[{"name":"Relay - times out","uid":"742eb5781edf2ea0","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710307402634,"stop":1710307402635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"2132e5a9580b844f","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"743f7b959cd02351","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"53b8d25dee8981b","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"d3c212d623f1152e","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"35416b4effa96e0c","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710307402636,"stop":1710307402637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"dc85bceac9c30dee","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"f9508b104b81059c","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"d86e27e65d071110","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710307402637,"stop":1710307402637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"5acde044e16529a0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465616,"stop":1710307465617,"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":"ac1f82296aa79cd9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465617,"stop":1710307465618,"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":"b43ec45e5033e539","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465617,"stop":1710307465617,"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":"97d8c380e25a2bf","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465618,"stop":1710307465619,"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":"ed91c4dad1f67b6d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"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":"ee041736d3a13da2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"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":"842537653859fb14","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"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":"2b71b4b5e041ed7d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"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":"ac63acb0c1eda98a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"c4c069540f801f1a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"skipped","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"7df7c6ee63b234b8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"e6f4bdbaa51811dc","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"skipped","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3a5d6b5a6dc7ab5d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465621,"stop":1710307465622,"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":"7814bd7753739ba7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465622,"stop":1710307465623,"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":"4b2b1ed70a9f0c61","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465622,"stop":1710307465622,"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":"bb0fdb54a62df8e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"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":"1d3b9335095bb3ef","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"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":"8331c3ddab54ef15","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"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":"af8fc602f8a93d20","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465624,"stop":1710307465625,"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":"42ae85cd1aeca56b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"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":"cfa8d6ca69caeffe","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465625,"stop":1710307465626,"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":"392e071ff7e154ea","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"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":"9ff2747ee46298db","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"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":"f4d077dd4bff4640","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"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":"13ac06ff71f7e8eb","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"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":"e51a178e2edeea2c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"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":"195d4824ca7509f7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465627,"stop":1710307465628,"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":"d8081ed8b174f564","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"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":"c6aac06e5388af35","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"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":"367c95cd8cf1e56e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"79bc21179354d4d696ab0ed95aaefc00"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","children":[{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"c56ed0be79bd67d6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"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":"3eb3a12db899e94e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465629,"stop":1710307465630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"62c2fd63fa08f33f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"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":"29dcb7d30a014cee","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465630,"stop":1710307465630,"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":"cc78fb5edaac77f3","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465630,"stop":1710307465631,"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":"83de1c0272cb2338","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"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":"a44d8e03505b29d8","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"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":"f4c2c96d706cecc6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465632,"stop":1710307465633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"e8eeb17c6ae0787e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"skipped","time":{"start":1710307465632,"stop":1710307465632,"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":"6249705d8da0e6e2","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"552a3fdbac73b6c1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465633,"stop":1710307465634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"7103721d540ca672","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"skipped","time":{"start":1710307465633,"stop":1710307465633,"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":"b8aa3d6c2c782916","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465634,"stop":1710307465635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3e3789192373e528","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"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":"bae8aa08266f081e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"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":"b8fb06257b483b57","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"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":"e2bae80d3bcaaeb","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"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":"76ee843b7667e331","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465635,"stop":1710307465636,"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":"5baf4b5cd3c617d9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"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":"93b7453da3e18ab","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"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":"81124934c58f99f1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"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":"7f285870fe8b1795","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"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":"3423716523d872a1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"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":"beaa5697c0dae4dc","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"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":"29e2a1e8746d9207","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"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":"fc4862740fcb3439","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"f6839a2154897bd3","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"11c683f556ab6dc5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"5ed18f83e88104b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"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":"6dab49c42effd416","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"4929156d19bed9bb","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"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":"3670104296f933b0","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"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":"9900b1bbb62183e5","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"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":"779e1f43412c6cc3","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"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":"dbf4fc66db0b2495","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1710307889887,"stop":1710307889889,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"9fcf5ca8de7d5e3","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1710307889889,"stop":1710307889890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5cf08d1961e509912868f237505d870"},{"name":"ensureValidContentTopic","children":[{"name":"throws on empty content topic","uid":"c9670423c988d8b1","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710307890263,"stop":1710307890264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"f51506e7f5008808","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710307890263,"stop":1710307890263,"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":"584068ae20efac07","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710307890264,"stop":1710307890264,"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":"eb0f252be0c31bba","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710307890264,"stop":1710307890265,"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":"801d856912befc9b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"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":"8787c51874f5a990","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"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":"72928242b5434284","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710307890266,"stop":1710307890266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"f7984a23c6c87e01","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710307890266,"stop":1710307890267,"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":"33dfe1f4260c6e43","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1710307890267,"stop":1710307890267,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"converts content topics to expected shard index","uid":"9c6ab8325e4360b1","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"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":"83fa7ede22082b24","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"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":"cf2af3d0fd8ecf01","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1710307890269,"stop":1710307890270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"Relay Shard codec","children":[{"name":"should handle a minimal index list","uid":"4129f5d41c6ca22c","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1710307890343,"stop":1710307890344,"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":"1f11683e170dbe81","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"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":"e13f05100230c736","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"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":"28563399f6b17f4c","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1710307890345,"stop":1710307890345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation","uid":"3478f4dea2ed7899","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1710307892757,"stop":1710307892759,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"9d551bb723d2168","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1710307892759,"stop":1710307892759,"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":"50854f5204d29865","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1710307892759,"stop":1710307892760,"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":"da3e5676f260a344","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710307897766,"stop":1710307897768,"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":"9da10f2a72d020c2","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710307897768,"stop":1710307897769,"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":"9692272bf2580154","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710307897769,"stop":1710307897770,"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":"8664e8cba76b4d45","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710307897770,"stop":1710307897772,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"38f46781806d9633","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710307897772,"stop":1710307897772,"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":"fb2684be62889246","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710307897773,"stop":1710307897773,"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":"6e41a1e48c8c0491","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710307897773,"stop":1710307897774,"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":"f2cacbaa00985814","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1710307897774,"stop":1710307897774,"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":"210ba9f3286cdde","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710307897775,"stop":1710307897775,"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":"d88c51a51a9ece88","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710307897776,"stop":1710307897779,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"d4e9adc87979262","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710307897780,"stop":1710307897781,"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":"aee894d537875470","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710307897780,"stop":1710307897780,"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":"9d9819428e416d31","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710307897781,"stop":1710307897799,"duration":18},"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":"7435b88ccd1e8fab","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710307897799,"stop":1710307897800,"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":"d2f95704a7585f63","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710307897810,"stop":1710307897811,"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":"bbe7ad191055e930","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1710307897832,"stop":1710307897834,"duration":2},"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":"168699eea91ad1b0","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1710307898039,"stop":1710307898039,"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":"37a395b22fd28cd5","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1710307898065,"stop":1710307898065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a9a09a06316dedd3","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1710307898066,"stop":1710307898066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should decode valid enr successfully","uid":"2ef6733b37ed9b89","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710307898597,"stop":1710307898598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"3bc45aab135e781","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710307898597,"stop":1710307898597,"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":"2f1cf38391dc2909","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"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":"e074e8c096f8e201","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"b972b1e80fc56a83","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"c98bf4c3e739eac8","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"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":"5f0ed77024dcf6fb","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1710307898600,"stop":1710307898604,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"364346e30d0a3db6","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1710307898604,"stop":1710307898604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"37e6fbdae03121a6","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"a92647d16e547af8","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"77c7ffaa7eac133cfb8688cd0eec6d74"},{"name":"Static tests","children":[{"name":"should properly compute the node id","uid":"9195e5e15efab4b","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1710307898605,"stop":1710307898606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"65980bf9de865008","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"3f3c1ea9af5a66e9","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"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":"7d50c79b1c7fc277","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"7eba469f3e5f2764","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"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":"4b223140dbcd553e","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710307898607,"stop":1710307898608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"e9997002b2a37e6b","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710307898608,"stop":1710307898609,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"c3850fc58e56d531","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"36f6d6f97d645dd5","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"4afd6ad1b22c9cb9","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"2f58b0d2296ef184","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"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":"a5d2710fe934adac","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1710307898609,"stop":1710307898610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ea17b90c87c7a4ccb17b1e3861b3d911"},{"name":"waku2 key round trip","children":[{"name":"should set field with all protocols disabled","uid":"85ad27be440476f7","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710307898610,"stop":1710307898610,"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":"d1ddd75a8cc82de7","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710307898610,"stop":1710307898611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"164df922bd179f0","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710307898611,"stop":1710307898612,"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":"d45c72a81614a752","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"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":"2e975ef6965267ab","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"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":"c54954d908a46041","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"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":"bba8bbf311fde437","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"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":"70ba40a2b1007e6","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1710307902926,"stop":1710307902928,"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":"a9db5576e601a68b","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1710307903345,"stop":1710307903345,"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":"73b2fc8b63ce28f1","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1710307903346,"stop":1710307903346,"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":"fc51bc7c7619cbbe","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1710307903346,"stop":1710307903347,"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":"53bdcc55268eab3a","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1710307903347,"stop":1710307903347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"432f5df25333b53e52fa9f706980f0ff"},{"name":"Waku Message version 0","children":[{"name":"Ephemeral field set to true","uid":"5c3cfb3678de1e90","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6add6d74ba5cfda8","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"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":"f736ce3f9f063dc4","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1710307903499,"stop":1710307903499,"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":"746e53115698be23","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307903499,"stop":1710307903500,"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":"de258e8515ffeadf","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"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":"ea1a00b9199bd8ee","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307903500,"stop":1710307903501,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"3fac1033637d872a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"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":"2593a621e1209fca","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307923914,"stop":1710307923915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"b9e39a5c781d2946","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307923914,"stop":1710307923914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"5f5de46526bf25cd","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307923915,"stop":1710307923916,"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":"6d2d288efad1f2ef","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307923916,"stop":1710307923916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f7904c9ebae93f06","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"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":"65f7e61d68305d01","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8e4c928caf641c35","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"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":"3f09598def689f9a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"78e461413c8cc9a6","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1710307906861,"stop":1710307906862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"961c402fe2a47a78","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1710307906862,"stop":1710307906863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"5bb885987af1261a","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1710307912517,"stop":1710307912520,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"ea6a125b258d82b","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1710307912521,"stop":1710307912522,"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":"cc8e407da697fa6b","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1710307912522,"stop":1710307912523,"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":"89ca8c82e825b65e","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710307914056,"stop":1710307914056,"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":"4293adce4c6fb72f","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710307914056,"stop":1710307914057,"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":"882fdf9ae41376be","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710307914057,"stop":1710307914058,"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":"a981c08a1c439e8f","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710307914058,"stop":1710307914058,"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":"61926b0960a885db","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710307914058,"stop":1710307914059,"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":"6b265a8c2db64f1c","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710307914059,"stop":1710307914069,"duration":10},"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":"30f590d96d7726c4","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710307914070,"stop":1710307914070,"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":"e2b6e21e58644a2e","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710307914070,"stop":1710307914071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"ba12ce608833de45","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1710307914072,"stop":1710307914072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"Fetch nodes until capabilities are fulfilled","children":[{"name":"1 Relay, 1 fetch","uid":"fd418f4863adb7b2","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1710307914152,"stop":1710307914153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"1d48597e1996675e","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"cc06a0e4258d47a3","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"d8c7454cc6b83a52","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1710307914153,"stop":1710307914154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"c30488924245eddf","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710307914370,"stop":1710307914370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ec8f185fe67ea2ad","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710307914370,"stop":1710307914371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"d281bfa3e25b73e6","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"65b1a4ce2339e5d0","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710307914371,"stop":1710307914372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"d7e0653f8b490d28","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"51acecb33833ebf4","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1710307914372,"stop":1710307914372,"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":"a15bce393d5fdd3b","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710307914372,"stop":1710307914373,"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":"b21d2a90f8da1c78","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"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":"1b5307b8e719aeb2","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"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":"263a24341c9e7b8d","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710307914373,"stop":1710307914374,"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":"5f5f9aea320ebe41","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1710307914374,"stop":1710307914374,"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":"78c9e6cce3e2f6be","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710307914374,"stop":1710307914375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"5de9fed9d7c406ee","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710307914375,"stop":1710307914375,"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":"48ca89d32a048cd9","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710307950774,"stop":1710307950775,"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":"dbb9702127f61154","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710307950775,"stop":1710307950776,"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":"e46d8319e6b46486","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1710307950776,"stop":1710307950776,"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":"54780751d24614ee","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710307918131,"stop":1710307918131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f535654f4861b59","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"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":"f35b159debd005c2","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"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":"6dd49b53658e07dd","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710307918132,"stop":1710307918133,"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":"25e64543726f07fa","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"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":"442f47c9965aeae","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"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":"26984cf4fa214464","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1710307918134,"stop":1710307918134,"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":"9750a678d29afff7","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1710307918134,"stop":1710307918135,"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":"a2008042c6b59cae","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"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":"b15c7072fbc83d9e","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"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":"72463fb32e87df8c","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1710307918136,"stop":1710307918136,"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":"1d62f2018ac8b503","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1710307923910,"stop":1710307923912,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"aa4e3e175b818004","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1710307923912,"stop":1710307923912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"db70e85df4bc8348","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1710307923913,"stop":1710307923913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8a2649ba10025ef69053408ea765bb47"},{"name":"Waku Encryption","children":[{"name":"Asymmetric encrypt & decrypt","uid":"79c89ab89f18a3d0","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1710307924457,"stop":1710307924458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"ac36608524f6ead6","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1710307924458,"stop":1710307924458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"7be882f99455ca53","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1710307924459,"stop":1710307924459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"c2f66879a5765079","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1710307924459,"stop":1710307924460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"78a81a796157785eced8795b5d5da376"},{"name":"Ecies Encryption","children":[{"name":"Round trip binary encryption [ecies, signature]","uid":"229c15e86d0e1e66","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"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":"f72da4ad3d348f10","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"658fc70cc0b4b5d7","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"fde04bd30e1a5e7","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1710307940135,"stop":1710307940138,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"e8bbe5d0309640b5","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1710307940140,"stop":1710307940143,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"22c4c55deba96b8e","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1710307940164,"stop":1710307940171,"duration":7},"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":"739253a7f12e1667","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1710307940172,"stop":1710307940173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"peer:disconnect","children":[{"name":"should emit `waku:offline` event when all peers disconnect","uid":"46745435013c04d0","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1710307940174,"stop":1710307940215,"duration":41},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"64a1627951e49c06","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1710307940215,"stop":1710307940216,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d7937a00be10139346006034772224cc"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"ac4e5b382205b17f","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1710307948133,"stop":1710307948134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"4d157290c1719ce","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1710307948135,"stop":1710307948136,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"c25dae6e48c24f7","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1710307948135,"stop":1710307948135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"99dcbcaf3922acac9dc2c0af5ad8a17b"},{"name":"For peer-exchange peers","children":[{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"b14ca8c15c626435","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1710307948136,"stop":1710307948137,"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":"249eba5a985f9b6","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1710307948137,"stop":1710307948137,"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":"62f2fcc847c6df65","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1710307948300,"stop":1710307948300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"6077dec9eca582b4","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1710307948300,"stop":1710307948301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"408038acf5fa6582","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1710307948301,"stop":1710307948301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral field is preserved - encoder v0","uid":"b794452d1d7d235c","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1710307950103,"stop":1710307950104,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"659f0f6738b3f8b1","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1710307950103,"stop":1710307950103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"c9c076e66d864268","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1710307950104,"stop":1710307950105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"a2a0c02e20b55eff","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1710307950104,"stop":1710307950104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"3d8f4d4d7aacb04c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710307950769,"stop":1710307950769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"637f3196ed316a60","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"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":"b6b89dedd9d6ec23","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"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":"29a6a7bbf70834a9","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710307950770,"stop":1710307950772,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"28f120756f1d0127","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710307950772,"stop":1710307950772,"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":"8b01fe7edcdf95a5","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710307950773,"stop":1710307950773,"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":"9f274ec6ba40301","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1710307950773,"stop":1710307950774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"37cb1f89cf05e5dd","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1710307971894,"stop":1710307971894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b944e98ee8cf4ca4","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1710307971894,"stop":1710307971895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f0a66a17808cffe3","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1710307971895,"stop":1710307971895,"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":"f6c155ef26e07f71","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1710307971895,"stop":1710307971896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"7ff5db574664ea58","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710307980879,"stop":1710307980880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"a2d388e45591383b","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710307980880,"stop":1710307980881,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"8456d9887da5650e","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710307980880,"stop":1710307980880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"58982cd0c04249c2","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710307980881,"stop":1710307980882,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"2a6d9e9653fbc5be","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710307980882,"stop":1710307980882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"b018fb39f961a7ac","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710307980882,"stop":1710307980883,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"286a188ce3994149","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710307980883,"stop":1710307980884,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"cd2cd43851ee5c62","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710307980883,"stop":1710307980883,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"e1a6ffacc78d9a91","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1710307980884,"stop":1710307980886,"duration":2},"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":"59e0b27c9054aec2","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710307991225,"stop":1710307991225,"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":"d7526c5ff44f936","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710307991226,"stop":1710307991227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"5e86b9b0e6a71c85","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"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":"ec740b4a021dd391","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"99d71c6091ab4366","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710307991227,"stop":1710307991228,"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":"c6f416e4a072265b","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710307991227,"stop":1710307991227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"30f1f7a89299a781","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1710307991228,"stop":1710307991228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"7f016940a25de20b","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1710308007020,"stop":1710308007020,"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":"9ed9d83a3d684b6","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1710308007020,"stop":1710308007021,"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":"691a34a900530f1","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1710308007021,"stop":1710308007021,"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":"b70f09c82b959e2d","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"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":"5058ba511ee22cbe","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"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":"66c61ced9b7c8d9c","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"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":"e31cff1543df4bca","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"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":"b315b480fe2eec38","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1710308007024,"stop":1710308007024,"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":"9e515653af22fab5","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1710308007024,"stop":1710308007025,"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":"bc3887ddc54b7338","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"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":"97973916a21869f0","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"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":"a9df3bd32990f3f6","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1710308007026,"stop":1710308007027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on peer without subscriptions","uid":"54e59a8f1863ecb5","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1710308024291,"stop":1710308024292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3494f4c3e7c2acd0","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1710308024291,"stop":1710308024291,"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":"75abdfcd2db96901","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1710308024292,"stop":1710308024293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"98eb5a41dbbfc7b3","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1710308024292,"stop":1710308024292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d0611b03c1f8ce8952692cb4235036e6"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","children":[{"name":"Ping on subscribed peer","uid":"cbfaf0225991590a","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1710308024293,"stop":1710308024293,"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":"419b2409f8930b61","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1710308024294,"stop":1710308024295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b66443c2e0c92888","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2fface4cb94b5716","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"6673ddf96a113fa9","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710308026832,"stop":1710308026833,"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":"e0848519159e3e4e","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710308026833,"stop":1710308026834,"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":"bf5730553fdfba4e","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710308026834,"stop":1710308026834,"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":"d2778b55d5cee611","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710308026834,"stop":1710308026835,"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":"e21393c53b3cec0e","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710308026835,"stop":1710308026835,"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":"d1131d33fd90a6ce","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1710308026835,"stop":1710308026836,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"f2474eeecef8ba48","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710308092684,"stop":1710308092685,"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":"17cafc41b2943637","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710308092685,"stop":1710308092686,"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":"8f70853da5af5ead","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710308092685,"stop":1710308092685,"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":"6d62a4e900ac3f1d","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710308092686,"stop":1710308092686,"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":"38c7ce1f763ffc28","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710308092686,"stop":1710308092687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"5e545a6d1a486c60","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710308092687,"stop":1710308092688,"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":"e466bb6ca0fa3733","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710308092687,"stop":1710308092687,"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":"5e8486e7bc41eac0","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1710308092688,"stop":1710308092688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c3737e78ca767f63","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710308092688,"stop":1710308092689,"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":"c6f0b192b239015e","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710308092689,"stop":1710308092690,"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":"708df7cfbbe04df1","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710308092689,"stop":1710308092689,"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":"7111ad0a39bcf64e","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710308092690,"stop":1710308092691,"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":"151e106940af2b94","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1710308092690,"stop":1710308092690,"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":"ae455015e49eea53","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710308092691,"stop":1710308092699,"duration":8},"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":"4fccdfcc73f1d53b","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710308092699,"stop":1710308092700,"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":"fa9e9ef30b1a6817","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710308092700,"stop":1710308092700,"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":"25a34fe7b6309061","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710308092700,"stop":1710308092701,"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":"48686c9a1db84331","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1710308092701,"stop":1710308092701,"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":"952571cd432fe180","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710308092701,"stop":1710308092702,"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":"562b2c9eff20cb82","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710308092702,"stop":1710308092703,"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":"2c7241dbe1309464","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710308092702,"stop":1710308092702,"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":"97b5d4d8cc7677d3","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710308092703,"stop":1710308092704,"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":"3db4c6dd584b922f","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1710308092703,"stop":1710308092703,"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":"679af2e30c4ea1a1","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710308092704,"stop":1710308092704,"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":"700db9ecded6b381","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710308092704,"stop":1710308092705,"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":"bbe0acc788da3bcf","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710308092705,"stop":1710308092706,"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":"4e6369fa0cab69bc","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710308092706,"stop":1710308092706,"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":"30632a885828bf4f","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1710308092707,"stop":1710308092707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f52be94744a5dedbd6192c0ba976cc4d"},{"name":"maxBootstrapPeers=5","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"df5f276deba61d86","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710308092710,"stop":1710308092713,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"227b02546ef5e893","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710308092713,"stop":1710308092714,"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":"55136e36ac157da1","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710308092714,"stop":1710308092714,"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":"e5a01a74d62c8db0","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710308092714,"stop":1710308092715,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"b2cd6e44322f91b","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1710308092715,"stop":1710308092717,"duration":2},"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":"1a552a3e871c91cc","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710308092717,"stop":1710308092718,"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":"f0bdbb0df219698a","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710308092718,"stop":1710308092719,"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":"6c0bf0db155c2675","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710308092718,"stop":1710308092718,"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":"64cf644f6846753b","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"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":"5a173d605b76c2c8","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fdb01139a32c46716918889b88a43816"},{"name":"maxBootstrapPeers=7","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"861a4a1dc01d6259","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710308092720,"stop":1710308092721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"f8ba4e36fd555877","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710308092720,"stop":1710308092720,"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":"94d202265557b95","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"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":"fc8f7f63be5e847d","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"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":"64455f73f6a0cbb5","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1710308092722,"stop":1710308092722,"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":"d15b46c9db9e57c3","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1710308092722,"stop":1710308092723,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"44683a8cdf7f16e9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097724,"stop":1710308097725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"5850583be5b811ad","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097725,"stop":1710308097726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9fd0fca2df1ee3be","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097726,"stop":1710308097727,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"fc4669ef515b7b3b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097726,"stop":1710308097726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"eba0415ef5540d0f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097727,"stop":1710308097727,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6fcfb764d74141a7","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097727,"stop":1710308097728,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"f0b432e7877fe7c5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097728,"stop":1710308097729,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"fe42f88b3ad13d44","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097728,"stop":1710308097728,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c219c5cdd92dffd7","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097729,"stop":1710308097729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fdf848dbf5d4e8d1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097729,"stop":1710308097730,"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":"4173465555050b68","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097730,"stop":1710308097730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"c60c32df11b0567b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b6963d4d261cb89","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"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":"fd8378d01627ffe3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"323067807d6eed80","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307940002000000 ","uid":"429e3a3aa99003f6","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307940002 ","uid":"2f144ad72b15d34c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"58817b80abfc90ad","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"6fc1f472da8fdd0a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"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":"866a9c956e93f7d8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097734,"stop":1710308097735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a3064e5c2bf90011","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"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":"c41945c4b8cbfead","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097735,"stop":1710308097735,"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":"b3907749ac12017d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097735,"stop":1710308097736,"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":"ab61a767c8ddc7fd","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097736,"stop":1710308097736,"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":"603c72a27589d4a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097736,"stop":1710308097737,"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":"74f11ca386c36d84","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1710308097737,"stop":1710308097738,"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":"16a65405028bc6c5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1710308097737,"stop":1710308097737,"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":"1ee8f89d4d81bff","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1710308097738,"stop":1710308097738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"152bad9102957fb1d7f75e43c67592bd"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"8e8d0276ca592d6","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710308167156,"stop":1710308167156,"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":"69d841d5eeafb782","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710308167157,"stop":1710308167158,"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":"92efcaff04194f18","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710308167157,"stop":1710308167157,"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":"dec49bea28116913","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"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":"2f031c494248cbf8","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"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":"e82920e09474de85","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1710308167159,"stop":1710308167159,"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":"46021ac8c5c435a5","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710308167159,"stop":1710308167160,"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":"73fc13e1a2da15bc","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710308167160,"stop":1710308167160,"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":"8c40f41a15c1d4d7","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710308167160,"stop":1710308167161,"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":"3c44abc8403b510","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710308167161,"stop":1710308167162,"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":"863c4b36cc41b13b","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710308167162,"stop":1710308167163,"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":"73855449b1424756","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1710308167162,"stop":1710308167162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"2df243e0b95a8cf7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192911,"stop":1710308192912,"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":"44448a09524c17c2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192912,"stop":1710308192913,"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":"68656f86c2e6c6df","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192913,"stop":1710308192914,"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":"cbaa443eb1a7ea22","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192914,"stop":1710308192915,"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":"eb97cd0d6cec89d0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192914,"stop":1710308192914,"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":"e9033d1f148e94c6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192915,"stop":1710308192916,"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":"fa9d8d79130bff9c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192916,"stop":1710308192916,"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":"407640ec244257b6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192916,"stop":1710308192917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"c4faaac875690fd0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1710308192918,"stop":1710308192918,"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":"da9b36da9b9593d5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"26fb4a83e7160219","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c05fccece459d4fa","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192919,"stop":1710308192920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"9f3a6aa4fb66c49f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1710308192919,"stop":1710308192919,"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":"ca250cc38ddb51da","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192920,"stop":1710308192920,"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":"c9e6fe4eee6ddb2d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192921,"stop":1710308192921,"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":"7b3d7a6013d7505","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192921,"stop":1710308192922,"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":"f84e6ee289100fd4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192922,"stop":1710308192923,"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":"6bb0c973bea42388","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192923,"stop":1710308192923,"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":"c2897b7fe6273c64","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192924,"stop":1710308192955,"duration":31},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"4d7d8f8968230f86","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192924,"stop":1710308192924,"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":"b4ca6b04a1e969b5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192968,"stop":1710308192969,"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":"5ceda4b1ae9a1445","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192969,"stop":1710308192970,"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":"9111ea84523b95fe","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192969,"stop":1710308192969,"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":"8f74ce67607fe248","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192970,"stop":1710308192971,"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":"3ef6b91ac3fc51a6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192970,"stop":1710308192970,"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":"fe4e6897f994c287","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192971,"stop":1710308192971,"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":"3a9ea5249feb22e1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192971,"stop":1710308192972,"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":"74a66228bf3e1371","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192972,"stop":1710308192972,"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":"e3ab2c51803feee4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192972,"stop":1710308192976,"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":"33187d6eb6754c90","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192976,"stop":1710308192977,"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":"6fe3045070ee056f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1710308192977,"stop":1710308192977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"2664e399b5bc69a4","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1710308193083,"stop":1710308193084,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d97a75222c68cb30be8516b31f542691"},{"name":"Is also","children":[{"name":"A test","uid":"96248d99d46394e1","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1710308193084,"stop":1710308193085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"dd6e01bb2bd73fcc","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1710308225036,"stop":1710308225036,"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":"4af4f3a79477d29c","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1710308225037,"stop":1710308225037,"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":"e3ed13a86cd67a07","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1710308225037,"stop":1710308225038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e52eee00913614603b5b19434d7c51b2"},{"name":"Waku Light Push (Autosharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"bff3f4e83330a16c","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1710308225038,"stop":1710308225038,"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":"829ede11b709a426","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"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":"1db4fc4c2d960b8c","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"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":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"8412b4099a1f4f25","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1710308225040,"stop":1710308225041,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b5bb445a550ea2b1","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"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":"283e444ec6452b0c","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"Metadata Protocol","children":[{"name":"PeerStore has remote peer's shard info after successful connection","uid":"d553d9f85eda043b","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1710308231835,"stop":1710308231836,"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":"9aa22523f7525502","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1710308231836,"stop":1710308231836,"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":"26651b8096e41a46","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1710308231837,"stop":1710308231838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"c5623ff0da329f91","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"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":"79464d5f1aa3ee20","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"nwaku","children":[{"name":"Correctly serialized arguments","uid":"bff70a352c922ddf","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1710308231895,"stop":1710308231896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"multiaddr: dialing","children":[{"name":"does not attempt the same peer discovered multiple times more than once","children":[{"name":"through manual discovery","uid":"604686753df1b9e1","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1e048c606fd404a2c44ada77bca3101a"},{"name":"can dial TLS multiaddrs","uid":"2d4c02a12b563389","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ed3199962ddbdce221ebc3aee5f07a71"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"7c5165e0a08000e8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322564,"stop":1710308322564,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"ac4d3faef5e2b526","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322564,"stop":1710308322565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"a958b7f2080e216c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322565,"stop":1710308322565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"62eed97231bd16b6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322566,"stop":1710308322567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"1dd7ebff91c557a5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322567,"stop":1710308322579,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"989a3bdc2ee27224","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322567,"stop":1710308322567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"e9a03dcdb8819aa6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"4ff91ea0ac7803c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"fcbe0c79e4f1c505","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322586,"stop":1710308322593,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"442782313c28b573","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"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":"e8ed92cf92361e36","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"dfcaf59b68762f18","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322595,"stop":1710308322596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"8f4d38912d716ea4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7ff97b8129b3dc26","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"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":"fe8f8b7d9d7213a4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322596,"stop":1710308322597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4d1b04501c44962","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"4568c4cb1a3650d9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"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":"d16990f351b169b6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322598,"stop":1710308322599,"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":"a3e7a40f648c632b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"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":"6c95d7ade4228f0c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"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":"ea3a1ec8846f968d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322600,"stop":1710308322601,"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":"aa5816827d68913f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322600,"stop":1710308322600,"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":"4c9e3492a4807550","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322609,"stop":1710308322609,"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":"ab75b6b0619f6720","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322609,"stop":1710308322610,"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":"fe93c0551b6e064d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322610,"stop":1710308322611,"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":"6a9b025a34bde44b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322610,"stop":1710308322610,"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":"95e0f99bb51c9783","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322611,"stop":1710308322612,"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":"dd801977b799a42f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"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":"d9ae48c2f1e7a7e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"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":"404693b7c9f44206","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"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":"79e48092a8e987e0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"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":"30081ab3344c28d6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"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":"a7a4ae8b45f091b1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"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":"11528354d9817213","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322614,"stop":1710308322615,"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":"93a0c157206c50ba","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322615,"stop":1710308322615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6ab479e4414643b9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322615,"stop":1710308322616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"24332471c2e5bbdc","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322616,"stop":1710308322617,"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":"177e38359a4b434c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322616,"stop":1710308322616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679549697857","uid":"390f9fd1641e1b59","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322617,"stop":1710308322618,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710304497857","uid":"e1dd37a17fe8a8a5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322618,"stop":1710308322622,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710311697857","uid":"ced572415015a932","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"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":"5c35069220d0c7e8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"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":"ac6f4636fc68d5a5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1710308322624,"stop":1710308322624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Peer Exchange Query","children":[{"name":"connected peers and dial","uid":"f2b7cf52b3aee244","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1710308322787,"stop":1710308322787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"4e5aa6f148f9d8b9","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"20731a99aae17b96","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1710308322788,"stop":1710308322789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"b5c6e683eef46e9f","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1710308322788,"stop":1710308322788,"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":"104040261e5581e1","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1710308325356,"stop":1710308325357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e4fa4c4c949e70c3","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1710308325357,"stop":1710308325357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Peer Exchange","children":[{"name":"getPeersByDiscovery","uid":"370e90bc1e140e1","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1710308348759,"stop":1710308348759,"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":"2fe978312f134a47","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1710308348759,"stop":1710308348760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"cd6a8ef0e5b1efaa","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"bf38b3c27f5e49a3","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1710308348760,"stop":1710308348760,"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":"e64a00d603ae3445","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710308426361,"stop":1710308426361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c216b153cf1f321b","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710308426361,"stop":1710308426366,"duration":5},"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":"87da7cd12e65d93d","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710308426366,"stop":1710308426367,"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":"47748d5a901eaa18","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710308426367,"stop":1710308426367,"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":"68fe92b958c2402d","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710308426367,"stop":1710308426368,"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":"552741c98078b8c7","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710308426368,"stop":1710308426369,"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":"8c93309cc785a8f3","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1710308426368,"stop":1710308426368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"b6034001b13b02cf","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1710308353087,"stop":1710308353087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"7e13bbd413bdfe67","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"4248bf280cc37198","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Two nodes connected to nwaku","children":[{"name":"Js publishes, other Js receives","uid":"4a72e0f50ab33385","parentUid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8","status":"passed","time":{"start":1710308353089,"stop":1710308353098,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8"}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"1d82a10ddcc98ad1","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"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":"513d1404a75654b7","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"cc8398f218c8fddb","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1710308357659,"stop":1710308357662,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"59d0f5bd41cbf48c","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1710308357663,"stop":1710308357663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"c5c549e543302556","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1710308357663,"stop":1710308357664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"8e92bddc868abe9e","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1710308357664,"stop":1710308357665,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"e8fabb958e19000b","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1710308357664,"stop":1710308357664,"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":"a294baa10a5ddd71","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1710308357665,"stop":1710308357666,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay (named sharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"ae6902453d8de57f","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1710308357667,"stop":1710308357668,"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":"f886643391fc6715","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1710308357683,"stop":1710308357684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"1a84e7f481745bdf","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"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":"bcc25e0c44746b78","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8474426d673ab23e850081c564316d14"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"a2a13a70ec24708f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366456,"stop":1710308366456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"359fc7ba8c7e550c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366456,"stop":1710308366457,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"8909c0c2f9cb72fe","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366457,"stop":1710308366458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"c66df1ea5ce918aa","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366458,"stop":1710308366458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"a5bb15c1e84648ab","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366458,"stop":1710308366459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"2fda8488ae92c13b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"79fbfbe79c032d6f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"41185fd0f9bddb0d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366460,"stop":1710308366465,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"e51c6c5265b64fd3","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366465,"stop":1710308366469,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"aa32ef4496a20c61","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366469,"stop":1710308366469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"5d8f9c18fab1002f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366470,"stop":1710308366471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"74839595307407bd","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"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":"9b487717c3dbd229","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"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":"b43af9c68b222d2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366471,"stop":1710308366472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"da542bdf2c5dd278","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366471,"stop":1710308366471,"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":"1d1310b738ab2ad7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"64d984a33c1d9dfb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","uid":"41c0663d4ed9a312","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366472,"stop":1710308366480,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","uid":"991bb43b8028c47d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366480,"stop":1710308366480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","uid":"2e03f34bef5cb825","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366481,"stop":1710308366481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"83f59e87b88e83fa","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366485,"stop":1710308366494,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"ff7f2f8f9c8b2998","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366494,"stop":1710308366494,"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":"e63d4d5b9856819a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366509,"stop":1710308366511,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"632e4713bacd2fb5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366512,"stop":1710308366512,"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":"4c535bf7e2869044","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1710308366513,"stop":1710308366525,"duration":12},"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":"796f704b5003ca1a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366513,"stop":1710308366513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"bef8bbad2c253617","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1710308366525,"stop":1710308366526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"fe91df30b2f2ac7f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366526,"stop":1710308366533,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"4efa2d83395a7686","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1710308366534,"stop":1710308366534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"Waku Relay, Subscribe","children":[{"name":"Register correct protocols","uid":"eb8d11f05e1a0b93","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371293,"stop":1710308371294,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"20e0b85461d45540","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371293,"stop":1710308371293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"8af2ac9464a5ac31","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371294,"stop":1710308371295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"a56f00e9692bb775","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371295,"stop":1710308371296,"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":"1523a03b3d04359b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371296,"stop":1710308371297,"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":"555fe13d9d064280","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371297,"stop":1710308371297,"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":"f61faa69b4980a62","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371297,"stop":1710308371298,"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":"3a1c5fa915811474","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371298,"stop":1710308371299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"45b4ad98def2a4bd","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1710308371299,"stop":1710308371300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6e38930ef90d934b","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1710308371300,"stop":1710308371301,"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":"35752b624669f577","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371301,"stop":1710308371302,"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":"c562f0bf9562f114","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371302,"stop":1710308371303,"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":"a9a50a613536c83c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371303,"stop":1710308371303,"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":"3791a49751ce408a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371304,"stop":1710308371304,"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":"dbce83b27e5557b2","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371305,"stop":1710308371305,"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":"db111bc63068ec1d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371306,"stop":1710308371306,"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":"23b4e6317755ed0","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371307,"stop":1710308371307,"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":"1cc651ed63e4ef0f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371307,"stop":1710308371308,"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":"aa0d2811c8ab0fac","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371308,"stop":1710308371309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"3893b70c493510a7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371309,"stop":1710308371310,"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":"eb415e8ee000e570","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371310,"stop":1710308371311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"b5c60e522c6b7a09","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371311,"stop":1710308371312,"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":"1f612f919e7b9fdf","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371312,"stop":1710308371313,"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":"10b6c3e919fd6852","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371313,"stop":1710308371314,"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":"7ab3b6de8241738c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371314,"stop":1710308371315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"1e433e189c24b9d1","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1710308371315,"stop":1710308371316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"SDK: Creating by Content Topic","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"73e61247632e2093","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"broken","time":{"start":1710308388676,"stop":1710308388677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"83079f62ee1ee2a","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"broken","time":{"start":1710308388677,"stop":1710308388677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"20e2ce6e283b791be82d528f8b74f17d"},{"name":"Static Sharding: Running Nodes","children":[{"name":"configure the node with multiple pubsub topics","uid":"e4cdedf9e3e955d0","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1710308402070,"stop":1710308402072,"duration":2},"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":"17b7f08f56085ca6","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1710308402072,"stop":1710308402073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Autosharding: Running Nodes","children":[{"name":"configure the node with multiple pubsub topics","uid":"c668840418c6e757","parentUid":"81716586629d1440866a32fcb0929685","status":"passed","time":{"start":1710308402073,"stop":1710308402074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"9e1305aefbe96bf2","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416716,"stop":1710308416716,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"f2655c8edd01745f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"4d0b0408b076817a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c1a3fd449d1ba131","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"6160b08711ee273a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"adc12029c41ec06c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416718,"stop":1710308416719,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e18f2b41e2124324","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a00442e33e94af34","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3df959dc7e67a518","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c8d1183146f45971","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"8ef819c359058ade","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416721,"stop":1710308416722,"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":"fa1e504b3d2c7fa4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416721,"stop":1710308416721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9f8165fc4a6960e1","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416722,"stop":1710308416723,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"bd10deb17e6d3b4e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416722,"stop":1710308416722,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e58834a65ed4ea86","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416723,"stop":1710308416724,"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":"7946af4b1566759b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416723,"stop":1710308416723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355000000 ","uid":"11eb0f4823c96201","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416724,"stop":1710308416724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355 ","uid":"3728b8571c1a278e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416724,"stop":1710308416725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"9c02f68bff4018ff","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416725,"stop":1710308416725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"4ae01a930bb4c68c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416725,"stop":1710308416726,"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":"e145088ff1e23252","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"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":"cfdf67519d6995a3","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"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":"1e70bbe19ad57926","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416727,"stop":1710308416727,"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":"b7fa8aead07c45a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416727,"stop":1710308416728,"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":"223a9ee6413644c6","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1710308416728,"stop":1710308416728,"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":"fbe7bc3233a5d29a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1710308416728,"stop":1710308416728,"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":"d8ced2d3e8f755f1","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1710308416729,"stop":1710308416729,"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":"d302f1ab7f445158","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416729,"stop":1710308416730,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"9db02907f6a1d226","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"2f9f9eaf36e19be9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416730,"stop":1710308416731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"9d57b5bb71a46123","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"8bc89afb1807ee97","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416731,"stop":1710308416732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6f13750332477f0b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416732,"stop":1710308416732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"aa20451d8638316b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416732,"stop":1710308416733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"d93e44e6db837b37","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416733,"stop":1710308416733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5afc12089e6166ef","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416734,"stop":1710308416735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"a4c5ee5fa0ac66ca","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416735,"stop":1710308416736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5a8ddfa2f416cfaf","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416736,"stop":1710308416737,"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":"d2eccaec09565227","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416736,"stop":1710308416736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"ecdcf3588a8b4d9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416737,"stop":1710308416740,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"fc4806e8d40a6527","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416740,"stop":1710308416742,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3123eeef1e0a98cb","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416742,"stop":1710308416743,"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":"838507040b6f4e5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416742,"stop":1710308416742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355 ","uid":"84b1d7798322e257","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416743,"stop":1710308416744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355000000 ","uid":"a2b74148ccc017c8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416743,"stop":1710308416743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1382ce6430bcc8e3","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416744,"stop":1710308416745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b134ea2c4c41efb2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416744,"stop":1710308416744,"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":"40758540cf4daf90","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"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":"56cd53efd863420f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"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":"5f9b9d4bd7ac7b36","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"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":"8bd6177918ba9545","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"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":"9117289dde432b2f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1710308416747,"stop":1710308416747,"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":"eadf6cd2815d2836","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1710308416747,"stop":1710308416747,"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":"cb13348c58157251","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1710308416748,"stop":1710308416748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"b52bafb347cd27f2","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710308433839,"stop":1710308433840,"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":"7929bfc9e9d0147c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710308433841,"stop":1710308433841,"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":"a22bcc638e0dc16f","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710308433841,"stop":1710308433842,"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":"5029dddc30b64d89","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710308433842,"stop":1710308433842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"bb10de6475d771c6","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"d5fa67246e796af9","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710308433843,"stop":1710308433844,"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":"7caada47cca0eb68","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"1283e9ffcb56230f","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"bcf8e0f83373629a","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"ad080523fcfdb610","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459424,"stop":1710308459424,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"91a9d57cda423db","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459425,"stop":1710308459426,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"2fc7ad298cfbe3fe","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459426,"stop":1710308459427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"8ce25c6e5d913987","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459427,"stop":1710308459428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"f5a188b7ef2a5c66","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459428,"stop":1710308459429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"c231c4d6827cb2ed","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459428,"stop":1710308459428,"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":"3a81e52a60e4699f","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459429,"stop":1710308459430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"7ca88e97a24a550b","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459429,"stop":1710308459429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"98dcb862c1c7ae3d","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459430,"stop":1710308459437,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b95bacd21361c88b","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459437,"stop":1710308459438,"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":"efa888bf35fccfb1","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459438,"stop":1710308459439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"f4fdd7f0558ead18","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1710308459438,"stop":1710308459438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"80e534f40888f6d0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463673,"stop":1710308463673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a9a1fc59851db444","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463673,"stop":1710308463674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"475a6691ee8a25b2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463674,"stop":1710308463675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"b43f163f9062a3a3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463674,"stop":1710308463674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"b598c513458bc070","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463675,"stop":1710308463676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"abf2b2911db3ad8f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"8905cadf20ceef91","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"82b670b0d8b7e698","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463677,"stop":1710308463685,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"892992fb15f32132","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463677,"stop":1710308463677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"c6ef879465123867","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463685,"stop":1710308463686,"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":"65a018b903ab341c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463686,"stop":1710308463686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"a304d3776387cc8d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"9ce74eaf73156058","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"cefec7f7d4ab588b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"12828de6523ff65c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463688,"stop":1710308463689,"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":"4ec0ae06c47c651c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"65158b7cbdcd1238","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"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":"ad5a8d9dcc619765","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"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":"ec2ddd1adfab68a4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463690,"stop":1710308463690,"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":"6f835aaf0e65a6b8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463690,"stop":1710308463691,"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":"2a8d234c63eecf70","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463691,"stop":1710308463692,"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":"7724b163879864e6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463691,"stop":1710308463691,"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":"d2332d8b644a6331","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463692,"stop":1710308463693,"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":"2d476eb80a9e8d30","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463692,"stop":1710308463692,"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":"1f4b78982dcf46d3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463693,"stop":1710308463694,"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":"17fc99058e7599e4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463693,"stop":1710308463693,"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":"963bd816a7c1d5c1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463694,"stop":1710308463705,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"8e6a138e283a681c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463694,"stop":1710308463694,"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":"da3572beffbb22d9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463705,"stop":1710308463708,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"f0454d6ff7ece765","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463708,"stop":1710308463708,"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":"72a930bef07a5858","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463708,"stop":1710308463709,"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":"ae09d7506fd71367","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463710,"stop":1710308463710,"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":"7ab633ea8009b98c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463711,"stop":1710308463725,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"6ab40f19803a67d3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463727,"stop":1710308463728,"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":"4fd5b5709c2c97f0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463727,"stop":1710308463727,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"890f2f771fad488d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463728,"stop":1710308463728,"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":"27777a54229cad53","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463730,"stop":1710308463731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"9f15e2d6dc7cce18","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463731,"stop":1710308463731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679549692890","uid":"a3901eae495650d0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463732,"stop":1710308463733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710304492890","uid":"cc1488d478c0318a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463734,"stop":1710308463741,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710311692890","uid":"1d7a4a9044be0954","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463741,"stop":1710308463742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"47b5704cc6d32bde","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463742,"stop":1710308463743,"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":"998d0f3d1a58d304","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1710308463743,"stop":1710308463744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, 2 different pubsubtopics","uid":"dad27c52ad371a81","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1710308464139,"stop":1710308464140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"7b4f513ac4f50241","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1710308464139,"stop":1710308464139,"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":"9f71d6a666464cb0","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1710308464140,"stop":1710308464140,"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":"a6516d0da9395234","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"skipped","time":{"start":1710308464141,"stop":1710308464141,"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":"bbdf296f293cabce","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"skipped","time":{"start":1710308464141,"stop":1710308464142,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dc8c4f107823ff47","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"skipped","time":{"start":1710308464141,"stop":1710308464141,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"428961ea17ce9ec744e8e65e6f8c7b4f"},{"name":"Waku Store (named sharding), custom pubsub topic","children":[{"name":"Generator, 2 different pubsubtopics","uid":"53fe69e083ed7f74","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1710308464142,"stop":1710308464143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"5366b2308956d322","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1710308464142,"stop":1710308464142,"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":"35e7bd081abee388","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1710308464143,"stop":1710308464143,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"8c36f2a47e6b003f","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1710308477759,"stop":1710308477760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"a86dc1213b871034","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1710308477760,"stop":1710308477760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is forward","uid":"f2351cad233a2204","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1710308477760,"stop":1710308477761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is backward","uid":"a80f090a3ea48271","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1710308477761,"stop":1710308477761,"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":"79b8b787a6cf01e9","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710308481018,"stop":1710308481018,"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":"eebbb1047a742e76","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710308481018,"stop":1710308481019,"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":"dffbb026c3367415","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710308481019,"stop":1710308481019,"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":"2ab136ebe35cb252","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710308481019,"stop":1710308481020,"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":"5d80692816e2e0f7","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"56f5bce47b8ba178","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"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":"c7d3b14d46472c1d","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710308481021,"stop":1710308481022,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"54f4d9bb2c67e583","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710308481021,"stop":1710308481021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"18bde4749d78fbb4","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1710308481022,"stop":1710308481022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, order","children":[{"name":"Query Generator - forward","uid":"9e66eb9adf5eeea0","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710308485475,"stop":1710308485476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"4710c17ac2760476","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710308485476,"stop":1710308485476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"b42004c7de0f1c81","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710308485477,"stop":1710308485478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"1a07aa4ca726b54e","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710308485477,"stop":1710308485477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"d968c71f3ead8d00","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"4472405c6bf9f8a8","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 1 when there are 4 messages","uid":"1a7b0ff99dee6a84","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710308494290,"stop":1710308494291,"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":"943f71db8026f162","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710308494290,"stop":1710308494290,"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":"4529e8375b8ffe73","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710308494291,"stop":1710308494292,"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":"1fbe0752c7d64551","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710308494291,"stop":1710308494291,"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":"59599f58f3b10d7","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710308494292,"stop":1710308494292,"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":"109206928d717bb8","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710308494292,"stop":1710308494293,"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":"a0e59bc0e054e13b","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"695f48d4b2852565","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"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":"8e05e21e26d709f0","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1710308495151,"stop":1710308495152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"20243ed8033a8488","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1710308495152,"stop":1710308495153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ee7fed40c2cffe70","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1710308495153,"stop":1710308495153,"duration":0},"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":"ac648d128b89a139","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710308508712,"stop":1710308508713,"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":"7cf7091976c49855","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710308508713,"stop":1710308508714,"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":"ea5dbd40e43be8ca","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710308508714,"stop":1710308508730,"duration":16},"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":"39bc231b2d43a2ca","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710308508730,"stop":1710308508734,"duration":4},"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":"d970b9e8f5bd7b75","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710308508734,"stop":1710308508735,"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":"24e69fab97801d0d","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"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":"7a43f300770bfa02","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"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":"655113f0cb5009c9","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"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":"7983c5373910f0a1","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"Does not throw an exception when node disconnects","uid":"a5076e03f24a6ad4","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1710308510822,"stop":1710308510823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"549f0c2833d72907","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1710308510822,"stop":1710308510822,"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":"321c8eecab6a37d1","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1710308510823,"stop":1710308510824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"3ff96476e2446433","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1710308510824,"stop":1710308510824,"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":"856c6dd98bcbf879","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1710308510824,"stop":1710308510825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"89b54af2980f24ba","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1710308510825,"stop":1710308510825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed first","uid":"57491081423ef38b","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710308515424,"stop":1710308515425,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"3db4a6d621951951","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710308515425,"stop":1710308515426,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"6287513d2edaaa9f","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710308515426,"stop":1710308515427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b3d577cb6bb721f7","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"21a4089bab208912","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"c8a3fa7019ab8ca6","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f7d198b9a77056b4","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"632d9d23090b5b32","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710308515427,"stop":1710308515428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"62aa9a74503de089","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1710308515428,"stop":1710308515428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"2f981f12526318e5","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"6ffb9e32aec85cef","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"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":"c57dffb12af24514","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"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":"408fb498e7044b8a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"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":"fcc2c1ac105ef281","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"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":"306fe3e09d6aac20","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"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":"a04404af5618e869","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572933,"stop":1710308572934,"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":"fe25390c0aa4f72e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572934,"stop":1710308572934,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"3f13d00d0cf93a54","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"skipped","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"380a805806d742a9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"skipped","time":{"start":1710308572935,"stop":1710308572935,"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":"46507603489e1dfe","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572935,"stop":1710308572935,"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":"7ee1aee8ea0aa9f7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"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":"6fea4f1e72594470","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572936,"stop":1710308572937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"10ec031ba2621475","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"cd45b9a173e5cb28","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"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":"d4012606e41e24ec","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"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":"c6b82c612d43b344","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"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":"4e6457d1779ed2d3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572937,"stop":1710308572938,"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":"db5d3e5bd46f7b6a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"92c55f66bc83ffbf","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"6eefc1511fcdabd6","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"e61f06718e071bea","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"fa386a61345f08d0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"88fe3a2699e813cf","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"6618c8196aea383d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572939,"stop":1710308572940,"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":"7bcb8780c92ab480","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572940,"stop":1710308572941,"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":"428474aeb64bb48f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"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":"8f368556e5b8d11e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"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":"a2d57c5036577429","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572941,"stop":1710308572941,"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":"88d3a1f39edc2c6a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1710308572941,"stop":1710308572942,"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 ecies encrypted messages via lightPush","uid":"768edaa3781bce49","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572942,"stop":1710308572943,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a31cddde6ff2d07a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572942,"stop":1710308572942,"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":"1631198a807769df","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"50d526e8d6feb0b9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"f81e7e4c13976f15","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"2aa78ba7033620f1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572943,"stop":1710308572944,"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":"fc556e9b003c82e1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"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":"966b221cc867f9ad","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"38cf3f4b38919620","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"skipped","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"758448b39be27c9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"skipped","time":{"start":1710308572945,"stop":1710308572945,"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":"c17590f1617cef91","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"bcd9f99af2ecf06f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572945,"stop":1710308572946,"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":"fcea57472694cd3d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8e9f99911ffa2a09","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"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":"1f251cecc999254f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"c8b915338eb3e6ad","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"e64c0b811046f119","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572947,"stop":1710308572948,"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":"49e40c71abde82f1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"94c1a6601a18a435","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572948,"stop":1710308572949,"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":"19621e5608720560","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"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":"f0d27bd976a46a0","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"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":"4dc13eea5f490538","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"8b46c3f41c89c6e9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"e074a0bda35cc3da","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"65ad99ac0edfe7ed","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"e0e883bdefa5097b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"2a6f8ab7d4dd4e62","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"2a4c7ac96055abc2","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"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":"42b25df2457072ed","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"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":"561c595b3ebe3982","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"569f2b32e5b81606","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1710308649156,"stop":1710308649157,"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":"cc78f382b53348b4","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1710308649156,"stop":1710308649156,"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":"68d38eaf2ad613c2","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1710308649157,"stop":1710308649157,"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":"1a28a9451fdea568","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1710308649158,"stop":1710308649158,"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/6685/data/test-cases/104040261e5581e1.json b/6685/data/test-cases/104040261e5581e1.json new file mode 100644 index 00000000000..cbda843f46d --- /dev/null +++ b/6685/data/test-cases/104040261e5581e1.json @@ -0,0 +1 @@ +{"uid":"104040261e5581e1","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308325356,"stop":1710308325357,"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":"be4ed2861859f6eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/be4ed2861859f6eb","status":"passed","time":{"start":1710307209808,"stop":1710307209808,"duration":0}},{"uid":"bd5f4a931d0c32c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd5f4a931d0c32c0","status":"passed","time":{"start":1710287415614,"stop":1710287415614,"duration":0}},{"uid":"aac6b4dd37beb7fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aac6b4dd37beb7fe","status":"passed","time":{"start":1710284682353,"stop":1710284682353,"duration":0}}]},"tags":[]},"source":"104040261e5581e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/109206928d717bb8.json b/6685/data/test-cases/109206928d717bb8.json new file mode 100644 index 00000000000..6b7d371389d --- /dev/null +++ b/6685/data/test-cases/109206928d717bb8.json @@ -0,0 +1 @@ +{"uid":"109206928d717bb8","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":1710308494292,"stop":1710308494293,"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":"ee8f0588407f024b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee8f0588407f024b","status":"passed","time":{"start":1710307383801,"stop":1710307383801,"duration":0}},{"uid":"8f2e70d2b4dfe715","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f2e70d2b4dfe715","status":"passed","time":{"start":1710287594295,"stop":1710287594295,"duration":0}},{"uid":"16138e721283175","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16138e721283175","status":"passed","time":{"start":1710284859499,"stop":1710284859500,"duration":1}}]},"tags":[]},"source":"109206928d717bb8.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b9481c2810962e22.json b/6685/data/test-cases/10b6c3e919fd6852.json similarity index 74% rename from 6651/data/test-cases/b9481c2810962e22.json rename to 6685/data/test-cases/10b6c3e919fd6852.json index 70e15b32817..aa3ceed3d44 100644 --- a/6651/data/test-cases/b9481c2810962e22.json +++ b/6685/data/test-cases/10b6c3e919fd6852.json @@ -1 +1 @@ -{"uid":"b9481c2810962e22","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":1710205111368,"stop":1710205111368,"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":73,"unknown":0,"total":73},"items":[{"uid":"86c842a27e108180","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/86c842a27e108180","status":"passed","time":{"start":1710205017187,"stop":1710205017187,"duration":0}},{"uid":"a72a58ed7597a3fb","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a72a58ed7597a3fb","status":"passed","time":{"start":1710204906981,"stop":1710204906982,"duration":1}},{"uid":"3fbdf366efb3072d","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3fbdf366efb3072d","status":"passed","time":{"start":1710204657701,"stop":1710204657702,"duration":1}},{"uid":"2d6945383f21e635","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2d6945383f21e635","status":"passed","time":{"start":1710203386089,"stop":1710203386089,"duration":0}},{"uid":"e7d5b176cd10d9bb","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e7d5b176cd10d9bb","status":"passed","time":{"start":1710199881938,"stop":1710199881939,"duration":1}},{"uid":"80b47343128c941a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/80b47343128c941a","status":"passed","time":{"start":1710199775346,"stop":1710199775347,"duration":1}},{"uid":"8096a0071222a39e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8096a0071222a39e","status":"passed","time":{"start":1710197317816,"stop":1710197317816,"duration":0}},{"uid":"8c7ac24607421243","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8c7ac24607421243","status":"passed","time":{"start":1710168157269,"stop":1710168157270,"duration":1}},{"uid":"f73d3b65994adaa","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f73d3b65994adaa","status":"passed","time":{"start":1710167388049,"stop":1710167388049,"duration":0}},{"uid":"97879029d65a23a2","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/97879029d65a23a2","status":"passed","time":{"start":1710167452062,"stop":1710167452062,"duration":0}},{"uid":"4194657a256fce77","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/4194657a256fce77","status":"passed","time":{"start":1710166594831,"stop":1710166594832,"duration":1}},{"uid":"de5f69e6b712516d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/de5f69e6b712516d","status":"passed","time":{"start":1710164827368,"stop":1710164827371,"duration":3}},{"uid":"888ec5fc801fbca7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/888ec5fc801fbca7","status":"passed","time":{"start":1710163975340,"stop":1710163975341,"duration":1}},{"uid":"aea9d832e1e863eb","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/aea9d832e1e863eb","status":"passed","time":{"start":1710163842513,"stop":1710163842514,"duration":1}},{"uid":"e6f5c53527d20cba","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e6f5c53527d20cba","status":"passed","time":{"start":1710155887165,"stop":1710155887165,"duration":0}},{"uid":"99bcf9965c8db358","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/99bcf9965c8db358","status":"passed","time":{"start":1710155106032,"stop":1710155106033,"duration":1}},{"uid":"7f9344d547287cc0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7f9344d547287cc0","status":"passed","time":{"start":1710154728843,"stop":1710154728843,"duration":0}},{"uid":"5a0f031196b3f3a9","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5a0f031196b3f3a9","status":"passed","time":{"start":1710102734838,"stop":1710102734838,"duration":0}},{"uid":"7f371515d0b8908f","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7f371515d0b8908f","status":"passed","time":{"start":1710080944316,"stop":1710080944317,"duration":1}},{"uid":"4eb5e7732b663d06","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4eb5e7732b663d06","status":"passed","time":{"start":1710024618203,"stop":1710024618203,"duration":0}}]},"tags":[]},"source":"b9481c2810962e22.json","parameterValues":[]} \ No newline at end of file +{"uid":"10b6c3e919fd6852","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":1710308371313,"stop":1710308371314,"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":"5951d3800b2347fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5951d3800b2347fe","status":"passed","time":{"start":1710307259441,"stop":1710307259442,"duration":1}},{"uid":"5f352b0e4f71e2b9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f352b0e4f71e2b9","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"3bc8ff710892a91d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3bc8ff710892a91d","status":"passed","time":{"start":1710284730224,"stop":1710284730225,"duration":1}}]},"tags":[]},"source":"10b6c3e919fd6852.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/52dc35f4b66e7e2c.json b/6685/data/test-cases/10ec031ba2621475.json similarity index 81% rename from 6651/data/test-cases/52dc35f4b66e7e2c.json rename to 6685/data/test-cases/10ec031ba2621475.json index d9cadac1255..f7465a0c1bc 100644 --- a/6651/data/test-cases/52dc35f4b66e7e2c.json +++ b/6685/data/test-cases/10ec031ba2621475.json @@ -1 +1 @@ -{"uid":"52dc35f4b66e7e2c","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":1710205335140,"stop":1710205335140,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"b2c210e8116f5ade","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b2c210e8116f5ade","status":"passed","time":{"start":1710205224510,"stop":1710205224510,"duration":0}},{"uid":"ab40bf59c8fb2a12","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ab40bf59c8fb2a12","status":"passed","time":{"start":1710205109075,"stop":1710205109075,"duration":0}},{"uid":"f2518955ac066971","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f2518955ac066971","status":"passed","time":{"start":1710204865544,"stop":1710204865544,"duration":0}},{"uid":"b7e85764eb9518db","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/b7e85764eb9518db","status":"passed","time":{"start":1710203577229,"stop":1710203577229,"duration":0}},{"uid":"e575028f5ebda44d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e575028f5ebda44d","status":"passed","time":{"start":1710200067239,"stop":1710200067239,"duration":0}},{"uid":"e72ab6b758059509","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e72ab6b758059509","status":"passed","time":{"start":1710199972394,"stop":1710199972394,"duration":0}},{"uid":"acea1d801c61ad58","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/acea1d801c61ad58","status":"passed","time":{"start":1710197502484,"stop":1710197502485,"duration":1}},{"uid":"b84ab3f8fc8957d7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b84ab3f8fc8957d7","status":"passed","time":{"start":1710168341998,"stop":1710168341998,"duration":0}},{"uid":"d240f860af32b1a2","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d240f860af32b1a2","status":"passed","time":{"start":1710167568810,"stop":1710167568810,"duration":0}},{"uid":"a458e7518739ee59","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a458e7518739ee59","status":"passed","time":{"start":1710167665502,"stop":1710167665502,"duration":0}},{"uid":"b0bff24556082196","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b0bff24556082196","status":"passed","time":{"start":1710166795560,"stop":1710166795560,"duration":0}},{"uid":"cd64ad2cc051ee9f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/cd64ad2cc051ee9f","status":"passed","time":{"start":1710165026122,"stop":1710165026122,"duration":0}},{"uid":"eb153fc98ad12f0e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/eb153fc98ad12f0e","status":"passed","time":{"start":1710164176705,"stop":1710164176706,"duration":1}},{"uid":"8d6c33fe6d89f81a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8d6c33fe6d89f81a","status":"passed","time":{"start":1710164039978,"stop":1710164039978,"duration":0}},{"uid":"c325307ab4a0f05d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c325307ab4a0f05d","status":"passed","time":{"start":1710156088895,"stop":1710156088895,"duration":0}},{"uid":"d770c619c3cbc4c3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d770c619c3cbc4c3","status":"passed","time":{"start":1710155298403,"stop":1710155298403,"duration":0}},{"uid":"1b6e3121b3aa48c3","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1b6e3121b3aa48c3","status":"passed","time":{"start":1710154928187,"stop":1710154928187,"duration":0}},{"uid":"5beafb9a0176fee7","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5beafb9a0176fee7","status":"passed","time":{"start":1710102939214,"stop":1710102939214,"duration":0}},{"uid":"55de0c0157f8b95","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/55de0c0157f8b95","status":"passed","time":{"start":1710081135411,"stop":1710081135411,"duration":0}},{"uid":"daf1bedb68216a53","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/daf1bedb68216a53","status":"passed","time":{"start":1710024806416,"stop":1710024806417,"duration":1}}]},"tags":[]},"source":"52dc35f4b66e7e2c.json","parameterValues":[]} \ No newline at end of file +{"uid":"10ec031ba2621475","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":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"3a5d6b5a6dc7ab5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a5d6b5a6dc7ab5d","status":"passed","time":{"start":1710307465621,"stop":1710307465622,"duration":1}},{"uid":"c62257ad5f48e095","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c62257ad5f48e095","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"665bd1a26706691e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/665bd1a26706691e","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"tags":[]},"source":"10ec031ba2621475.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8d3430fdb08d5092.json b/6685/data/test-cases/11528354d9817213.json similarity index 84% rename from 6651/data/test-cases/8d3430fdb08d5092.json rename to 6685/data/test-cases/11528354d9817213.json index 87b4114c223..729857576a4 100644 --- a/6651/data/test-cases/8d3430fdb08d5092.json +++ b/6685/data/test-cases/11528354d9817213.json @@ -1 +1 @@ -{"uid":"8d3430fdb08d5092","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":1710205063419,"stop":1710205063419,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"676ec3834e8b939e","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/676ec3834e8b939e","status":"passed","time":{"start":1710204974367,"stop":1710204974367,"duration":0}},{"uid":"580d704c983830b3","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/580d704c983830b3","status":"passed","time":{"start":1710204858052,"stop":1710204858052,"duration":0}},{"uid":"59ef0e4da1cb891","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/59ef0e4da1cb891","status":"passed","time":{"start":1710204613883,"stop":1710204613887,"duration":4}},{"uid":"f8f7a498c6574ea9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f8f7a498c6574ea9","status":"passed","time":{"start":1710203332617,"stop":1710203332617,"duration":0}},{"uid":"5ef5fcb79f39dfb6","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5ef5fcb79f39dfb6","status":"passed","time":{"start":1710199825183,"stop":1710199825183,"duration":0}},{"uid":"9797d6184d814c26","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9797d6184d814c26","status":"passed","time":{"start":1710199731763,"stop":1710199731764,"duration":1}},{"uid":"3216b3bf7d6b8075","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3216b3bf7d6b8075","status":"passed","time":{"start":1710197275113,"stop":1710197275113,"duration":0}},{"uid":"bfe9367281fe34dc","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bfe9367281fe34dc","status":"passed","time":{"start":1710168106286,"stop":1710168106286,"duration":0}},{"uid":"eb404d92d08f143e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/eb404d92d08f143e","status":"passed","time":{"start":1710167360914,"stop":1710167360915,"duration":1}},{"uid":"e14e2862f8362e51","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e14e2862f8362e51","status":"passed","time":{"start":1710167407571,"stop":1710167407572,"duration":1}},{"uid":"7b074f971b306497","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7b074f971b306497","status":"passed","time":{"start":1710166544397,"stop":1710166544397,"duration":0}},{"uid":"c6c088f440b0e6b2","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c6c088f440b0e6b2","status":"passed","time":{"start":1710164782815,"stop":1710164782815,"duration":0}},{"uid":"32a85b5ad6d6ee5a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/32a85b5ad6d6ee5a","status":"passed","time":{"start":1710163934764,"stop":1710163934764,"duration":0}},{"uid":"c6e0e754a3c2f580","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c6e0e754a3c2f580","status":"passed","time":{"start":1710163799617,"stop":1710163799617,"duration":0}},{"uid":"7901f790d288ded9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7901f790d288ded9","status":"passed","time":{"start":1710155833702,"stop":1710155833703,"duration":1}},{"uid":"f18c36c96ec7fda","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f18c36c96ec7fda","status":"passed","time":{"start":1710155066241,"stop":1710155066241,"duration":0}},{"uid":"4db0e83a0572c81e","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/4db0e83a0572c81e","status":"passed","time":{"start":1710154684658,"stop":1710154684659,"duration":1}},{"uid":"7e02fbffb9737c26","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7e02fbffb9737c26","status":"passed","time":{"start":1710102693455,"stop":1710102693455,"duration":0}},{"uid":"f0af1cf9a1b683ad","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f0af1cf9a1b683ad","status":"passed","time":{"start":1710080898354,"stop":1710080898354,"duration":0}},{"uid":"f61d0baf3b10c8a7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f61d0baf3b10c8a7","status":"passed","time":{"start":1710024575270,"stop":1710024575271,"duration":1}}]},"tags":[]},"source":"8d3430fdb08d5092.json","parameterValues":[]} \ No newline at end of file +{"uid":"11528354d9817213","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":1710308322614,"stop":1710308322615,"duration":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":"db08c2ee3491875c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db08c2ee3491875c","status":"passed","time":{"start":1710307207091,"stop":1710307207092,"duration":1}},{"uid":"1c3c18d431689e9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c3c18d431689e9d","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"dc8b48a490416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc8b48a490416","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"tags":[]},"source":"11528354d9817213.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e0071b114d838d4c.json b/6685/data/test-cases/11eb0f4823c96201.json similarity index 97% rename from 6651/data/test-cases/e0071b114d838d4c.json rename to 6685/data/test-cases/11eb0f4823c96201.json index 356e413eed9..fd8fb7b392f 100644 --- a/6651/data/test-cases/e0071b114d838d4c.json +++ b/6685/data/test-cases/11eb0f4823c96201.json @@ -1 +1 @@ -{"uid":"e0071b114d838d4c","name":"Check received message with timestamp: 1710204694548000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1710204694548000000 ","historyId":"eb7e415a8067c013b94a6e0ca4b01eca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205173305,"stop":1710205173305,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"e0071b114d838d4c.json","parameterValues":[]} \ No newline at end of file +{"uid":"11eb0f4823c96201","name":"Check received message with timestamp: 1710307939355000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1710307939355000000 ","historyId":"30e15571b8b77be1b60094b937067f6e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308416724,"stop":1710308416724,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"11eb0f4823c96201.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/324a05f80cf9a6da.json b/6685/data/test-cases/12828de6523ff65c.json similarity index 84% rename from 6651/data/test-cases/324a05f80cf9a6da.json rename to 6685/data/test-cases/12828de6523ff65c.json index 7bb2f2d7f9e..10e09720ff7 100644 --- a/6651/data/test-cases/324a05f80cf9a6da.json +++ b/6685/data/test-cases/12828de6523ff65c.json @@ -1 +1 @@ -{"uid":"324a05f80cf9a6da","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":1710205233002,"stop":1710205233003,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"11fcecdc45bc3162","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/11fcecdc45bc3162","status":"passed","time":{"start":1710205120345,"stop":1710205120345,"duration":0}},{"uid":"8c1e645164530bbd","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/8c1e645164530bbd","status":"passed","time":{"start":1710205004852,"stop":1710205004852,"duration":0}},{"uid":"68f85d049a3600b6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/68f85d049a3600b6","status":"passed","time":{"start":1710204772086,"stop":1710204772086,"duration":0}},{"uid":"c64c8c3c69bc7332","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c64c8c3c69bc7332","status":"passed","time":{"start":1710203476056,"stop":1710203476056,"duration":0}},{"uid":"c2e6fe25f800fe60","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c2e6fe25f800fe60","status":"passed","time":{"start":1710199958106,"stop":1710199958106,"duration":0}},{"uid":"348ecc177d194ac8","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/348ecc177d194ac8","status":"passed","time":{"start":1710199882631,"stop":1710199882632,"duration":1}},{"uid":"2d9f480b30017bc1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2d9f480b30017bc1","status":"passed","time":{"start":1710197397381,"stop":1710197397382,"duration":1}},{"uid":"e7c859f20e97a785","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e7c859f20e97a785","status":"passed","time":{"start":1710168235124,"stop":1710168235125,"duration":1}},{"uid":"d21a61ad1802cca1","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d21a61ad1802cca1","status":"passed","time":{"start":1710167420248,"stop":1710167420248,"duration":0}},{"uid":"7d9a1e111c964c6b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7d9a1e111c964c6b","status":"passed","time":{"start":1710167568722,"stop":1710167568722,"duration":0}},{"uid":"4e46cb3296a90293","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/4e46cb3296a90293","status":"passed","time":{"start":1710166701468,"stop":1710166701469,"duration":1}},{"uid":"cec756132415ad86","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/cec756132415ad86","status":"passed","time":{"start":1710164929235,"stop":1710164929235,"duration":0}},{"uid":"cc91f69d716b241d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cc91f69d716b241d","status":"passed","time":{"start":1710164078398,"stop":1710164078399,"duration":1}},{"uid":"e29667f3b9936783","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e29667f3b9936783","status":"passed","time":{"start":1710163927075,"stop":1710163927076,"duration":1}},{"uid":"d4861c37d9e07041","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d4861c37d9e07041","status":"passed","time":{"start":1710155986288,"stop":1710155986289,"duration":1}},{"uid":"47ce4298020236e0","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/47ce4298020236e0","status":"passed","time":{"start":1710155212562,"stop":1710155212563,"duration":1}},{"uid":"5bc888fbe6fa7e3a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/5bc888fbe6fa7e3a","status":"passed","time":{"start":1710154813469,"stop":1710154813470,"duration":1}},{"uid":"1a52e4e7d9ec0e8e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1a52e4e7d9ec0e8e","status":"passed","time":{"start":1710102845323,"stop":1710102845323,"duration":0}},{"uid":"671b30a07504213c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/671b30a07504213c","status":"passed","time":{"start":1710081043176,"stop":1710081043176,"duration":0}},{"uid":"9b7cc9a29c930ce6","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9b7cc9a29c930ce6","status":"passed","time":{"start":1710024705761,"stop":1710024705761,"duration":0}}]},"tags":[]},"source":"324a05f80cf9a6da.json","parameterValues":[]} \ No newline at end of file +{"uid":"12828de6523ff65c","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":1710308463688,"stop":1710308463689,"duration":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":"4f1c2976b2b48d4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f1c2976b2b48d4e","status":"passed","time":{"start":1710307358459,"stop":1710307358459,"duration":0}},{"uid":"2394a69daa8a0c9c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2394a69daa8a0c9c","status":"passed","time":{"start":1710287569251,"stop":1710287569251,"duration":0}},{"uid":"40798e2c166e1433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40798e2c166e1433","status":"passed","time":{"start":1710284852294,"stop":1710284852294,"duration":0}}]},"tags":[]},"source":"12828de6523ff65c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5adc112785e7f1c6.json b/6685/data/test-cases/1283e9ffcb56230f.json similarity index 54% rename from 6651/data/test-cases/5adc112785e7f1c6.json rename to 6685/data/test-cases/1283e9ffcb56230f.json index e6820f300e0..14c7b4014fe 100644 --- a/6651/data/test-cases/5adc112785e7f1c6.json +++ b/6685/data/test-cases/1283e9ffcb56230f.json @@ -1 +1 @@ -{"uid":"5adc112785e7f1c6","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":1710205191800,"stop":1710205191800,"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":73,"unknown":0,"total":73},"items":[{"uid":"90bf8223255f3feb","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/90bf8223255f3feb","status":"passed","time":{"start":1710205085997,"stop":1710205085997,"duration":0}},{"uid":"e0de1ba7350cff5e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e0de1ba7350cff5e","status":"passed","time":{"start":1710204994574,"stop":1710204994574,"duration":0}},{"uid":"752fd46c8948987b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/752fd46c8948987b","status":"passed","time":{"start":1710204726952,"stop":1710204726968,"duration":16}},{"uid":"7352fc79d2d87e29","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/7352fc79d2d87e29","status":"passed","time":{"start":1710203449578,"stop":1710203449580,"duration":2}},{"uid":"c5a6d2f11e93d423","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c5a6d2f11e93d423","status":"passed","time":{"start":1710199937580,"stop":1710199937580,"duration":0}},{"uid":"46006e01e9a47adf","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/46006e01e9a47adf","status":"passed","time":{"start":1710199830806,"stop":1710199830806,"duration":0}},{"uid":"77c33965b64ecd79","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/77c33965b64ecd79","status":"passed","time":{"start":1710197382225,"stop":1710197382225,"duration":0}},{"uid":"ef706461a844bd80","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ef706461a844bd80","status":"passed","time":{"start":1710168209838,"stop":1710168209839,"duration":1}},{"uid":"27795954696e055c","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/27795954696e055c","status":"passed","time":{"start":1710167469802,"stop":1710167469803,"duration":1}},{"uid":"13733d0522a47a81","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/13733d0522a47a81","status":"passed","time":{"start":1710167530708,"stop":1710167530708,"duration":0}},{"uid":"b8d340f365548e65","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b8d340f365548e65","status":"passed","time":{"start":1710166659708,"stop":1710166659708,"duration":0}},{"uid":"643a5166feb254ee","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/643a5166feb254ee","status":"passed","time":{"start":1710164898067,"stop":1710164898068,"duration":1}},{"uid":"e46f8e33d5f49700","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e46f8e33d5f49700","status":"passed","time":{"start":1710164040596,"stop":1710164040597,"duration":1}},{"uid":"f19720e07e54abbc","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f19720e07e54abbc","status":"passed","time":{"start":1710163907875,"stop":1710163907877,"duration":2}},{"uid":"b4a10bfa4bea5045","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b4a10bfa4bea5045","status":"passed","time":{"start":1710155958391,"stop":1710155958392,"duration":1}},{"uid":"b4d77ca84e927e6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b4d77ca84e927e6","status":"passed","time":{"start":1710155164408,"stop":1710155164409,"duration":1}},{"uid":"bcfe7a631268d84e","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/bcfe7a631268d84e","status":"passed","time":{"start":1710154795038,"stop":1710154795039,"duration":1}},{"uid":"f15524062ed90d0","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f15524062ed90d0","status":"passed","time":{"start":1710102807272,"stop":1710102807272,"duration":0}},{"uid":"3e3328d73f116c61","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3e3328d73f116c61","status":"passed","time":{"start":1710081003570,"stop":1710081003570,"duration":0}},{"uid":"c6fb30a357a00391","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c6fb30a357a00391","status":"passed","time":{"start":1710024675588,"stop":1710024675588,"duration":0}}]},"tags":[]},"source":"5adc112785e7f1c6.json","parameterValues":[]} \ No newline at end of file +{"uid":"1283e9ffcb56230f","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":1710308433844,"stop":1710308433844,"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":"f6750198c0188479","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6750198c0188479","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"77c4b6e28ab93c66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77c4b6e28ab93c66","status":"passed","time":{"start":1710287537365,"stop":1710287537365,"duration":0}},{"uid":"d87703504161dc22","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d87703504161dc22","status":"passed","time":{"start":1710284796488,"stop":1710284796488,"duration":0}}]},"tags":[]},"source":"1283e9ffcb56230f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1382ce6430bcc8e3.json b/6685/data/test-cases/1382ce6430bcc8e3.json new file mode 100644 index 00000000000..8ff1b67ded2 --- /dev/null +++ b/6685/data/test-cases/1382ce6430bcc8e3.json @@ -0,0 +1 @@ +{"uid":"1382ce6430bcc8e3","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":1710308416744,"stop":1710308416745,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"de30c0be5a782e71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/de30c0be5a782e71","status":"passed","time":{"start":1710307308648,"stop":1710307308648,"duration":0}},{"uid":"d317026a55355544","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d317026a55355544","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"5a8672acb5426130","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a8672acb5426130","status":"passed","time":{"start":1710284775869,"stop":1710284775870,"duration":1}}]},"tags":[]},"source":"1382ce6430bcc8e3.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/151e106940af2b94.json b/6685/data/test-cases/151e106940af2b94.json new file mode 100644 index 00000000000..4ed92a8859a --- /dev/null +++ b/6685/data/test-cases/151e106940af2b94.json @@ -0,0 +1 @@ +{"uid":"151e106940af2b94","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":1710308092690,"stop":1710308092690,"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":"8ad17b84395b6783","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ad17b84395b6783","status":"passed","time":{"start":1710306981496,"stop":1710306981503,"duration":7}},{"uid":"7234e214dd929e33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7234e214dd929e33","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"5f8d290a4dfa07bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8d290a4dfa07bd","status":"passed","time":{"start":1710284459992,"stop":1710284459992,"duration":0}}]},"tags":[]},"source":"151e106940af2b94.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/34dfa7802865de9d.json b/6685/data/test-cases/1523a03b3d04359b.json similarity index 74% rename from 6651/data/test-cases/34dfa7802865de9d.json rename to 6685/data/test-cases/1523a03b3d04359b.json index 3b9e7356e30..d66e015acd3 100644 --- a/6651/data/test-cases/34dfa7802865de9d.json +++ b/6685/data/test-cases/1523a03b3d04359b.json @@ -1 +1 @@ -{"uid":"34dfa7802865de9d","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":1710205111359,"stop":1710205111360,"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":73,"unknown":0,"total":73},"items":[{"uid":"d4f11c7ac78413ab","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d4f11c7ac78413ab","status":"passed","time":{"start":1710205017179,"stop":1710205017179,"duration":0}},{"uid":"5d99ab5a5080bbb2","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5d99ab5a5080bbb2","status":"passed","time":{"start":1710204906970,"stop":1710204906970,"duration":0}},{"uid":"444ed90a961da531","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/444ed90a961da531","status":"passed","time":{"start":1710204657692,"stop":1710204657693,"duration":1}},{"uid":"9b2fa404ef375454","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9b2fa404ef375454","status":"passed","time":{"start":1710203386081,"stop":1710203386081,"duration":0}},{"uid":"905582d4bd402e9c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/905582d4bd402e9c","status":"passed","time":{"start":1710199881925,"stop":1710199881925,"duration":0}},{"uid":"d64f70ad4085d462","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/d64f70ad4085d462","status":"passed","time":{"start":1710199775338,"stop":1710199775339,"duration":1}},{"uid":"8798c6e01a619acf","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8798c6e01a619acf","status":"passed","time":{"start":1710197317806,"stop":1710197317807,"duration":1}},{"uid":"57af4e4cef4a7ebf","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/57af4e4cef4a7ebf","status":"passed","time":{"start":1710168157246,"stop":1710168157251,"duration":5}},{"uid":"6551fc1435745383","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/6551fc1435745383","status":"passed","time":{"start":1710167388040,"stop":1710167388041,"duration":1}},{"uid":"b8e32cd34863650e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b8e32cd34863650e","status":"passed","time":{"start":1710167452033,"stop":1710167452034,"duration":1}},{"uid":"1e1dc0a47429069d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/1e1dc0a47429069d","status":"passed","time":{"start":1710166594817,"stop":1710166594817,"duration":0}},{"uid":"da52d36080570390","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/da52d36080570390","status":"passed","time":{"start":1710164827337,"stop":1710164827338,"duration":1}},{"uid":"5db8434fc4faea8a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/5db8434fc4faea8a","status":"passed","time":{"start":1710163975331,"stop":1710163975331,"duration":0}},{"uid":"37fa267b16663f07","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/37fa267b16663f07","status":"passed","time":{"start":1710163842481,"stop":1710163842482,"duration":1}},{"uid":"ede92a5bf4d8cb2a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ede92a5bf4d8cb2a","status":"passed","time":{"start":1710155887157,"stop":1710155887157,"duration":0}},{"uid":"a995e65468fcc504","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/a995e65468fcc504","status":"passed","time":{"start":1710155106017,"stop":1710155106017,"duration":0}},{"uid":"bba0e51d945039a7","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/bba0e51d945039a7","status":"passed","time":{"start":1710154728832,"stop":1710154728832,"duration":0}},{"uid":"dc7ef3aed2c7520e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/dc7ef3aed2c7520e","status":"passed","time":{"start":1710102734829,"stop":1710102734830,"duration":1}},{"uid":"4f6d92c2d186dd67","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4f6d92c2d186dd67","status":"passed","time":{"start":1710080944307,"stop":1710080944308,"duration":1}},{"uid":"d734238e2633cefd","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d734238e2633cefd","status":"passed","time":{"start":1710024618190,"stop":1710024618190,"duration":0}}]},"tags":[]},"source":"34dfa7802865de9d.json","parameterValues":[]} \ No newline at end of file +{"uid":"1523a03b3d04359b","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":1710308371296,"stop":1710308371297,"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":"1458c7deccfd5e79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1458c7deccfd5e79","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"e3d679504d1af22f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3d679504d1af22f","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"cc43f11fce8abdd0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc43f11fce8abdd0","status":"passed","time":{"start":1710284730215,"stop":1710284730216,"duration":1}}]},"tags":[]},"source":"1523a03b3d04359b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1631198a807769df.json b/6685/data/test-cases/1631198a807769df.json new file mode 100644 index 00000000000..b2168b6fad6 --- /dev/null +++ b/6685/data/test-cases/1631198a807769df.json @@ -0,0 +1 @@ +{"uid":"1631198a807769df","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":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"cc78fb5edaac77f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc78fb5edaac77f3","status":"passed","time":{"start":1710307465630,"stop":1710307465631,"duration":1}},{"uid":"89fe14f006363883","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/89fe14f006363883","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"f6ec4fe61c2c509c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6ec4fe61c2c509c","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"tags":[]},"source":"1631198a807769df.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/164df922bd179f0.json b/6685/data/test-cases/164df922bd179f0.json new file mode 100644 index 00000000000..19ff5c9f655 --- /dev/null +++ b/6685/data/test-cases/164df922bd179f0.json @@ -0,0 +1 @@ +{"uid":"164df922bd179f0","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":1710307898611,"stop":1710307898612,"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":"c08ad151d59b5ac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c08ad151d59b5ac","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"51934e16a770ccac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51934e16a770ccac","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fd9a1783b1df7fac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd9a1783b1df7fac","status":"passed","time":{"start":1710284259614,"stop":1710284259615,"duration":1}}]},"tags":[]},"source":"164df922bd179f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/168699eea91ad1b0.json b/6685/data/test-cases/168699eea91ad1b0.json new file mode 100644 index 00000000000..144a3b4938a --- /dev/null +++ b/6685/data/test-cases/168699eea91ad1b0.json @@ -0,0 +1 @@ +{"uid":"168699eea91ad1b0","name":"Sample","fullName":"/src/multiaddrs_codec.spec.ts: ENR multiaddrs codec > Sample","historyId":"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898039,"stop":1710307898039,"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":"fd16d263c671127e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd16d263c671127e","status":"passed","time":{"start":1710306791311,"stop":1710306791311,"duration":0}},{"uid":"2e890838e3e3cefc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e890838e3e3cefc","status":"passed","time":{"start":1710286996519,"stop":1710286996519,"duration":0}},{"uid":"66201755e7881b92","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66201755e7881b92","status":"passed","time":{"start":1710284258946,"stop":1710284258946,"duration":0}}]},"tags":[]},"source":"168699eea91ad1b0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ea3dbb99a898a05d.json b/6685/data/test-cases/16a65405028bc6c5.json similarity index 76% rename from 6651/data/test-cases/ea3dbb99a898a05d.json rename to 6685/data/test-cases/16a65405028bc6c5.json index e29350bb64d..c8e934142c8 100644 --- a/6651/data/test-cases/ea3dbb99a898a05d.json +++ b/6685/data/test-cases/16a65405028bc6c5.json @@ -1 +1 @@ -{"uid":"ea3dbb99a898a05d","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":1710204847312,"stop":1710204847312,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"67e37ee6aaa136af","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/67e37ee6aaa136af","status":"passed","time":{"start":1710204755954,"stop":1710204755954,"duration":0}},{"uid":"9e348c7fa45da690","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9e348c7fa45da690","status":"passed","time":{"start":1710204636126,"stop":1710204636126,"duration":0}},{"uid":"468e3e2a07379ad4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/468e3e2a07379ad4","status":"passed","time":{"start":1710204395494,"stop":1710204395494,"duration":0}},{"uid":"f64bf6ddc924da78","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f64bf6ddc924da78","status":"passed","time":{"start":1710203122010,"stop":1710203122010,"duration":0}},{"uid":"d783a64f6ff715fe","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d783a64f6ff715fe","status":"passed","time":{"start":1710199608854,"stop":1710199608855,"duration":1}},{"uid":"e30c579ed0d2e29","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e30c579ed0d2e29","status":"passed","time":{"start":1710199506576,"stop":1710199506576,"duration":0}},{"uid":"53ad2427696682c2","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/53ad2427696682c2","status":"passed","time":{"start":1710197033295,"stop":1710197033295,"duration":0}},{"uid":"c57903085b023500","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c57903085b023500","status":"passed","time":{"start":1710167869171,"stop":1710167869171,"duration":0}},{"uid":"14c0b3f57a140084","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/14c0b3f57a140084","status":"passed","time":{"start":1710167049300,"stop":1710167049300,"duration":0}},{"uid":"a1a73fcd7141d864","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a1a73fcd7141d864","status":"passed","time":{"start":1710167194776,"stop":1710167194776,"duration":0}},{"uid":"6bd37749da792268","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6bd37749da792268","status":"passed","time":{"start":1710166328856,"stop":1710166328856,"duration":0}},{"uid":"e795da01e73c4139","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e795da01e73c4139","status":"passed","time":{"start":1710164551149,"stop":1710164551150,"duration":1}},{"uid":"aa0c7884bdc5139a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/aa0c7884bdc5139a","status":"passed","time":{"start":1710163716004,"stop":1710163716004,"duration":0}},{"uid":"3c978b2e73427d82","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3c978b2e73427d82","status":"passed","time":{"start":1710163568085,"stop":1710163568086,"duration":1}},{"uid":"357a9be78250e882","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/357a9be78250e882","status":"passed","time":{"start":1710155626336,"stop":1710155626339,"duration":3}},{"uid":"88af81504687653c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/88af81504687653c","status":"passed","time":{"start":1710154824294,"stop":1710154824295,"duration":1}},{"uid":"b91b72c97a9ae90f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b91b72c97a9ae90f","status":"passed","time":{"start":1710154466438,"stop":1710154466439,"duration":1}},{"uid":"89dc1b53a867485c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/89dc1b53a867485c","status":"passed","time":{"start":1710102475270,"stop":1710102475270,"duration":0}},{"uid":"459b47f7fde1c98d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/459b47f7fde1c98d","status":"passed","time":{"start":1710080673295,"stop":1710080673295,"duration":0}},{"uid":"250074792cb89517","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/250074792cb89517","status":"passed","time":{"start":1710024327582,"stop":1710024327582,"duration":0}}]},"tags":[]},"source":"ea3dbb99a898a05d.json","parameterValues":[]} \ No newline at end of file +{"uid":"16a65405028bc6c5","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":1710308097737,"stop":1710308097737,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"a3974946fb4e638b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3974946fb4e638b","status":"passed","time":{"start":1710306994278,"stop":1710306994278,"duration":0}},{"uid":"1605140ba4479d55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1605140ba4479d55","status":"passed","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"f8a410bd4da78e2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a410bd4da78e2c","status":"passed","time":{"start":1710284459557,"stop":1710284459558,"duration":1}}]},"tags":[]},"source":"16a65405028bc6c5.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b73b63557dcd88b1.json b/6685/data/test-cases/177e38359a4b434c.json similarity index 74% rename from 6651/data/test-cases/b73b63557dcd88b1.json rename to 6685/data/test-cases/177e38359a4b434c.json index 45b2d1297b2..e9878b30c81 100644 --- a/6651/data/test-cases/b73b63557dcd88b1.json +++ b/6685/data/test-cases/177e38359a4b434c.json @@ -1 +1 @@ -{"uid":"b73b63557dcd88b1","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":1710205063395,"stop":1710205063395,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"b32d977c8c85281d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b32d977c8c85281d","status":"passed","time":{"start":1710204974350,"stop":1710204974351,"duration":1}},{"uid":"34e4a78dfc36918a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/34e4a78dfc36918a","status":"passed","time":{"start":1710204858026,"stop":1710204858027,"duration":1}},{"uid":"a25021ef60094896","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a25021ef60094896","status":"passed","time":{"start":1710204613863,"stop":1710204613864,"duration":1}},{"uid":"5e282f72f9192701","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5e282f72f9192701","status":"passed","time":{"start":1710203332584,"stop":1710203332584,"duration":0}},{"uid":"e2ff173a3331bb8e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e2ff173a3331bb8e","status":"passed","time":{"start":1710199825172,"stop":1710199825172,"duration":0}},{"uid":"a33ef14943ee6076","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a33ef14943ee6076","status":"passed","time":{"start":1710199731744,"stop":1710199731744,"duration":0}},{"uid":"dda32b5a4c423a6d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/dda32b5a4c423a6d","status":"passed","time":{"start":1710197275094,"stop":1710197275094,"duration":0}},{"uid":"8d48dcc1aa9871d1","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8d48dcc1aa9871d1","status":"passed","time":{"start":1710168106258,"stop":1710168106260,"duration":2}},{"uid":"49779fe85423ae87","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/49779fe85423ae87","status":"passed","time":{"start":1710167360891,"stop":1710167360892,"duration":1}},{"uid":"fd46b211fa7dc4ab","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/fd46b211fa7dc4ab","status":"passed","time":{"start":1710167407538,"stop":1710167407539,"duration":1}},{"uid":"fdcd4e3dcffce213","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/fdcd4e3dcffce213","status":"passed","time":{"start":1710166544369,"stop":1710166544370,"duration":1}},{"uid":"39e3194b8ffa06ad","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/39e3194b8ffa06ad","status":"passed","time":{"start":1710164782777,"stop":1710164782777,"duration":0}},{"uid":"4d3069210e0b4ca1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4d3069210e0b4ca1","status":"passed","time":{"start":1710163934750,"stop":1710163934750,"duration":0}},{"uid":"b5672dd1c14b71ce","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b5672dd1c14b71ce","status":"passed","time":{"start":1710163799564,"stop":1710163799566,"duration":2}},{"uid":"74bcb9c5cd454885","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/74bcb9c5cd454885","status":"passed","time":{"start":1710155833684,"stop":1710155833689,"duration":5}},{"uid":"af33b8d0fcf2c9c4","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/af33b8d0fcf2c9c4","status":"passed","time":{"start":1710155066228,"stop":1710155066229,"duration":1}},{"uid":"d7042d9c55d72712","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d7042d9c55d72712","status":"passed","time":{"start":1710154684616,"stop":1710154684616,"duration":0}},{"uid":"b5d6408086654cfc","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b5d6408086654cfc","status":"passed","time":{"start":1710102693369,"stop":1710102693369,"duration":0}},{"uid":"e4cffcc45ee3b1a1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e4cffcc45ee3b1a1","status":"passed","time":{"start":1710080898338,"stop":1710080898339,"duration":1}},{"uid":"2a5938b7ddd1fb2e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2a5938b7ddd1fb2e","status":"passed","time":{"start":1710024575240,"stop":1710024575241,"duration":1}}]},"tags":[]},"source":"b73b63557dcd88b1.json","parameterValues":[]} \ No newline at end of file +{"uid":"177e38359a4b434c","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":1710308322616,"stop":1710308322616,"duration":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":"7945e0514e314143","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7945e0514e314143","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"49796caeb074bee4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49796caeb074bee4","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"e3746e29918bc372","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e3746e29918bc372","status":"passed","time":{"start":1710284680791,"stop":1710284680792,"duration":1}}]},"tags":[]},"source":"177e38359a4b434c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/17b7f08f56085ca6.json b/6685/data/test-cases/17b7f08f56085ca6.json new file mode 100644 index 00000000000..d334eafd08f --- /dev/null +++ b/6685/data/test-cases/17b7f08f56085ca6.json @@ -0,0 +1 @@ +{"uid":"17b7f08f56085ca6","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/running_nodes.spec.ts: Static Sharding: Running Nodes > using a protocol with unconfigured pubsub topic should fail","historyId":"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308402072,"stop":1710308402073,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a7a2ea1325f77e08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7a2ea1325f77e08","status":"passed","time":{"start":1710307285627,"stop":1710307285627,"duration":0}},{"uid":"459b27d3cd9a6d7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/459b27d3cd9a6d7e","status":"passed","time":{"start":1710287499225,"stop":1710287499226,"duration":1}},{"uid":"303fcb4e1b4e2629","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/303fcb4e1b4e2629","status":"passed","time":{"start":1710284765829,"stop":1710284765830,"duration":1}}]},"tags":[]},"source":"17b7f08f56085ca6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/6ec96f004e78cacc.json b/6685/data/test-cases/17cafc41b2943637.json similarity index 52% rename from 6651/data/test-cases/6ec96f004e78cacc.json rename to 6685/data/test-cases/17cafc41b2943637.json index 029db611402..3aec9e81254 100644 --- a/6651/data/test-cases/6ec96f004e78cacc.json +++ b/6685/data/test-cases/17cafc41b2943637.json @@ -1 +1 @@ -{"uid":"6ec96f004e78cacc","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":1710204847158,"stop":1710204847165,"duration":7},"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}],"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}],"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":2,"skipped":0,"passed":71,"unknown":0,"total":73},"items":[{"uid":"b4bf6a14e25dfee0","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b4bf6a14e25dfee0","status":"passed","time":{"start":1710204758058,"stop":1710204758058,"duration":0}},{"uid":"933f49d5b2e5c4f0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/933f49d5b2e5c4f0","status":"passed","time":{"start":1710204644535,"stop":1710204644535,"duration":0}},{"uid":"69683271d63d5862","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/69683271d63d5862","status":"passed","time":{"start":1710204397792,"stop":1710204397792,"duration":0}},{"uid":"d45da526b7780fd5","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d45da526b7780fd5","status":"passed","time":{"start":1710203124560,"stop":1710203124560,"duration":0}},{"uid":"94b3556aad07fdb3","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/94b3556aad07fdb3","status":"passed","time":{"start":1710199597268,"stop":1710199597268,"duration":0}},{"uid":"3c226f8461e06c0b","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/3c226f8461e06c0b","status":"passed","time":{"start":1710199500502,"stop":1710199500502,"duration":0}},{"uid":"87703ed00b5b345e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/87703ed00b5b345e","status":"passed","time":{"start":1710197045881,"stop":1710197045881,"duration":0}},{"uid":"4844d071331c9eff","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4844d071331c9eff","status":"passed","time":{"start":1710167852341,"stop":1710167852341,"duration":0}},{"uid":"adf1084521959d4e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/adf1084521959d4e","status":"passed","time":{"start":1710167082316,"stop":1710167082316,"duration":0}},{"uid":"dcf449e2dd251dd9","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/dcf449e2dd251dd9","status":"passed","time":{"start":1710167195439,"stop":1710167195442,"duration":3}},{"uid":"8e37ed1fd8f54266","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/8e37ed1fd8f54266","status":"passed","time":{"start":1710166330617,"stop":1710166330617,"duration":0}},{"uid":"e9fc09531e22d585","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e9fc09531e22d585","status":"passed","time":{"start":1710164562593,"stop":1710164562594,"duration":1}},{"uid":"913a505517f4e0d9","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/913a505517f4e0d9","status":"passed","time":{"start":1710163707608,"stop":1710163707609,"duration":1}},{"uid":"b82daa7222ed3b4c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b82daa7222ed3b4c","status":"passed","time":{"start":1710163560160,"stop":1710163560160,"duration":0}},{"uid":"bbdc1cbd5f2fd017","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bbdc1cbd5f2fd017","status":"passed","time":{"start":1710155619550,"stop":1710155619550,"duration":0}},{"uid":"1684365bbb3df06b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1684365bbb3df06b","status":"passed","time":{"start":1710154844974,"stop":1710154844974,"duration":0}},{"uid":"566ca4f69cc08e1f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/566ca4f69cc08e1f","status":"passed","time":{"start":1710154443622,"stop":1710154443622,"duration":0}},{"uid":"94de412d1454c135","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/94de412d1454c135","status":"passed","time":{"start":1710102468300,"stop":1710102468300,"duration":0}},{"uid":"b008552794473b98","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b008552794473b98","status":"passed","time":{"start":1710080683647,"stop":1710080683647,"duration":0}},{"uid":"655f717731feb7d7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/655f717731feb7d7","status":"passed","time":{"start":1710024353949,"stop":1710024353949,"duration":0}}]},"tags":[]},"source":"6ec96f004e78cacc.json","parameterValues":[]} \ No newline at end of file +{"uid":"17cafc41b2943637","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":1710308092685,"stop":1710308092686,"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}],"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}],"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":"e53ad3fca24dd088","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e53ad3fca24dd088","status":"passed","time":{"start":1710306981491,"stop":1710306981491,"duration":0}},{"uid":"5bacf2ab03903415","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5bacf2ab03903415","status":"passed","time":{"start":1710287198105,"stop":1710287198106,"duration":1}},{"uid":"4a042329a2b207ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4a042329a2b207ac","status":"passed","time":{"start":1710284459986,"stop":1710284459987,"duration":1}}]},"tags":[]},"source":"17cafc41b2943637.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4b84460ad9998518.json b/6685/data/test-cases/17fc99058e7599e4.json similarity index 85% rename from 6651/data/test-cases/4b84460ad9998518.json rename to 6685/data/test-cases/17fc99058e7599e4.json index f45d09e1fe7..b2094678f64 100644 --- a/6651/data/test-cases/4b84460ad9998518.json +++ b/6685/data/test-cases/17fc99058e7599e4.json @@ -1 +1 @@ -{"uid":"4b84460ad9998518","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":1710205233010,"stop":1710205233010,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"42d0c2f15caaf40","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/42d0c2f15caaf40","status":"passed","time":{"start":1710205120350,"stop":1710205120350,"duration":0}},{"uid":"406f106ff11bd8ad","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/406f106ff11bd8ad","status":"passed","time":{"start":1710205004857,"stop":1710205004857,"duration":0}},{"uid":"738e157655eca1aa","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/738e157655eca1aa","status":"passed","time":{"start":1710204772089,"stop":1710204772090,"duration":1}},{"uid":"b42165b9ba4275d6","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/b42165b9ba4275d6","status":"passed","time":{"start":1710203476062,"stop":1710203476063,"duration":1}},{"uid":"faef87b5686d7461","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/faef87b5686d7461","status":"passed","time":{"start":1710199958110,"stop":1710199958111,"duration":1}},{"uid":"e5bffdf885caca2e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e5bffdf885caca2e","status":"passed","time":{"start":1710199882642,"stop":1710199882643,"duration":1}},{"uid":"3dcc66d0b4763473","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3dcc66d0b4763473","status":"passed","time":{"start":1710197397386,"stop":1710197397386,"duration":0}},{"uid":"6bd17f2245861ff7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6bd17f2245861ff7","status":"passed","time":{"start":1710168235141,"stop":1710168235141,"duration":0}},{"uid":"c870faf8e21530c7","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c870faf8e21530c7","status":"passed","time":{"start":1710167420278,"stop":1710167420278,"duration":0}},{"uid":"ecfe67147684d194","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ecfe67147684d194","status":"passed","time":{"start":1710167568729,"stop":1710167568730,"duration":1}},{"uid":"c57d74a1c610617c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c57d74a1c610617c","status":"passed","time":{"start":1710166701487,"stop":1710166701487,"duration":0}},{"uid":"2d39e61f5faa759e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2d39e61f5faa759e","status":"passed","time":{"start":1710164929240,"stop":1710164929240,"duration":0}},{"uid":"8095b5309b65c405","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8095b5309b65c405","status":"passed","time":{"start":1710164078403,"stop":1710164078403,"duration":0}},{"uid":"a74a350aaaa56e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a74a350aaaa56e","status":"passed","time":{"start":1710163927086,"stop":1710163927087,"duration":1}},{"uid":"b1d86b81937fecef","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b1d86b81937fecef","status":"passed","time":{"start":1710155986297,"stop":1710155986298,"duration":1}},{"uid":"9ad079ead663eb3c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9ad079ead663eb3c","status":"passed","time":{"start":1710155212567,"stop":1710155212567,"duration":0}},{"uid":"5cae216161a2ca4b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/5cae216161a2ca4b","status":"passed","time":{"start":1710154813482,"stop":1710154813482,"duration":0}},{"uid":"4a776fde131523a3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4a776fde131523a3","status":"passed","time":{"start":1710102845328,"stop":1710102845328,"duration":0}},{"uid":"d0fbd63fb5fbf7b7","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d0fbd63fb5fbf7b7","status":"passed","time":{"start":1710081043186,"stop":1710081043188,"duration":2}},{"uid":"12219c26504f72d4","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/12219c26504f72d4","status":"passed","time":{"start":1710024705815,"stop":1710024705816,"duration":1}}]},"tags":[]},"source":"4b84460ad9998518.json","parameterValues":[]} \ No newline at end of file +{"uid":"17fc99058e7599e4","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":1710308463693,"stop":1710308463693,"duration":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":"a455888423ac0599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a455888423ac0599","status":"passed","time":{"start":1710307358464,"stop":1710307358464,"duration":0}},{"uid":"5e8bcc7762c66b5c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e8bcc7762c66b5c","status":"passed","time":{"start":1710287569255,"stop":1710287569255,"duration":0}},{"uid":"aeefa4b4fc9f26d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeefa4b4fc9f26d","status":"passed","time":{"start":1710284852299,"stop":1710284852300,"duration":1}}]},"tags":[]},"source":"17fc99058e7599e4.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/754261fe4f10adba.json b/6685/data/test-cases/18bde4749d78fbb4.json similarity index 54% rename from 6651/data/test-cases/754261fe4f10adba.json rename to 6685/data/test-cases/18bde4749d78fbb4.json index a9dfc7b2440..ab25452c4f0 100644 --- a/6651/data/test-cases/754261fe4f10adba.json +++ b/6685/data/test-cases/18bde4749d78fbb4.json @@ -1 +1 @@ -{"uid":"754261fe4f10adba","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":1710205227772,"stop":1710205227772,"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":73,"unknown":0,"total":73},"items":[{"uid":"3ec1a0c7e39e5f71","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3ec1a0c7e39e5f71","status":"passed","time":{"start":1710205126019,"stop":1710205126019,"duration":0}},{"uid":"c16f3f3feb901f22","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c16f3f3feb901f22","status":"passed","time":{"start":1710205014943,"stop":1710205014944,"duration":1}},{"uid":"c782cfaf0303d095","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c782cfaf0303d095","status":"passed","time":{"start":1710204755790,"stop":1710204755790,"duration":0}},{"uid":"4064bd7f832486a6","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/4064bd7f832486a6","status":"passed","time":{"start":1710203470157,"stop":1710203470157,"duration":0}},{"uid":"c61d91e46b6d215e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c61d91e46b6d215e","status":"passed","time":{"start":1710199963491,"stop":1710199963491,"duration":0}},{"uid":"bd2b869ad6961b6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bd2b869ad6961b6","status":"passed","time":{"start":1710199857546,"stop":1710199857547,"duration":1}},{"uid":"2306265c0235057e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2306265c0235057e","status":"passed","time":{"start":1710197420069,"stop":1710197420071,"duration":2}},{"uid":"dbaa1fbf263890ca","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/dbaa1fbf263890ca","status":"passed","time":{"start":1710168234026,"stop":1710168234026,"duration":0}},{"uid":"dde1cc168fa8fd26","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/dde1cc168fa8fd26","status":"passed","time":{"start":1710167536308,"stop":1710167536308,"duration":0}},{"uid":"ad94196cae493e2a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ad94196cae493e2a","status":"passed","time":{"start":1710167552781,"stop":1710167552781,"duration":0}},{"uid":"bf8766390b31d7f2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/bf8766390b31d7f2","status":"passed","time":{"start":1710166684449,"stop":1710166684450,"duration":1}},{"uid":"c842b4ffd7995b22","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c842b4ffd7995b22","status":"passed","time":{"start":1710164921972,"stop":1710164921972,"duration":0}},{"uid":"f656e548e9656025","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f656e548e9656025","status":"passed","time":{"start":1710164068077,"stop":1710164068077,"duration":0}},{"uid":"19187beef6032ff6","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/19187beef6032ff6","status":"passed","time":{"start":1710163928805,"stop":1710163928806,"duration":1}},{"uid":"74386a703cc8180e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/74386a703cc8180e","status":"passed","time":{"start":1710155981057,"stop":1710155981057,"duration":0}},{"uid":"9fcb02b078dd41d0","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9fcb02b078dd41d0","status":"passed","time":{"start":1710155187860,"stop":1710155187860,"duration":0}},{"uid":"404c5e604ce25e88","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/404c5e604ce25e88","status":"passed","time":{"start":1710154858420,"stop":1710154858420,"duration":0}},{"uid":"b6ff0424ab90eca9","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b6ff0424ab90eca9","status":"passed","time":{"start":1710102828522,"stop":1710102828522,"duration":0}},{"uid":"1b2787b308c90ee8","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1b2787b308c90ee8","status":"passed","time":{"start":1710081029463,"stop":1710081029464,"duration":1}},{"uid":"329853f171197aeb","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/329853f171197aeb","status":"passed","time":{"start":1710024696748,"stop":1710024696748,"duration":0}}]},"tags":[]},"source":"754261fe4f10adba.json","parameterValues":[]} \ No newline at end of file +{"uid":"18bde4749d78fbb4","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":1710308481022,"stop":1710308481022,"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":4,"unknown":0,"total":4},"items":[{"uid":"358f3f2c4970a43b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/358f3f2c4970a43b","status":"passed","time":{"start":1710307361633,"stop":1710307361634,"duration":1}},{"uid":"a0381aef60faabe0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0381aef60faabe0","status":"passed","time":{"start":1710287560342,"stop":1710287560342,"duration":0}},{"uid":"169e008e9d6b9f3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/169e008e9d6b9f3a","status":"passed","time":{"start":1710284826098,"stop":1710284826098,"duration":0}}]},"tags":[]},"source":"18bde4749d78fbb4.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b25a68dc4d77f79e.json b/6685/data/test-cases/19621e5608720560.json similarity index 81% rename from 6651/data/test-cases/b25a68dc4d77f79e.json rename to 6685/data/test-cases/19621e5608720560.json index 5c34b67b085..54a6e17c59b 100644 --- a/6651/data/test-cases/b25a68dc4d77f79e.json +++ b/6685/data/test-cases/19621e5608720560.json @@ -1 +1 @@ -{"uid":"b25a68dc4d77f79e","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":1710205335154,"stop":1710205335154,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"80e21415d67ec7b6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/80e21415d67ec7b6","status":"passed","time":{"start":1710205224522,"stop":1710205224523,"duration":1}},{"uid":"9f6aced429bca4c4","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9f6aced429bca4c4","status":"passed","time":{"start":1710205109087,"stop":1710205109087,"duration":0}},{"uid":"1ad23ddc3c002682","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1ad23ddc3c002682","status":"passed","time":{"start":1710204865556,"stop":1710204865556,"duration":0}},{"uid":"f9d2578ce51d0bdf","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f9d2578ce51d0bdf","status":"passed","time":{"start":1710203577239,"stop":1710203577239,"duration":0}},{"uid":"4075a256771f1c30","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/4075a256771f1c30","status":"passed","time":{"start":1710200067253,"stop":1710200067253,"duration":0}},{"uid":"f6ce55ca0d1005cb","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f6ce55ca0d1005cb","status":"passed","time":{"start":1710199972407,"stop":1710199972407,"duration":0}},{"uid":"9f5fb5586bf6a969","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9f5fb5586bf6a969","status":"passed","time":{"start":1710197502499,"stop":1710197502499,"duration":0}},{"uid":"accdd517303e85e8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/accdd517303e85e8","status":"passed","time":{"start":1710168342010,"stop":1710168342010,"duration":0}},{"uid":"a3b14167eb76f069","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a3b14167eb76f069","status":"passed","time":{"start":1710167568833,"stop":1710167568833,"duration":0}},{"uid":"cf455eeda5c68f8e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/cf455eeda5c68f8e","status":"passed","time":{"start":1710167665517,"stop":1710167665517,"duration":0}},{"uid":"a53d578c6e52e65b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/a53d578c6e52e65b","status":"passed","time":{"start":1710166795572,"stop":1710166795572,"duration":0}},{"uid":"a15eb0ff8bd0569","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/a15eb0ff8bd0569","status":"passed","time":{"start":1710165026136,"stop":1710165026136,"duration":0}},{"uid":"c710ae5f7a8039a0","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c710ae5f7a8039a0","status":"passed","time":{"start":1710164176718,"stop":1710164176719,"duration":1}},{"uid":"1f52f01424c8275b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/1f52f01424c8275b","status":"passed","time":{"start":1710164039992,"stop":1710164039993,"duration":1}},{"uid":"924b800d6b131544","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/924b800d6b131544","status":"passed","time":{"start":1710156088906,"stop":1710156088906,"duration":0}},{"uid":"da31353b36c3a1d7","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/da31353b36c3a1d7","status":"passed","time":{"start":1710155298417,"stop":1710155298417,"duration":0}},{"uid":"76f6750f14947dee","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/76f6750f14947dee","status":"passed","time":{"start":1710154928201,"stop":1710154928201,"duration":0}},{"uid":"6752f97f04f21dbe","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6752f97f04f21dbe","status":"passed","time":{"start":1710102939228,"stop":1710102939228,"duration":0}},{"uid":"32419e0419a1f17b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/32419e0419a1f17b","status":"passed","time":{"start":1710081135425,"stop":1710081135425,"duration":0}},{"uid":"e00dd4292b973017","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e00dd4292b973017","status":"passed","time":{"start":1710024806428,"stop":1710024806428,"duration":0}}]},"tags":[]},"source":"b25a68dc4d77f79e.json","parameterValues":[]} \ No newline at end of file +{"uid":"19621e5608720560","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":1710308572948,"stop":1710308572948,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"93b7453da3e18ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93b7453da3e18ab","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"6397b25eff7f23e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6397b25eff7f23e","status":"passed","time":{"start":1710287674916,"stop":1710287674917,"duration":1}},{"uid":"efd6a5629710f8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd6a5629710f8f5","status":"passed","time":{"start":1710284934077,"stop":1710284934078,"duration":1}}]},"tags":[]},"source":"19621e5608720560.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1a07aa4ca726b54e.json b/6685/data/test-cases/1a07aa4ca726b54e.json new file mode 100644 index 00000000000..08c1f1a4149 --- /dev/null +++ b/6685/data/test-cases/1a07aa4ca726b54e.json @@ -0,0 +1 @@ +{"uid":"1a07aa4ca726b54e","name":"Promise Callback - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - forward","historyId":"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308485477,"stop":1710308485477,"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},{"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},{"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":"b0a21d2a8553faf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0a21d2a8553faf2","status":"passed","time":{"start":1710307365851,"stop":1710307365852,"duration":1}},{"uid":"b9be3e8028103b58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9be3e8028103b58","status":"passed","time":{"start":1710287564358,"stop":1710287564359,"duration":1}},{"uid":"9a21f3821775c651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a21f3821775c651","status":"passed","time":{"start":1710284831310,"stop":1710284831310,"duration":0}}]},"tags":[]},"source":"1a07aa4ca726b54e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1a28a9451fdea568.json b/6685/data/test-cases/1a28a9451fdea568.json new file mode 100644 index 00000000000..705af80ca47 --- /dev/null +++ b/6685/data/test-cases/1a28a9451fdea568.json @@ -0,0 +1 @@ +{"uid":"1a28a9451fdea568","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":1710308649158,"stop":1710308649158,"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":"779e1f43412c6cc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/779e1f43412c6cc3","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"af420bda4b3f9138","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af420bda4b3f9138","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"3a8061172e34a1db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a8061172e34a1db","status":"passed","time":{"start":1710285008788,"stop":1710285008789,"duration":1}}]},"tags":[]},"source":"1a28a9451fdea568.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1a552a3e871c91cc.json b/6685/data/test-cases/1a552a3e871c91cc.json new file mode 100644 index 00000000000..c779e253df8 --- /dev/null +++ b/6685/data/test-cases/1a552a3e871c91cc.json @@ -0,0 +1 @@ +{"uid":"1a552a3e871c91cc","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":1710308092717,"stop":1710308092718,"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":"70c029d74b3a4f35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70c029d74b3a4f35","status":"passed","time":{"start":1710306981514,"stop":1710306981516,"duration":2}},{"uid":"aad83cf1c329567a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aad83cf1c329567a","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"8a84fb1d1755bdf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a84fb1d1755bdf","status":"passed","time":{"start":1710284460004,"stop":1710284460008,"duration":4}}]},"tags":[]},"source":"1a552a3e871c91cc.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1a7b0ff99dee6a84.json b/6685/data/test-cases/1a7b0ff99dee6a84.json new file mode 100644 index 00000000000..3043c669fcc --- /dev/null +++ b/6685/data/test-cases/1a7b0ff99dee6a84.json @@ -0,0 +1 @@ +{"uid":"1a7b0ff99dee6a84","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":1710308494290,"stop":1710308494291,"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":"fa94cf7cc1ecf73d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa94cf7cc1ecf73d","status":"passed","time":{"start":1710307383799,"stop":1710307383799,"duration":0}},{"uid":"ebd3406bfcde54be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ebd3406bfcde54be","status":"passed","time":{"start":1710287594293,"stop":1710287594293,"duration":0}},{"uid":"4f56e66623d2ebe1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4f56e66623d2ebe1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"tags":[]},"source":"1a7b0ff99dee6a84.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1a84e7f481745bdf.json b/6685/data/test-cases/1a84e7f481745bdf.json new file mode 100644 index 00000000000..d5a901c8bcd --- /dev/null +++ b/6685/data/test-cases/1a84e7f481745bdf.json @@ -0,0 +1 @@ +{"uid":"1a84e7f481745bdf","name":"Nodes with multiple pubsub topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (named sharding), multiple pubsub topics > Nodes with multiple pubsub topic","historyId":"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (named sharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4f0cc23be8da8b84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f0cc23be8da8b84","status":"passed","time":{"start":1710307244661,"stop":1710307244662,"duration":1}},{"uid":"f0482481b70011a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0482481b70011a6","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"3901e69874a6ae49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3901e69874a6ae49","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"tags":[]},"source":"1a84e7f481745bdf.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1b5307b8e719aeb2.json b/6685/data/test-cases/1b5307b8e719aeb2.json new file mode 100644 index 00000000000..b469c48c2b8 --- /dev/null +++ b/6685/data/test-cases/1b5307b8e719aeb2.json @@ -0,0 +1 @@ +{"uid":"1b5307b8e719aeb2","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":1710307914373,"stop":1710307914373,"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":"40249434d6dcb33e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40249434d6dcb33e","status":"passed","time":{"start":1710306807581,"stop":1710306807582,"duration":1}},{"uid":"4712485bd60924e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4712485bd60924e0","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"918025bfdab81276","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/918025bfdab81276","status":"passed","time":{"start":1710284275221,"stop":1710284275222,"duration":1}}]},"tags":[]},"source":"1b5307b8e719aeb2.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c77799047a8ad476.json b/6685/data/test-cases/1cc651ed63e4ef0f.json similarity index 74% rename from 6651/data/test-cases/c77799047a8ad476.json rename to 6685/data/test-cases/1cc651ed63e4ef0f.json index 512123d876b..95318deb611 100644 --- a/6651/data/test-cases/c77799047a8ad476.json +++ b/6685/data/test-cases/1cc651ed63e4ef0f.json @@ -1 +1 @@ -{"uid":"c77799047a8ad476","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":1710205111365,"stop":1710205111365,"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":73,"unknown":0,"total":73},"items":[{"uid":"fb2202735065a1c1","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fb2202735065a1c1","status":"passed","time":{"start":1710205017185,"stop":1710205017185,"duration":0}},{"uid":"22625f07433f87a4","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/22625f07433f87a4","status":"passed","time":{"start":1710204906978,"stop":1710204906979,"duration":1}},{"uid":"79f5f4a8ba5bcd46","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/79f5f4a8ba5bcd46","status":"passed","time":{"start":1710204657699,"stop":1710204657699,"duration":0}},{"uid":"e4bac99df94a7d8a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e4bac99df94a7d8a","status":"passed","time":{"start":1710203386087,"stop":1710203386087,"duration":0}},{"uid":"62c5cddb1033cb1b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/62c5cddb1033cb1b","status":"passed","time":{"start":1710199881931,"stop":1710199881931,"duration":0}},{"uid":"89a31964c2e28bce","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/89a31964c2e28bce","status":"passed","time":{"start":1710199775344,"stop":1710199775344,"duration":0}},{"uid":"fe1fae89c53f5e0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/fe1fae89c53f5e0","status":"passed","time":{"start":1710197317813,"stop":1710197317814,"duration":1}},{"uid":"9db6b82100614b84","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/9db6b82100614b84","status":"passed","time":{"start":1710168157258,"stop":1710168157259,"duration":1}},{"uid":"3b8208230e20305","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3b8208230e20305","status":"passed","time":{"start":1710167388046,"stop":1710167388046,"duration":0}},{"uid":"5b57726c7226b4de","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5b57726c7226b4de","status":"passed","time":{"start":1710167452057,"stop":1710167452058,"duration":1}},{"uid":"2a08bb5e226705ae","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/2a08bb5e226705ae","status":"passed","time":{"start":1710166594827,"stop":1710166594828,"duration":1}},{"uid":"e5911da7c5ca59ad","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e5911da7c5ca59ad","status":"passed","time":{"start":1710164827361,"stop":1710164827362,"duration":1}},{"uid":"a4c2ead911cf6bdb","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a4c2ead911cf6bdb","status":"passed","time":{"start":1710163975336,"stop":1710163975337,"duration":1}},{"uid":"e97bae9c7772fd47","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e97bae9c7772fd47","status":"passed","time":{"start":1710163842507,"stop":1710163842507,"duration":0}},{"uid":"db2f79b4f94b967","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/db2f79b4f94b967","status":"passed","time":{"start":1710155887162,"stop":1710155887162,"duration":0}},{"uid":"80cc12d080556fcd","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/80cc12d080556fcd","status":"passed","time":{"start":1710155106027,"stop":1710155106027,"duration":0}},{"uid":"50b1bf27cffc6e06","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/50b1bf27cffc6e06","status":"passed","time":{"start":1710154728841,"stop":1710154728841,"duration":0}},{"uid":"50531f2baaadb13f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/50531f2baaadb13f","status":"passed","time":{"start":1710102734835,"stop":1710102734835,"duration":0}},{"uid":"8786a4b6226b857e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8786a4b6226b857e","status":"passed","time":{"start":1710080944314,"stop":1710080944314,"duration":0}},{"uid":"f93076be8f4becf0","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f93076be8f4becf0","status":"passed","time":{"start":1710024618200,"stop":1710024618200,"duration":0}}]},"tags":[]},"source":"c77799047a8ad476.json","parameterValues":[]} \ No newline at end of file +{"uid":"1cc651ed63e4ef0f","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":1710308371307,"stop":1710308371308,"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":"f292d79e3e1cabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f292d79e3e1cabc3","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"326eb3d557d0033c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/326eb3d557d0033c","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"40e56cfaeb3f891a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40e56cfaeb3f891a","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"tags":[]},"source":"1cc651ed63e4ef0f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/7df1da13848a29d6.json b/6685/data/test-cases/1d1310b738ab2ad7.json similarity index 77% rename from 6651/data/test-cases/7df1da13848a29d6.json rename to 6685/data/test-cases/1d1310b738ab2ad7.json index f8564d89c48..4d8c6a67130 100644 --- a/6651/data/test-cases/7df1da13848a29d6.json +++ b/6685/data/test-cases/1d1310b738ab2ad7.json @@ -1 +1 @@ -{"uid":"7df1da13848a29d6","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":1710205115573,"stop":1710205115573,"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":73,"unknown":0,"total":73},"items":[{"uid":"b00035f35d1c283d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b00035f35d1c283d","status":"passed","time":{"start":1710205004970,"stop":1710205004970,"duration":0}},{"uid":"6fcf78d111b76176","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6fcf78d111b76176","status":"passed","time":{"start":1710204900788,"stop":1710204900789,"duration":1}},{"uid":"ab65476246013d6d","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ab65476246013d6d","status":"passed","time":{"start":1710204658520,"stop":1710204658520,"duration":0}},{"uid":"717972eaaee94bac","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/717972eaaee94bac","status":"passed","time":{"start":1710203380013,"stop":1710203380014,"duration":1}},{"uid":"aa551b994680568","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/aa551b994680568","status":"passed","time":{"start":1710199869979,"stop":1710199869980,"duration":1}},{"uid":"88909c64f5dea972","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/88909c64f5dea972","status":"passed","time":{"start":1710199772381,"stop":1710199772382,"duration":1}},{"uid":"3c7bea4a47223378","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3c7bea4a47223378","status":"passed","time":{"start":1710197312734,"stop":1710197312734,"duration":0}},{"uid":"937995c30464517f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/937995c30464517f","status":"passed","time":{"start":1710168147670,"stop":1710168147671,"duration":1}},{"uid":"cdab856cf030066b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/cdab856cf030066b","status":"passed","time":{"start":1710167379268,"stop":1710167379268,"duration":0}},{"uid":"9a5d96f9eaab0313","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/9a5d96f9eaab0313","status":"passed","time":{"start":1710167447908,"stop":1710167447908,"duration":0}},{"uid":"79b366ddd68afd29","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/79b366ddd68afd29","status":"passed","time":{"start":1710166585485,"stop":1710166585485,"duration":0}},{"uid":"6c74c708b6cb41c3","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/6c74c708b6cb41c3","status":"passed","time":{"start":1710164815438,"stop":1710164815438,"duration":0}},{"uid":"6588fe9f15cfce2f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6588fe9f15cfce2f","status":"passed","time":{"start":1710163978916,"stop":1710163978917,"duration":1}},{"uid":"182b6ea299830aac","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/182b6ea299830aac","status":"passed","time":{"start":1710163834525,"stop":1710163834526,"duration":1}},{"uid":"dc72618ac7abaa44","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/dc72618ac7abaa44","status":"passed","time":{"start":1710155882173,"stop":1710155882173,"duration":0}},{"uid":"602a09f78955ac27","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/602a09f78955ac27","status":"passed","time":{"start":1710155093755,"stop":1710155093755,"duration":0}},{"uid":"1eec3cd2a8bf7a10","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1eec3cd2a8bf7a10","status":"passed","time":{"start":1710154718371,"stop":1710154718373,"duration":2}},{"uid":"4053a7697b9c378d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4053a7697b9c378d","status":"passed","time":{"start":1710102732568,"stop":1710102732568,"duration":0}},{"uid":"466a866a51633d2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/466a866a51633d2","status":"passed","time":{"start":1710080936488,"stop":1710080936488,"duration":0}},{"uid":"8783c2a55823f61f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/8783c2a55823f61f","status":"passed","time":{"start":1710024618616,"stop":1710024618617,"duration":1}}]},"tags":[]},"source":"7df1da13848a29d6.json","parameterValues":[]} \ No newline at end of file +{"uid":"1d1310b738ab2ad7","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":1710308366472,"stop":1710308366472,"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":"8dba368c6f7a5db3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dba368c6f7a5db3","status":"passed","time":{"start":1710307247765,"stop":1710307247766,"duration":1}},{"uid":"fbe2fbc1af8ae607","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbe2fbc1af8ae607","status":"passed","time":{"start":1710287456058,"stop":1710287456060,"duration":2}},{"uid":"2cfe915f3809816c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2cfe915f3809816c","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"tags":[]},"source":"1d1310b738ab2ad7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1d48597e1996675e.json b/6685/data/test-cases/1d48597e1996675e.json new file mode 100644 index 00000000000..dcec20d55e9 --- /dev/null +++ b/6685/data/test-cases/1d48597e1996675e.json @@ -0,0 +1 @@ +{"uid":"1d48597e1996675e","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":1710307914153,"stop":1710307914153,"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":"57d78f0b3523a242","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d78f0b3523a242","status":"passed","time":{"start":1710306807024,"stop":1710306807025,"duration":1}},{"uid":"a46f193a27a35b36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f193a27a35b36","status":"passed","time":{"start":1710287011901,"stop":1710287011902,"duration":1}},{"uid":"489047c3678597a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/489047c3678597a3","status":"passed","time":{"start":1710284274565,"stop":1710284274565,"duration":0}}]},"tags":[]},"source":"1d48597e1996675e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1d62f2018ac8b503.json b/6685/data/test-cases/1d62f2018ac8b503.json new file mode 100644 index 00000000000..05556a6f5ad --- /dev/null +++ b/6685/data/test-cases/1d62f2018ac8b503.json @@ -0,0 +1 @@ +{"uid":"1d62f2018ac8b503","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":1710307923910,"stop":1710307923912,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Symmetric Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30c5de6fa0dc5c65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30c5de6fa0dc5c65","status":"passed","time":{"start":1710306816837,"stop":1710306816839,"duration":2}},{"uid":"cb6a69958e65d573","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cb6a69958e65d573","status":"passed","time":{"start":1710287022148,"stop":1710287022150,"duration":2}},{"uid":"2153fed9bece1e71","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2153fed9bece1e71","status":"passed","time":{"start":1710284284828,"stop":1710284284831,"duration":3}}]},"tags":[]},"source":"1d62f2018ac8b503.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a39c32c01f649f35.json b/6685/data/test-cases/1d7a4a9044be0954.json similarity index 98% rename from 6651/data/test-cases/a39c32c01f649f35.json rename to 6685/data/test-cases/1d7a4a9044be0954.json index 9b954b6eea9..9b45414332d 100644 --- a/6651/data/test-cases/a39c32c01f649f35.json +++ b/6685/data/test-cases/1d7a4a9044be0954.json @@ -1 +1 @@ -{"uid":"a39c32c01f649f35","name":"Push message with custom timestamp: 1710208447365","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1710208447365","historyId":"f866bdd85cbf74656d6b420c20b0dd06:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205233019,"stop":1710205233019,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"a39c32c01f649f35.json","parameterValues":[]} \ No newline at end of file +{"uid":"1d7a4a9044be0954","name":"Push message with custom timestamp: 1710311692890","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1710311692890","historyId":"aa8b4db7e3698f607f66f2943350c877:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308463741,"stop":1710308463742,"duration":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":"1d7a4a9044be0954.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1d82a10ddcc98ad1.json b/6685/data/test-cases/1d82a10ddcc98ad1.json new file mode 100644 index 00000000000..2e561699feb --- /dev/null +++ b/6685/data/test-cases/1d82a10ddcc98ad1.json @@ -0,0 +1 @@ +{"uid":"1d82a10ddcc98ad1","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":1710308357658,"stop":1710308357658,"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":"42210f36795730eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42210f36795730eb","status":"passed","time":{"start":1710307244657,"stop":1710307244657,"duration":0}},{"uid":"149b031780df5d50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/149b031780df5d50","status":"passed","time":{"start":1710287451482,"stop":1710287451482,"duration":0}},{"uid":"c66a54baca62e27","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c66a54baca62e27","status":"passed","time":{"start":1710284717991,"stop":1710284717991,"duration":0}}]},"tags":[]},"source":"1d82a10ddcc98ad1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1db4fc4c2d960b8c.json b/6685/data/test-cases/1db4fc4c2d960b8c.json new file mode 100644 index 00000000000..fed9eff19bf --- /dev/null +++ b/6685/data/test-cases/1db4fc4c2d960b8c.json @@ -0,0 +1 @@ +{"uid":"1db4fc4c2d960b8c","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":1710308225039,"stop":1710308225039,"duration":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":"f8f575284b0cd59f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f8f575284b0cd59f","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"99e2204a4a186c0c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99e2204a4a186c0c","status":"passed","time":{"start":1710287300121,"stop":1710287300122,"duration":1}},{"uid":"2c1314d7f583ff23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c1314d7f583ff23","status":"passed","time":{"start":1710284561377,"stop":1710284561377,"duration":0}}]},"tags":[]},"source":"1db4fc4c2d960b8c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d552b5429204f15.json b/6685/data/test-cases/1dd7ebff91c557a5.json similarity index 83% rename from 6651/data/test-cases/d552b5429204f15.json rename to 6685/data/test-cases/1dd7ebff91c557a5.json index 7356bb38360..bf73f2d2a5e 100644 --- a/6651/data/test-cases/d552b5429204f15.json +++ b/6685/data/test-cases/1dd7ebff91c557a5.json @@ -1 +1 @@ -{"uid":"d552b5429204f15","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":1710205063395,"stop":1710205063395,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"d12e6039e2d581b1","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d12e6039e2d581b1","status":"passed","time":{"start":1710204974349,"stop":1710204974350,"duration":1}},{"uid":"a4bd3ba73a91f1e5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a4bd3ba73a91f1e5","status":"passed","time":{"start":1710204858026,"stop":1710204858026,"duration":0}},{"uid":"158a14d3d22c9dfd","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/158a14d3d22c9dfd","status":"passed","time":{"start":1710204613862,"stop":1710204613863,"duration":1}},{"uid":"114fd06397510988","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/114fd06397510988","status":"passed","time":{"start":1710203332584,"stop":1710203332584,"duration":0}},{"uid":"4bab41b796eb3b15","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/4bab41b796eb3b15","status":"passed","time":{"start":1710199825171,"stop":1710199825172,"duration":1}},{"uid":"24f14381a0a262ce","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/24f14381a0a262ce","status":"passed","time":{"start":1710199731743,"stop":1710199731743,"duration":0}},{"uid":"b31a14c8159da2c1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b31a14c8159da2c1","status":"passed","time":{"start":1710197275093,"stop":1710197275094,"duration":1}},{"uid":"9e9fa2c00f4920be","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/9e9fa2c00f4920be","status":"passed","time":{"start":1710168106255,"stop":1710168106258,"duration":3}},{"uid":"d6f9f692361e675f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d6f9f692361e675f","status":"passed","time":{"start":1710167360891,"stop":1710167360891,"duration":0}},{"uid":"d18e56f6ad768a79","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d18e56f6ad768a79","status":"passed","time":{"start":1710167407537,"stop":1710167407538,"duration":1}},{"uid":"4a2660799c1de7c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/4a2660799c1de7c","status":"passed","time":{"start":1710166544369,"stop":1710166544369,"duration":0}},{"uid":"28cfe40f6c439890","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/28cfe40f6c439890","status":"passed","time":{"start":1710164782776,"stop":1710164782776,"duration":0}},{"uid":"d5567ae2315f9ca7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d5567ae2315f9ca7","status":"passed","time":{"start":1710163934750,"stop":1710163934750,"duration":0}},{"uid":"58224116fdfd6678","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/58224116fdfd6678","status":"passed","time":{"start":1710163799564,"stop":1710163799564,"duration":0}},{"uid":"d3a3c40572fabcbc","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d3a3c40572fabcbc","status":"passed","time":{"start":1710155833683,"stop":1710155833684,"duration":1}},{"uid":"ca56c51ada477f32","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ca56c51ada477f32","status":"passed","time":{"start":1710155066227,"stop":1710155066228,"duration":1}},{"uid":"c6f703d92b4aa091","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c6f703d92b4aa091","status":"passed","time":{"start":1710154684615,"stop":1710154684616,"duration":1}},{"uid":"8c24e573701e964","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8c24e573701e964","status":"passed","time":{"start":1710102693368,"stop":1710102693369,"duration":1}},{"uid":"b1087f3178cddacc","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b1087f3178cddacc","status":"passed","time":{"start":1710080898337,"stop":1710080898338,"duration":1}},{"uid":"9ea3bddd7743c3ca","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9ea3bddd7743c3ca","status":"passed","time":{"start":1710024575239,"stop":1710024575240,"duration":1}}]},"tags":[]},"source":"d552b5429204f15.json","parameterValues":[]} \ No newline at end of file +{"uid":"1dd7ebff91c557a5","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":1710308322567,"stop":1710308322579,"duration":12},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abc4a3e44ea97fda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abc4a3e44ea97fda","status":"passed","time":{"start":1710307207049,"stop":1710307207050,"duration":1}},{"uid":"7c03fe07762cf996","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c03fe07762cf996","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"fc637e20d147eae7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc637e20d147eae7","status":"passed","time":{"start":1710284680767,"stop":1710284680768,"duration":1}}]},"tags":[]},"source":"1dd7ebff91c557a5.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/685aff98c67cd76a.json b/6685/data/test-cases/1e433e189c24b9d1.json similarity index 74% rename from 6651/data/test-cases/685aff98c67cd76a.json rename to 6685/data/test-cases/1e433e189c24b9d1.json index f962e3860e6..b4214170edb 100644 --- a/6651/data/test-cases/685aff98c67cd76a.json +++ b/6685/data/test-cases/1e433e189c24b9d1.json @@ -1 +1 @@ -{"uid":"685aff98c67cd76a","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":1710205111369,"stop":1710205111369,"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":73,"unknown":0,"total":73},"items":[{"uid":"a84df9d343fa3025","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a84df9d343fa3025","status":"passed","time":{"start":1710205017188,"stop":1710205017188,"duration":0}},{"uid":"a902463c3e663a99","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a902463c3e663a99","status":"passed","time":{"start":1710204906983,"stop":1710204906983,"duration":0}},{"uid":"5a195c19d99afd75","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5a195c19d99afd75","status":"passed","time":{"start":1710204657702,"stop":1710204657703,"duration":1}},{"uid":"5a7555b851be735f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5a7555b851be735f","status":"passed","time":{"start":1710203386090,"stop":1710203386090,"duration":0}},{"uid":"343fd895d3ce96f4","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/343fd895d3ce96f4","status":"passed","time":{"start":1710199881945,"stop":1710199881945,"duration":0}},{"uid":"e8c59601312c7344","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e8c59601312c7344","status":"passed","time":{"start":1710199775348,"stop":1710199775348,"duration":0}},{"uid":"2c2545b4243cab03","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2c2545b4243cab03","status":"passed","time":{"start":1710197317816,"stop":1710197317817,"duration":1}},{"uid":"c10f68a2d84f2ffb","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c10f68a2d84f2ffb","status":"passed","time":{"start":1710168157270,"stop":1710168157272,"duration":2}},{"uid":"19362775666890a3","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/19362775666890a3","status":"passed","time":{"start":1710167388049,"stop":1710167388050,"duration":1}},{"uid":"14d4bb26f52a007b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/14d4bb26f52a007b","status":"passed","time":{"start":1710167452063,"stop":1710167452064,"duration":1}},{"uid":"c073ee510d166ee","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c073ee510d166ee","status":"passed","time":{"start":1710166594832,"stop":1710166594832,"duration":0}},{"uid":"f2c7b619fa2791e5","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f2c7b619fa2791e5","status":"passed","time":{"start":1710164827373,"stop":1710164827374,"duration":1}},{"uid":"cae34af653a0af64","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cae34af653a0af64","status":"passed","time":{"start":1710163975341,"stop":1710163975342,"duration":1}},{"uid":"6da502504ab1986","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6da502504ab1986","status":"passed","time":{"start":1710163842515,"stop":1710163842515,"duration":0}},{"uid":"30e1c2f5b4d7a478","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/30e1c2f5b4d7a478","status":"passed","time":{"start":1710155887165,"stop":1710155887166,"duration":1}},{"uid":"fdfd4f7a41da843a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/fdfd4f7a41da843a","status":"passed","time":{"start":1710155106033,"stop":1710155106033,"duration":0}},{"uid":"d14c2a436a1d2fc1","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d14c2a436a1d2fc1","status":"passed","time":{"start":1710154728847,"stop":1710154728848,"duration":1}},{"uid":"ca10ec686e5cf2c3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ca10ec686e5cf2c3","status":"passed","time":{"start":1710102734838,"stop":1710102734839,"duration":1}},{"uid":"3f069cec55b8dff3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3f069cec55b8dff3","status":"passed","time":{"start":1710080944317,"stop":1710080944318,"duration":1}},{"uid":"c3602951ca6f08ea","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c3602951ca6f08ea","status":"passed","time":{"start":1710024618203,"stop":1710024618204,"duration":1}}]},"tags":[]},"source":"685aff98c67cd76a.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e433e189c24b9d1","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":1710308371315,"stop":1710308371316,"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":"ba2ddcbdc34fffa6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2ddcbdc34fffa6","status":"passed","time":{"start":1710307259442,"stop":1710307259443,"duration":1}},{"uid":"6c7d61222f040264","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c7d61222f040264","status":"passed","time":{"start":1710287460908,"stop":1710287460908,"duration":0}},{"uid":"5ae5168f818536fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ae5168f818536fd","status":"passed","time":{"start":1710284730226,"stop":1710284730226,"duration":0}}]},"tags":[]},"source":"1e433e189c24b9d1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/63faabbd249ab138.json b/6685/data/test-cases/1e70bbe19ad57926.json similarity index 78% rename from 6651/data/test-cases/63faabbd249ab138.json rename to 6685/data/test-cases/1e70bbe19ad57926.json index 30cd4ea6341..e26b7fa3236 100644 --- a/6651/data/test-cases/63faabbd249ab138.json +++ b/6685/data/test-cases/1e70bbe19ad57926.json @@ -1 +1 @@ -{"uid":"63faabbd249ab138","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":1710205173308,"stop":1710205173308,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"7ec7853f34f561e2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/7ec7853f34f561e2","status":"passed","time":{"start":1710205067278,"stop":1710205067278,"duration":0}},{"uid":"72aa6116389944c1","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/72aa6116389944c1","status":"passed","time":{"start":1710204962919,"stop":1710204962919,"duration":0}},{"uid":"163d7d4555454ede","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/163d7d4555454ede","status":"passed","time":{"start":1710204701468,"stop":1710204701469,"duration":1}},{"uid":"6984b42b5e2bb73c","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/6984b42b5e2bb73c","status":"passed","time":{"start":1710203416611,"stop":1710203416611,"duration":0}},{"uid":"d340d28d12d820c9","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d340d28d12d820c9","status":"passed","time":{"start":1710199910413,"stop":1710199910414,"duration":1}},{"uid":"951d63f424c89179","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/951d63f424c89179","status":"passed","time":{"start":1710199800512,"stop":1710199800513,"duration":1}},{"uid":"2a73ce7ebfaed009","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2a73ce7ebfaed009","status":"passed","time":{"start":1710197348914,"stop":1710197348914,"duration":0}},{"uid":"f6ec705c27c7ca56","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f6ec705c27c7ca56","status":"passed","time":{"start":1710168167427,"stop":1710168167428,"duration":1}},{"uid":"f2cb0e6f15fe7c48","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f2cb0e6f15fe7c48","status":"passed","time":{"start":1710167350129,"stop":1710167350129,"duration":0}},{"uid":"70e0b4f383536611","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/70e0b4f383536611","status":"passed","time":{"start":1710167497867,"stop":1710167497868,"duration":1}},{"uid":"9c14204ad6592c52","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/9c14204ad6592c52","status":"passed","time":{"start":1710166625611,"stop":1710166625612,"duration":1}},{"uid":"3baf91195f077478","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3baf91195f077478","status":"passed","time":{"start":1710164870345,"stop":1710164870346,"duration":1}},{"uid":"951c72fd0a15d0ae","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/951c72fd0a15d0ae","status":"passed","time":{"start":1710164015692,"stop":1710164015692,"duration":0}},{"uid":"229491ace05ec663","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/229491ace05ec663","status":"passed","time":{"start":1710163881233,"stop":1710163881234,"duration":1}},{"uid":"db72eca3b280b52","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/db72eca3b280b52","status":"passed","time":{"start":1710155929073,"stop":1710155929073,"duration":0}},{"uid":"39a20c4e8697eb8","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/39a20c4e8697eb8","status":"passed","time":{"start":1710155134294,"stop":1710155134295,"duration":1}},{"uid":"3d16d8ecf0dcd2f9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3d16d8ecf0dcd2f9","status":"passed","time":{"start":1710154760704,"stop":1710154760704,"duration":0}},{"uid":"e0a31ac0d140e113","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e0a31ac0d140e113","status":"passed","time":{"start":1710102776890,"stop":1710102776891,"duration":1}},{"uid":"97a1edf7695b9c9d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/97a1edf7695b9c9d","status":"passed","time":{"start":1710080978586,"stop":1710080978586,"duration":0}},{"uid":"77ef51d10c7c20e2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/77ef51d10c7c20e2","status":"passed","time":{"start":1710024644866,"stop":1710024644866,"duration":0}}]},"tags":[]},"source":"63faabbd249ab138.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e70bbe19ad57926","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":1710308416727,"stop":1710308416727,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"f7c2deca11224d58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7c2deca11224d58","status":"passed","time":{"start":1710307308632,"stop":1710307308632,"duration":0}},{"uid":"b16f00f5a53f28f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b16f00f5a53f28f5","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"32fe049c28e46b44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32fe049c28e46b44","status":"passed","time":{"start":1710284775855,"stop":1710284775856,"duration":1}}]},"tags":[]},"source":"1e70bbe19ad57926.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1ee8f89d4d81bff.json b/6685/data/test-cases/1ee8f89d4d81bff.json new file mode 100644 index 00000000000..e8d4a0f7be1 --- /dev/null +++ b/6685/data/test-cases/1ee8f89d4d81bff.json @@ -0,0 +1 @@ +{"uid":"1ee8f89d4d81bff","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":1710308097738,"stop":1710308097738,"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":"ee0ed5f7788a0a80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee0ed5f7788a0a80","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994279,"stop":1710306994279,"duration":0}},{"uid":"a064d0c1c14a35ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a064d0c1c14a35ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196205,"duration":3}},{"uid":"15df05774b993702","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15df05774b993702","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459564,"duration":6}}]},"tags":[]},"source":"1ee8f89d4d81bff.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1f11683e170dbe81.json b/6685/data/test-cases/1f11683e170dbe81.json new file mode 100644 index 00000000000..430019d6132 --- /dev/null +++ b/6685/data/test-cases/1f11683e170dbe81.json @@ -0,0 +1 @@ +{"uid":"1f11683e170dbe81","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":1710307890344,"stop":1710307890344,"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":"fc2e7510e50165e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc2e7510e50165e3","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"25c2ca37bc7facb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/25c2ca37bc7facb0","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"47e5ef60a0e505f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47e5ef60a0e505f8","status":"passed","time":{"start":1710284251373,"stop":1710284251374,"duration":1}}]},"tags":[]},"source":"1f11683e170dbe81.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b8f71dbeb2d17d60.json b/6685/data/test-cases/1f251cecc999254f.json similarity index 81% rename from 6651/data/test-cases/b8f71dbeb2d17d60.json rename to 6685/data/test-cases/1f251cecc999254f.json index 00c6d9a6ecd..41777a50ce4 100644 --- a/6651/data/test-cases/b8f71dbeb2d17d60.json +++ b/6685/data/test-cases/1f251cecc999254f.json @@ -1 +1 @@ -{"uid":"b8f71dbeb2d17d60","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":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"2778c0a78221f925","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/2778c0a78221f925","status":"passed","time":{"start":1710205224522,"stop":1710205224522,"duration":0}},{"uid":"21f0456df25c5080","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/21f0456df25c5080","status":"passed","time":{"start":1710205109086,"stop":1710205109086,"duration":0}},{"uid":"5ab9d30c24c6da49","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5ab9d30c24c6da49","status":"passed","time":{"start":1710204865555,"stop":1710204865555,"duration":0}},{"uid":"dcd54d56b2198603","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/dcd54d56b2198603","status":"passed","time":{"start":1710203577239,"stop":1710203577239,"duration":0}},{"uid":"5f8dd31580358ab5","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5f8dd31580358ab5","status":"passed","time":{"start":1710200067253,"stop":1710200067253,"duration":0}},{"uid":"7b3fc60acc74cfc4","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7b3fc60acc74cfc4","status":"passed","time":{"start":1710199972406,"stop":1710199972406,"duration":0}},{"uid":"53fa5e625043740","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/53fa5e625043740","status":"passed","time":{"start":1710197502498,"stop":1710197502499,"duration":1}},{"uid":"94182ab2e9fef6d3","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/94182ab2e9fef6d3","status":"passed","time":{"start":1710168342009,"stop":1710168342009,"duration":0}},{"uid":"aa5105aee0bfc708","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/aa5105aee0bfc708","status":"passed","time":{"start":1710167568831,"stop":1710167568832,"duration":1}},{"uid":"5dcdbe8c85224745","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5dcdbe8c85224745","status":"passed","time":{"start":1710167665516,"stop":1710167665516,"duration":0}},{"uid":"5c6eb25a5cab4490","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5c6eb25a5cab4490","status":"passed","time":{"start":1710166795572,"stop":1710166795572,"duration":0}},{"uid":"8203c1b5b0091e49","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8203c1b5b0091e49","status":"passed","time":{"start":1710165026135,"stop":1710165026136,"duration":1}},{"uid":"8ea12047e8d93116","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8ea12047e8d93116","status":"passed","time":{"start":1710164176718,"stop":1710164176718,"duration":0}},{"uid":"c557231b73b28787","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c557231b73b28787","status":"passed","time":{"start":1710164039992,"stop":1710164039992,"duration":0}},{"uid":"125654979828634f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/125654979828634f","status":"passed","time":{"start":1710156088905,"stop":1710156088906,"duration":1}},{"uid":"cbc7be7c100133fd","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/cbc7be7c100133fd","status":"passed","time":{"start":1710155298416,"stop":1710155298416,"duration":0}},{"uid":"c2a51670dd4903b9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c2a51670dd4903b9","status":"passed","time":{"start":1710154928200,"stop":1710154928201,"duration":1}},{"uid":"50f3b8dfa3f9ab10","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/50f3b8dfa3f9ab10","status":"passed","time":{"start":1710102939227,"stop":1710102939227,"duration":0}},{"uid":"1b58558d2e8a49d1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1b58558d2e8a49d1","status":"passed","time":{"start":1710081135424,"stop":1710081135424,"duration":0}},{"uid":"faecca8ac9d42ca1","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/faecca8ac9d42ca1","status":"passed","time":{"start":1710024806428,"stop":1710024806428,"duration":0}}]},"tags":[]},"source":"b8f71dbeb2d17d60.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f251cecc999254f","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":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"b8fb06257b483b57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8fb06257b483b57","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"ef3f6fc9298f6e24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ef3f6fc9298f6e24","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"a47a513f1797c94e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a47a513f1797c94e","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"tags":[]},"source":"1f251cecc999254f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/57820e96969514a3.json b/6685/data/test-cases/1f4b78982dcf46d3.json similarity index 84% rename from 6651/data/test-cases/57820e96969514a3.json rename to 6685/data/test-cases/1f4b78982dcf46d3.json index a79140f7ded..ea00d5049ee 100644 --- a/6651/data/test-cases/57820e96969514a3.json +++ b/6685/data/test-cases/1f4b78982dcf46d3.json @@ -1 +1 @@ -{"uid":"57820e96969514a3","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":1710205233010,"stop":1710205233013,"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":72,"unknown":0,"total":72},"items":[{"uid":"4bf9668e5c9c6ed9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4bf9668e5c9c6ed9","status":"passed","time":{"start":1710205120350,"stop":1710205120350,"duration":0}},{"uid":"1ad516fd1e680777","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/1ad516fd1e680777","status":"passed","time":{"start":1710205004857,"stop":1710205004857,"duration":0}},{"uid":"648bc1bc7e120ca8","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/648bc1bc7e120ca8","status":"passed","time":{"start":1710204772090,"stop":1710204772090,"duration":0}},{"uid":"9e3fad28827fdb0b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9e3fad28827fdb0b","status":"passed","time":{"start":1710203476063,"stop":1710203476063,"duration":0}},{"uid":"9d5f303fd53e2e3c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9d5f303fd53e2e3c","status":"passed","time":{"start":1710199958111,"stop":1710199958111,"duration":0}},{"uid":"e0e00bbaeb978e4e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e0e00bbaeb978e4e","status":"passed","time":{"start":1710199882644,"stop":1710199882645,"duration":1}},{"uid":"694adfa0bb084144","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/694adfa0bb084144","status":"passed","time":{"start":1710197397386,"stop":1710197397387,"duration":1}},{"uid":"7830ed304a35ff83","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/7830ed304a35ff83","status":"passed","time":{"start":1710168235141,"stop":1710168235141,"duration":0}},{"uid":"a2f616ecc6f141f2","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a2f616ecc6f141f2","status":"passed","time":{"start":1710167420278,"stop":1710167420279,"duration":1}},{"uid":"778c15bffa11c625","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/778c15bffa11c625","status":"passed","time":{"start":1710167568730,"stop":1710167568730,"duration":0}},{"uid":"c3a84dcb765709c9","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c3a84dcb765709c9","status":"passed","time":{"start":1710166701487,"stop":1710166701487,"duration":0}},{"uid":"782f47bf3eaf70a6","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/782f47bf3eaf70a6","status":"passed","time":{"start":1710164929240,"stop":1710164929240,"duration":0}},{"uid":"da8cb04895fd1265","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/da8cb04895fd1265","status":"passed","time":{"start":1710164078404,"stop":1710164078404,"duration":0}},{"uid":"6b0d76a82f9b159a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6b0d76a82f9b159a","status":"passed","time":{"start":1710163927087,"stop":1710163927088,"duration":1}},{"uid":"8f617a44e00ec4fd","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8f617a44e00ec4fd","status":"passed","time":{"start":1710155986298,"stop":1710155986299,"duration":1}},{"uid":"923868ddce47bb1","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/923868ddce47bb1","status":"passed","time":{"start":1710155212567,"stop":1710155212568,"duration":1}},{"uid":"b1b98622326a0ce4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b1b98622326a0ce4","status":"passed","time":{"start":1710154813482,"stop":1710154813483,"duration":1}},{"uid":"dfab44c659999870","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/dfab44c659999870","status":"passed","time":{"start":1710102845328,"stop":1710102845328,"duration":0}},{"uid":"ebeb2e3714448c69","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ebeb2e3714448c69","status":"passed","time":{"start":1710081043188,"stop":1710081043189,"duration":1}},{"uid":"1ab2ee134a1a550c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1ab2ee134a1a550c","status":"passed","time":{"start":1710024705816,"stop":1710024705817,"duration":1}}]},"tags":[]},"source":"57820e96969514a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f4b78982dcf46d3","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":1710308463693,"stop":1710308463694,"duration":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":"f346042f8e263f2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f346042f8e263f2c","status":"passed","time":{"start":1710307358464,"stop":1710307358465,"duration":1}},{"uid":"ea10d7965d846cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea10d7965d846cbe","status":"passed","time":{"start":1710287569255,"stop":1710287569256,"duration":1}},{"uid":"2c7588760d97651c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c7588760d97651c","status":"passed","time":{"start":1710284852300,"stop":1710284852300,"duration":0}}]},"tags":[]},"source":"1f4b78982dcf46d3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/66acfec546b1172d.json b/6685/data/test-cases/1f612f919e7b9fdf.json similarity index 74% rename from 6651/data/test-cases/66acfec546b1172d.json rename to 6685/data/test-cases/1f612f919e7b9fdf.json index cf6244caa7e..cc7d080305e 100644 --- a/6651/data/test-cases/66acfec546b1172d.json +++ b/6685/data/test-cases/1f612f919e7b9fdf.json @@ -1 +1 @@ -{"uid":"66acfec546b1172d","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":1710205111367,"stop":1710205111368,"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":73,"unknown":0,"total":73},"items":[{"uid":"de7434807dd57e52","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/de7434807dd57e52","status":"passed","time":{"start":1710205017187,"stop":1710205017187,"duration":0}},{"uid":"3c92ffa9a8cceaea","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3c92ffa9a8cceaea","status":"passed","time":{"start":1710204906981,"stop":1710204906981,"duration":0}},{"uid":"79c722c2d1766432","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/79c722c2d1766432","status":"passed","time":{"start":1710204657701,"stop":1710204657701,"duration":0}},{"uid":"1e122d3b36dd9887","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1e122d3b36dd9887","status":"passed","time":{"start":1710203386089,"stop":1710203386089,"duration":0}},{"uid":"a32c3492b206690a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a32c3492b206690a","status":"passed","time":{"start":1710199881933,"stop":1710199881936,"duration":3}},{"uid":"1e306a7fa88fee63","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1e306a7fa88fee63","status":"passed","time":{"start":1710199775346,"stop":1710199775346,"duration":0}},{"uid":"a4207916eede077a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a4207916eede077a","status":"passed","time":{"start":1710197317815,"stop":1710197317816,"duration":1}},{"uid":"8b1e97c245bd2a29","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8b1e97c245bd2a29","status":"passed","time":{"start":1710168157263,"stop":1710168157264,"duration":1}},{"uid":"7350b78fd9119d21","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7350b78fd9119d21","status":"passed","time":{"start":1710167388048,"stop":1710167388049,"duration":1}},{"uid":"ab6e875b8a2b885b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ab6e875b8a2b885b","status":"passed","time":{"start":1710167452062,"stop":1710167452062,"duration":0}},{"uid":"d4f774b1f2f38e64","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d4f774b1f2f38e64","status":"passed","time":{"start":1710166594831,"stop":1710166594831,"duration":0}},{"uid":"db7f7a75573ea343","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/db7f7a75573ea343","status":"passed","time":{"start":1710164827367,"stop":1710164827368,"duration":1}},{"uid":"73f0fe20518379f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/73f0fe20518379f","status":"passed","time":{"start":1710163975340,"stop":1710163975340,"duration":0}},{"uid":"9b708b20284deb8b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9b708b20284deb8b","status":"passed","time":{"start":1710163842512,"stop":1710163842513,"duration":1}},{"uid":"d8ba38d0b95288ce","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d8ba38d0b95288ce","status":"passed","time":{"start":1710155887164,"stop":1710155887165,"duration":1}},{"uid":"bb090436c80838fe","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/bb090436c80838fe","status":"passed","time":{"start":1710155106032,"stop":1710155106032,"duration":0}},{"uid":"974e907d3adfedef","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/974e907d3adfedef","status":"passed","time":{"start":1710154728842,"stop":1710154728843,"duration":1}},{"uid":"b502d93748868af8","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b502d93748868af8","status":"passed","time":{"start":1710102734837,"stop":1710102734837,"duration":0}},{"uid":"b8bfd1f98c2fcca4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b8bfd1f98c2fcca4","status":"passed","time":{"start":1710080944316,"stop":1710080944316,"duration":0}},{"uid":"9e21880a8e5e305c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9e21880a8e5e305c","status":"passed","time":{"start":1710024618202,"stop":1710024618202,"duration":0}}]},"tags":[]},"source":"66acfec546b1172d.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f612f919e7b9fdf","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":1710308371312,"stop":1710308371313,"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":"78b3ece2be02bb9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/78b3ece2be02bb9","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"83ce37f79ea3acbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83ce37f79ea3acbe","status":"passed","time":{"start":1710287460906,"stop":1710287460907,"duration":1}},{"uid":"5b61973384a9d5eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b61973384a9d5eb","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"tags":[]},"source":"1f612f919e7b9fdf.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/1fbe0752c7d64551.json b/6685/data/test-cases/1fbe0752c7d64551.json new file mode 100644 index 00000000000..b5d9d66e3ca --- /dev/null +++ b/6685/data/test-cases/1fbe0752c7d64551.json @@ -0,0 +1 @@ +{"uid":"1fbe0752c7d64551","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":1710308494291,"stop":1710308494291,"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":"c656142e10a02f39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c656142e10a02f39","status":"passed","time":{"start":1710307383799,"stop":1710307383800,"duration":1}},{"uid":"e317c724eee2a207","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e317c724eee2a207","status":"passed","time":{"start":1710287594293,"stop":1710287594294,"duration":1}},{"uid":"cd89f68e8042fda1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cd89f68e8042fda1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"tags":[]},"source":"1fbe0752c7d64551.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/20243ed8033a8488.json b/6685/data/test-cases/20243ed8033a8488.json new file mode 100644 index 00000000000..fefdb648e19 --- /dev/null +++ b/6685/data/test-cases/20243ed8033a8488.json @@ -0,0 +1 @@ +{"uid":"20243ed8033a8488","name":"handles multiple messages","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > handles multiple messages","historyId":"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308495152,"stop":1710308495153,"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":"9cc77513a4f98d1b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9cc77513a4f98d1b","status":"passed","time":{"start":1710307377258,"stop":1710307377259,"duration":1}},{"uid":"a701c385b71f9d17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a701c385b71f9d17","status":"passed","time":{"start":1710287579551,"stop":1710287579552,"duration":1}},{"uid":"a4747c4451e8d910","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a4747c4451e8d910","status":"passed","time":{"start":1710284855735,"stop":1710284855735,"duration":0}}]},"tags":[]},"source":"20243ed8033a8488.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/20731a99aae17b96.json b/6685/data/test-cases/20731a99aae17b96.json new file mode 100644 index 00000000000..60e91c01416 --- /dev/null +++ b/6685/data/test-cases/20731a99aae17b96.json @@ -0,0 +1 @@ +{"uid":"20731a99aae17b96","name":"non connected peers","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > non connected peers","historyId":"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308322788,"stop":1710308322789,"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":"f9ba7eb6cd24287","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9ba7eb6cd24287","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207322,"stop":1710307207322,"duration":0}},{"uid":"d1908ad267921e13","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1908ad267921e13","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413028,"duration":1}},{"uid":"b2a2434a82cbd190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2a2434a82cbd190","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680941,"stop":1710284680941,"duration":0}}]},"tags":[]},"source":"20731a99aae17b96.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/6962a41f81744659.json b/6685/data/test-cases/20e0b85461d45540.json similarity index 73% rename from 6651/data/test-cases/6962a41f81744659.json rename to 6685/data/test-cases/20e0b85461d45540.json index 7d521d7f119..447ee68cca5 100644 --- a/6651/data/test-cases/6962a41f81744659.json +++ b/6685/data/test-cases/20e0b85461d45540.json @@ -1 +1 @@ -{"uid":"6962a41f81744659","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205111358,"stop":1710205111358,"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":73,"unknown":0,"total":73},"items":[{"uid":"b893dc5662aef545","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b893dc5662aef545","status":"passed","time":{"start":1710205017177,"stop":1710205017177,"duration":0}},{"uid":"4fa715fa7862ea36","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4fa715fa7862ea36","status":"passed","time":{"start":1710204906968,"stop":1710204906968,"duration":0}},{"uid":"3afd21636c99464c","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3afd21636c99464c","status":"passed","time":{"start":1710204657690,"stop":1710204657691,"duration":1}},{"uid":"3b4529aef01498e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3b4529aef01498e","status":"passed","time":{"start":1710203386079,"stop":1710203386079,"duration":0}},{"uid":"6aa72bf579e0a9d1","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6aa72bf579e0a9d1","status":"passed","time":{"start":1710199881920,"stop":1710199881923,"duration":3}},{"uid":"1ea744a6d0407af7","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1ea744a6d0407af7","status":"passed","time":{"start":1710199775336,"stop":1710199775337,"duration":1}},{"uid":"34958043a35d3f9d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/34958043a35d3f9d","status":"passed","time":{"start":1710197317802,"stop":1710197317803,"duration":1}},{"uid":"3abb3cc45e60f5bf","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/3abb3cc45e60f5bf","status":"passed","time":{"start":1710168157230,"stop":1710168157231,"duration":1}},{"uid":"8d6a5cdc132191ec","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8d6a5cdc132191ec","status":"passed","time":{"start":1710167388039,"stop":1710167388039,"duration":0}},{"uid":"be83d8f0a4666c7d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/be83d8f0a4666c7d","status":"passed","time":{"start":1710167452028,"stop":1710167452029,"duration":1}},{"uid":"f61f404ecc39b8a5","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f61f404ecc39b8a5","status":"passed","time":{"start":1710166594814,"stop":1710166594815,"duration":1}},{"uid":"c8d2fafc3195c69f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c8d2fafc3195c69f","status":"passed","time":{"start":1710164827333,"stop":1710164827334,"duration":1}},{"uid":"4ac0263263f3b51e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4ac0263263f3b51e","status":"passed","time":{"start":1710163975329,"stop":1710163975329,"duration":0}},{"uid":"57ab6d9401f2b825","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/57ab6d9401f2b825","status":"passed","time":{"start":1710163842473,"stop":1710163842473,"duration":0}},{"uid":"3825f8df0b1badaa","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/3825f8df0b1badaa","status":"passed","time":{"start":1710155887155,"stop":1710155887156,"duration":1}},{"uid":"d86feaf7071771fe","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d86feaf7071771fe","status":"passed","time":{"start":1710155106015,"stop":1710155106015,"duration":0}},{"uid":"41bcef15f1359e3f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/41bcef15f1359e3f","status":"passed","time":{"start":1710154728830,"stop":1710154728830,"duration":0}},{"uid":"1f665dbad4be9c02","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1f665dbad4be9c02","status":"passed","time":{"start":1710102734827,"stop":1710102734828,"duration":1}},{"uid":"5c50ba77493d1316","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5c50ba77493d1316","status":"passed","time":{"start":1710080944303,"stop":1710080944304,"duration":1}},{"uid":"c31843cea8499285","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c31843cea8499285","status":"passed","time":{"start":1710024618187,"stop":1710024618188,"duration":1}}]},"tags":[]},"source":"6962a41f81744659.json","parameterValues":[]} \ No newline at end of file +{"uid":"20e0b85461d45540","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308371293,"stop":1710308371293,"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":"87af75df6543e27e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/87af75df6543e27e","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"5b9d9710ba8c4ce1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b9d9710ba8c4ce1","status":"passed","time":{"start":1710287460898,"stop":1710287460898,"duration":0}},{"uid":"159203775faef447","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/159203775faef447","status":"passed","time":{"start":1710284730212,"stop":1710284730213,"duration":1}}]},"tags":[]},"source":"20e0b85461d45540.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/210ba9f3286cdde.json b/6685/data/test-cases/210ba9f3286cdde.json new file mode 100644 index 00000000000..039a121693a --- /dev/null +++ b/6685/data/test-cases/210ba9f3286cdde.json @@ -0,0 +1 @@ +{"uid":"210ba9f3286cdde","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":1710307897775,"stop":1710307897775,"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":"af3fb0b36bd0fc39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af3fb0b36bd0fc39","status":"passed","time":{"start":1710306791280,"stop":1710306791280,"duration":0}},{"uid":"f3a42026e6eaf5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3a42026e6eaf5e9","status":"passed","time":{"start":1710286996360,"stop":1710286996361,"duration":1}},{"uid":"e707515e6894b614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e707515e6894b614","status":"passed","time":{"start":1710284258878,"stop":1710284258878,"duration":0}}]},"tags":[]},"source":"210ba9f3286cdde.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/21a4089bab208912.json b/6685/data/test-cases/21a4089bab208912.json new file mode 100644 index 00000000000..372e27753d1 --- /dev/null +++ b/6685/data/test-cases/21a4089bab208912.json @@ -0,0 +1 @@ +{"uid":"21a4089bab208912","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":1710308515426,"stop":1710308515426,"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":"742eb5781edf2ea0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742eb5781edf2ea0","status":"passed","time":{"start":1710307402634,"stop":1710307402635,"duration":1}},{"uid":"8915d02a31b6572d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8915d02a31b6572d","status":"passed","time":{"start":1710287608796,"stop":1710287608797,"duration":1}},{"uid":"c7caa5c19719b0c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7caa5c19719b0c5","status":"passed","time":{"start":1710284881701,"stop":1710284881701,"duration":0}}]},"tags":[]},"source":"21a4089bab208912.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/7cfcac0aa1bd8807.json b/6685/data/test-cases/223a9ee6413644c6.json similarity index 78% rename from 6651/data/test-cases/7cfcac0aa1bd8807.json rename to 6685/data/test-cases/223a9ee6413644c6.json index ec95e4a82e3..2350af3ca5c 100644 --- a/6651/data/test-cases/7cfcac0aa1bd8807.json +++ b/6685/data/test-cases/223a9ee6413644c6.json @@ -1 +1 @@ -{"uid":"7cfcac0aa1bd8807","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":1710205173309,"stop":1710205173309,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"a14ef0d3896d194a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a14ef0d3896d194a","status":"passed","time":{"start":1710205067279,"stop":1710205067279,"duration":0}},{"uid":"b47cfb2bab62d13","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b47cfb2bab62d13","status":"passed","time":{"start":1710204962921,"stop":1710204962921,"duration":0}},{"uid":"871e153db33ab72b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/871e153db33ab72b","status":"passed","time":{"start":1710204701469,"stop":1710204701469,"duration":0}},{"uid":"a2b6e9ba0b3dc496","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/a2b6e9ba0b3dc496","status":"passed","time":{"start":1710203416611,"stop":1710203416612,"duration":1}},{"uid":"1b447c2cbdafd454","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/1b447c2cbdafd454","status":"passed","time":{"start":1710199910415,"stop":1710199910415,"duration":0}},{"uid":"cc24bb8adfac6dea","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/cc24bb8adfac6dea","status":"passed","time":{"start":1710199800513,"stop":1710199800514,"duration":1}},{"uid":"26c794a096d5a2fb","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/26c794a096d5a2fb","status":"passed","time":{"start":1710197348914,"stop":1710197348915,"duration":1}},{"uid":"5732dc26c7a3c93e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/5732dc26c7a3c93e","status":"passed","time":{"start":1710168167428,"stop":1710168167429,"duration":1}},{"uid":"e221445131f8a430","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e221445131f8a430","status":"passed","time":{"start":1710167350130,"stop":1710167350130,"duration":0}},{"uid":"4f7c374de5d4978c","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/4f7c374de5d4978c","status":"passed","time":{"start":1710167497868,"stop":1710167497868,"duration":0}},{"uid":"f43cb85a6c09d4b2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f43cb85a6c09d4b2","status":"passed","time":{"start":1710166625613,"stop":1710166625613,"duration":0}},{"uid":"9ba0dfa8a75c093e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9ba0dfa8a75c093e","status":"passed","time":{"start":1710164870347,"stop":1710164870347,"duration":0}},{"uid":"460b9d3c87019a69","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/460b9d3c87019a69","status":"passed","time":{"start":1710164015693,"stop":1710164015693,"duration":0}},{"uid":"2be643ae42a5fada","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2be643ae42a5fada","status":"passed","time":{"start":1710163881237,"stop":1710163881238,"duration":1}},{"uid":"e1efc0d687bceb08","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e1efc0d687bceb08","status":"passed","time":{"start":1710155929074,"stop":1710155929074,"duration":0}},{"uid":"fe43bb7d9b7ebe80","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/fe43bb7d9b7ebe80","status":"passed","time":{"start":1710155134295,"stop":1710155134295,"duration":0}},{"uid":"e7705713f16f30a7","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e7705713f16f30a7","status":"passed","time":{"start":1710154760705,"stop":1710154760705,"duration":0}},{"uid":"977bcf7a99145b70","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/977bcf7a99145b70","status":"passed","time":{"start":1710102776891,"stop":1710102776891,"duration":0}},{"uid":"7d30ec739d7d0cbd","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7d30ec739d7d0cbd","status":"passed","time":{"start":1710080978587,"stop":1710080978587,"duration":0}},{"uid":"f0a20f2bfb6b3db0","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f0a20f2bfb6b3db0","status":"passed","time":{"start":1710024644869,"stop":1710024644869,"duration":0}}]},"tags":[]},"source":"7cfcac0aa1bd8807.json","parameterValues":[]} \ No newline at end of file +{"uid":"223a9ee6413644c6","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":1710308416728,"stop":1710308416728,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"dcf88502bd133396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dcf88502bd133396","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"cc206791cf329478","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc206791cf329478","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"88303daa81d2f566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88303daa81d2f566","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"tags":[]},"source":"223a9ee6413644c6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/227b02546ef5e893.json b/6685/data/test-cases/227b02546ef5e893.json new file mode 100644 index 00000000000..214150ca0e6 --- /dev/null +++ b/6685/data/test-cases/227b02546ef5e893.json @@ -0,0 +1 @@ +{"uid":"227b02546ef5e893","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":1710308092713,"stop":1710308092714,"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":"fb37e9db4e11df79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fb37e9db4e11df79","status":"passed","time":{"start":1710306981512,"stop":1710306981513,"duration":1}},{"uid":"4789169d549dacef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4789169d549dacef","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"4ff0bf385dcafe1f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ff0bf385dcafe1f","status":"passed","time":{"start":1710284460002,"stop":1710284460002,"duration":0}}]},"tags":[]},"source":"227b02546ef5e893.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/229c15e86d0e1e66.json b/6685/data/test-cases/229c15e86d0e1e66.json new file mode 100644 index 00000000000..af234bc5b2a --- /dev/null +++ b/6685/data/test-cases/229c15e86d0e1e66.json @@ -0,0 +1 @@ +{"uid":"229c15e86d0e1e66","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":1710307925681,"stop":1710307925681,"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":"b1b3ea3c22ee2619","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1b3ea3c22ee2619","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"543ed4472f0cb26a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/543ed4472f0cb26a","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"318ced64943a9ed2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/318ced64943a9ed2","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"tags":[]},"source":"229c15e86d0e1e66.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/22c4c55deba96b8e.json b/6685/data/test-cases/22c4c55deba96b8e.json new file mode 100644 index 00000000000..5b72ecdccc3 --- /dev/null +++ b/6685/data/test-cases/22c4c55deba96b8e.json @@ -0,0 +1 @@ +{"uid":"22c4c55deba96b8e","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":1710307940164,"stop":1710307940171,"duration":7},"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":"c78deb2d9b9608a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c78deb2d9b9608a9","status":"passed","time":{"start":1710306833583,"stop":1710306833584,"duration":1}},{"uid":"d402ed0996f02f9f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d402ed0996f02f9f","status":"passed","time":{"start":1710287039377,"stop":1710287039377,"duration":0}},{"uid":"5b6c34be12fef025","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b6c34be12fef025","status":"passed","time":{"start":1710284302040,"stop":1710284302040,"duration":0}}]},"tags":[]},"source":"22c4c55deba96b8e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/23b4e6317755ed0.json b/6685/data/test-cases/23b4e6317755ed0.json new file mode 100644 index 00000000000..04619ada639 --- /dev/null +++ b/6685/data/test-cases/23b4e6317755ed0.json @@ -0,0 +1 @@ +{"uid":"23b4e6317755ed0","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":1710308371307,"stop":1710308371307,"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":"deb8785009bc7363","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/deb8785009bc7363","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"144efa8fde7f356e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/144efa8fde7f356e","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"11e8bda6b6ebe190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11e8bda6b6ebe190","status":"passed","time":{"start":1710284730221,"stop":1710284730222,"duration":1}}]},"tags":[]},"source":"23b4e6317755ed0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/6fca1507309f5184.json b/6685/data/test-cases/24332471c2e5bbdc.json similarity index 83% rename from 6651/data/test-cases/6fca1507309f5184.json rename to 6685/data/test-cases/24332471c2e5bbdc.json index f3b3c66b3b5..46c93f7849b 100644 --- a/6651/data/test-cases/6fca1507309f5184.json +++ b/6685/data/test-cases/24332471c2e5bbdc.json @@ -1 +1 @@ -{"uid":"6fca1507309f5184","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":1710205063421,"stop":1710205063421,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"dffd0c313af69749","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/dffd0c313af69749","status":"passed","time":{"start":1710204974369,"stop":1710204974369,"duration":0}},{"uid":"ec9829b13af73b03","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ec9829b13af73b03","status":"passed","time":{"start":1710204858054,"stop":1710204858054,"duration":0}},{"uid":"676e1de1befbe2fc","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/676e1de1befbe2fc","status":"passed","time":{"start":1710204613889,"stop":1710204613889,"duration":0}},{"uid":"5e74b50ede392a6","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5e74b50ede392a6","status":"passed","time":{"start":1710203332618,"stop":1710203332619,"duration":1}},{"uid":"534701f421e9cf9b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/534701f421e9cf9b","status":"passed","time":{"start":1710199825184,"stop":1710199825185,"duration":1}},{"uid":"7382ab8b56656ddd","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7382ab8b56656ddd","status":"passed","time":{"start":1710199731767,"stop":1710199731769,"duration":2}},{"uid":"7c98245c33e82eb8","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/7c98245c33e82eb8","status":"passed","time":{"start":1710197275115,"stop":1710197275115,"duration":0}},{"uid":"bd7e31cd468985a1","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bd7e31cd468985a1","status":"passed","time":{"start":1710168106287,"stop":1710168106288,"duration":1}},{"uid":"4729f71d9a413917","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4729f71d9a413917","status":"passed","time":{"start":1710167360918,"stop":1710167360919,"duration":1}},{"uid":"6cacd4d0b59419e2","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/6cacd4d0b59419e2","status":"passed","time":{"start":1710167407574,"stop":1710167407580,"duration":6}},{"uid":"18e74424de969820","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/18e74424de969820","status":"passed","time":{"start":1710166544398,"stop":1710166544398,"duration":0}},{"uid":"e3f5b765cf5e25ab","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e3f5b765cf5e25ab","status":"passed","time":{"start":1710164782816,"stop":1710164782820,"duration":4}},{"uid":"fc2f08a802f929c1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/fc2f08a802f929c1","status":"passed","time":{"start":1710163934766,"stop":1710163934766,"duration":0}},{"uid":"3acda8a8aa986b79","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3acda8a8aa986b79","status":"passed","time":{"start":1710163799619,"stop":1710163799619,"duration":0}},{"uid":"c1e2f3d47dc4e6b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c1e2f3d47dc4e6b","status":"passed","time":{"start":1710155833704,"stop":1710155833704,"duration":0}},{"uid":"e6b5387c68dcaaf3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e6b5387c68dcaaf3","status":"passed","time":{"start":1710155066243,"stop":1710155066243,"duration":0}},{"uid":"8e3951ed02a79250","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/8e3951ed02a79250","status":"passed","time":{"start":1710154684662,"stop":1710154684662,"duration":0}},{"uid":"a4dbe1896e73ef43","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a4dbe1896e73ef43","status":"passed","time":{"start":1710102693462,"stop":1710102693467,"duration":5}},{"uid":"fded6294e6b0c70","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/fded6294e6b0c70","status":"passed","time":{"start":1710080898355,"stop":1710080898356,"duration":1}},{"uid":"b57b17feee03a2b4","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b57b17feee03a2b4","status":"passed","time":{"start":1710024575281,"stop":1710024575282,"duration":1}}]},"tags":[]},"source":"6fca1507309f5184.json","parameterValues":[]} \ No newline at end of file +{"uid":"24332471c2e5bbdc","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":1710308322616,"stop":1710308322617,"duration":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":"8a4e3fc75e8371f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a4e3fc75e8371f7","status":"passed","time":{"start":1710307207093,"stop":1710307207094,"duration":1}},{"uid":"2cf62e43e79d3348","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf62e43e79d3348","status":"passed","time":{"start":1710287412758,"stop":1710287412759,"duration":1}},{"uid":"6438d7d4b320dc8c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6438d7d4b320dc8c","status":"passed","time":{"start":1710284680792,"stop":1710284680792,"duration":0}}]},"tags":[]},"source":"24332471c2e5bbdc.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/249eba5a985f9b6.json b/6685/data/test-cases/249eba5a985f9b6.json new file mode 100644 index 00000000000..99435b0c17c --- /dev/null +++ b/6685/data/test-cases/249eba5a985f9b6.json @@ -0,0 +1 @@ +{"uid":"249eba5a985f9b6","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":1710307948137,"stop":1710307948137,"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":"2a66928c63d120d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a66928c63d120d0","status":"passed","time":{"start":1710306841076,"stop":1710306841076,"duration":0}},{"uid":"b980aa1a9854837b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b980aa1a9854837b","status":"passed","time":{"start":1710287046526,"stop":1710287046527,"duration":1}},{"uid":"ac19f6e9f5381f4b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ac19f6e9f5381f4b","status":"passed","time":{"start":1710284309646,"stop":1710284309646,"duration":0}}]},"tags":[]},"source":"249eba5a985f9b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/444ac48e5c316ef8.json b/6685/data/test-cases/24e69fab97801d0d.json similarity index 54% rename from 6651/data/test-cases/444ac48e5c316ef8.json rename to 6685/data/test-cases/24e69fab97801d0d.json index 32317eb8058..3d89862c670 100644 --- a/6651/data/test-cases/444ac48e5c316ef8.json +++ b/6685/data/test-cases/24e69fab97801d0d.json @@ -1 +1 @@ -{"uid":"444ac48e5c316ef8","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":1710205265209,"stop":1710205265210,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"4ef57be570eaaf31","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4ef57be570eaaf31","status":"passed","time":{"start":1710205158053,"stop":1710205158053,"duration":0}},{"uid":"ce03d1c0025a2680","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ce03d1c0025a2680","status":"passed","time":{"start":1710205052236,"stop":1710205052236,"duration":0}},{"uid":"48b43894506d6232","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/48b43894506d6232","status":"passed","time":{"start":1710204796939,"stop":1710204796939,"duration":0}},{"uid":"73d17234ba6c788b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/73d17234ba6c788b","status":"passed","time":{"start":1710203511366,"stop":1710203511366,"duration":0}},{"uid":"539bea6fdfba407d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/539bea6fdfba407d","status":"passed","time":{"start":1710199998119,"stop":1710199998119,"duration":0}},{"uid":"4ec507b8485c4ee0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4ec507b8485c4ee0","status":"passed","time":{"start":1710199898543,"stop":1710199898543,"duration":0}},{"uid":"2aa8fe4fa0b84c6a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2aa8fe4fa0b84c6a","status":"passed","time":{"start":1710197446713,"stop":1710197446714,"duration":1}},{"uid":"dceca2d3c6e09cdd","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/dceca2d3c6e09cdd","status":"passed","time":{"start":1710168274479,"stop":1710168274479,"duration":0}},{"uid":"44f617141abf93f8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/44f617141abf93f8","status":"passed","time":{"start":1710167587991,"stop":1710167587992,"duration":1}},{"uid":"751181359570b98c","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/751181359570b98c","status":"passed","time":{"start":1710167591473,"stop":1710167591475,"duration":2}},{"uid":"133d864dda4e8887","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/133d864dda4e8887","status":"passed","time":{"start":1710166720772,"stop":1710166720773,"duration":1}},{"uid":"7423478f6fc1f5e0","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7423478f6fc1f5e0","status":"passed","time":{"start":1710164954841,"stop":1710164954842,"duration":1}},{"uid":"401dfa47679c33d7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/401dfa47679c33d7","status":"passed","time":{"start":1710164112028,"stop":1710164112028,"duration":0}},{"uid":"4a3c5e56e16a7f80","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4a3c5e56e16a7f80","status":"passed","time":{"start":1710163970946,"stop":1710163970947,"duration":1}},{"uid":"3b0afb562570f880","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/3b0afb562570f880","status":"passed","time":{"start":1710156015704,"stop":1710156015705,"duration":1}},{"uid":"421d865e693032d6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/421d865e693032d6","status":"passed","time":{"start":1710155233878,"stop":1710155233878,"duration":0}},{"uid":"4d3d6defa26ea3d4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/4d3d6defa26ea3d4","status":"passed","time":{"start":1710154884017,"stop":1710154884017,"duration":0}},{"uid":"a4fafa4fce784494","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a4fafa4fce784494","status":"passed","time":{"start":1710102868708,"stop":1710102868708,"duration":0}},{"uid":"5c9026c2be5b8972","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5c9026c2be5b8972","status":"passed","time":{"start":1710081071482,"stop":1710081071482,"duration":0}},{"uid":"3207fe9c315b5c31","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3207fe9c315b5c31","status":"passed","time":{"start":1710024738104,"stop":1710024738105,"duration":1}}]},"tags":[]},"source":"444ac48e5c316ef8.json","parameterValues":[]} \ No newline at end of file +{"uid":"24e69fab97801d0d","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":1710308508735,"stop":1710308508735,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cf2f9f8964afd77c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf2f9f8964afd77c","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"e7e29c672d1383a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7e29c672d1383a3","status":"passed","time":{"start":1710287596903,"stop":1710287596906,"duration":3}},{"uid":"66a22486db015d05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66a22486db015d05","status":"passed","time":{"start":1710284862702,"stop":1710284862702,"duration":0}}]},"tags":[]},"source":"24e69fab97801d0d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2593a621e1209fca.json b/6685/data/test-cases/2593a621e1209fca.json new file mode 100644 index 00000000000..4ea8b6d0120 --- /dev/null +++ b/6685/data/test-cases/2593a621e1209fca.json @@ -0,0 +1 @@ +{"uid":"2593a621e1209fca","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":1710307923914,"stop":1710307923915,"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":"ffeed45fa8fdfcbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ffeed45fa8fdfcbf","status":"passed","time":{"start":1710306816841,"stop":1710306816842,"duration":1}},{"uid":"bb139d4f8b77960d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb139d4f8b77960d","status":"passed","time":{"start":1710287022153,"stop":1710287022153,"duration":0}},{"uid":"6000b787b782339a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6000b787b782339a","status":"passed","time":{"start":1710284284834,"stop":1710284284834,"duration":0}}]},"tags":[]},"source":"2593a621e1209fca.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/25a34fe7b6309061.json b/6685/data/test-cases/25a34fe7b6309061.json new file mode 100644 index 00000000000..9e1b173f326 --- /dev/null +++ b/6685/data/test-cases/25a34fe7b6309061.json @@ -0,0 +1 @@ +{"uid":"25a34fe7b6309061","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":1710308092700,"stop":1710308092701,"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":"2252bf85cd52830f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2252bf85cd52830f","status":"passed","time":{"start":1710306981505,"stop":1710306981505,"duration":0}},{"uid":"88717295bb2bb967","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/88717295bb2bb967","status":"passed","time":{"start":1710287198119,"stop":1710287198120,"duration":1}},{"uid":"ed87a25412fe121c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed87a25412fe121c","status":"passed","time":{"start":1710284459995,"stop":1710284459996,"duration":1}}]},"tags":[]},"source":"25a34fe7b6309061.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/25e64543726f07fa.json b/6685/data/test-cases/25e64543726f07fa.json new file mode 100644 index 00000000000..da46bf5b5f1 --- /dev/null +++ b/6685/data/test-cases/25e64543726f07fa.json @@ -0,0 +1 @@ +{"uid":"25e64543726f07fa","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":1710307918133,"stop":1710307918133,"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":"872e8b03e8417bf0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/872e8b03e8417bf0","status":"passed","time":{"start":1710306811114,"stop":1710306811115,"duration":1}},{"uid":"ce96e6b80317e1f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce96e6b80317e1f5","status":"passed","time":{"start":1710287016342,"stop":1710287016343,"duration":1}},{"uid":"6ebb4f4b7d8cf55c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6ebb4f4b7d8cf55c","status":"passed","time":{"start":1710284279136,"stop":1710284279137,"duration":1}}]},"tags":[]},"source":"25e64543726f07fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/263a24341c9e7b8d.json b/6685/data/test-cases/263a24341c9e7b8d.json new file mode 100644 index 00000000000..505b6508dbf --- /dev/null +++ b/6685/data/test-cases/263a24341c9e7b8d.json @@ -0,0 +1 @@ +{"uid":"263a24341c9e7b8d","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":1710307914373,"stop":1710307914374,"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":"a7ea39e7353b91be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7ea39e7353b91be","status":"passed","time":{"start":1710306807582,"stop":1710306807583,"duration":1}},{"uid":"93daa641a546eedf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93daa641a546eedf","status":"passed","time":{"start":1710287012804,"stop":1710287012804,"duration":0}},{"uid":"95e6b6795ae6d6ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95e6b6795ae6d6ac","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"tags":[]},"source":"263a24341c9e7b8d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2664e399b5bc69a4.json b/6685/data/test-cases/2664e399b5bc69a4.json new file mode 100644 index 00000000000..daf716bef06 --- /dev/null +++ b/6685/data/test-cases/2664e399b5bc69a4.json @@ -0,0 +1 @@ +{"uid":"2664e399b5bc69a4","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is > A test","historyId":"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308193083,"stop":1710308193084,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a82dc887ba4345c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82dc887ba4345c7","status":"passed","time":{"start":1710307078723,"stop":1710307078723,"duration":0}},{"uid":"b6ef1b4afe75b89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6ef1b4afe75b89","status":"passed","time":{"start":1710287282131,"stop":1710287282131,"duration":0}},{"uid":"a087eec9043ccd4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a087eec9043ccd4a","status":"passed","time":{"start":1710284550840,"stop":1710284550840,"duration":0}}]},"tags":[]},"source":"2664e399b5bc69a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/26651b8096e41a46.json b/6685/data/test-cases/26651b8096e41a46.json new file mode 100644 index 00000000000..80fbf3b8d89 --- /dev/null +++ b/6685/data/test-cases/26651b8096e41a46.json @@ -0,0 +1 @@ +{"uid":"26651b8096e41a46","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":1710308231837,"stop":1710308231838,"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":"42b0bba164dd5958","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42b0bba164dd5958","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"4bb7003f8ec424bd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bb7003f8ec424bd","status":"passed","time":{"start":1710287317293,"stop":1710287317293,"duration":0}},{"uid":"d38543c08b026963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d38543c08b026963","status":"passed","time":{"start":1710284588137,"stop":1710284588138,"duration":1}}]},"tags":[]},"source":"26651b8096e41a46.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b8a2b241f01aa8f4.json b/6685/data/test-cases/26984cf4fa214464.json similarity index 50% rename from 6651/data/test-cases/b8a2b241f01aa8f4.json rename to 6685/data/test-cases/26984cf4fa214464.json index c2abe8f4e30..b2c6ddcd3fa 100644 --- a/6651/data/test-cases/b8a2b241f01aa8f4.json +++ b/6685/data/test-cases/26984cf4fa214464.json @@ -1 +1 @@ -{"uid":"b8a2b241f01aa8f4","name":"can start and stop the service","fullName":"/src/local_discovery.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start and stop the service","historyId":"797c931fb5a1106b8462b9e186a238e3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204673135,"stop":1710204673135,"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"},{"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":66,"unknown":0,"total":66},"items":[{"uid":"6d3f126ddbd5c5ee","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/6d3f126ddbd5c5ee","status":"passed","time":{"start":1710205257203,"stop":1710205257203,"duration":0}},{"uid":"12f16e2d1de907df","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/12f16e2d1de907df","status":"passed","time":{"start":1710204572671,"stop":1710204572672,"duration":1}},{"uid":"afdfb1e36911f512","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/afdfb1e36911f512","status":"passed","time":{"start":1710204458019,"stop":1710204458019,"duration":0}},{"uid":"9a4d24f454d1adfb","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9a4d24f454d1adfb","status":"passed","time":{"start":1710204214593,"stop":1710204214594,"duration":1}},{"uid":"8a8e7adc282b99c6","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8a8e7adc282b99c6","status":"passed","time":{"start":1710202939909,"stop":1710202939910,"duration":1}},{"uid":"2df01446617259a0","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2df01446617259a0","status":"passed","time":{"start":1710199422021,"stop":1710199422022,"duration":1}},{"uid":"acae1222e0b3c14d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/acae1222e0b3c14d","status":"passed","time":{"start":1710199320006,"stop":1710199320006,"duration":0}},{"uid":"dd3a2a6283510c2","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/dd3a2a6283510c2","status":"passed","time":{"start":1710196857804,"stop":1710196857804,"duration":0}},{"uid":"aac7d4c59aa71bea","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/aac7d4c59aa71bea","status":"passed","time":{"start":1710167670839,"stop":1710167670840,"duration":1}},{"uid":"9a84ef07bfd820db","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9a84ef07bfd820db","status":"passed","time":{"start":1710166852406,"stop":1710166852406,"duration":0}},{"uid":"4149899cbfea8a26","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/4149899cbfea8a26","status":"passed","time":{"start":1710167016975,"stop":1710167016975,"duration":0}},{"uid":"3869cc2d4f860718","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3869cc2d4f860718","status":"passed","time":{"start":1710164371636,"stop":1710164371637,"duration":1}},{"uid":"98fa3890201f7ea6","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/98fa3890201f7ea6","status":"passed","time":{"start":1710163525218,"stop":1710163525218,"duration":0}},{"uid":"c6c34db85d6b9867","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c6c34db85d6b9867","status":"passed","time":{"start":1710163378202,"stop":1710163378203,"duration":1}},{"uid":"13035a82e57d168e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/13035a82e57d168e","status":"passed","time":{"start":1710155445857,"stop":1710155445857,"duration":0}},{"uid":"466a51e9848c3573","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/466a51e9848c3573","status":"passed","time":{"start":1710154272504,"stop":1710154272505,"duration":1}},{"uid":"632543bf04c66429","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/632543bf04c66429","status":"passed","time":{"start":1710102290724,"stop":1710102290724,"duration":0}},{"uid":"176f82ab7e3fa9af","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/176f82ab7e3fa9af","status":"passed","time":{"start":1710080494964,"stop":1710080494964,"duration":0}},{"uid":"dea8ac4c648c0704","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/dea8ac4c648c0704","status":"passed","time":{"start":1710024155117,"stop":1710024155118,"duration":1}},{"uid":"8db71d726af7bc10","reportUrl":"https://waku-org.github.io/js-waku/6627//#testresult/8db71d726af7bc10","status":"passed","time":{"start":1709937139195,"stop":1709937139196,"duration":1}}]},"tags":[]},"source":"b8a2b241f01aa8f4.json","parameterValues":[]} \ No newline at end of file +{"uid":"26984cf4fa214464","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":1710307918134,"stop":1710307918134,"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":"882bb1db3e0547ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/882bb1db3e0547ad","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"b6545eb5b4d5869f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6545eb5b4d5869f","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"fcf10a3edc93d30b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcf10a3edc93d30b","status":"passed","time":{"start":1710284279137,"stop":1710284279138,"duration":1}}]},"tags":[]},"source":"26984cf4fa214464.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9abb289a635017a2.json b/6685/data/test-cases/26fb4a83e7160219.json similarity index 80% rename from 6651/data/test-cases/9abb289a635017a2.json rename to 6685/data/test-cases/26fb4a83e7160219.json index 33bc62a3301..08d7302636d 100644 --- a/6651/data/test-cases/9abb289a635017a2.json +++ b/6685/data/test-cases/26fb4a83e7160219.json @@ -1 +1 @@ -{"uid":"9abb289a635017a2","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":1710204945841,"stop":1710204945841,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"64936204ec41ef17","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/64936204ec41ef17","status":"passed","time":{"start":1710204830291,"stop":1710204830291,"duration":0}},{"uid":"e03b18ed6f3bae67","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e03b18ed6f3bae67","status":"passed","time":{"start":1710204733006,"stop":1710204733007,"duration":1}},{"uid":"482b44e24f241d0","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/482b44e24f241d0","status":"passed","time":{"start":1710204477764,"stop":1710204477765,"duration":1}},{"uid":"58740d573c6ae219","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/58740d573c6ae219","status":"passed","time":{"start":1710203199466,"stop":1710203199467,"duration":1}},{"uid":"ca539d5f5e019932","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ca539d5f5e019932","status":"passed","time":{"start":1710199697812,"stop":1710199697812,"duration":0}},{"uid":"d7ba0145cb02eae7","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/d7ba0145cb02eae7","status":"passed","time":{"start":1710199591757,"stop":1710199591758,"duration":1}},{"uid":"5dd5498675d62d6","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5dd5498675d62d6","status":"passed","time":{"start":1710197131781,"stop":1710197131782,"duration":1}},{"uid":"66eeee4872c0493e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/66eeee4872c0493e","status":"passed","time":{"start":1710167952596,"stop":1710167952596,"duration":0}},{"uid":"3ff26bb8cba745e6","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3ff26bb8cba745e6","status":"passed","time":{"start":1710167221545,"stop":1710167221546,"duration":1}},{"uid":"bfb9779844cb078b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/bfb9779844cb078b","status":"passed","time":{"start":1710167283373,"stop":1710167283373,"duration":0}},{"uid":"8f45aaa65fdd8d0e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/8f45aaa65fdd8d0e","status":"passed","time":{"start":1710166420482,"stop":1710166420482,"duration":0}},{"uid":"b972aeaec17a4d8e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b972aeaec17a4d8e","status":"passed","time":{"start":1710164634567,"stop":1710164634567,"duration":0}},{"uid":"81285c3ce49bdd33","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/81285c3ce49bdd33","status":"passed","time":{"start":1710163791785,"stop":1710163791786,"duration":1}},{"uid":"fe1edaf2b3972b8a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/fe1edaf2b3972b8a","status":"passed","time":{"start":1710163655790,"stop":1710163655790,"duration":0}},{"uid":"7b20273cf05517e9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7b20273cf05517e9","status":"passed","time":{"start":1710155712315,"stop":1710155712316,"duration":1}},{"uid":"4b52883b8ed47e70","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4b52883b8ed47e70","status":"passed","time":{"start":1710154919629,"stop":1710154919629,"duration":0}},{"uid":"f9e6db5e7b16897a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/f9e6db5e7b16897a","status":"passed","time":{"start":1710154537140,"stop":1710154537140,"duration":0}},{"uid":"b95e7d1e7f427b24","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b95e7d1e7f427b24","status":"passed","time":{"start":1710102560660,"stop":1710102560660,"duration":0}},{"uid":"8508e7abe59c5039","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8508e7abe59c5039","status":"passed","time":{"start":1710080763688,"stop":1710080763688,"duration":0}},{"uid":"e1ba12ee788a0f94","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e1ba12ee788a0f94","status":"passed","time":{"start":1710024433723,"stop":1710024433724,"duration":1}}]},"tags":[]},"source":"9abb289a635017a2.json","parameterValues":[]} \ No newline at end of file +{"uid":"26fb4a83e7160219","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":1710308192919,"stop":1710308192919,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"38c8d87ee089eec2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c8d87ee089eec2","status":"passed","time":{"start":1710307078643,"stop":1710307078643,"duration":0}},{"uid":"a59cd5efc652d1b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a59cd5efc652d1b2","status":"passed","time":{"start":1710287281995,"stop":1710287281996,"duration":1}},{"uid":"1fdcdb4523966aa7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1fdcdb4523966aa7","status":"passed","time":{"start":1710284550757,"stop":1710284550764,"duration":7}}]},"tags":[]},"source":"26fb4a83e7160219.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/fcbd046ca8b5aa34.json b/6685/data/test-cases/27777a54229cad53.json similarity index 85% rename from 6651/data/test-cases/fcbd046ca8b5aa34.json rename to 6685/data/test-cases/27777a54229cad53.json index 7249babc305..1defa36465e 100644 --- a/6651/data/test-cases/fcbd046ca8b5aa34.json +++ b/6685/data/test-cases/27777a54229cad53.json @@ -1 +1 @@ -{"uid":"fcbd046ca8b5aa34","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":1710205233017,"stop":1710205233018,"duration":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":72,"unknown":0,"total":72},"items":[{"uid":"f095eb99fefd6f19","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f095eb99fefd6f19","status":"passed","time":{"start":1710205120357,"stop":1710205120357,"duration":0}},{"uid":"3d9e4a734dff3228","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3d9e4a734dff3228","status":"passed","time":{"start":1710205004868,"stop":1710205004868,"duration":0}},{"uid":"9f45898c47b6d930","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9f45898c47b6d930","status":"passed","time":{"start":1710204772110,"stop":1710204772110,"duration":0}},{"uid":"6047f250fc8e32d2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/6047f250fc8e32d2","status":"passed","time":{"start":1710203476066,"stop":1710203476066,"duration":0}},{"uid":"17a219f7b1c08dbc","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/17a219f7b1c08dbc","status":"passed","time":{"start":1710199958123,"stop":1710199958125,"duration":2}},{"uid":"e9e4457d38a68c36","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e9e4457d38a68c36","status":"passed","time":{"start":1710199882664,"stop":1710199882665,"duration":1}},{"uid":"76884c53be4e8701","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/76884c53be4e8701","status":"passed","time":{"start":1710197397401,"stop":1710197397401,"duration":0}},{"uid":"5bef5fee178edfaa","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/5bef5fee178edfaa","status":"passed","time":{"start":1710168235147,"stop":1710168235149,"duration":2}},{"uid":"28765086e964deb7","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/28765086e964deb7","status":"passed","time":{"start":1710167420296,"stop":1710167420302,"duration":6}},{"uid":"2d476023a4a69792","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2d476023a4a69792","status":"passed","time":{"start":1710167568735,"stop":1710167568735,"duration":0}},{"uid":"3d1cbe1b3c18337f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3d1cbe1b3c18337f","status":"passed","time":{"start":1710166701492,"stop":1710166701492,"duration":0}},{"uid":"bb8b61120c226c52","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/bb8b61120c226c52","status":"passed","time":{"start":1710164929251,"stop":1710164929252,"duration":1}},{"uid":"77c21e898f829892","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/77c21e898f829892","status":"passed","time":{"start":1710164078408,"stop":1710164078409,"duration":1}},{"uid":"f33edf12acd68551","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f33edf12acd68551","status":"passed","time":{"start":1710163927099,"stop":1710163927100,"duration":1}},{"uid":"8fa5a76b763be04c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8fa5a76b763be04c","status":"passed","time":{"start":1710155986304,"stop":1710155986304,"duration":0}},{"uid":"ce33e2bae511202e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ce33e2bae511202e","status":"passed","time":{"start":1710155212574,"stop":1710155212574,"duration":0}},{"uid":"6869578576a0ea58","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/6869578576a0ea58","status":"passed","time":{"start":1710154813491,"stop":1710154813491,"duration":0}},{"uid":"bb9d3e38aa9e8512","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/bb9d3e38aa9e8512","status":"passed","time":{"start":1710102845338,"stop":1710102845338,"duration":0}},{"uid":"72a37799bd214e8a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/72a37799bd214e8a","status":"passed","time":{"start":1710081043193,"stop":1710081043193,"duration":0}},{"uid":"82dcf1b33a526153","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/82dcf1b33a526153","status":"passed","time":{"start":1710024705821,"stop":1710024705824,"duration":3}}]},"tags":[]},"source":"fcbd046ca8b5aa34.json","parameterValues":[]} \ No newline at end of file +{"uid":"27777a54229cad53","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":1710308463730,"stop":1710308463731,"duration":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":"55508c08e2144442","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/55508c08e2144442","status":"passed","time":{"start":1710307358473,"stop":1710307358473,"duration":0}},{"uid":"77451c66af857e29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77451c66af857e29","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"ce04cd80c738e94d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce04cd80c738e94d","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"tags":[]},"source":"27777a54229cad53.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/283e444ec6452b0c.json b/6685/data/test-cases/283e444ec6452b0c.json new file mode 100644 index 00000000000..d688a1c5afc --- /dev/null +++ b/6685/data/test-cases/283e444ec6452b0c.json @@ -0,0 +1 @@ +{"uid":"283e444ec6452b0c","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":1710308225040,"stop":1710308225040,"duration":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":"179311409d54c394","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/179311409d54c394","status":"passed","time":{"start":1710307101317,"stop":1710307101318,"duration":1}},{"uid":"ea94e2e1ea23c81e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea94e2e1ea23c81e","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"5004b2931f2ac1f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5004b2931f2ac1f0","status":"passed","time":{"start":1710284561379,"stop":1710284561379,"duration":0}}]},"tags":[]},"source":"283e444ec6452b0c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/28563399f6b17f4c.json b/6685/data/test-cases/28563399f6b17f4c.json new file mode 100644 index 00000000000..f31ab6fa04c --- /dev/null +++ b/6685/data/test-cases/28563399f6b17f4c.json @@ -0,0 +1 @@ +{"uid":"28563399f6b17f4c","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":1710307890345,"stop":1710307890345,"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":"14518bacbe16a52e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/14518bacbe16a52e","status":"passed","time":{"start":1710306783663,"stop":1710306783663,"duration":0}},{"uid":"a40320a22d5d42e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a40320a22d5d42e6","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"1bbfd97b903d0f12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bbfd97b903d0f12","status":"passed","time":{"start":1710284251374,"stop":1710284251374,"duration":0}}]},"tags":[]},"source":"28563399f6b17f4c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/286a188ce3994149.json b/6685/data/test-cases/286a188ce3994149.json new file mode 100644 index 00000000000..51cf7bec5ad --- /dev/null +++ b/6685/data/test-cases/286a188ce3994149.json @@ -0,0 +1 @@ +{"uid":"286a188ce3994149","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307980883,"stop":1710307980884,"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":"3de4427b91b7c01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3de4427b91b7c01","status":"passed","time":{"start":1710306873748,"stop":1710306873749,"duration":1}},{"uid":"139649acadb4ea00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/139649acadb4ea00","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"182384c225070a6b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/182384c225070a6b","status":"passed","time":{"start":1710284342268,"stop":1710284342269,"duration":1}}]},"tags":[]},"source":"286a188ce3994149.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a4f08c5eaf9cf376.json b/6685/data/test-cases/28f120756f1d0127.json similarity index 52% rename from 6651/data/test-cases/a4f08c5eaf9cf376.json rename to 6685/data/test-cases/28f120756f1d0127.json index b328830a7e8..59f8699adc6 100644 --- a/6651/data/test-cases/a4f08c5eaf9cf376.json +++ b/6685/data/test-cases/28f120756f1d0127.json @@ -1 +1 @@ -{"uid":"a4f08c5eaf9cf376","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":1710204705523,"stop":1710204705523,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"25f02e25e4fa65eb","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/25f02e25e4fa65eb","status":"passed","time":{"start":1710205293841,"stop":1710205293841,"duration":0}},{"uid":"35f3aff5264c0d2b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/35f3aff5264c0d2b","status":"passed","time":{"start":1710204606297,"stop":1710204606302,"duration":5}},{"uid":"3eed2147500aa850","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3eed2147500aa850","status":"passed","time":{"start":1710204491216,"stop":1710204491217,"duration":1}},{"uid":"baecb6673d38323d","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/baecb6673d38323d","status":"passed","time":{"start":1710204248702,"stop":1710204248703,"duration":1}},{"uid":"5a2e2993e6defe","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5a2e2993e6defe","status":"passed","time":{"start":1710202977728,"stop":1710202977728,"duration":0}},{"uid":"ed3174cf947b88b7","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ed3174cf947b88b7","status":"passed","time":{"start":1710199459321,"stop":1710199459321,"duration":0}},{"uid":"9206c7877434b3ef","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9206c7877434b3ef","status":"passed","time":{"start":1710199353197,"stop":1710199353198,"duration":1}},{"uid":"37c15d575743f184","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/37c15d575743f184","status":"passed","time":{"start":1710196892891,"stop":1710196892891,"duration":0}},{"uid":"ec6f85adda91e349","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ec6f85adda91e349","status":"passed","time":{"start":1710167709432,"stop":1710167709432,"duration":0}},{"uid":"2e1dfbd1ed54239f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/2e1dfbd1ed54239f","status":"passed","time":{"start":1710166891543,"stop":1710166891543,"duration":0}},{"uid":"c75840df3ea65197","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c75840df3ea65197","status":"passed","time":{"start":1710167051945,"stop":1710167051945,"duration":0}},{"uid":"b1fddf2cc9a8458d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b1fddf2cc9a8458d","status":"passed","time":{"start":1710166179966,"stop":1710166179966,"duration":0}},{"uid":"e49163d4ad6d3e31","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e49163d4ad6d3e31","status":"passed","time":{"start":1710164405445,"stop":1710164405445,"duration":0}},{"uid":"a821a7eb7d3f4ed0","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a821a7eb7d3f4ed0","status":"passed","time":{"start":1710163557201,"stop":1710163557202,"duration":1}},{"uid":"73e9e9c401ff9982","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/73e9e9c401ff9982","status":"passed","time":{"start":1710163418945,"stop":1710163418945,"duration":0}},{"uid":"f84de98c54405781","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f84de98c54405781","status":"passed","time":{"start":1710155480026,"stop":1710155480026,"duration":0}},{"uid":"782df7780f8ad5e0","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/782df7780f8ad5e0","status":"passed","time":{"start":1710154677910,"stop":1710154677911,"duration":1}},{"uid":"77879e6d5a708b87","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/77879e6d5a708b87","status":"passed","time":{"start":1710154316262,"stop":1710154316262,"duration":0}},{"uid":"39a687ed9547dc43","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/39a687ed9547dc43","status":"passed","time":{"start":1710102325460,"stop":1710102325461,"duration":1}},{"uid":"1c1842404d4b8e85","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1c1842404d4b8e85","status":"passed","time":{"start":1710080529728,"stop":1710080529728,"duration":0}}]},"tags":[]},"source":"a4f08c5eaf9cf376.json","parameterValues":[]} \ No newline at end of file +{"uid":"28f120756f1d0127","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":1710307950772,"stop":1710307950772,"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":"c05b8dfd71b32c2e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c05b8dfd71b32c2e","status":"passed","time":{"start":1710306844173,"stop":1710306844174,"duration":1}},{"uid":"533d76a25733fa4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/533d76a25733fa4b","status":"passed","time":{"start":1710287049796,"stop":1710287049797,"duration":1}},{"uid":"c15cbd714d216097","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c15cbd714d216097","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"tags":[]},"source":"28f120756f1d0127.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/6ee831ba2455214a.json b/6685/data/test-cases/29a6a7bbf70834a9.json similarity index 52% rename from 6651/data/test-cases/6ee831ba2455214a.json rename to 6685/data/test-cases/29a6a7bbf70834a9.json index c3401e43843..4d9183f01d2 100644 --- a/6651/data/test-cases/6ee831ba2455214a.json +++ b/6685/data/test-cases/29a6a7bbf70834a9.json @@ -1 +1 @@ -{"uid":"6ee831ba2455214a","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":1710204705522,"stop":1710204705523,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"4ae805c2875512c0","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/4ae805c2875512c0","status":"passed","time":{"start":1710205293840,"stop":1710205293840,"duration":0}},{"uid":"55c29682e0e5f51a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/55c29682e0e5f51a","status":"passed","time":{"start":1710204606297,"stop":1710204606297,"duration":0}},{"uid":"393ccc5023e2c604","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/393ccc5023e2c604","status":"passed","time":{"start":1710204491216,"stop":1710204491216,"duration":0}},{"uid":"4a8dfbf621fa1474","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4a8dfbf621fa1474","status":"passed","time":{"start":1710204248702,"stop":1710204248702,"duration":0}},{"uid":"badbf876df768d2e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/badbf876df768d2e","status":"passed","time":{"start":1710202977727,"stop":1710202977728,"duration":1}},{"uid":"2f189a507aa6986d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2f189a507aa6986d","status":"passed","time":{"start":1710199459320,"stop":1710199459320,"duration":0}},{"uid":"b9541e328909c597","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b9541e328909c597","status":"passed","time":{"start":1710199353197,"stop":1710199353197,"duration":0}},{"uid":"9b3623a5369f1b8d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9b3623a5369f1b8d","status":"passed","time":{"start":1710196892890,"stop":1710196892890,"duration":0}},{"uid":"b2efcfe0850ad6d9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b2efcfe0850ad6d9","status":"passed","time":{"start":1710167709431,"stop":1710167709432,"duration":1}},{"uid":"8d0a9aadd9628c72","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8d0a9aadd9628c72","status":"passed","time":{"start":1710166891543,"stop":1710166891543,"duration":0}},{"uid":"33af9f0ef6a06e84","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/33af9f0ef6a06e84","status":"passed","time":{"start":1710167051945,"stop":1710167051945,"duration":0}},{"uid":"b5740805b91e0fa4","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b5740805b91e0fa4","status":"passed","time":{"start":1710166179964,"stop":1710166179965,"duration":1}},{"uid":"f02bdcd8b2c7b0ea","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f02bdcd8b2c7b0ea","status":"passed","time":{"start":1710164405443,"stop":1710164405444,"duration":1}},{"uid":"4ce6612cbbac2897","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4ce6612cbbac2897","status":"passed","time":{"start":1710163557198,"stop":1710163557201,"duration":3}},{"uid":"d1db00255813b6bd","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/d1db00255813b6bd","status":"passed","time":{"start":1710163418944,"stop":1710163418945,"duration":1}},{"uid":"609b85e4570f3591","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/609b85e4570f3591","status":"passed","time":{"start":1710155480026,"stop":1710155480026,"duration":0}},{"uid":"e95918bfb465c188","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e95918bfb465c188","status":"passed","time":{"start":1710154677905,"stop":1710154677910,"duration":5}},{"uid":"46b65911f2bda591","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/46b65911f2bda591","status":"passed","time":{"start":1710154316262,"stop":1710154316262,"duration":0}},{"uid":"c20f5d44f0ca0cee","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c20f5d44f0ca0cee","status":"passed","time":{"start":1710102325460,"stop":1710102325460,"duration":0}},{"uid":"268030eae0b5d40b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/268030eae0b5d40b","status":"passed","time":{"start":1710080529727,"stop":1710080529727,"duration":0}}]},"tags":[]},"source":"6ee831ba2455214a.json","parameterValues":[]} \ No newline at end of file +{"uid":"29a6a7bbf70834a9","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":1710307950770,"stop":1710307950772,"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":"2ff27dd2aca6d39c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ff27dd2aca6d39c","status":"passed","time":{"start":1710306844173,"stop":1710306844173,"duration":0}},{"uid":"9cf18aece570904b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9cf18aece570904b","status":"passed","time":{"start":1710287049795,"stop":1710287049796,"duration":1}},{"uid":"95f4c8806979d5b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95f4c8806979d5b9","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"tags":[]},"source":"29a6a7bbf70834a9.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/85cd65d4cd561772.json b/6685/data/test-cases/2a4c7ac96055abc2.json similarity index 81% rename from 6651/data/test-cases/85cd65d4cd561772.json rename to 6685/data/test-cases/2a4c7ac96055abc2.json index d1fcf0d219b..c14f3282a5f 100644 --- a/6651/data/test-cases/85cd65d4cd561772.json +++ b/6685/data/test-cases/2a4c7ac96055abc2.json @@ -1 +1 @@ -{"uid":"85cd65d4cd561772","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":1710205335163,"stop":1710205335163,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"3ea6fe2afe5e5fe7","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3ea6fe2afe5e5fe7","status":"passed","time":{"start":1710205224526,"stop":1710205224526,"duration":0}},{"uid":"84fc8ffbdadbcfcb","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/84fc8ffbdadbcfcb","status":"passed","time":{"start":1710205109090,"stop":1710205109090,"duration":0}},{"uid":"d3cad977a417cc4b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d3cad977a417cc4b","status":"passed","time":{"start":1710204865559,"stop":1710204865559,"duration":0}},{"uid":"2de38562a13d9f23","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2de38562a13d9f23","status":"passed","time":{"start":1710203577242,"stop":1710203577243,"duration":1}},{"uid":"7916ebbd941ab0f4","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7916ebbd941ab0f4","status":"passed","time":{"start":1710200067257,"stop":1710200067257,"duration":0}},{"uid":"4173cf39f0972bd8","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4173cf39f0972bd8","status":"passed","time":{"start":1710199972411,"stop":1710199972411,"duration":0}},{"uid":"63b41b0ac5232a7f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/63b41b0ac5232a7f","status":"passed","time":{"start":1710197502503,"stop":1710197502504,"duration":1}},{"uid":"568f5ffb853b90c6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/568f5ffb853b90c6","status":"passed","time":{"start":1710168342013,"stop":1710168342013,"duration":0}},{"uid":"cf8f1461d0dfd93a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/cf8f1461d0dfd93a","status":"passed","time":{"start":1710167568838,"stop":1710167568838,"duration":0}},{"uid":"57c5ed41c430c32a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/57c5ed41c430c32a","status":"passed","time":{"start":1710167665521,"stop":1710167665522,"duration":1}},{"uid":"db8883b6247b4130","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/db8883b6247b4130","status":"passed","time":{"start":1710166795575,"stop":1710166795576,"duration":1}},{"uid":"e3d52f5c7a9081ec","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e3d52f5c7a9081ec","status":"passed","time":{"start":1710165026139,"stop":1710165026140,"duration":1}},{"uid":"4a561cae7d3a504f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4a561cae7d3a504f","status":"passed","time":{"start":1710164176723,"stop":1710164176723,"duration":0}},{"uid":"a7972e745113c4eb","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a7972e745113c4eb","status":"passed","time":{"start":1710164039996,"stop":1710164039997,"duration":1}},{"uid":"8118a3a2c827b30b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8118a3a2c827b30b","status":"passed","time":{"start":1710156088909,"stop":1710156088909,"duration":0}},{"uid":"6d2f481101468e5a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6d2f481101468e5a","status":"passed","time":{"start":1710155298421,"stop":1710155298421,"duration":0}},{"uid":"79230154377e473","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/79230154377e473","status":"passed","time":{"start":1710154928205,"stop":1710154928205,"duration":0}},{"uid":"22d8698e6a1b6ff5","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/22d8698e6a1b6ff5","status":"passed","time":{"start":1710102939232,"stop":1710102939232,"duration":0}},{"uid":"3a7c8caf2109b05","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3a7c8caf2109b05","status":"passed","time":{"start":1710081135428,"stop":1710081135428,"duration":0}},{"uid":"3b9dd5457f8d2221","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3b9dd5457f8d2221","status":"passed","time":{"start":1710024806431,"stop":1710024806431,"duration":0}}]},"tags":[]},"source":"85cd65d4cd561772.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a4c7ac96055abc2","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":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"6dab49c42effd416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6dab49c42effd416","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"7e3c35244d021ceb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e3c35244d021ceb","status":"passed","time":{"start":1710287674921,"stop":1710287674921,"duration":0}},{"uid":"d5961e09ff47ebd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5961e09ff47ebd1","status":"passed","time":{"start":1710284934082,"stop":1710284934082,"duration":0}}]},"tags":[]},"source":"2a4c7ac96055abc2.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/308b615c8e38ab4e.json b/6685/data/test-cases/2a6d9e9653fbc5be.json similarity index 52% rename from 6651/data/test-cases/308b615c8e38ab4e.json rename to 6685/data/test-cases/2a6d9e9653fbc5be.json index 9cc2cd2cf2c..3a230237157 100644 --- a/6651/data/test-cases/308b615c8e38ab4e.json +++ b/6685/data/test-cases/2a6d9e9653fbc5be.json @@ -1 +1 @@ -{"uid":"308b615c8e38ab4e","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204735366,"stop":1710204735367,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"8886f5a3c15e0f3b","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/8886f5a3c15e0f3b","status":"passed","time":{"start":1710205319979,"stop":1710205319979,"duration":0}},{"uid":"c24bea2708978492","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c24bea2708978492","status":"passed","time":{"start":1710204635824,"stop":1710204635829,"duration":5}},{"uid":"3abde64171438a1a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3abde64171438a1a","status":"passed","time":{"start":1710204521118,"stop":1710204521118,"duration":0}},{"uid":"e438f4ca825339cb","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e438f4ca825339cb","status":"passed","time":{"start":1710204277067,"stop":1710204277067,"duration":0}},{"uid":"e8c8837ecdadeebc","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e8c8837ecdadeebc","status":"passed","time":{"start":1710203002593,"stop":1710203002593,"duration":0}},{"uid":"ad6d2ab17ef082ea","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ad6d2ab17ef082ea","status":"passed","time":{"start":1710199486132,"stop":1710199486133,"duration":1}},{"uid":"43a7a5f444d8fced","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/43a7a5f444d8fced","status":"passed","time":{"start":1710199383484,"stop":1710199383485,"duration":1}},{"uid":"5fe0df7ed2dc4038","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5fe0df7ed2dc4038","status":"passed","time":{"start":1710196920114,"stop":1710196920115,"duration":1}},{"uid":"53c738ef7dfabf3","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/53c738ef7dfabf3","status":"passed","time":{"start":1710167736498,"stop":1710167736499,"duration":1}},{"uid":"be4b64307bc6e9c3","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/be4b64307bc6e9c3","status":"passed","time":{"start":1710166917306,"stop":1710166917307,"duration":1}},{"uid":"2010a15d27e0b6b9","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2010a15d27e0b6b9","status":"passed","time":{"start":1710167079843,"stop":1710167079843,"duration":0}},{"uid":"18f32f1bbaffbb68","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/18f32f1bbaffbb68","status":"passed","time":{"start":1710166208118,"stop":1710166208118,"duration":0}},{"uid":"c66ece9b949fd0af","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c66ece9b949fd0af","status":"passed","time":{"start":1710164434218,"stop":1710164434219,"duration":1}},{"uid":"937955175b5fad9d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/937955175b5fad9d","status":"passed","time":{"start":1710163587842,"stop":1710163587842,"duration":0}},{"uid":"4d118323d204d005","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4d118323d204d005","status":"passed","time":{"start":1710163441161,"stop":1710163441161,"duration":0}},{"uid":"684d4f4ee6a387f7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/684d4f4ee6a387f7","status":"passed","time":{"start":1710155508715,"stop":1710155508716,"duration":1}},{"uid":"c293a12ae8f8fc9e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c293a12ae8f8fc9e","status":"passed","time":{"start":1710154702835,"stop":1710154702835,"duration":0}},{"uid":"eb007f04a4d52f72","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/eb007f04a4d52f72","status":"passed","time":{"start":1710154336638,"stop":1710154336638,"duration":0}},{"uid":"a6b30c6644120121","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a6b30c6644120121","status":"passed","time":{"start":1710102353943,"stop":1710102353945,"duration":2}},{"uid":"e8ab9eec6e61825e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e8ab9eec6e61825e","status":"passed","time":{"start":1710080558372,"stop":1710080558372,"duration":0}}]},"tags":[]},"source":"308b615c8e38ab4e.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a6d9e9653fbc5be","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307980882,"stop":1710307980882,"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":"e8338061c3675c3d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8338061c3675c3d","status":"passed","time":{"start":1710306873746,"stop":1710306873746,"duration":0}},{"uid":"3550f10911eb2de9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3550f10911eb2de9","status":"passed","time":{"start":1710287079743,"stop":1710287079743,"duration":0}},{"uid":"130c57ccd53ac01d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/130c57ccd53ac01d","status":"passed","time":{"start":1710284342265,"stop":1710284342266,"duration":1}}]},"tags":[]},"source":"2a6d9e9653fbc5be.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/7e8bf082454a0e0b.json b/6685/data/test-cases/2a6f8ab7d4dd4e62.json similarity index 81% rename from 6651/data/test-cases/7e8bf082454a0e0b.json rename to 6685/data/test-cases/2a6f8ab7d4dd4e62.json index bfc803629d7..a154ec261ca 100644 --- a/6651/data/test-cases/7e8bf082454a0e0b.json +++ b/6685/data/test-cases/2a6f8ab7d4dd4e62.json @@ -1 +1 @@ -{"uid":"7e8bf082454a0e0b","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":1710205335162,"stop":1710205335162,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"73ce93b60edb0fae","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/73ce93b60edb0fae","status":"passed","time":{"start":1710205224525,"stop":1710205224525,"duration":0}},{"uid":"e1b737b7cd6bf155","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e1b737b7cd6bf155","status":"passed","time":{"start":1710205109089,"stop":1710205109089,"duration":0}},{"uid":"5fc38e1bb20a818","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5fc38e1bb20a818","status":"passed","time":{"start":1710204865558,"stop":1710204865559,"duration":1}},{"uid":"8e8758400468c0b9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8e8758400468c0b9","status":"passed","time":{"start":1710203577242,"stop":1710203577242,"duration":0}},{"uid":"43f4a12a51daffe0","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/43f4a12a51daffe0","status":"passed","time":{"start":1710200067256,"stop":1710200067256,"duration":0}},{"uid":"b6679ed890b1830c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b6679ed890b1830c","status":"passed","time":{"start":1710199972410,"stop":1710199972410,"duration":0}},{"uid":"c86c57e68ed4b484","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c86c57e68ed4b484","status":"passed","time":{"start":1710197502502,"stop":1710197502502,"duration":0}},{"uid":"f8e7786837b309f0","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f8e7786837b309f0","status":"passed","time":{"start":1710168342012,"stop":1710168342012,"duration":0}},{"uid":"5b56333e45d74e6e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5b56333e45d74e6e","status":"passed","time":{"start":1710167568836,"stop":1710167568837,"duration":1}},{"uid":"dd7d58889fba9e8f","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/dd7d58889fba9e8f","status":"passed","time":{"start":1710167665520,"stop":1710167665520,"duration":0}},{"uid":"314e40245c6405ca","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/314e40245c6405ca","status":"passed","time":{"start":1710166795574,"stop":1710166795575,"duration":1}},{"uid":"825b8f054af79925","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/825b8f054af79925","status":"passed","time":{"start":1710165026139,"stop":1710165026139,"duration":0}},{"uid":"3727bd11b332251f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3727bd11b332251f","status":"passed","time":{"start":1710164176721,"stop":1710164176722,"duration":1}},{"uid":"428e83b741cbf064","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/428e83b741cbf064","status":"passed","time":{"start":1710164039995,"stop":1710164039996,"duration":1}},{"uid":"5fb818700adbdbf5","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/5fb818700adbdbf5","status":"passed","time":{"start":1710156088908,"stop":1710156088909,"duration":1}},{"uid":"af8291f2e8899948","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/af8291f2e8899948","status":"passed","time":{"start":1710155298420,"stop":1710155298420,"duration":0}},{"uid":"a2fd44c348f1638b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a2fd44c348f1638b","status":"passed","time":{"start":1710154928204,"stop":1710154928204,"duration":0}},{"uid":"363309ba1a456b24","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/363309ba1a456b24","status":"passed","time":{"start":1710102939231,"stop":1710102939231,"duration":0}},{"uid":"bea1860b283d25d4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bea1860b283d25d4","status":"passed","time":{"start":1710081135427,"stop":1710081135427,"duration":0}},{"uid":"1b50d1e319c0251a","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1b50d1e319c0251a","status":"passed","time":{"start":1710024806430,"stop":1710024806431,"duration":1}}]},"tags":[]},"source":"7e8bf082454a0e0b.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a6f8ab7d4dd4e62","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":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"fc4862740fcb3439","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc4862740fcb3439","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"d6995905515290cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d6995905515290cf","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"7239c06508767d0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7239c06508767d0c","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"tags":[]},"source":"2a6f8ab7d4dd4e62.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/213636443382e088.json b/6685/data/test-cases/2a8d234c63eecf70.json similarity index 85% rename from 6651/data/test-cases/213636443382e088.json rename to 6685/data/test-cases/2a8d234c63eecf70.json index 83e1304a82e..c3739741381 100644 --- a/6651/data/test-cases/213636443382e088.json +++ b/6685/data/test-cases/2a8d234c63eecf70.json @@ -1 +1 @@ -{"uid":"213636443382e088","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":1710205233008,"stop":1710205233009,"duration":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":72,"unknown":0,"total":72},"items":[{"uid":"feac3ff0dca6ae8e","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/feac3ff0dca6ae8e","status":"passed","time":{"start":1710205120348,"stop":1710205120349,"duration":1}},{"uid":"4bdbd394264083b1","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4bdbd394264083b1","status":"passed","time":{"start":1710205004855,"stop":1710205004855,"duration":0}},{"uid":"f6fd5c29b8faa590","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f6fd5c29b8faa590","status":"passed","time":{"start":1710204772088,"stop":1710204772088,"duration":0}},{"uid":"3fef45937761fac9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3fef45937761fac9","status":"passed","time":{"start":1710203476061,"stop":1710203476061,"duration":0}},{"uid":"f17ed402030ae6e3","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f17ed402030ae6e3","status":"passed","time":{"start":1710199958109,"stop":1710199958109,"duration":0}},{"uid":"edb0101046f13262","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/edb0101046f13262","status":"passed","time":{"start":1710199882634,"stop":1710199882634,"duration":0}},{"uid":"dae95be4a7bbb40f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/dae95be4a7bbb40f","status":"passed","time":{"start":1710197397384,"stop":1710197397385,"duration":1}},{"uid":"742c7a61611b9048","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/742c7a61611b9048","status":"passed","time":{"start":1710168235137,"stop":1710168235138,"duration":1}},{"uid":"62fe71e95ae89720","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/62fe71e95ae89720","status":"passed","time":{"start":1710167420277,"stop":1710167420277,"duration":0}},{"uid":"732864fb0c72dd6a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/732864fb0c72dd6a","status":"passed","time":{"start":1710167568728,"stop":1710167568728,"duration":0}},{"uid":"bfdec23727bb3479","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/bfdec23727bb3479","status":"passed","time":{"start":1710166701483,"stop":1710166701483,"duration":0}},{"uid":"93ad61f58e18ee0f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/93ad61f58e18ee0f","status":"passed","time":{"start":1710164929238,"stop":1710164929239,"duration":1}},{"uid":"7a70ddc598cf0614","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7a70ddc598cf0614","status":"passed","time":{"start":1710164078402,"stop":1710164078402,"duration":0}},{"uid":"37018bd8d970b04b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/37018bd8d970b04b","status":"passed","time":{"start":1710163927082,"stop":1710163927084,"duration":2}},{"uid":"d4b3df442f1725a9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d4b3df442f1725a9","status":"passed","time":{"start":1710155986294,"stop":1710155986295,"duration":1}},{"uid":"f9af16934bed4971","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f9af16934bed4971","status":"passed","time":{"start":1710155212565,"stop":1710155212566,"duration":1}},{"uid":"b15f65b874ba162d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b15f65b874ba162d","status":"passed","time":{"start":1710154813481,"stop":1710154813481,"duration":0}},{"uid":"77d5d09afade8064","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/77d5d09afade8064","status":"passed","time":{"start":1710102845326,"stop":1710102845327,"duration":1}},{"uid":"b55eda9423fc7107","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b55eda9423fc7107","status":"passed","time":{"start":1710081043184,"stop":1710081043184,"duration":0}},{"uid":"ea570e9be5e9876a","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ea570e9be5e9876a","status":"passed","time":{"start":1710024705795,"stop":1710024705795,"duration":0}}]},"tags":[]},"source":"213636443382e088.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a8d234c63eecf70","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":1710308463691,"stop":1710308463692,"duration":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":"5684ba704a01bc4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5684ba704a01bc4a","status":"passed","time":{"start":1710307358462,"stop":1710307358463,"duration":1}},{"uid":"3be4513e38232d9b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3be4513e38232d9b","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"988ed03192f25e8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/988ed03192f25e8d","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"tags":[]},"source":"2a8d234c63eecf70.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2aa78ba7033620f1.json b/6685/data/test-cases/2aa78ba7033620f1.json new file mode 100644 index 00000000000..2981a96fd0b --- /dev/null +++ b/6685/data/test-cases/2aa78ba7033620f1.json @@ -0,0 +1 @@ +{"uid":"2aa78ba7033620f1","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":1710308572943,"stop":1710308572944,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"83de1c0272cb2338","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83de1c0272cb2338","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"bd646075682702fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd646075682702fc","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"d13a7f38e8ea1414","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d13a7f38e8ea1414","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"tags":[]},"source":"2aa78ba7033620f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/173bfc20748f53ea.json b/6685/data/test-cases/2ab136ebe35cb252.json similarity index 53% rename from 6651/data/test-cases/173bfc20748f53ea.json rename to 6685/data/test-cases/2ab136ebe35cb252.json index 576e86ee768..405b48911a3 100644 --- a/6651/data/test-cases/173bfc20748f53ea.json +++ b/6685/data/test-cases/2ab136ebe35cb252.json @@ -1 +1 @@ -{"uid":"173bfc20748f53ea","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":1710205227766,"stop":1710205227766,"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":73,"unknown":0,"total":73},"items":[{"uid":"f81cf16035559103","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f81cf16035559103","status":"passed","time":{"start":1710205126014,"stop":1710205126015,"duration":1}},{"uid":"ed730834af428483","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ed730834af428483","status":"passed","time":{"start":1710205014934,"stop":1710205014936,"duration":2}},{"uid":"e378b4bbbdfe0aea","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e378b4bbbdfe0aea","status":"passed","time":{"start":1710204755787,"stop":1710204755787,"duration":0}},{"uid":"a01eb0e5ced908fa","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/a01eb0e5ced908fa","status":"passed","time":{"start":1710203470150,"stop":1710203470150,"duration":0}},{"uid":"e1ad09b57f4ca1c8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e1ad09b57f4ca1c8","status":"passed","time":{"start":1710199963489,"stop":1710199963489,"duration":0}},{"uid":"556aded322cc69fc","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/556aded322cc69fc","status":"passed","time":{"start":1710199857543,"stop":1710199857543,"duration":0}},{"uid":"a2ac3fe33835c5f0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a2ac3fe33835c5f0","status":"passed","time":{"start":1710197420066,"stop":1710197420067,"duration":1}},{"uid":"4bbe7387d38ce195","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4bbe7387d38ce195","status":"passed","time":{"start":1710168234023,"stop":1710168234024,"duration":1}},{"uid":"8cbfe057641751f6","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8cbfe057641751f6","status":"passed","time":{"start":1710167536305,"stop":1710167536306,"duration":1}},{"uid":"7d7c97d738fb47c5","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7d7c97d738fb47c5","status":"passed","time":{"start":1710167552778,"stop":1710167552779,"duration":1}},{"uid":"6427b1263e1664d8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6427b1263e1664d8","status":"passed","time":{"start":1710166684444,"stop":1710166684445,"duration":1}},{"uid":"385b33351cbef27b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/385b33351cbef27b","status":"passed","time":{"start":1710164921944,"stop":1710164921944,"duration":0}},{"uid":"989d147170b80643","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/989d147170b80643","status":"passed","time":{"start":1710164068075,"stop":1710164068075,"duration":0}},{"uid":"7fce43e0a8901d4e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/7fce43e0a8901d4e","status":"passed","time":{"start":1710163928803,"stop":1710163928803,"duration":0}},{"uid":"17773f79826bcd4e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/17773f79826bcd4e","status":"passed","time":{"start":1710155981054,"stop":1710155981055,"duration":1}},{"uid":"243096a59fc330d2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/243096a59fc330d2","status":"passed","time":{"start":1710155187856,"stop":1710155187856,"duration":0}},{"uid":"2968b96187371499","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/2968b96187371499","status":"passed","time":{"start":1710154858418,"stop":1710154858418,"duration":0}},{"uid":"f0a70896783bd871","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f0a70896783bd871","status":"passed","time":{"start":1710102828518,"stop":1710102828518,"duration":0}},{"uid":"7f968a47ae0819b6","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7f968a47ae0819b6","status":"passed","time":{"start":1710081029462,"stop":1710081029462,"duration":0}},{"uid":"ce0382f11f44ffdd","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ce0382f11f44ffdd","status":"passed","time":{"start":1710024696745,"stop":1710024696746,"duration":1}}]},"tags":[]},"source":"173bfc20748f53ea.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ab136ebe35cb252","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":1710308481019,"stop":1710308481020,"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":"e7188045e91edf61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7188045e91edf61","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"b7b8030af73bbcd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7b8030af73bbcd3","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"532f1551aa569e9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/532f1551aa569e9a","status":"passed","time":{"start":1710284826091,"stop":1710284826092,"duration":1}}]},"tags":[]},"source":"2ab136ebe35cb252.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2c7241dbe1309464.json b/6685/data/test-cases/2c7241dbe1309464.json new file mode 100644 index 00000000000..c0779872a14 --- /dev/null +++ b/6685/data/test-cases/2c7241dbe1309464.json @@ -0,0 +1 @@ +{"uid":"2c7241dbe1309464","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":1710308092702,"stop":1710308092702,"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":"ff1bbf3637d18d55","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff1bbf3637d18d55","status":"passed","time":{"start":1710306981506,"stop":1710306981507,"duration":1}},{"uid":"9c646c804e7e08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9c646c804e7e08","status":"passed","time":{"start":1710287198124,"stop":1710287198124,"duration":0}},{"uid":"c096298602fc1c8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c096298602fc1c8d","status":"passed","time":{"start":1710284459997,"stop":1710284459998,"duration":1}}]},"tags":[]},"source":"2c7241dbe1309464.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/878f7fb1336bcfcc.json b/6685/data/test-cases/2d476eb80a9e8d30.json similarity index 85% rename from 6651/data/test-cases/878f7fb1336bcfcc.json rename to 6685/data/test-cases/2d476eb80a9e8d30.json index c2a9974f994..f1e7709de1d 100644 --- a/6651/data/test-cases/878f7fb1336bcfcc.json +++ b/6685/data/test-cases/2d476eb80a9e8d30.json @@ -1 +1 @@ -{"uid":"878f7fb1336bcfcc","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":1710205233009,"stop":1710205233009,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"4384fee969ea079","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4384fee969ea079","status":"passed","time":{"start":1710205120349,"stop":1710205120349,"duration":0}},{"uid":"cb2620cdaa27c62a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/cb2620cdaa27c62a","status":"passed","time":{"start":1710205004856,"stop":1710205004856,"duration":0}},{"uid":"aa68eb3272d6bb32","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/aa68eb3272d6bb32","status":"passed","time":{"start":1710204772088,"stop":1710204772089,"duration":1}},{"uid":"77b4b606eb99a0a1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/77b4b606eb99a0a1","status":"passed","time":{"start":1710203476062,"stop":1710203476062,"duration":0}},{"uid":"183825115048b171","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/183825115048b171","status":"passed","time":{"start":1710199958110,"stop":1710199958110,"duration":0}},{"uid":"734772fdf4d10fc6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/734772fdf4d10fc6","status":"passed","time":{"start":1710199882634,"stop":1710199882636,"duration":2}},{"uid":"d035587fc963b670","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/d035587fc963b670","status":"passed","time":{"start":1710197397385,"stop":1710197397385,"duration":0}},{"uid":"4cb486d574cd1841","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4cb486d574cd1841","status":"passed","time":{"start":1710168235138,"stop":1710168235139,"duration":1}},{"uid":"ed6bb5a47d755e27","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ed6bb5a47d755e27","status":"passed","time":{"start":1710167420277,"stop":1710167420277,"duration":0}},{"uid":"76ab9bd42ed13cf3","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/76ab9bd42ed13cf3","status":"passed","time":{"start":1710167568729,"stop":1710167568729,"duration":0}},{"uid":"a05885d03d634d1","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/a05885d03d634d1","status":"passed","time":{"start":1710166701484,"stop":1710166701484,"duration":0}},{"uid":"115bbc4522ff1516","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/115bbc4522ff1516","status":"passed","time":{"start":1710164929239,"stop":1710164929239,"duration":0}},{"uid":"9f57b566df544c00","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9f57b566df544c00","status":"passed","time":{"start":1710164078402,"stop":1710164078403,"duration":1}},{"uid":"61a225cb825c5100","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/61a225cb825c5100","status":"passed","time":{"start":1710163927084,"stop":1710163927085,"duration":1}},{"uid":"9199e08609f7eba2","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9199e08609f7eba2","status":"passed","time":{"start":1710155986295,"stop":1710155986296,"duration":1}},{"uid":"3bfaeac41fe45536","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3bfaeac41fe45536","status":"passed","time":{"start":1710155212566,"stop":1710155212566,"duration":0}},{"uid":"b8a44bf7a6c2ee20","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b8a44bf7a6c2ee20","status":"passed","time":{"start":1710154813481,"stop":1710154813481,"duration":0}},{"uid":"396bd23ede91be3d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/396bd23ede91be3d","status":"passed","time":{"start":1710102845327,"stop":1710102845327,"duration":0}},{"uid":"f6a13b9967aa1a5b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f6a13b9967aa1a5b","status":"passed","time":{"start":1710081043184,"stop":1710081043185,"duration":1}},{"uid":"1dbc26bf68aaf68e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1dbc26bf68aaf68e","status":"passed","time":{"start":1710024705795,"stop":1710024705805,"duration":10}}]},"tags":[]},"source":"878f7fb1336bcfcc.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d476eb80a9e8d30","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":1710308463692,"stop":1710308463692,"duration":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":"9d054ecd1d11d4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d054ecd1d11d4dc","status":"passed","time":{"start":1710307358463,"stop":1710307358463,"duration":0}},{"uid":"f3691254b0bf8e31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3691254b0bf8e31","status":"passed","time":{"start":1710287569254,"stop":1710287569254,"duration":0}},{"uid":"380b6055b7b68f08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/380b6055b7b68f08","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"tags":[]},"source":"2d476eb80a9e8d30.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2d4c02a12b563389.json b/6685/data/test-cases/2d4c02a12b563389.json new file mode 100644 index 00000000000..2cfa841a7ad --- /dev/null +++ b/6685/data/test-cases/2d4c02a12b563389.json @@ -0,0 +1 @@ +{"uid":"2d4c02a12b563389","name":"can dial TLS multiaddrs","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > can dial TLS multiaddrs","historyId":"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"multiaddr: dialing\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"multiaddr: dialing"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b114d1fd05a985f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b114d1fd05a985f3","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"838e355937fd0c7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/838e355937fd0c7e","status":"passed","time":{"start":1710287304928,"stop":1710287304929,"duration":1}},{"uid":"bd3c26bb94c5076c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bd3c26bb94c5076c","status":"passed","time":{"start":1710284567109,"stop":1710284567110,"duration":1}}]},"tags":[]},"source":"2d4c02a12b563389.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/168c5a500b700ca6.json b/6685/data/test-cases/2df243e0b95a8cf7.json similarity index 80% rename from 6651/data/test-cases/168c5a500b700ca6.json rename to 6685/data/test-cases/2df243e0b95a8cf7.json index 65069368d82..330498847b8 100644 --- a/6651/data/test-cases/168c5a500b700ca6.json +++ b/6685/data/test-cases/2df243e0b95a8cf7.json @@ -1 +1 @@ -{"uid":"168c5a500b700ca6","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":1710204945834,"stop":1710204945835,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"4f45587685173ee7","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4f45587685173ee7","status":"passed","time":{"start":1710204830281,"stop":1710204830281,"duration":0}},{"uid":"337b91fa5c2e1426","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/337b91fa5c2e1426","status":"passed","time":{"start":1710204732999,"stop":1710204733000,"duration":1}},{"uid":"463d5ba31aa89254","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/463d5ba31aa89254","status":"passed","time":{"start":1710204477751,"stop":1710204477752,"duration":1}},{"uid":"ab4acfd57b1683f0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ab4acfd57b1683f0","status":"passed","time":{"start":1710203199461,"stop":1710203199461,"duration":0}},{"uid":"5c3c50cc1267eb3","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5c3c50cc1267eb3","status":"passed","time":{"start":1710199697801,"stop":1710199697802,"duration":1}},{"uid":"8dacc0cf6096603c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8dacc0cf6096603c","status":"passed","time":{"start":1710199591739,"stop":1710199591740,"duration":1}},{"uid":"8cff56eafcec930d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8cff56eafcec930d","status":"passed","time":{"start":1710197131772,"stop":1710197131772,"duration":0}},{"uid":"8f345c84634f178c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8f345c84634f178c","status":"passed","time":{"start":1710167952563,"stop":1710167952564,"duration":1}},{"uid":"239807bca48e348a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/239807bca48e348a","status":"passed","time":{"start":1710167221538,"stop":1710167221539,"duration":1}},{"uid":"341cb5581ba6020d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/341cb5581ba6020d","status":"passed","time":{"start":1710167283367,"stop":1710167283368,"duration":1}},{"uid":"b8bffbafd6df2f7b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b8bffbafd6df2f7b","status":"passed","time":{"start":1710166420476,"stop":1710166420476,"duration":0}},{"uid":"7ffe0ca4343f82fa","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7ffe0ca4343f82fa","status":"passed","time":{"start":1710164634561,"stop":1710164634561,"duration":0}},{"uid":"495a19c4ce60f470","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/495a19c4ce60f470","status":"passed","time":{"start":1710163791780,"stop":1710163791781,"duration":1}},{"uid":"2524de4ce7b75f94","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2524de4ce7b75f94","status":"passed","time":{"start":1710163655784,"stop":1710163655785,"duration":1}},{"uid":"15d90d30b20a1d1e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/15d90d30b20a1d1e","status":"passed","time":{"start":1710155712304,"stop":1710155712305,"duration":1}},{"uid":"70a0814e3a9d026f","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/70a0814e3a9d026f","status":"passed","time":{"start":1710154919620,"stop":1710154919622,"duration":2}},{"uid":"685fb5b5a46fbec6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/685fb5b5a46fbec6","status":"passed","time":{"start":1710154537128,"stop":1710154537129,"duration":1}},{"uid":"3ac2aca304b13f1e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3ac2aca304b13f1e","status":"passed","time":{"start":1710102560646,"stop":1710102560647,"duration":1}},{"uid":"3a860d31722420a9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3a860d31722420a9","status":"passed","time":{"start":1710080763683,"stop":1710080763683,"duration":0}},{"uid":"3b52c9146e4e9057","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3b52c9146e4e9057","status":"passed","time":{"start":1710024433712,"stop":1710024433712,"duration":0}}]},"tags":[]},"source":"168c5a500b700ca6.json","parameterValues":[]} \ No newline at end of file +{"uid":"2df243e0b95a8cf7","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":1710308192911,"stop":1710308192912,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8d08b00f985b7667","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d08b00f985b7667","status":"passed","time":{"start":1710307078636,"stop":1710307078636,"duration":0}},{"uid":"cc2d1fd90276a00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc2d1fd90276a00","status":"passed","time":{"start":1710287281978,"stop":1710287281979,"duration":1}},{"uid":"9c63d4608426f8a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c63d4608426f8a0","status":"passed","time":{"start":1710284550742,"stop":1710284550742,"duration":0}}]},"tags":[]},"source":"2df243e0b95a8cf7.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4be59b595b38413b.json b/6685/data/test-cases/2e03f34bef5cb825.json similarity index 96% rename from 6651/data/test-cases/4be59b595b38413b.json rename to 6685/data/test-cases/2e03f34bef5cb825.json index 8daa34c932c..bb0891d3d7e 100644 --- a/6651/data/test-cases/4be59b595b38413b.json +++ b/6685/data/test-cases/2e03f34bef5cb825.json @@ -1 +1 @@ -{"uid":"4be59b595b38413b","name":"Publish message with custom timestamp: Mon Mar 11 2024 23:58:19 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Mon Mar 11 2024 23:58:19 GMT+0000 (Coordinated Universal Time)","historyId":"b2c2618458804e0510f4f66269584c64:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205115574,"stop":1710205115574,"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":"4be59b595b38413b.json","parameterValues":[]} \ No newline at end of file +{"uid":"2e03f34bef5cb825","name":"Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","historyId":"da99875ff8b4fc8c371b8222679a7299:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308366481,"stop":1710308366481,"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":"2e03f34bef5cb825.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2e975ef6965267ab.json b/6685/data/test-cases/2e975ef6965267ab.json new file mode 100644 index 00000000000..2551c87dbd0 --- /dev/null +++ b/6685/data/test-cases/2e975ef6965267ab.json @@ -0,0 +1 @@ +{"uid":"2e975ef6965267ab","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":1710307898611,"stop":1710307898611,"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":"ce73317efe78552f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce73317efe78552f","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"7c77d92b91ad7cae","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c77d92b91ad7cae","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"c83b3951b62bf87b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c83b3951b62bf87b","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"tags":[]},"source":"2e975ef6965267ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2ef6733b37ed9b89.json b/6685/data/test-cases/2ef6733b37ed9b89.json new file mode 100644 index 00000000000..5b00e71f050 --- /dev/null +++ b/6685/data/test-cases/2ef6733b37ed9b89.json @@ -0,0 +1 @@ +{"uid":"2ef6733b37ed9b89","name":"should decode valid enr successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr successfully","historyId":"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898597,"stop":1710307898598,"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":"3e436814900e88dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e436814900e88dd","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"367d3448cf93bd08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367d3448cf93bd08","status":"passed","time":{"start":1710286996966,"stop":1710286996966,"duration":0}},{"uid":"7fe427dae3d4e581","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe427dae3d4e581","status":"passed","time":{"start":1710284259601,"stop":1710284259601,"duration":0}}]},"tags":[]},"source":"2ef6733b37ed9b89.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2f031c494248cbf8.json b/6685/data/test-cases/2f031c494248cbf8.json new file mode 100644 index 00000000000..6e0d01f37f1 --- /dev/null +++ b/6685/data/test-cases/2f031c494248cbf8.json @@ -0,0 +1 @@ +{"uid":"2f031c494248cbf8","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":1710308167158,"stop":1710308167158,"duration":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":"3559c6fbc13d9ea7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3559c6fbc13d9ea7","status":"passed","time":{"start":1710307045661,"stop":1710307045661,"duration":0}},{"uid":"bb40599a25df254b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb40599a25df254b","status":"passed","time":{"start":1710287245609,"stop":1710287245611,"duration":2}},{"uid":"b4c624ec20cd9904","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4c624ec20cd9904","status":"passed","time":{"start":1710284503142,"stop":1710284503143,"duration":1}}]},"tags":[]},"source":"2f031c494248cbf8.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/13537e1c0149f5ff.json b/6685/data/test-cases/2f144ad72b15d34c.json similarity index 96% rename from 6651/data/test-cases/13537e1c0149f5ff.json rename to 6685/data/test-cases/2f144ad72b15d34c.json index e2aa27ab64b..a1f2e8eccd9 100644 --- a/6651/data/test-cases/13537e1c0149f5ff.json +++ b/6685/data/test-cases/2f144ad72b15d34c.json @@ -1 +1 @@ -{"uid":"13537e1c0149f5ff","name":"Check received message with timestamp: 1710204694466 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1710204694466 ","historyId":"64162a644dd96f51e7f335762c723da6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204847306,"stop":1710204847306,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.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":"13537e1c0149f5ff.json","parameterValues":[]} \ No newline at end of file +{"uid":"2f144ad72b15d34c","name":"Check received message with timestamp: 1710307940002 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1710307940002 ","historyId":"54018ae81955cd2c14f93470bd53a9e8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.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":"2f144ad72b15d34c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2f1cf38391dc2909.json b/6685/data/test-cases/2f1cf38391dc2909.json new file mode 100644 index 00000000000..ff5a7b5f647 --- /dev/null +++ b/6685/data/test-cases/2f1cf38391dc2909.json @@ -0,0 +1 @@ +{"uid":"2f1cf38391dc2909","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":1710307898598,"stop":1710307898598,"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":"3bb6826763ad5d28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3bb6826763ad5d28","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"18a33d13a5344ec4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18a33d13a5344ec4","status":"passed","time":{"start":1710286996966,"stop":1710286996967,"duration":1}},{"uid":"f859ea775eb07818","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f859ea775eb07818","status":"passed","time":{"start":1710284259601,"stop":1710284259602,"duration":1}}]},"tags":[]},"source":"2f1cf38391dc2909.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2f58b0d2296ef184.json b/6685/data/test-cases/2f58b0d2296ef184.json new file mode 100644 index 00000000000..0f16c41feb8 --- /dev/null +++ b/6685/data/test-cases/2f58b0d2296ef184.json @@ -0,0 +1 @@ +{"uid":"2f58b0d2296ef184","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":1710307898609,"stop":1710307898609,"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":"cb4bc72713037b38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4bc72713037b38","status":"passed","time":{"start":1710306791806,"stop":1710306791807,"duration":1}},{"uid":"81020ff15e355b40","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81020ff15e355b40","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"db47452fd827cc5b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db47452fd827cc5b","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"tags":[]},"source":"2f58b0d2296ef184.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e2d4deed5bb1a42e.json b/6685/data/test-cases/2f981f12526318e5.json similarity index 81% rename from 6651/data/test-cases/e2d4deed5bb1a42e.json rename to 6685/data/test-cases/2f981f12526318e5.json index 8ec90ec3dfe..3efa4f0dc22 100644 --- a/6651/data/test-cases/e2d4deed5bb1a42e.json +++ b/6685/data/test-cases/2f981f12526318e5.json @@ -1 +1 @@ -{"uid":"e2d4deed5bb1a42e","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":1710205335128,"stop":1710205335128,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"9dde5c0f8ec5fd31","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/9dde5c0f8ec5fd31","status":"passed","time":{"start":1710205224505,"stop":1710205224505,"duration":0}},{"uid":"47a6150fbb7fcb21","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/47a6150fbb7fcb21","status":"passed","time":{"start":1710205109070,"stop":1710205109071,"duration":1}},{"uid":"87d16a7ed7771ea0","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/87d16a7ed7771ea0","status":"passed","time":{"start":1710204865540,"stop":1710204865540,"duration":0}},{"uid":"5b1a0caeeaf191c9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5b1a0caeeaf191c9","status":"passed","time":{"start":1710203577224,"stop":1710203577224,"duration":0}},{"uid":"9a941a7effe5df2d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9a941a7effe5df2d","status":"passed","time":{"start":1710200067235,"stop":1710200067235,"duration":0}},{"uid":"a4866579cf1fdc37","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a4866579cf1fdc37","status":"passed","time":{"start":1710199972390,"stop":1710199972390,"duration":0}},{"uid":"b4799c81f342a1bc","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b4799c81f342a1bc","status":"passed","time":{"start":1710197502480,"stop":1710197502480,"duration":0}},{"uid":"cc91b90b2bbb781b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cc91b90b2bbb781b","status":"passed","time":{"start":1710168341993,"stop":1710168341994,"duration":1}},{"uid":"83193d6abdf143d2","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/83193d6abdf143d2","status":"passed","time":{"start":1710167568806,"stop":1710167568806,"duration":0}},{"uid":"614c7b3d0169f32e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/614c7b3d0169f32e","status":"passed","time":{"start":1710167665497,"stop":1710167665497,"duration":0}},{"uid":"32f508798c15abf2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/32f508798c15abf2","status":"passed","time":{"start":1710166795555,"stop":1710166795556,"duration":1}},{"uid":"18dc0db092a71cbd","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/18dc0db092a71cbd","status":"passed","time":{"start":1710165026117,"stop":1710165026117,"duration":0}},{"uid":"7cb29e47d744460d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7cb29e47d744460d","status":"passed","time":{"start":1710164176701,"stop":1710164176702,"duration":1}},{"uid":"4608231bf0e296e8","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4608231bf0e296e8","status":"passed","time":{"start":1710164039973,"stop":1710164039973,"duration":0}},{"uid":"f826b740868fb969","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f826b740868fb969","status":"passed","time":{"start":1710156088891,"stop":1710156088891,"duration":0}},{"uid":"24f0048f98fb0928","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/24f0048f98fb0928","status":"passed","time":{"start":1710155298398,"stop":1710155298399,"duration":1}},{"uid":"caf18e4abd24c220","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/caf18e4abd24c220","status":"passed","time":{"start":1710154928182,"stop":1710154928183,"duration":1}},{"uid":"8c73056a5ec9e338","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8c73056a5ec9e338","status":"passed","time":{"start":1710102939209,"stop":1710102939209,"duration":0}},{"uid":"993fdc0e677d9dde","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/993fdc0e677d9dde","status":"passed","time":{"start":1710081135407,"stop":1710081135407,"duration":0}},{"uid":"3e96136ce89f08b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3e96136ce89f08b","status":"passed","time":{"start":1710024806413,"stop":1710024806413,"duration":0}}]},"tags":[]},"source":"e2d4deed5bb1a42e.json","parameterValues":[]} \ No newline at end of file +{"uid":"2f981f12526318e5","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":1710308572931,"stop":1710308572931,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"b43ec45e5033e539","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b43ec45e5033e539","status":"passed","time":{"start":1710307465617,"stop":1710307465617,"duration":0}},{"uid":"35cfa17c8c4ffb16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35cfa17c8c4ffb16","status":"passed","time":{"start":1710287674895,"stop":1710287674896,"duration":1}},{"uid":"67638fb4cb7f4cfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67638fb4cb7f4cfd","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"tags":[]},"source":"2f981f12526318e5.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2f9f9eaf36e19be9.json b/6685/data/test-cases/2f9f9eaf36e19be9.json new file mode 100644 index 00000000000..383d61b2a9c --- /dev/null +++ b/6685/data/test-cases/2f9f9eaf36e19be9.json @@ -0,0 +1 @@ +{"uid":"2f9f9eaf36e19be9","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":1710308416730,"stop":1710308416731,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"937dd759a74f8879","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/937dd759a74f8879","status":"passed","time":{"start":1710307308636,"stop":1710307308637,"duration":1}},{"uid":"5774dfc1c690d9f2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5774dfc1c690d9f2","status":"passed","time":{"start":1710287509770,"stop":1710287509770,"duration":0}},{"uid":"b3f21f62acf03c9d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3f21f62acf03c9d","status":"passed","time":{"start":1710284775859,"stop":1710284775859,"duration":0}}]},"tags":[]},"source":"2f9f9eaf36e19be9.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/51800e5c268e6a89.json b/6685/data/test-cases/2fc7ad298cfbe3fe.json similarity index 61% rename from 6651/data/test-cases/51800e5c268e6a89.json rename to 6685/data/test-cases/2fc7ad298cfbe3fe.json index ab5d45f49d7..114c10f0526 100644 --- a/6651/data/test-cases/51800e5c268e6a89.json +++ b/6685/data/test-cases/2fc7ad298cfbe3fe.json @@ -1 +1 @@ -{"uid":"51800e5c268e6a89","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":1710205199516,"stop":1710205199516,"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":73,"unknown":0,"total":73},"items":[{"uid":"fa1c199126a827af","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fa1c199126a827af","status":"passed","time":{"start":1710205105086,"stop":1710205105086,"duration":0}},{"uid":"95f21f8215da20a7","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/95f21f8215da20a7","status":"passed","time":{"start":1710204998962,"stop":1710204998962,"duration":0}},{"uid":"ffac81ec11f2a753","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ffac81ec11f2a753","status":"passed","time":{"start":1710204739413,"stop":1710204739413,"duration":0}},{"uid":"c3dd844f67a3bcc3","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c3dd844f67a3bcc3","status":"passed","time":{"start":1710203453469,"stop":1710203453469,"duration":0}},{"uid":"a18efe5df195778e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a18efe5df195778e","status":"passed","time":{"start":1710199946313,"stop":1710199946314,"duration":1}},{"uid":"166ae29370df31b3","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/166ae29370df31b3","status":"passed","time":{"start":1710199840487,"stop":1710199840488,"duration":1}},{"uid":"8ddb83add6e1b0b4","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8ddb83add6e1b0b4","status":"passed","time":{"start":1710197396738,"stop":1710197396739,"duration":1}},{"uid":"723a4d98016e96d3","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/723a4d98016e96d3","status":"passed","time":{"start":1710168220883,"stop":1710168220884,"duration":1}},{"uid":"903b79ac65e19ae3","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/903b79ac65e19ae3","status":"passed","time":{"start":1710167545200,"stop":1710167545200,"duration":0}},{"uid":"b218554efa005668","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b218554efa005668","status":"passed","time":{"start":1710167538076,"stop":1710167538076,"duration":0}},{"uid":"2003418d3378a44f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/2003418d3378a44f","status":"passed","time":{"start":1710166664456,"stop":1710166664456,"duration":0}},{"uid":"65b22bc46a11b9b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/65b22bc46a11b9b","status":"passed","time":{"start":1710164898565,"stop":1710164898566,"duration":1}},{"uid":"b1a5eb1e0e303300","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b1a5eb1e0e303300","status":"passed","time":{"start":1710164059060,"stop":1710164059061,"duration":1}},{"uid":"e1fa078fe4744d0e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e1fa078fe4744d0e","status":"passed","time":{"start":1710163919485,"stop":1710163919485,"duration":0}},{"uid":"a828ed56e5f08ddb","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a828ed56e5f08ddb","status":"passed","time":{"start":1710155969991,"stop":1710155969992,"duration":1}},{"uid":"291b274171d9e991","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/291b274171d9e991","status":"passed","time":{"start":1710155174205,"stop":1710155174206,"duration":1}},{"uid":"7bb3b02702ef5c09","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7bb3b02702ef5c09","status":"passed","time":{"start":1710154832375,"stop":1710154832376,"duration":1}},{"uid":"d544766fe6ca9280","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/d544766fe6ca9280","status":"passed","time":{"start":1710102815905,"stop":1710102815905,"duration":0}},{"uid":"581a8d03ac875ee8","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/581a8d03ac875ee8","status":"passed","time":{"start":1710081013947,"stop":1710081013947,"duration":0}},{"uid":"524201f2f5a27973","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/524201f2f5a27973","status":"passed","time":{"start":1710024688129,"stop":1710024688129,"duration":0}}]},"tags":[]},"source":"51800e5c268e6a89.json","parameterValues":[]} \ No newline at end of file +{"uid":"2fc7ad298cfbe3fe","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":1710308459426,"stop":1710308459427,"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":"3b0749efd22f39dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b0749efd22f39dc","status":"passed","time":{"start":1710307342523,"stop":1710307342524,"duration":1}},{"uid":"81a91fb115930ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81a91fb115930ee9","status":"passed","time":{"start":1710287544911,"stop":1710287544912,"duration":1}},{"uid":"65411d87396e56de","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65411d87396e56de","status":"passed","time":{"start":1710284805009,"stop":1710284805009,"duration":0}}]},"tags":[]},"source":"2fc7ad298cfbe3fe.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/106d931b5941c555.json b/6685/data/test-cases/2fda8488ae92c13b.json similarity index 77% rename from 6651/data/test-cases/106d931b5941c555.json rename to 6685/data/test-cases/2fda8488ae92c13b.json index f1cc92b3d37..e180cb90dd7 100644 --- a/6651/data/test-cases/106d931b5941c555.json +++ b/6685/data/test-cases/2fda8488ae92c13b.json @@ -1 +1 @@ -{"uid":"106d931b5941c555","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":1710205115568,"stop":1710205115568,"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":73,"unknown":0,"total":73},"items":[{"uid":"13f3c00c40a47564","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/13f3c00c40a47564","status":"passed","time":{"start":1710205004959,"stop":1710205004960,"duration":1}},{"uid":"90bda02d6dec9ac8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/90bda02d6dec9ac8","status":"passed","time":{"start":1710204900782,"stop":1710204900783,"duration":1}},{"uid":"29c34eef8b5ba605","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/29c34eef8b5ba605","status":"passed","time":{"start":1710204658513,"stop":1710204658513,"duration":0}},{"uid":"3a5178cd31426e77","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3a5178cd31426e77","status":"passed","time":{"start":1710203380005,"stop":1710203380006,"duration":1}},{"uid":"8f436723481aaa2e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/8f436723481aaa2e","status":"passed","time":{"start":1710199869969,"stop":1710199869970,"duration":1}},{"uid":"3601534ed8f271d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/3601534ed8f271d","status":"passed","time":{"start":1710199772376,"stop":1710199772377,"duration":1}},{"uid":"6ebffbf128cb98f9","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/6ebffbf128cb98f9","status":"passed","time":{"start":1710197312727,"stop":1710197312728,"duration":1}},{"uid":"433891c30f5a8e05","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/433891c30f5a8e05","status":"passed","time":{"start":1710168147658,"stop":1710168147658,"duration":0}},{"uid":"c28a7ec52bcdd8ca","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c28a7ec52bcdd8ca","status":"passed","time":{"start":1710167379251,"stop":1710167379252,"duration":1}},{"uid":"892049a7b98f3c02","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/892049a7b98f3c02","status":"passed","time":{"start":1710167447900,"stop":1710167447900,"duration":0}},{"uid":"d44d3ed4cb37bab3","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d44d3ed4cb37bab3","status":"passed","time":{"start":1710166585478,"stop":1710166585478,"duration":0}},{"uid":"930fb64013cf53a0","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/930fb64013cf53a0","status":"passed","time":{"start":1710164815416,"stop":1710164815417,"duration":1}},{"uid":"b5c4fe87a48feef2","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b5c4fe87a48feef2","status":"passed","time":{"start":1710163978893,"stop":1710163978893,"duration":0}},{"uid":"6b9f98eafe9fd801","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6b9f98eafe9fd801","status":"passed","time":{"start":1710163834516,"stop":1710163834520,"duration":4}},{"uid":"b9b44a77fdecd043","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b9b44a77fdecd043","status":"passed","time":{"start":1710155882159,"stop":1710155882160,"duration":1}},{"uid":"788c47da31af717","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/788c47da31af717","status":"passed","time":{"start":1710155093746,"stop":1710155093747,"duration":1}},{"uid":"23f5354155d1d46f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/23f5354155d1d46f","status":"passed","time":{"start":1710154718360,"stop":1710154718361,"duration":1}},{"uid":"fea2f3688b4a9fc5","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/fea2f3688b4a9fc5","status":"passed","time":{"start":1710102732562,"stop":1710102732562,"duration":0}},{"uid":"5f95a286677eb3a2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5f95a286677eb3a2","status":"passed","time":{"start":1710080936476,"stop":1710080936477,"duration":1}},{"uid":"812795b20593f42d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/812795b20593f42d","status":"passed","time":{"start":1710024618611,"stop":1710024618612,"duration":1}}]},"tags":[]},"source":"106d931b5941c555.json","parameterValues":[]} \ No newline at end of file +{"uid":"2fda8488ae92c13b","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":1710308366459,"stop":1710308366459,"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":"340c77a0ed4de1c0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/340c77a0ed4de1c0","status":"passed","time":{"start":1710307247759,"stop":1710307247759,"duration":0}},{"uid":"ca74e0e635edbe8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ca74e0e635edbe8c","status":"passed","time":{"start":1710287456037,"stop":1710287456038,"duration":1}},{"uid":"a05345c9663027d6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a05345c9663027d6","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"tags":[]},"source":"2fda8488ae92c13b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2fe978312f134a47.json b/6685/data/test-cases/2fe978312f134a47.json new file mode 100644 index 00000000000..338b83e7511 --- /dev/null +++ b/6685/data/test-cases/2fe978312f134a47.json @@ -0,0 +1 @@ +{"uid":"2fe978312f134a47","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":1710308348759,"stop":1710308348760,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"7d5ec46e2958dc45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d5ec46e2958dc45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233597,"stop":1710307233598,"duration":1}},{"uid":"2c548b8734cb2893","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c548b8734cb2893","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436221,"stop":1710287436222,"duration":1}},{"uid":"becdc4aba90e5304","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/becdc4aba90e5304","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706654,"stop":1710284706655,"duration":1}}]},"tags":[]},"source":"2fe978312f134a47.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/2fface4cb94b5716.json b/6685/data/test-cases/2fface4cb94b5716.json new file mode 100644 index 00000000000..297e837c6ec --- /dev/null +++ b/6685/data/test-cases/2fface4cb94b5716.json @@ -0,0 +1 @@ +{"uid":"2fface4cb94b5716","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":1710308024294,"stop":1710308024294,"duration":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":"e9b8386293980a54","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9b8386293980a54","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"f79db9019cc70219","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f79db9019cc70219","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"e75994892d1e5da7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e75994892d1e5da7","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"tags":[]},"source":"2fface4cb94b5716.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/16e70c746d6dcc06.json b/6685/data/test-cases/30081ab3344c28d6.json similarity index 84% rename from 6651/data/test-cases/16e70c746d6dcc06.json rename to 6685/data/test-cases/30081ab3344c28d6.json index 996c85ed7c7..884a49afe86 100644 --- a/6651/data/test-cases/16e70c746d6dcc06.json +++ b/6685/data/test-cases/30081ab3344c28d6.json @@ -1 +1 @@ -{"uid":"16e70c746d6dcc06","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":1710205063418,"stop":1710205063418,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"6dc5177efefc58b9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/6dc5177efefc58b9","status":"passed","time":{"start":1710204974364,"stop":1710204974366,"duration":2}},{"uid":"c8a2791a7aa604e0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c8a2791a7aa604e0","status":"passed","time":{"start":1710204858051,"stop":1710204858051,"duration":0}},{"uid":"51b080a612edab6c","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/51b080a612edab6c","status":"passed","time":{"start":1710204613882,"stop":1710204613882,"duration":0}},{"uid":"45e8047a88f0e7c6","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/45e8047a88f0e7c6","status":"passed","time":{"start":1710203332616,"stop":1710203332616,"duration":0}},{"uid":"a7c05c9206a1ff9f","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a7c05c9206a1ff9f","status":"passed","time":{"start":1710199825182,"stop":1710199825182,"duration":0}},{"uid":"aa21529493cf89cb","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/aa21529493cf89cb","status":"passed","time":{"start":1710199731761,"stop":1710199731762,"duration":1}},{"uid":"9a70b5d2a27c9d6a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9a70b5d2a27c9d6a","status":"passed","time":{"start":1710197275110,"stop":1710197275111,"duration":1}},{"uid":"842fa789d4481fd3","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/842fa789d4481fd3","status":"passed","time":{"start":1710168106285,"stop":1710168106285,"duration":0}},{"uid":"31afb900196083c0","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/31afb900196083c0","status":"passed","time":{"start":1710167360912,"stop":1710167360913,"duration":1}},{"uid":"50b993839314bd36","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/50b993839314bd36","status":"passed","time":{"start":1710167407567,"stop":1710167407570,"duration":3}},{"uid":"f4c16a9d9d461677","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f4c16a9d9d461677","status":"passed","time":{"start":1710166544396,"stop":1710166544396,"duration":0}},{"uid":"aa3f0f37f6b70ce9","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/aa3f0f37f6b70ce9","status":"passed","time":{"start":1710164782814,"stop":1710164782814,"duration":0}},{"uid":"7cee542ba684d10f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7cee542ba684d10f","status":"passed","time":{"start":1710163934763,"stop":1710163934764,"duration":1}},{"uid":"165f9aaa68d84f5e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/165f9aaa68d84f5e","status":"passed","time":{"start":1710163799610,"stop":1710163799610,"duration":0}},{"uid":"a68b6eaecf194c9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a68b6eaecf194c9","status":"passed","time":{"start":1710155833701,"stop":1710155833702,"duration":1}},{"uid":"8a9fe69431407f9e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8a9fe69431407f9e","status":"passed","time":{"start":1710155066240,"stop":1710155066241,"duration":1}},{"uid":"55ddd37bd61a09a0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/55ddd37bd61a09a0","status":"passed","time":{"start":1710154684658,"stop":1710154684658,"duration":0}},{"uid":"63c545dfd05da887","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/63c545dfd05da887","status":"passed","time":{"start":1710102693453,"stop":1710102693454,"duration":1}},{"uid":"40c150cda3e59513","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/40c150cda3e59513","status":"passed","time":{"start":1710080898353,"stop":1710080898353,"duration":0}},{"uid":"1373995d0af24968","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1373995d0af24968","status":"passed","time":{"start":1710024575268,"stop":1710024575268,"duration":0}}]},"tags":[]},"source":"16e70c746d6dcc06.json","parameterValues":[]} \ No newline at end of file +{"uid":"30081ab3344c28d6","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":1710308322614,"stop":1710308322614,"duration":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":"d4d5b52e0957a7f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d4d5b52e0957a7f2","status":"passed","time":{"start":1710307207090,"stop":1710307207091,"duration":1}},{"uid":"7e2303a5e7b6d450","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e2303a5e7b6d450","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"d23ad21d3c6cdd36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d23ad21d3c6cdd36","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"tags":[]},"source":"30081ab3344c28d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/30632a885828bf4f.json b/6685/data/test-cases/30632a885828bf4f.json new file mode 100644 index 00000000000..1f01ccc6f62 --- /dev/null +++ b/6685/data/test-cases/30632a885828bf4f.json @@ -0,0 +1 @@ +{"uid":"30632a885828bf4f","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":1710308092707,"stop":1710308092707,"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":"ca7da19ba41eb4eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca7da19ba41eb4eb","status":"passed","time":{"start":1710306981511,"stop":1710306981511,"duration":0}},{"uid":"a17867bef08d3be3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a17867bef08d3be3","status":"passed","time":{"start":1710287198162,"stop":1710287198163,"duration":1}},{"uid":"7ed6ae70c94cfb51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ed6ae70c94cfb51","status":"passed","time":{"start":1710284460001,"stop":1710284460001,"duration":0}}]},"tags":[]},"source":"30632a885828bf4f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/dd003f86e63efe87.json b/6685/data/test-cases/306fe3e09d6aac20.json similarity index 81% rename from 6651/data/test-cases/dd003f86e63efe87.json rename to 6685/data/test-cases/306fe3e09d6aac20.json index cbeae105128..8ab4b4d517c 100644 --- a/6651/data/test-cases/dd003f86e63efe87.json +++ b/6685/data/test-cases/306fe3e09d6aac20.json @@ -1 +1 @@ -{"uid":"dd003f86e63efe87","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":1710205335130,"stop":1710205335131,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"a3741d40f191dc93","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a3741d40f191dc93","status":"passed","time":{"start":1710205224506,"stop":1710205224506,"duration":0}},{"uid":"1d93ec73a4364a6f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/1d93ec73a4364a6f","status":"passed","time":{"start":1710205109072,"stop":1710205109072,"duration":0}},{"uid":"1f7831f2a074cada","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1f7831f2a074cada","status":"passed","time":{"start":1710204865541,"stop":1710204865541,"duration":0}},{"uid":"677303ff873c92ff","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/677303ff873c92ff","status":"passed","time":{"start":1710203577225,"stop":1710203577226,"duration":1}},{"uid":"e89b794612fe41b0","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e89b794612fe41b0","status":"passed","time":{"start":1710200067236,"stop":1710200067236,"duration":0}},{"uid":"70b3483675e54e4e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/70b3483675e54e4e","status":"passed","time":{"start":1710199972391,"stop":1710199972391,"duration":0}},{"uid":"384fa3e307354cc7","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/384fa3e307354cc7","status":"passed","time":{"start":1710197502481,"stop":1710197502481,"duration":0}},{"uid":"8f05f79c4c4f199a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8f05f79c4c4f199a","status":"passed","time":{"start":1710168341994,"stop":1710168341995,"duration":1}},{"uid":"24e3fc09467e96e8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/24e3fc09467e96e8","status":"passed","time":{"start":1710167568807,"stop":1710167568808,"duration":1}},{"uid":"d625eadc95e69c6a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d625eadc95e69c6a","status":"passed","time":{"start":1710167665498,"stop":1710167665498,"duration":0}},{"uid":"317f366153f25b71","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/317f366153f25b71","status":"passed","time":{"start":1710166795556,"stop":1710166795557,"duration":1}},{"uid":"12b7654c9719ab40","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/12b7654c9719ab40","status":"passed","time":{"start":1710165026119,"stop":1710165026119,"duration":0}},{"uid":"791a71c4f5396f7d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/791a71c4f5396f7d","status":"passed","time":{"start":1710164176702,"stop":1710164176703,"duration":1}},{"uid":"af37538997b1faa7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/af37538997b1faa7","status":"passed","time":{"start":1710164039974,"stop":1710164039974,"duration":0}},{"uid":"57a49273b829d4e2","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/57a49273b829d4e2","status":"passed","time":{"start":1710156088892,"stop":1710156088892,"duration":0}},{"uid":"7ff1bb45df1fb329","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7ff1bb45df1fb329","status":"passed","time":{"start":1710155298400,"stop":1710155298400,"duration":0}},{"uid":"190884a5be3a5201","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/190884a5be3a5201","status":"passed","time":{"start":1710154928184,"stop":1710154928184,"duration":0}},{"uid":"6cc984f32cc94efb","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6cc984f32cc94efb","status":"passed","time":{"start":1710102939210,"stop":1710102939211,"duration":1}},{"uid":"f15e69fba96f64e1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f15e69fba96f64e1","status":"passed","time":{"start":1710081135408,"stop":1710081135408,"duration":0}},{"uid":"f1bb2e536a0b32b7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f1bb2e536a0b32b7","status":"passed","time":{"start":1710024806414,"stop":1710024806414,"duration":0}}]},"tags":[]},"source":"dd003f86e63efe87.json","parameterValues":[]} \ No newline at end of file +{"uid":"306fe3e09d6aac20","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":1710308572933,"stop":1710308572933,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"ed91c4dad1f67b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ed91c4dad1f67b6d","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"f1a31534e2a4361d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f1a31534e2a4361d","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"a26796d3e03379a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a26796d3e03379a1","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"tags":[]},"source":"306fe3e09d6aac20.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/30f1f7a89299a781.json b/6685/data/test-cases/30f1f7a89299a781.json new file mode 100644 index 00000000000..9988913d81c --- /dev/null +++ b/6685/data/test-cases/30f1f7a89299a781.json @@ -0,0 +1 @@ +{"uid":"30f1f7a89299a781","name":"isConnected bwtween 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected bwtween 2 js-waku relay nodes","historyId":"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307991228,"stop":1710307991228,"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":4,"unknown":0,"total":4},"items":[{"uid":"adfcd3a4dadabee3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adfcd3a4dadabee3","status":"passed","time":{"start":1710306877076,"stop":1710306877077,"duration":1}},{"uid":"dede8421c3d35754","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dede8421c3d35754","status":"passed","time":{"start":1710287085420,"stop":1710287085420,"duration":0}},{"uid":"d570e3ee793900c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d570e3ee793900c","status":"passed","time":{"start":1710284350514,"stop":1710284350514,"duration":0}}]},"tags":[]},"source":"30f1f7a89299a781.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/30f590d96d7726c4.json b/6685/data/test-cases/30f590d96d7726c4.json new file mode 100644 index 00000000000..3fcbb43fd55 --- /dev/null +++ b/6685/data/test-cases/30f590d96d7726c4.json @@ -0,0 +1 @@ +{"uid":"30f590d96d7726c4","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":1710307914070,"stop":1710307914070,"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":"d43f84cb41bb53a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d43f84cb41bb53a1","status":"passed","time":{"start":1710306807148,"stop":1710306807149,"duration":1}},{"uid":"133c48c4bf5033a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/133c48c4bf5033a5","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"ad68b32a5a235ab5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad68b32a5a235ab5","status":"passed","time":{"start":1710284274244,"stop":1710284274244,"duration":0}}]},"tags":[]},"source":"30f590d96d7726c4.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3123eeef1e0a98cb.json b/6685/data/test-cases/3123eeef1e0a98cb.json new file mode 100644 index 00000000000..536b388f43c --- /dev/null +++ b/6685/data/test-cases/3123eeef1e0a98cb.json @@ -0,0 +1 @@ +{"uid":"3123eeef1e0a98cb","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":1710308416742,"stop":1710308416743,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"211eb4cbfbdf0041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/211eb4cbfbdf0041","status":"passed","time":{"start":1710307308646,"stop":1710307308647,"duration":1}},{"uid":"b9b4f760551438e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9b4f760551438e7","status":"passed","time":{"start":1710287509780,"stop":1710287509780,"duration":0}},{"uid":"4e8256f8e2f295ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e8256f8e2f295ba","status":"passed","time":{"start":1710284775865,"stop":1710284775866,"duration":1}}]},"tags":[]},"source":"3123eeef1e0a98cb.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/321c8eecab6a37d1.json b/6685/data/test-cases/321c8eecab6a37d1.json new file mode 100644 index 00000000000..1e85511605e --- /dev/null +++ b/6685/data/test-cases/321c8eecab6a37d1.json @@ -0,0 +1 @@ +{"uid":"321c8eecab6a37d1","name":"Passing an array","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Passing an array","historyId":"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308510823,"stop":1710308510824,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Bootstrap"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c543862f1b45555","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7c543862f1b45555","status":"passed","time":{"start":1710307392998,"stop":1710307392999,"duration":1}},{"uid":"c1450c4119e1988f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1450c4119e1988f","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"77429cc6daabace2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/77429cc6daabace2","status":"passed","time":{"start":1710284869463,"stop":1710284869463,"duration":0}}]},"tags":[]},"source":"321c8eecab6a37d1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/772486fdfe07d412.json b/6685/data/test-cases/323067807d6eed80.json similarity index 76% rename from 6651/data/test-cases/772486fdfe07d412.json rename to 6685/data/test-cases/323067807d6eed80.json index b043cac0291..a030feb232c 100644 --- a/6651/data/test-cases/772486fdfe07d412.json +++ b/6685/data/test-cases/323067807d6eed80.json @@ -1 +1 @@ -{"uid":"772486fdfe07d412","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":1710204847303,"stop":1710204847303,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"9c492fdfc9413b9f","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/9c492fdfc9413b9f","status":"passed","time":{"start":1710204755948,"stop":1710204755948,"duration":0}},{"uid":"9cbe762299b649db","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9cbe762299b649db","status":"passed","time":{"start":1710204636025,"stop":1710204636026,"duration":1}},{"uid":"dabbb399846015eb","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/dabbb399846015eb","status":"passed","time":{"start":1710204395478,"stop":1710204395478,"duration":0}},{"uid":"d9902b79fb5b94e8","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d9902b79fb5b94e8","status":"passed","time":{"start":1710203122004,"stop":1710203122004,"duration":0}},{"uid":"92caf1dd24faaf8d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/92caf1dd24faaf8d","status":"passed","time":{"start":1710199608826,"stop":1710199608826,"duration":0}},{"uid":"8433be197115a78d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8433be197115a78d","status":"passed","time":{"start":1710199506569,"stop":1710199506569,"duration":0}},{"uid":"20e1b8a89e6a0a77","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/20e1b8a89e6a0a77","status":"passed","time":{"start":1710197033261,"stop":1710197033262,"duration":1}},{"uid":"79741d5e5f157f9b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/79741d5e5f157f9b","status":"passed","time":{"start":1710167869143,"stop":1710167869143,"duration":0}},{"uid":"91ba3f3638fb2b25","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/91ba3f3638fb2b25","status":"passed","time":{"start":1710167049294,"stop":1710167049294,"duration":0}},{"uid":"5f51e886b530f6ac","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5f51e886b530f6ac","status":"passed","time":{"start":1710167194767,"stop":1710167194767,"duration":0}},{"uid":"c3d38894e45e0533","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c3d38894e45e0533","status":"passed","time":{"start":1710166328850,"stop":1710166328851,"duration":1}},{"uid":"88adbfea33f2925f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/88adbfea33f2925f","status":"passed","time":{"start":1710164551138,"stop":1710164551139,"duration":1}},{"uid":"502d5d6e0372e8b0","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/502d5d6e0372e8b0","status":"passed","time":{"start":1710163715998,"stop":1710163715998,"duration":0}},{"uid":"88733446127273d7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/88733446127273d7","status":"passed","time":{"start":1710163568079,"stop":1710163568079,"duration":0}},{"uid":"d835a3af2e4b9d6a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d835a3af2e4b9d6a","status":"passed","time":{"start":1710155626326,"stop":1710155626326,"duration":0}},{"uid":"42bc1a198dbc8fb8","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/42bc1a198dbc8fb8","status":"passed","time":{"start":1710154824286,"stop":1710154824287,"duration":1}},{"uid":"45a30ab55cdfbeb6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/45a30ab55cdfbeb6","status":"passed","time":{"start":1710154466426,"stop":1710154466427,"duration":1}},{"uid":"a9272cfcdb753b8","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a9272cfcdb753b8","status":"passed","time":{"start":1710102475240,"stop":1710102475240,"duration":0}},{"uid":"f796a2c2ae580d49","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f796a2c2ae580d49","status":"passed","time":{"start":1710080673280,"stop":1710080673281,"duration":1}},{"uid":"29853b41952643b6","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/29853b41952643b6","status":"passed","time":{"start":1710024327576,"stop":1710024327576,"duration":0}}]},"tags":[]},"source":"772486fdfe07d412.json","parameterValues":[]} \ No newline at end of file +{"uid":"323067807d6eed80","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":1710308097732,"stop":1710308097732,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"6555ae0a22a07c3c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6555ae0a22a07c3c","status":"passed","time":{"start":1710306994272,"stop":1710306994272,"duration":0}},{"uid":"cfbfa8cefd45d617","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cfbfa8cefd45d617","status":"passed","time":{"start":1710287196192,"stop":1710287196193,"duration":1}},{"uid":"9ade38c8ae9f57f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ade38c8ae9f57f0","status":"passed","time":{"start":1710284459541,"stop":1710284459541,"duration":0}}]},"tags":[]},"source":"323067807d6eed80.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/3815958f159c9827.json b/6685/data/test-cases/33187d6eb6754c90.json similarity index 80% rename from 6651/data/test-cases/3815958f159c9827.json rename to 6685/data/test-cases/33187d6eb6754c90.json index 2b68fcff554..78ca24b3969 100644 --- a/6651/data/test-cases/3815958f159c9827.json +++ b/6685/data/test-cases/33187d6eb6754c90.json @@ -1 +1 @@ -{"uid":"3815958f159c9827","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":1710204945849,"stop":1710204945849,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"c23cea5a1d3b834c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c23cea5a1d3b834c","status":"passed","time":{"start":1710204830302,"stop":1710204830303,"duration":1}},{"uid":"93531f3f1336520e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/93531f3f1336520e","status":"passed","time":{"start":1710204733015,"stop":1710204733015,"duration":0}},{"uid":"37953b4d954eec1f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/37953b4d954eec1f","status":"passed","time":{"start":1710204477784,"stop":1710204477785,"duration":1}},{"uid":"7dbd615d267cea97","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/7dbd615d267cea97","status":"passed","time":{"start":1710203199475,"stop":1710203199475,"duration":0}},{"uid":"abdf2d7edfdd9aab","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/abdf2d7edfdd9aab","status":"passed","time":{"start":1710199697851,"stop":1710199697852,"duration":1}},{"uid":"bea218262aea47b5","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bea218262aea47b5","status":"passed","time":{"start":1710199591766,"stop":1710199591766,"duration":0}},{"uid":"8f266509f02b11dd","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8f266509f02b11dd","status":"passed","time":{"start":1710197131794,"stop":1710197131794,"duration":0}},{"uid":"bf547700b90ad235","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bf547700b90ad235","status":"passed","time":{"start":1710167952614,"stop":1710167952615,"duration":1}},{"uid":"549daba01d5c16dc","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/549daba01d5c16dc","status":"passed","time":{"start":1710167221557,"stop":1710167221558,"duration":1}},{"uid":"d6cee3a0ec285616","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d6cee3a0ec285616","status":"passed","time":{"start":1710167283382,"stop":1710167283382,"duration":0}},{"uid":"3dbc345035545d61","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3dbc345035545d61","status":"passed","time":{"start":1710166420492,"stop":1710166420492,"duration":0}},{"uid":"848562fbbae1ee8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/848562fbbae1ee8","status":"passed","time":{"start":1710164634576,"stop":1710164634576,"duration":0}},{"uid":"7ae357e8b8c60d6c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7ae357e8b8c60d6c","status":"passed","time":{"start":1710163791794,"stop":1710163791795,"duration":1}},{"uid":"15262d4dee2b8402","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/15262d4dee2b8402","status":"passed","time":{"start":1710163655804,"stop":1710163655804,"duration":0}},{"uid":"a229ec0e89b2994e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a229ec0e89b2994e","status":"passed","time":{"start":1710155712327,"stop":1710155712328,"duration":1}},{"uid":"ba0e32ce84aacdb","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ba0e32ce84aacdb","status":"passed","time":{"start":1710154919638,"stop":1710154919638,"duration":0}},{"uid":"ef191400a0b9dc5b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ef191400a0b9dc5b","status":"passed","time":{"start":1710154537149,"stop":1710154537150,"duration":1}},{"uid":"243fdcb2dc4c9fc3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/243fdcb2dc4c9fc3","status":"passed","time":{"start":1710102560690,"stop":1710102560691,"duration":1}},{"uid":"3ab418b651ff3286","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3ab418b651ff3286","status":"passed","time":{"start":1710080763704,"stop":1710080763704,"duration":0}},{"uid":"85058fb9409a62bd","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/85058fb9409a62bd","status":"passed","time":{"start":1710024433739,"stop":1710024433739,"duration":0}}]},"tags":[]},"source":"3815958f159c9827.json","parameterValues":[]} \ No newline at end of file +{"uid":"33187d6eb6754c90","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":1710308192976,"stop":1710308192977,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f039054eb7c97a21","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f039054eb7c97a21","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"fc4616fd2b1377a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc4616fd2b1377a","status":"passed","time":{"start":1710287282005,"stop":1710287282005,"duration":0}},{"uid":"52871f8198bc2210","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52871f8198bc2210","status":"passed","time":{"start":1710284550777,"stop":1710284550777,"duration":0}}]},"tags":[]},"source":"33187d6eb6754c90.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/33dfe1f4260c6e43.json b/6685/data/test-cases/33dfe1f4260c6e43.json new file mode 100644 index 00000000000..aa6030dbc28 --- /dev/null +++ b/6685/data/test-cases/33dfe1f4260c6e43.json @@ -0,0 +1 @@ +{"uid":"33dfe1f4260c6e43","name":"throws on content topic with empty encoding field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with empty encoding field","historyId":"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890267,"stop":1710307890267,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3e00a123eca7b002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e00a123eca7b002","status":"passed","time":{"start":1710306783477,"stop":1710306783478,"duration":1}},{"uid":"2abeb2910962a391","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2abeb2910962a391","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"753c010c97c624ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/753c010c97c624ef","status":"passed","time":{"start":1710284251169,"stop":1710284251169,"duration":0}}]},"tags":[]},"source":"33dfe1f4260c6e43.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3478f4dea2ed7899.json b/6685/data/test-cases/3478f4dea2ed7899.json new file mode 100644 index 00000000000..1177d37c3af --- /dev/null +++ b/6685/data/test-cases/3478f4dea2ed7899.json @@ -0,0 +1 @@ +{"uid":"3478f4dea2ed7899","name":"Waku message hash computation","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation","historyId":"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307892757,"stop":1710307892759,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e6c61c50be6d22d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e6c61c50be6d22d","status":"passed","time":{"start":1710306786078,"stop":1710306786079,"duration":1}},{"uid":"a8ead251c4a12fec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a8ead251c4a12fec","status":"passed","time":{"start":1710286991187,"stop":1710286991188,"duration":1}},{"uid":"424e995787f173c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/424e995787f173c0","status":"passed","time":{"start":1710284253869,"stop":1710284253870,"duration":1}}]},"tags":[]},"source":"3478f4dea2ed7899.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3494f4c3e7c2acd0.json b/6685/data/test-cases/3494f4c3e7c2acd0.json new file mode 100644 index 00000000000..79f77664f92 --- /dev/null +++ b/6685/data/test-cases/3494f4c3e7c2acd0.json @@ -0,0 +1 @@ +{"uid":"3494f4c3e7c2acd0","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":1710308024291,"stop":1710308024291,"duration":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":"16f663fd6911995d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16f663fd6911995d","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"6c17a67486cbfe7a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c17a67486cbfe7a","status":"passed","time":{"start":1710287110847,"stop":1710287110848,"duration":1}},{"uid":"9879579580e11dd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9879579580e11dd2","status":"passed","time":{"start":1710284377455,"stop":1710284377456,"duration":1}}]},"tags":[]},"source":"3494f4c3e7c2acd0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/93d5d1e85d895f91.json b/6685/data/test-cases/35752b624669f577.json similarity index 74% rename from 6651/data/test-cases/93d5d1e85d895f91.json rename to 6685/data/test-cases/35752b624669f577.json index 0a4ad625236..91c8e5881c6 100644 --- a/6651/data/test-cases/93d5d1e85d895f91.json +++ b/6685/data/test-cases/35752b624669f577.json @@ -1 +1 @@ -{"uid":"93d5d1e85d895f91","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":1710205111362,"stop":1710205111362,"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":73,"unknown":0,"total":73},"items":[{"uid":"3be5848c106a89d2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3be5848c106a89d2","status":"passed","time":{"start":1710205017181,"stop":1710205017181,"duration":0}},{"uid":"7f24ac7e717daadf","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/7f24ac7e717daadf","status":"passed","time":{"start":1710204906973,"stop":1710204906973,"duration":0}},{"uid":"16c3e921540c272f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/16c3e921540c272f","status":"passed","time":{"start":1710204657695,"stop":1710204657695,"duration":0}},{"uid":"177705da6866c721","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/177705da6866c721","status":"passed","time":{"start":1710203386084,"stop":1710203386084,"duration":0}},{"uid":"f9b28c21748aa368","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f9b28c21748aa368","status":"passed","time":{"start":1710199881928,"stop":1710199881928,"duration":0}},{"uid":"5d1d895005b48b98","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/5d1d895005b48b98","status":"passed","time":{"start":1710199775341,"stop":1710199775341,"duration":0}},{"uid":"f2001eb2da4b63b2","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f2001eb2da4b63b2","status":"passed","time":{"start":1710197317811,"stop":1710197317811,"duration":0}},{"uid":"a86c7cdd36663b19","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a86c7cdd36663b19","status":"passed","time":{"start":1710168157255,"stop":1710168157255,"duration":0}},{"uid":"c0ac1a2a034ba767","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c0ac1a2a034ba767","status":"passed","time":{"start":1710167388043,"stop":1710167388043,"duration":0}},{"uid":"a08e14e5b62f2f15","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a08e14e5b62f2f15","status":"passed","time":{"start":1710167452039,"stop":1710167452045,"duration":6}},{"uid":"e84c88ffdde9e040","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e84c88ffdde9e040","status":"passed","time":{"start":1710166594822,"stop":1710166594822,"duration":0}},{"uid":"2fcd3532c806de7f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2fcd3532c806de7f","status":"passed","time":{"start":1710164827343,"stop":1710164827343,"duration":0}},{"uid":"76a41f6e9d1fc34","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/76a41f6e9d1fc34","status":"passed","time":{"start":1710163975333,"stop":1710163975334,"duration":1}},{"uid":"33183515999d0948","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/33183515999d0948","status":"passed","time":{"start":1710163842487,"stop":1710163842488,"duration":1}},{"uid":"53976dff7db395c4","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/53976dff7db395c4","status":"passed","time":{"start":1710155887159,"stop":1710155887159,"duration":0}},{"uid":"66f72f6c2803c42","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/66f72f6c2803c42","status":"passed","time":{"start":1710155106021,"stop":1710155106022,"duration":1}},{"uid":"61bb900ee9534000","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/61bb900ee9534000","status":"passed","time":{"start":1710154728837,"stop":1710154728837,"duration":0}},{"uid":"66fe1d20f5acc771","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/66fe1d20f5acc771","status":"passed","time":{"start":1710102734832,"stop":1710102734832,"duration":0}},{"uid":"908cae02b66c8eea","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/908cae02b66c8eea","status":"passed","time":{"start":1710080944311,"stop":1710080944311,"duration":0}},{"uid":"df0c655923151871","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/df0c655923151871","status":"passed","time":{"start":1710024618195,"stop":1710024618196,"duration":1}}]},"tags":[]},"source":"93d5d1e85d895f91.json","parameterValues":[]} \ No newline at end of file +{"uid":"35752b624669f577","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":1710308371301,"stop":1710308371302,"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":"6112b1d4cc0b3126","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6112b1d4cc0b3126","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"803c80831f0bae21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/803c80831f0bae21","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"8c10b20f6d864bba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c10b20f6d864bba","status":"passed","time":{"start":1710284730218,"stop":1710284730219,"duration":1}}]},"tags":[]},"source":"35752b624669f577.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/85777bd4dcc3cddb.json b/6685/data/test-cases/359fc7ba8c7e550c.json similarity index 76% rename from 6651/data/test-cases/85777bd4dcc3cddb.json rename to 6685/data/test-cases/359fc7ba8c7e550c.json index 527487fa7b6..9ba5907f03f 100644 --- a/6651/data/test-cases/85777bd4dcc3cddb.json +++ b/6685/data/test-cases/359fc7ba8c7e550c.json @@ -1 +1 @@ -{"uid":"85777bd4dcc3cddb","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":1710205115566,"stop":1710205115566,"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":73,"unknown":0,"total":73},"items":[{"uid":"a01ddaccfe62c181","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a01ddaccfe62c181","status":"passed","time":{"start":1710205004958,"stop":1710205004958,"duration":0}},{"uid":"1825d654e01abba9","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/1825d654e01abba9","status":"passed","time":{"start":1710204900781,"stop":1710204900781,"duration":0}},{"uid":"eb6a2fa0a74fabfd","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/eb6a2fa0a74fabfd","status":"passed","time":{"start":1710204658511,"stop":1710204658511,"duration":0}},{"uid":"9819c84652beed29","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9819c84652beed29","status":"passed","time":{"start":1710203380004,"stop":1710203380004,"duration":0}},{"uid":"82cbe7551e5054dc","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/82cbe7551e5054dc","status":"passed","time":{"start":1710199869967,"stop":1710199869968,"duration":1}},{"uid":"a940077556411fa2","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a940077556411fa2","status":"passed","time":{"start":1710199772370,"stop":1710199772370,"duration":0}},{"uid":"e47b968f204c1b03","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e47b968f204c1b03","status":"passed","time":{"start":1710197312726,"stop":1710197312726,"duration":0}},{"uid":"3aeb23313f153ba4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/3aeb23313f153ba4","status":"passed","time":{"start":1710168147655,"stop":1710168147655,"duration":0}},{"uid":"a9818f5257f21633","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a9818f5257f21633","status":"passed","time":{"start":1710167379245,"stop":1710167379245,"duration":0}},{"uid":"5d3306bce86c2add","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5d3306bce86c2add","status":"passed","time":{"start":1710167447889,"stop":1710167447893,"duration":4}},{"uid":"85f8dd84aacdbce0","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/85f8dd84aacdbce0","status":"passed","time":{"start":1710166585474,"stop":1710166585474,"duration":0}},{"uid":"de13f14977e85a62","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/de13f14977e85a62","status":"passed","time":{"start":1710164815415,"stop":1710164815415,"duration":0}},{"uid":"30fdb877c2b20dd7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/30fdb877c2b20dd7","status":"passed","time":{"start":1710163978887,"stop":1710163978888,"duration":1}},{"uid":"960563809b8a2d2d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/960563809b8a2d2d","status":"passed","time":{"start":1710163834502,"stop":1710163834503,"duration":1}},{"uid":"33fdc51046d31ca7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/33fdc51046d31ca7","status":"passed","time":{"start":1710155882158,"stop":1710155882158,"duration":0}},{"uid":"1c1468860aa4d46e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1c1468860aa4d46e","status":"passed","time":{"start":1710155093741,"stop":1710155093743,"duration":2}},{"uid":"a69909700f4d850a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a69909700f4d850a","status":"passed","time":{"start":1710154718356,"stop":1710154718357,"duration":1}},{"uid":"cbd1a2f5203dc071","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/cbd1a2f5203dc071","status":"passed","time":{"start":1710102732560,"stop":1710102732560,"duration":0}},{"uid":"3de234b86abf3b5f","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3de234b86abf3b5f","status":"passed","time":{"start":1710080936469,"stop":1710080936470,"duration":1}},{"uid":"f34c6038f4d15547","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f34c6038f4d15547","status":"passed","time":{"start":1710024618610,"stop":1710024618610,"duration":0}}]},"tags":[]},"source":"85777bd4dcc3cddb.json","parameterValues":[]} \ No newline at end of file +{"uid":"359fc7ba8c7e550c","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":1710308366456,"stop":1710308366457,"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":"7b80f2783b6ec262","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b80f2783b6ec262","status":"passed","time":{"start":1710307247756,"stop":1710307247757,"duration":1}},{"uid":"6330ae6721786de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6330ae6721786de7","status":"passed","time":{"start":1710287456023,"stop":1710287456024,"duration":1}},{"uid":"fbeff3538be70d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbeff3538be70d69","status":"passed","time":{"start":1710284723007,"stop":1710284723007,"duration":0}}]},"tags":[]},"source":"359fc7ba8c7e550c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/35e7bd081abee388.json b/6685/data/test-cases/35e7bd081abee388.json new file mode 100644 index 00000000000..b0791155fbe --- /dev/null +++ b/6685/data/test-cases/35e7bd081abee388.json @@ -0,0 +1 @@ +{"uid":"35e7bd081abee388","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":1710308464143,"stop":1710308464143,"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":"48d3f130ed9394d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48d3f130ed9394d0","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"942243c71c229319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/942243c71c229319","status":"passed","time":{"start":1710287559423,"stop":1710287559424,"duration":1}},{"uid":"f50c55c386456a8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f50c55c386456a8e","status":"passed","time":{"start":1710284823525,"stop":1710284823528,"duration":3}}]},"tags":[]},"source":"35e7bd081abee388.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/364346e30d0a3db6.json b/6685/data/test-cases/364346e30d0a3db6.json new file mode 100644 index 00000000000..0b286373a99 --- /dev/null +++ b/6685/data/test-cases/364346e30d0a3db6.json @@ -0,0 +1 @@ +{"uid":"364346e30d0a3db6","name":"should throw error - invalid id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - invalid id","historyId":"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898604,"stop":1710307898604,"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":"cb2fd3d6c0607e72","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb2fd3d6c0607e72","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"fbda772d6108ea53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbda772d6108ea53","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"c35776e2190fa1b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c35776e2190fa1b3","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"tags":[]},"source":"364346e30d0a3db6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/36f6d6f97d645dd5.json b/6685/data/test-cases/36f6d6f97d645dd5.json new file mode 100644 index 00000000000..f8da03305a8 --- /dev/null +++ b/6685/data/test-cases/36f6d6f97d645dd5.json @@ -0,0 +1 @@ +{"uid":"36f6d6f97d645dd5","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":1710307898608,"stop":1710307898608,"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":"2c3cf95941c3b38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c3cf95941c3b38f","status":"passed","time":{"start":1710306791805,"stop":1710306791806,"duration":1}},{"uid":"cdb06e607c3b8985","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cdb06e607c3b8985","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"ec8a8bd81de31ac4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ec8a8bd81de31ac4","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"tags":[]},"source":"36f6d6f97d645dd5.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/370e90bc1e140e1.json b/6685/data/test-cases/370e90bc1e140e1.json new file mode 100644 index 00000000000..0fddbd44237 --- /dev/null +++ b/6685/data/test-cases/370e90bc1e140e1.json @@ -0,0 +1 @@ +{"uid":"370e90bc1e140e1","name":"getPeersByDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > getPeersByDiscovery","historyId":"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308348759,"stop":1710308348759,"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":"47160b3944138152","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47160b3944138152","status":"passed","time":{"start":1710307233597,"stop":1710307233597,"duration":0}},{"uid":"ff0a941823962d31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ff0a941823962d31","status":"passed","time":{"start":1710287436221,"stop":1710287436221,"duration":0}},{"uid":"9cce763561bcd4af","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cce763561bcd4af","status":"passed","time":{"start":1710284706654,"stop":1710284706654,"duration":0}}]},"tags":[]},"source":"370e90bc1e140e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/494bd0c88a52c022.json b/6685/data/test-cases/3728b8571c1a278e.json similarity index 97% rename from 6651/data/test-cases/494bd0c88a52c022.json rename to 6685/data/test-cases/3728b8571c1a278e.json index 33df5d1b1fd..170a6c9fba7 100644 --- a/6651/data/test-cases/494bd0c88a52c022.json +++ b/6685/data/test-cases/3728b8571c1a278e.json @@ -1 +1 @@ -{"uid":"494bd0c88a52c022","name":"Check received message with timestamp: 1710204694548 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1710204694548 ","historyId":"1a9b9ac039b27d0751b0171f02bd9b9a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205173305,"stop":1710205173306,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"494bd0c88a52c022.json","parameterValues":[]} \ No newline at end of file +{"uid":"3728b8571c1a278e","name":"Check received message with timestamp: 1710307939355 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1710307939355 ","historyId":"79cfc97028d9d6f1217557130fa8405e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308416724,"stop":1710308416725,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"3728b8571c1a278e.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/98f5a102e9ac4f3e.json b/6685/data/test-cases/3791a49751ce408a.json similarity index 74% rename from 6651/data/test-cases/98f5a102e9ac4f3e.json rename to 6685/data/test-cases/3791a49751ce408a.json index cefad7de37c..d4d63e5c190 100644 --- a/6651/data/test-cases/98f5a102e9ac4f3e.json +++ b/6685/data/test-cases/3791a49751ce408a.json @@ -1 +1 @@ -{"uid":"98f5a102e9ac4f3e","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":1710205111363,"stop":1710205111363,"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":73,"unknown":0,"total":73},"items":[{"uid":"363958ab61bfa381","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/363958ab61bfa381","status":"passed","time":{"start":1710205017183,"stop":1710205017183,"duration":0}},{"uid":"cc7d01962fb71014","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/cc7d01962fb71014","status":"passed","time":{"start":1710204906974,"stop":1710204906975,"duration":1}},{"uid":"6858aa0ec4a2890b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6858aa0ec4a2890b","status":"passed","time":{"start":1710204657696,"stop":1710204657697,"duration":1}},{"uid":"1edc8ad615ad71db","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1edc8ad615ad71db","status":"passed","time":{"start":1710203386085,"stop":1710203386085,"duration":0}},{"uid":"f664168703a0946f","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f664168703a0946f","status":"passed","time":{"start":1710199881929,"stop":1710199881929,"duration":0}},{"uid":"18525ec090a2b91a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/18525ec090a2b91a","status":"passed","time":{"start":1710199775342,"stop":1710199775342,"duration":0}},{"uid":"2dabe54a128b8c3e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2dabe54a128b8c3e","status":"passed","time":{"start":1710197317812,"stop":1710197317812,"duration":0}},{"uid":"aa7e605fec47de67","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/aa7e605fec47de67","status":"passed","time":{"start":1710168157257,"stop":1710168157257,"duration":0}},{"uid":"924a2f9f2761daeb","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/924a2f9f2761daeb","status":"passed","time":{"start":1710167388044,"stop":1710167388044,"duration":0}},{"uid":"5487eb2d86ec4825","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5487eb2d86ec4825","status":"passed","time":{"start":1710167452048,"stop":1710167452049,"duration":1}},{"uid":"57dc8ff46a135cd6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/57dc8ff46a135cd6","status":"passed","time":{"start":1710166594824,"stop":1710166594825,"duration":1}},{"uid":"6f8b55e356fadbaf","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/6f8b55e356fadbaf","status":"passed","time":{"start":1710164827345,"stop":1710164827346,"duration":1}},{"uid":"78c1acdaf4d2f67d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/78c1acdaf4d2f67d","status":"passed","time":{"start":1710163975335,"stop":1710163975335,"duration":0}},{"uid":"8feb3982561efe26","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8feb3982561efe26","status":"passed","time":{"start":1710163842490,"stop":1710163842501,"duration":11}},{"uid":"609314ebff63988e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/609314ebff63988e","status":"passed","time":{"start":1710155887160,"stop":1710155887161,"duration":1}},{"uid":"5fb95400580552a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5fb95400580552a","status":"passed","time":{"start":1710155106025,"stop":1710155106025,"duration":0}},{"uid":"d0c4e2f8c95bd07c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d0c4e2f8c95bd07c","status":"passed","time":{"start":1710154728838,"stop":1710154728839,"duration":1}},{"uid":"5be1e8157c8a9c3e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5be1e8157c8a9c3e","status":"passed","time":{"start":1710102734833,"stop":1710102734834,"duration":1}},{"uid":"2359273246b2a3d0","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2359273246b2a3d0","status":"passed","time":{"start":1710080944312,"stop":1710080944313,"duration":1}},{"uid":"7f184c9f8ad14cc","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7f184c9f8ad14cc","status":"passed","time":{"start":1710024618199,"stop":1710024618199,"duration":0}}]},"tags":[]},"source":"98f5a102e9ac4f3e.json","parameterValues":[]} \ No newline at end of file +{"uid":"3791a49751ce408a","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":1710308371304,"stop":1710308371304,"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":"916dd0c263e44a4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/916dd0c263e44a4d","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"704addf514fa20ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/704addf514fa20ed","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"7443b665dcf95af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7443b665dcf95af7","status":"passed","time":{"start":1710284730220,"stop":1710284730220,"duration":0}}]},"tags":[]},"source":"3791a49751ce408a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/37a395b22fd28cd5.json b/6685/data/test-cases/37a395b22fd28cd5.json new file mode 100644 index 00000000000..cad2d3692b3 --- /dev/null +++ b/6685/data/test-cases/37a395b22fd28cd5.json @@ -0,0 +1 @@ +{"uid":"37a395b22fd28cd5","name":"tcp ip4 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > tcp ip4 address","historyId":"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898065,"stop":1710307898065,"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":"b5f07f518d95efc2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5f07f518d95efc2","status":"passed","time":{"start":1710306791181,"stop":1710306791186,"duration":5}},{"uid":"559eb600938a30ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/559eb600938a30ed","status":"passed","time":{"start":1710286996394,"stop":1710286996394,"duration":0}},{"uid":"9564c7ec914acbc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9564c7ec914acbc4","status":"passed","time":{"start":1710284259032,"stop":1710284259032,"duration":0}}]},"tags":[]},"source":"37a395b22fd28cd5.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/37cb1f89cf05e5dd.json b/6685/data/test-cases/37cb1f89cf05e5dd.json new file mode 100644 index 00000000000..9358d943b0e --- /dev/null +++ b/6685/data/test-cases/37cb1f89cf05e5dd.json @@ -0,0 +1 @@ +{"uid":"37cb1f89cf05e5dd","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":1710307971894,"stop":1710307971894,"duration":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":"f425de24c1089709","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f425de24c1089709","status":"passed","time":{"start":1710306865883,"stop":1710306865884,"duration":1}},{"uid":"9f223bde98ef9f6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f223bde98ef9f6","status":"passed","time":{"start":1710287067215,"stop":1710287067215,"duration":0}},{"uid":"474469e2ae0695d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/474469e2ae0695d1","status":"passed","time":{"start":1710284328535,"stop":1710284328536,"duration":1}}]},"tags":[]},"source":"37cb1f89cf05e5dd.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/37e6fbdae03121a6.json b/6685/data/test-cases/37e6fbdae03121a6.json new file mode 100644 index 00000000000..528081533cf --- /dev/null +++ b/6685/data/test-cases/37e6fbdae03121a6.json @@ -0,0 +1 @@ +{"uid":"37e6fbdae03121a6","name":"should return false","fullName":"/src/enr.spec.ts: ENR > Verify > should return false","historyId":"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898605,"stop":1710307898605,"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":"12cfb445ccef73b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12cfb445ccef73b3","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"993f2cfb8a2f3f57","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/993f2cfb8a2f3f57","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"936d2c64e940b2aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/936d2c64e940b2aa","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"tags":[]},"source":"37e6fbdae03121a6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ee10b7159331712c.json b/6685/data/test-cases/380a805806d742a9.json similarity index 79% rename from 6651/data/test-cases/ee10b7159331712c.json rename to 6685/data/test-cases/380a805806d742a9.json index 1917565ec29..2d6074916dc 100644 --- a/6651/data/test-cases/ee10b7159331712c.json +++ b/6685/data/test-cases/380a805806d742a9.json @@ -1 +1 @@ -{"uid":"ee10b7159331712c","name":"Subscribe to 30 topics (old limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to 30 topics (old limit) at once and receives messages","historyId":"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205335133,"stop":1710205335133,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":73,"passed":0,"unknown":0,"total":73},"items":[{"uid":"c262cd97c3e02f54","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c262cd97c3e02f54","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205224508,"stop":1710205224508,"duration":0}},{"uid":"ee678ccf0dcd5432","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ee678ccf0dcd5432","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205109073,"stop":1710205109074,"duration":1}},{"uid":"e556e2fad86f741e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e556e2fad86f741e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204865542,"stop":1710204865543,"duration":1}},{"uid":"d4ddfe3c0b09d87e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d4ddfe3c0b09d87e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710203577227,"stop":1710203577227,"duration":0}},{"uid":"9f8d880c6d79eb3e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9f8d880c6d79eb3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710200067238,"stop":1710200067238,"duration":0}},{"uid":"9e24eb3ea2d29418","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9e24eb3ea2d29418","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199972393,"stop":1710199972393,"duration":0}},{"uid":"44bf0d63ab2a0dc1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/44bf0d63ab2a0dc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1710197502483,"stop":1710197502483,"duration":0}},{"uid":"8d219b934c06dee8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8d219b934c06dee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710168341996,"stop":1710168341996,"duration":0}},{"uid":"1d298760610e026c","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/1d298760610e026c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167568809,"stop":1710167568809,"duration":0}},{"uid":"cf2465642371629e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/cf2465642371629e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167665500,"stop":1710167665500,"duration":0}},{"uid":"3442ac7f6c7bb72d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3442ac7f6c7bb72d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710166795558,"stop":1710166795558,"duration":0}},{"uid":"971d34c5c79a83c6","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/971d34c5c79a83c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710165026120,"stop":1710165026121,"duration":1}},{"uid":"12142d6bc7cbf36e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/12142d6bc7cbf36e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164176704,"stop":1710164176704,"duration":0}},{"uid":"b616be8149dbd460","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b616be8149dbd460","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164039976,"stop":1710164039976,"duration":0}},{"uid":"3d703bb08d2f7671","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/3d703bb08d2f7671","status":"skipped","statusDetails":"Test ignored","time":{"start":1710156088893,"stop":1710156088893,"duration":0}},{"uid":"f8953f382570666c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f8953f382570666c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155298401,"stop":1710155298402,"duration":1}},{"uid":"dd112a4a3ef04e8c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/dd112a4a3ef04e8c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154928185,"stop":1710154928186,"duration":1}},{"uid":"6316f423c04fd553","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6316f423c04fd553","status":"skipped","statusDetails":"Test ignored","time":{"start":1710102939212,"stop":1710102939212,"duration":0}},{"uid":"6f2ca5562edc5dcc","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6f2ca5562edc5dcc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710081135410,"stop":1710081135410,"duration":0}},{"uid":"74499a658370e1d0","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/74499a658370e1d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1710024806415,"stop":1710024806415,"duration":0}}]},"tags":[]},"source":"ee10b7159331712c.json","parameterValues":[]} \ No newline at end of file +{"uid":"380a805806d742a9","name":"Subscribe to 30 topics (old limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to 30 topics (old limit) at once and receives messages","historyId":"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"c4c069540f801f1a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c4c069540f801f1a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"74b9dd5f07e1db7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74b9dd5f07e1db7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674898,"stop":1710287674899,"duration":1}},{"uid":"e12efaa3303c97b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e12efaa3303c97b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"tags":[]},"source":"380a805806d742a9.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d2cd3adf138af9c1.json b/6685/data/test-cases/3893b70c493510a7.json similarity index 74% rename from 6651/data/test-cases/d2cd3adf138af9c1.json rename to 6685/data/test-cases/3893b70c493510a7.json index f8370cab6c6..46ecd067dd6 100644 --- a/6651/data/test-cases/d2cd3adf138af9c1.json +++ b/6685/data/test-cases/3893b70c493510a7.json @@ -1 +1 @@ -{"uid":"d2cd3adf138af9c1","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":1710205111366,"stop":1710205111366,"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":73,"unknown":0,"total":73},"items":[{"uid":"4372dccdb4421d6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4372dccdb4421d6","status":"passed","time":{"start":1710205017185,"stop":1710205017186,"duration":1}},{"uid":"92354f08171e0a3a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/92354f08171e0a3a","status":"passed","time":{"start":1710204906979,"stop":1710204906980,"duration":1}},{"uid":"87b6463b31170966","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/87b6463b31170966","status":"passed","time":{"start":1710204657700,"stop":1710204657700,"duration":0}},{"uid":"1fd890ff3b3f6cd7","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1fd890ff3b3f6cd7","status":"passed","time":{"start":1710203386087,"stop":1710203386088,"duration":1}},{"uid":"4648548d980ff772","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/4648548d980ff772","status":"passed","time":{"start":1710199881932,"stop":1710199881932,"duration":0}},{"uid":"1c33b0d0370513a4","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1c33b0d0370513a4","status":"passed","time":{"start":1710199775345,"stop":1710199775345,"duration":0}},{"uid":"64d80173dbf6f12d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/64d80173dbf6f12d","status":"passed","time":{"start":1710197317814,"stop":1710197317814,"duration":0}},{"uid":"a1573f745d136e9f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a1573f745d136e9f","status":"passed","time":{"start":1710168157259,"stop":1710168157260,"duration":1}},{"uid":"4a879b57efdabd60","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4a879b57efdabd60","status":"passed","time":{"start":1710167388047,"stop":1710167388047,"duration":0}},{"uid":"70735a94e9315884","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/70735a94e9315884","status":"passed","time":{"start":1710167452059,"stop":1710167452060,"duration":1}},{"uid":"d5cf0a066a9bda6b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d5cf0a066a9bda6b","status":"passed","time":{"start":1710166594828,"stop":1710166594829,"duration":1}},{"uid":"72bc4c798ae748b3","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/72bc4c798ae748b3","status":"passed","time":{"start":1710164827363,"stop":1710164827364,"duration":1}},{"uid":"a526bb76ab053999","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a526bb76ab053999","status":"passed","time":{"start":1710163975338,"stop":1710163975338,"duration":0}},{"uid":"2f6d1adce71c6e69","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2f6d1adce71c6e69","status":"passed","time":{"start":1710163842508,"stop":1710163842509,"duration":1}},{"uid":"17ba9b885eedc0c6","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/17ba9b885eedc0c6","status":"passed","time":{"start":1710155887163,"stop":1710155887163,"duration":0}},{"uid":"b28ff125e19f23e2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b28ff125e19f23e2","status":"passed","time":{"start":1710155106028,"stop":1710155106028,"duration":0}},{"uid":"42fb531f641e2bfe","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/42fb531f641e2bfe","status":"passed","time":{"start":1710154728841,"stop":1710154728842,"duration":1}},{"uid":"65e884e9f9c04c46","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/65e884e9f9c04c46","status":"passed","time":{"start":1710102734836,"stop":1710102734836,"duration":0}},{"uid":"9f4b1555a2f39791","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9f4b1555a2f39791","status":"passed","time":{"start":1710080944315,"stop":1710080944315,"duration":0}},{"uid":"d860cdeb2b35eddd","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d860cdeb2b35eddd","status":"passed","time":{"start":1710024618201,"stop":1710024618201,"duration":0}}]},"tags":[]},"source":"d2cd3adf138af9c1.json","parameterValues":[]} \ No newline at end of file +{"uid":"3893b70c493510a7","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":1710308371309,"stop":1710308371310,"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":"4d7a153b8460549e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d7a153b8460549e","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"ad142f3b31f0404","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ad142f3b31f0404","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"a6a4a020c1c99f49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a4a020c1c99f49","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"tags":[]},"source":"3893b70c493510a7.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/99359ea526a923fd.json b/6685/data/test-cases/38c7ce1f763ffc28.json similarity index 53% rename from 6651/data/test-cases/99359ea526a923fd.json rename to 6685/data/test-cases/38c7ce1f763ffc28.json index 9015d38fabe..e55c5edec29 100644 --- a/6651/data/test-cases/99359ea526a923fd.json +++ b/6685/data/test-cases/38c7ce1f763ffc28.json @@ -1 +1 @@ -{"uid":"99359ea526a923fd","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":1710204847166,"stop":1710204847166,"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}],"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}],"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":73,"unknown":0,"total":73},"items":[{"uid":"926bc84a2186408d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/926bc84a2186408d","status":"passed","time":{"start":1710204758060,"stop":1710204758060,"duration":0}},{"uid":"e95fa610858ac9d7","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e95fa610858ac9d7","status":"passed","time":{"start":1710204644536,"stop":1710204644536,"duration":0}},{"uid":"2523e38df1b1f5c8","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/2523e38df1b1f5c8","status":"passed","time":{"start":1710204397793,"stop":1710204397794,"duration":1}},{"uid":"dd57ec7ec99e6b37","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/dd57ec7ec99e6b37","status":"passed","time":{"start":1710203124561,"stop":1710203124566,"duration":5}},{"uid":"252ada37fab0d25","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/252ada37fab0d25","status":"passed","time":{"start":1710199597269,"stop":1710199597269,"duration":0}},{"uid":"98738f4d476e1e40","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/98738f4d476e1e40","status":"passed","time":{"start":1710199500503,"stop":1710199500504,"duration":1}},{"uid":"ea5eb60805ec2645","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ea5eb60805ec2645","status":"passed","time":{"start":1710197045882,"stop":1710197045884,"duration":2}},{"uid":"9c847dec94e11cc4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/9c847dec94e11cc4","status":"passed","time":{"start":1710167852345,"stop":1710167852345,"duration":0}},{"uid":"b5138c636abd5a9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b5138c636abd5a9","status":"passed","time":{"start":1710167082317,"stop":1710167082318,"duration":1}},{"uid":"6503f03ad4a8001a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/6503f03ad4a8001a","status":"passed","time":{"start":1710167195443,"stop":1710167195444,"duration":1}},{"uid":"adfa59ad3d52d496","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/adfa59ad3d52d496","status":"passed","time":{"start":1710166330618,"stop":1710166330618,"duration":0}},{"uid":"5873e211b501e5d5","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5873e211b501e5d5","status":"passed","time":{"start":1710164562595,"stop":1710164562595,"duration":0}},{"uid":"d9d7884a844b28db","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d9d7884a844b28db","status":"passed","time":{"start":1710163707610,"stop":1710163707613,"duration":3}},{"uid":"379307793bcb5fcd","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/379307793bcb5fcd","status":"passed","time":{"start":1710163560161,"stop":1710163560161,"duration":0}},{"uid":"7189de878853309d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7189de878853309d","status":"passed","time":{"start":1710155619551,"stop":1710155619552,"duration":1}},{"uid":"2266c1f4292dea17","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2266c1f4292dea17","status":"passed","time":{"start":1710154844975,"stop":1710154844975,"duration":0}},{"uid":"ab0fd2914e5b70a9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ab0fd2914e5b70a9","status":"passed","time":{"start":1710154443623,"stop":1710154443623,"duration":0}},{"uid":"a66d91bb3aebd422","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a66d91bb3aebd422","status":"passed","time":{"start":1710102468302,"stop":1710102468303,"duration":1}},{"uid":"cd8873be6ab8f019","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/cd8873be6ab8f019","status":"passed","time":{"start":1710080683650,"stop":1710080683651,"duration":1}},{"uid":"12795865fbf25d3","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/12795865fbf25d3","status":"passed","time":{"start":1710024353950,"stop":1710024353951,"duration":1}}]},"tags":[]},"source":"99359ea526a923fd.json","parameterValues":[]} \ No newline at end of file +{"uid":"38c7ce1f763ffc28","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":1710308092686,"stop":1710308092687,"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}],"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}],"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":"b4ed3b96dcee4081","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4ed3b96dcee4081","status":"passed","time":{"start":1710306981492,"stop":1710306981493,"duration":1}},{"uid":"98f2d3f2ce40b794","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/98f2d3f2ce40b794","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"17259bf57b36e67f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/17259bf57b36e67f","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"tags":[]},"source":"38c7ce1f763ffc28.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9b65c35ff39ee062.json b/6685/data/test-cases/38cf3f4b38919620.json similarity index 79% rename from 6651/data/test-cases/9b65c35ff39ee062.json rename to 6685/data/test-cases/38cf3f4b38919620.json index e2e355ac3bb..d12e20a9f34 100644 --- a/6651/data/test-cases/9b65c35ff39ee062.json +++ b/6685/data/test-cases/38cf3f4b38919620.json @@ -1 +1 @@ -{"uid":"9b65c35ff39ee062","name":"Error when try to subscribe to more than 31 topics (old limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Error when try to subscribe to more than 31 topics (old limit)","historyId":"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205335151,"stop":1710205335151,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":72,"passed":0,"unknown":0,"total":72},"items":[{"uid":"1cbedc2a32934199","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/1cbedc2a32934199","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205224520,"stop":1710205224520,"duration":0}},{"uid":"4392df93b089f22","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4392df93b089f22","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205109084,"stop":1710205109084,"duration":0}},{"uid":"ea4b9f26b86feb7b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ea4b9f26b86feb7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204865554,"stop":1710204865554,"duration":0}},{"uid":"ff7609d14cd9a3af","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ff7609d14cd9a3af","status":"skipped","statusDetails":"Test ignored","time":{"start":1710203577237,"stop":1710203577237,"duration":0}},{"uid":"9282dc35119c35b8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9282dc35119c35b8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710200067250,"stop":1710200067251,"duration":1}},{"uid":"21c0cf90ec6e5a40","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/21c0cf90ec6e5a40","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199972404,"stop":1710199972404,"duration":0}},{"uid":"51c405398a906aa0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/51c405398a906aa0","status":"skipped","statusDetails":"Test ignored","time":{"start":1710197502496,"stop":1710197502497,"duration":1}},{"uid":"f409a2c6861ab326","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f409a2c6861ab326","status":"skipped","statusDetails":"Test ignored","time":{"start":1710168342007,"stop":1710168342007,"duration":0}},{"uid":"907d4257aba50b6a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/907d4257aba50b6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167568828,"stop":1710167568828,"duration":0}},{"uid":"45c11bebf4b061b8","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/45c11bebf4b061b8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167665514,"stop":1710167665514,"duration":0}},{"uid":"ab846e5bad66c12e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/ab846e5bad66c12e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710166795570,"stop":1710166795570,"duration":0}},{"uid":"5793232117c7e6f3","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5793232117c7e6f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710165026133,"stop":1710165026134,"duration":1}},{"uid":"cbe5947fa67ef49e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cbe5947fa67ef49e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164176716,"stop":1710164176716,"duration":0}},{"uid":"3444c81e30af178","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3444c81e30af178","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164039990,"stop":1710164039990,"duration":0}},{"uid":"8eedeb5b74675f40","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8eedeb5b74675f40","status":"skipped","statusDetails":"Test ignored","time":{"start":1710156088904,"stop":1710156088904,"duration":0}},{"uid":"ad417d41718dac02","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ad417d41718dac02","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155298414,"stop":1710155298414,"duration":0}},{"uid":"814cb8f2016c7cfe","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/814cb8f2016c7cfe","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154928198,"stop":1710154928198,"duration":0}},{"uid":"90fb08ad058becad","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/90fb08ad058becad","status":"skipped","statusDetails":"Test ignored","time":{"start":1710102939225,"stop":1710102939225,"duration":0}},{"uid":"7ba880bdccb1a2e6","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7ba880bdccb1a2e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710081135422,"stop":1710081135422,"duration":0}},{"uid":"2e2e2a7a9acf260c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2e2e2a7a9acf260c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710024806426,"stop":1710024806426,"duration":0}}]},"tags":[]},"source":"9b65c35ff39ee062.json","parameterValues":[]} \ No newline at end of file +{"uid":"38cf3f4b38919620","name":"Error when try to subscribe to more than 31 topics (old limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Error when try to subscribe to more than 31 topics (old limit)","historyId":"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"7103721d540ca672","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7103721d540ca672","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465633,"stop":1710307465633,"duration":0}},{"uid":"5f4b840669657545","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4b840669657545","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"97ce13a7391c0b4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/97ce13a7391c0b4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934074,"stop":1710284934075,"duration":1}}]},"tags":[]},"source":"38cf3f4b38919620.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/38f46781806d9633.json b/6685/data/test-cases/38f46781806d9633.json new file mode 100644 index 00000000000..edb8254ad16 --- /dev/null +++ b/6685/data/test-cases/38f46781806d9633.json @@ -0,0 +1 @@ +{"uid":"38f46781806d9633","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":1710307897772,"stop":1710307897772,"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":"e4cebeedefcb16a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e4cebeedefcb16a5","status":"passed","time":{"start":1710306791277,"stop":1710306791277,"duration":0}},{"uid":"3c766d892a7b50f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c766d892a7b50f","status":"passed","time":{"start":1710286996357,"stop":1710286996358,"duration":1}},{"uid":"94a2172cfdc38771","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a2172cfdc38771","status":"passed","time":{"start":1710284258874,"stop":1710284258875,"duration":1}}]},"tags":[]},"source":"38f46781806d9633.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c11caee45ed1eb6d.json b/6685/data/test-cases/390f9fd1641e1b59.json similarity index 98% rename from 6651/data/test-cases/c11caee45ed1eb6d.json rename to 6685/data/test-cases/390f9fd1641e1b59.json index 5d4b7dd2987..b23812b6711 100644 --- a/6651/data/test-cases/c11caee45ed1eb6d.json +++ b/6685/data/test-cases/390f9fd1641e1b59.json @@ -1 +1 @@ -{"uid":"c11caee45ed1eb6d","name":"Push message with custom timestamp: 1710208447594","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1710208447594","historyId":"30e61e2ee4440f2b878d92396fc4f0c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205063422,"stop":1710205063422,"duration":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":"c11caee45ed1eb6d.json","parameterValues":[]} \ No newline at end of file +{"uid":"390f9fd1641e1b59","name":"Push message with custom timestamp: 1679549697857","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1679549697857","historyId":"e3b58632049822b6e0c1bf5f170315da:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308322617,"stop":1710308322618,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"390f9fd1641e1b59.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e805be6c3e08f825.json b/6685/data/test-cases/39bc231b2d43a2ca.json similarity index 52% rename from 6651/data/test-cases/e805be6c3e08f825.json rename to 6685/data/test-cases/39bc231b2d43a2ca.json index bbc799c4163..a4a10995370 100644 --- a/6651/data/test-cases/e805be6c3e08f825.json +++ b/6685/data/test-cases/39bc231b2d43a2ca.json @@ -1 +1 @@ -{"uid":"e805be6c3e08f825","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":1710205265206,"stop":1710205265206,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"739d7dd28dbf1fc4","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/739d7dd28dbf1fc4","status":"passed","time":{"start":1710205158052,"stop":1710205158052,"duration":0}},{"uid":"f87bbdfbf5f4e10c","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f87bbdfbf5f4e10c","status":"passed","time":{"start":1710205052235,"stop":1710205052235,"duration":0}},{"uid":"98434eb259cbdb24","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/98434eb259cbdb24","status":"passed","time":{"start":1710204796938,"stop":1710204796938,"duration":0}},{"uid":"db6903cdd7b6f631","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/db6903cdd7b6f631","status":"passed","time":{"start":1710203511365,"stop":1710203511365,"duration":0}},{"uid":"917c42d6e73370aa","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/917c42d6e73370aa","status":"passed","time":{"start":1710199998118,"stop":1710199998118,"duration":0}},{"uid":"7f8156d26828e601","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7f8156d26828e601","status":"passed","time":{"start":1710199898542,"stop":1710199898542,"duration":0}},{"uid":"740a7585166c38d9","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/740a7585166c38d9","status":"passed","time":{"start":1710197446712,"stop":1710197446712,"duration":0}},{"uid":"97392db1176f68bc","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/97392db1176f68bc","status":"passed","time":{"start":1710168274478,"stop":1710168274478,"duration":0}},{"uid":"d806a7b5ce098ec","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d806a7b5ce098ec","status":"passed","time":{"start":1710167587990,"stop":1710167587990,"duration":0}},{"uid":"ac7071f17721b69","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ac7071f17721b69","status":"passed","time":{"start":1710167591472,"stop":1710167591472,"duration":0}},{"uid":"524f94b7307b004","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/524f94b7307b004","status":"passed","time":{"start":1710166720771,"stop":1710166720771,"duration":0}},{"uid":"5124dd4ea3a619ef","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5124dd4ea3a619ef","status":"passed","time":{"start":1710164954840,"stop":1710164954840,"duration":0}},{"uid":"6cc375797a520117","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6cc375797a520117","status":"passed","time":{"start":1710164112026,"stop":1710164112026,"duration":0}},{"uid":"a1c85e47667c2fe3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a1c85e47667c2fe3","status":"passed","time":{"start":1710163970945,"stop":1710163970945,"duration":0}},{"uid":"3f3b35da61be6a8","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/3f3b35da61be6a8","status":"passed","time":{"start":1710156015703,"stop":1710156015703,"duration":0}},{"uid":"53c45d2fa7078f02","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/53c45d2fa7078f02","status":"passed","time":{"start":1710155233875,"stop":1710155233876,"duration":1}},{"uid":"3302efd222cc00f0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3302efd222cc00f0","status":"passed","time":{"start":1710154884016,"stop":1710154884016,"duration":0}},{"uid":"3543411f84c9d7b7","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3543411f84c9d7b7","status":"passed","time":{"start":1710102868707,"stop":1710102868707,"duration":0}},{"uid":"2c4b59482cb68bde","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2c4b59482cb68bde","status":"passed","time":{"start":1710081071481,"stop":1710081071481,"duration":0}},{"uid":"3e9e20ac55f69e13","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3e9e20ac55f69e13","status":"passed","time":{"start":1710024738102,"stop":1710024738102,"duration":0}}]},"tags":[]},"source":"e805be6c3e08f825.json","parameterValues":[]} \ No newline at end of file +{"uid":"39bc231b2d43a2ca","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":1710308508730,"stop":1710308508734,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46f68746f50cdee6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46f68746f50cdee6","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"35eb08fd867c3449","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35eb08fd867c3449","status":"passed","time":{"start":1710287596902,"stop":1710287596902,"duration":0}},{"uid":"81bef47778d30039","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/81bef47778d30039","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"tags":[]},"source":"39bc231b2d43a2ca.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/38bf8aee0b8ffc7b.json b/6685/data/test-cases/3a1c5fa915811474.json similarity index 74% rename from 6651/data/test-cases/38bf8aee0b8ffc7b.json rename to 6685/data/test-cases/3a1c5fa915811474.json index 4373436a8de..baff0efa107 100644 --- a/6651/data/test-cases/38bf8aee0b8ffc7b.json +++ b/6685/data/test-cases/3a1c5fa915811474.json @@ -1 +1 @@ -{"uid":"38bf8aee0b8ffc7b","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":1710205111361,"stop":1710205111361,"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":73,"unknown":0,"total":73},"items":[{"uid":"ff95900fa5da874e","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ff95900fa5da874e","status":"passed","time":{"start":1710205017180,"stop":1710205017180,"duration":0}},{"uid":"50882663341a3f0b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/50882663341a3f0b","status":"passed","time":{"start":1710204906971,"stop":1710204906972,"duration":1}},{"uid":"9876d89667a75191","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9876d89667a75191","status":"passed","time":{"start":1710204657694,"stop":1710204657694,"duration":0}},{"uid":"d3edcf651c4736f5","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d3edcf651c4736f5","status":"passed","time":{"start":1710203386082,"stop":1710203386082,"duration":0}},{"uid":"365dd2cc53eaf1b7","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/365dd2cc53eaf1b7","status":"passed","time":{"start":1710199881926,"stop":1710199881927,"duration":1}},{"uid":"dfc836839304d927","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/dfc836839304d927","status":"passed","time":{"start":1710199775340,"stop":1710199775340,"duration":0}},{"uid":"5cda7bf23711e94f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5cda7bf23711e94f","status":"passed","time":{"start":1710197317808,"stop":1710197317810,"duration":2}},{"uid":"b8e0d0f468a67c41","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b8e0d0f468a67c41","status":"passed","time":{"start":1710168157254,"stop":1710168157254,"duration":0}},{"uid":"36e9d696a43e41e7","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/36e9d696a43e41e7","status":"passed","time":{"start":1710167388042,"stop":1710167388042,"duration":0}},{"uid":"d3956550ff6589ca","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d3956550ff6589ca","status":"passed","time":{"start":1710167452036,"stop":1710167452037,"duration":1}},{"uid":"623e8ee857f96d79","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/623e8ee857f96d79","status":"passed","time":{"start":1710166594818,"stop":1710166594818,"duration":0}},{"uid":"df77b59411bad6ac","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/df77b59411bad6ac","status":"passed","time":{"start":1710164827340,"stop":1710164827341,"duration":1}},{"uid":"92cea68099ee2334","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/92cea68099ee2334","status":"passed","time":{"start":1710163975332,"stop":1710163975333,"duration":1}},{"uid":"5eeb0c25f61022b5","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/5eeb0c25f61022b5","status":"passed","time":{"start":1710163842485,"stop":1710163842485,"duration":0}},{"uid":"8d2484f25c185a0e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8d2484f25c185a0e","status":"passed","time":{"start":1710155887158,"stop":1710155887158,"duration":0}},{"uid":"c0544991877ecfd3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c0544991877ecfd3","status":"passed","time":{"start":1710155106018,"stop":1710155106019,"duration":1}},{"uid":"bee574defa022dfd","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/bee574defa022dfd","status":"passed","time":{"start":1710154728834,"stop":1710154728834,"duration":0}},{"uid":"87798f8cc29038fd","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/87798f8cc29038fd","status":"passed","time":{"start":1710102734831,"stop":1710102734831,"duration":0}},{"uid":"c060e875638c0566","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c060e875638c0566","status":"passed","time":{"start":1710080944310,"stop":1710080944310,"duration":0}},{"uid":"3c5de890926afc84","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3c5de890926afc84","status":"passed","time":{"start":1710024618194,"stop":1710024618194,"duration":0}}]},"tags":[]},"source":"38bf8aee0b8ffc7b.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a1c5fa915811474","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":1710308371298,"stop":1710308371299,"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":"b02e29ed5a14fc8d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b02e29ed5a14fc8d","status":"passed","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"e8de2fe6b1576a05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8de2fe6b1576a05","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b6dc6277f4e21cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6dc6277f4e21cf8","status":"passed","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"tags":[]},"source":"3a1c5fa915811474.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1a6896cec42ec21c.json b/6685/data/test-cases/3a81e52a60e4699f.json similarity index 60% rename from 6651/data/test-cases/1a6896cec42ec21c.json rename to 6685/data/test-cases/3a81e52a60e4699f.json index ffcf158b359..215ad8cec88 100644 --- a/6651/data/test-cases/1a6896cec42ec21c.json +++ b/6685/data/test-cases/3a81e52a60e4699f.json @@ -1 +1 @@ -{"uid":"1a6896cec42ec21c","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":1710205199519,"stop":1710205199520,"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":73,"unknown":0,"total":73},"items":[{"uid":"226cce0c983b155a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/226cce0c983b155a","status":"passed","time":{"start":1710205105088,"stop":1710205105088,"duration":0}},{"uid":"f9808f68352fbaf7","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f9808f68352fbaf7","status":"passed","time":{"start":1710204998964,"stop":1710204998964,"duration":0}},{"uid":"37c6adcafff53497","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/37c6adcafff53497","status":"passed","time":{"start":1710204739416,"stop":1710204739416,"duration":0}},{"uid":"94b715270942151a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/94b715270942151a","status":"passed","time":{"start":1710203453471,"stop":1710203453472,"duration":1}},{"uid":"e9b16237035f7237","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e9b16237035f7237","status":"passed","time":{"start":1710199946316,"stop":1710199946317,"duration":1}},{"uid":"c436ef430f42674a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c436ef430f42674a","status":"passed","time":{"start":1710199840490,"stop":1710199840491,"duration":1}},{"uid":"e0edc520e35d5124","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e0edc520e35d5124","status":"passed","time":{"start":1710197396743,"stop":1710197396744,"duration":1}},{"uid":"f18945be7baaa941","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f18945be7baaa941","status":"passed","time":{"start":1710168220886,"stop":1710168220886,"duration":0}},{"uid":"d93e98277da1eaeb","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d93e98277da1eaeb","status":"passed","time":{"start":1710167545202,"stop":1710167545202,"duration":0}},{"uid":"9cd56089cc77a63c","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/9cd56089cc77a63c","status":"passed","time":{"start":1710167538080,"stop":1710167538080,"duration":0}},{"uid":"29d823247a01c4ee","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/29d823247a01c4ee","status":"passed","time":{"start":1710166664465,"stop":1710166664465,"duration":0}},{"uid":"a81320ab30382106","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/a81320ab30382106","status":"passed","time":{"start":1710164898568,"stop":1710164898568,"duration":0}},{"uid":"f8d3644f5b33b5ee","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f8d3644f5b33b5ee","status":"passed","time":{"start":1710164059063,"stop":1710164059063,"duration":0}},{"uid":"57f7bc63e518f8c0","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/57f7bc63e518f8c0","status":"passed","time":{"start":1710163919487,"stop":1710163919488,"duration":1}},{"uid":"386c835988f3b537","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/386c835988f3b537","status":"passed","time":{"start":1710155970006,"stop":1710155970006,"duration":0}},{"uid":"c9478879e7f2e96d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c9478879e7f2e96d","status":"passed","time":{"start":1710155174209,"stop":1710155174210,"duration":1}},{"uid":"76707a45ffbe111e","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/76707a45ffbe111e","status":"passed","time":{"start":1710154832378,"stop":1710154832379,"duration":1}},{"uid":"a7af1d5ddad2cc29","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a7af1d5ddad2cc29","status":"passed","time":{"start":1710102815907,"stop":1710102815907,"duration":0}},{"uid":"b282cbf468afe958","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b282cbf468afe958","status":"passed","time":{"start":1710081013949,"stop":1710081013949,"duration":0}},{"uid":"3e074b6afe4b31c3","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3e074b6afe4b31c3","status":"passed","time":{"start":1710024688131,"stop":1710024688132,"duration":1}}]},"tags":[]},"source":"1a6896cec42ec21c.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a81e52a60e4699f","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":1710308459429,"stop":1710308459430,"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":"1fb4fe15cbe1e51d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1fb4fe15cbe1e51d","status":"passed","time":{"start":1710307342526,"stop":1710307342526,"duration":0}},{"uid":"22e1e4144cec1bde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22e1e4144cec1bde","status":"passed","time":{"start":1710287544914,"stop":1710287544914,"duration":0}},{"uid":"6283599573f36714","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6283599573f36714","status":"passed","time":{"start":1710284805022,"stop":1710284805023,"duration":1}}]},"tags":[]},"source":"3a81e52a60e4699f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/815f380893ca7e8a.json b/6685/data/test-cases/3a9ea5249feb22e1.json similarity index 80% rename from 6651/data/test-cases/815f380893ca7e8a.json rename to 6685/data/test-cases/3a9ea5249feb22e1.json index 6c4de28201d..1a01e64dbe1 100644 --- a/6651/data/test-cases/815f380893ca7e8a.json +++ b/6685/data/test-cases/3a9ea5249feb22e1.json @@ -1 +1 @@ -{"uid":"815f380893ca7e8a","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":1710204945847,"stop":1710204945848,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"f0ee769744a5a2ad","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f0ee769744a5a2ad","status":"passed","time":{"start":1710204830297,"stop":1710204830298,"duration":1}},{"uid":"2363b5817fecadc9","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2363b5817fecadc9","status":"passed","time":{"start":1710204733013,"stop":1710204733014,"duration":1}},{"uid":"8d856dd5935e8121","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8d856dd5935e8121","status":"passed","time":{"start":1710204477781,"stop":1710204477782,"duration":1}},{"uid":"f5ddfa13b39e8c3e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f5ddfa13b39e8c3e","status":"passed","time":{"start":1710203199473,"stop":1710203199474,"duration":1}},{"uid":"c0cba60d54c9e28a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c0cba60d54c9e28a","status":"passed","time":{"start":1710199697849,"stop":1710199697849,"duration":0}},{"uid":"2fabbcd100e303cf","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2fabbcd100e303cf","status":"passed","time":{"start":1710199591764,"stop":1710199591764,"duration":0}},{"uid":"b2557c0873652fd4","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b2557c0873652fd4","status":"passed","time":{"start":1710197131792,"stop":1710197131792,"duration":0}},{"uid":"39ecbd4713e4cd8e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/39ecbd4713e4cd8e","status":"passed","time":{"start":1710167952604,"stop":1710167952605,"duration":1}},{"uid":"629311cf3a9a403e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/629311cf3a9a403e","status":"passed","time":{"start":1710167221556,"stop":1710167221556,"duration":0}},{"uid":"717c708c28e07136","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/717c708c28e07136","status":"passed","time":{"start":1710167283380,"stop":1710167283381,"duration":1}},{"uid":"869bcc83c5f1b6e2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/869bcc83c5f1b6e2","status":"passed","time":{"start":1710166420490,"stop":1710166420490,"duration":0}},{"uid":"47e121bc68ebfb68","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/47e121bc68ebfb68","status":"passed","time":{"start":1710164634574,"stop":1710164634574,"duration":0}},{"uid":"2a2cc63437941a57","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2a2cc63437941a57","status":"passed","time":{"start":1710163791793,"stop":1710163791793,"duration":0}},{"uid":"85c225bea0887bde","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/85c225bea0887bde","status":"passed","time":{"start":1710163655803,"stop":1710163655803,"duration":0}},{"uid":"d8dea3510b94d8f2","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d8dea3510b94d8f2","status":"passed","time":{"start":1710155712326,"stop":1710155712326,"duration":0}},{"uid":"149c96ac1cd0f7c2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/149c96ac1cd0f7c2","status":"passed","time":{"start":1710154919637,"stop":1710154919637,"duration":0}},{"uid":"5c4c65775e4410ce","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/5c4c65775e4410ce","status":"passed","time":{"start":1710154537148,"stop":1710154537148,"duration":0}},{"uid":"559389a4b221b8c3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/559389a4b221b8c3","status":"passed","time":{"start":1710102560689,"stop":1710102560689,"duration":0}},{"uid":"26667f187a76c234","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/26667f187a76c234","status":"passed","time":{"start":1710080763703,"stop":1710080763703,"duration":0}},{"uid":"6b1ab129868cdebe","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6b1ab129868cdebe","status":"passed","time":{"start":1710024433737,"stop":1710024433737,"duration":0}}]},"tags":[]},"source":"815f380893ca7e8a.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a9ea5249feb22e1","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":1710308192971,"stop":1710308192972,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf85cb42ba4b05a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf85cb42ba4b05a0","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"462ca9f1fb35b514","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/462ca9f1fb35b514","status":"passed","time":{"start":1710287282002,"stop":1710287282003,"duration":1}},{"uid":"a0f06f027336b3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0f06f027336b3a","status":"passed","time":{"start":1710284550774,"stop":1710284550774,"duration":0}}]},"tags":[]},"source":"3a9ea5249feb22e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3bc45aab135e781.json b/6685/data/test-cases/3bc45aab135e781.json new file mode 100644 index 00000000000..5bc95f697b5 --- /dev/null +++ b/6685/data/test-cases/3bc45aab135e781.json @@ -0,0 +1 @@ +{"uid":"3bc45aab135e781","name":"should encodeTxt and decodeTxt","fullName":"/src/enr.spec.ts: ENR > Txt codec > should encodeTxt and decodeTxt","historyId":"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898597,"stop":1710307898597,"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":"b44ab4ec38b23c38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b44ab4ec38b23c38","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"d446f1adc501bef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d446f1adc501bef","status":"passed","time":{"start":1710286996962,"stop":1710286996966,"duration":4}},{"uid":"8d5185f01786cec5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d5185f01786cec5","status":"passed","time":{"start":1710284259600,"stop":1710284259601,"duration":1}}]},"tags":[]},"source":"3bc45aab135e781.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3c44abc8403b510.json b/6685/data/test-cases/3c44abc8403b510.json new file mode 100644 index 00000000000..a168283037f --- /dev/null +++ b/6685/data/test-cases/3c44abc8403b510.json @@ -0,0 +1 @@ +{"uid":"3c44abc8403b510","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":1710308167161,"stop":1710308167162,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"60c55cebfd87e35e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60c55cebfd87e35e","status":"passed","time":{"start":1710307045664,"stop":1710307045664,"duration":0}},{"uid":"237cc21cd53cb6fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/237cc21cd53cb6fe","status":"passed","time":{"start":1710287245617,"stop":1710287245618,"duration":1}},{"uid":"cc2d5dc2d13b1d90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc2d5dc2d13b1d90","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"tags":[]},"source":"3c44abc8403b510.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/34ab675b5aaae53d.json b/6685/data/test-cases/3d8f4d4d7aacb04c.json similarity index 52% rename from 6651/data/test-cases/34ab675b5aaae53d.json rename to 6685/data/test-cases/3d8f4d4d7aacb04c.json index e070f2a8baf..95beece06b1 100644 --- a/6651/data/test-cases/34ab675b5aaae53d.json +++ b/6685/data/test-cases/3d8f4d4d7aacb04c.json @@ -1 +1 @@ -{"uid":"34ab675b5aaae53d","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":1710204705499,"stop":1710204705501,"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":74,"unknown":0,"total":74},"items":[{"uid":"ad5f29e6da04e450","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/ad5f29e6da04e450","status":"passed","time":{"start":1710205293839,"stop":1710205293839,"duration":0}},{"uid":"6ff50bf883bad965","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/6ff50bf883bad965","status":"passed","time":{"start":1710204606294,"stop":1710204606294,"duration":0}},{"uid":"e29dbe053e2c447a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e29dbe053e2c447a","status":"passed","time":{"start":1710204491214,"stop":1710204491215,"duration":1}},{"uid":"3cfa06d2db98c032","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3cfa06d2db98c032","status":"passed","time":{"start":1710204248699,"stop":1710204248699,"duration":0}},{"uid":"839695b09af689e9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/839695b09af689e9","status":"passed","time":{"start":1710202977726,"stop":1710202977726,"duration":0}},{"uid":"f09699b89d770121","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f09699b89d770121","status":"passed","time":{"start":1710199459318,"stop":1710199459318,"duration":0}},{"uid":"37ffa9eae9755182","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/37ffa9eae9755182","status":"passed","time":{"start":1710199353194,"stop":1710199353195,"duration":1}},{"uid":"c8fe3ffccce21b44","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c8fe3ffccce21b44","status":"passed","time":{"start":1710196892889,"stop":1710196892889,"duration":0}},{"uid":"bfc6a2814cf8fe67","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bfc6a2814cf8fe67","status":"passed","time":{"start":1710167709430,"stop":1710167709430,"duration":0}},{"uid":"8159e20414f763fa","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8159e20414f763fa","status":"passed","time":{"start":1710166891541,"stop":1710166891541,"duration":0}},{"uid":"d3a56be8da6b3de1","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d3a56be8da6b3de1","status":"passed","time":{"start":1710167051942,"stop":1710167051943,"duration":1}},{"uid":"3923a46e97accb3b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3923a46e97accb3b","status":"passed","time":{"start":1710166179961,"stop":1710166179962,"duration":1}},{"uid":"2997b2778ffb7c7a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2997b2778ffb7c7a","status":"passed","time":{"start":1710164405441,"stop":1710164405442,"duration":1}},{"uid":"b55ec2353079e4d1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b55ec2353079e4d1","status":"passed","time":{"start":1710163557169,"stop":1710163557169,"duration":0}},{"uid":"9a32a7719d635414","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9a32a7719d635414","status":"passed","time":{"start":1710163418942,"stop":1710163418943,"duration":1}},{"uid":"a46e871165963c8","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a46e871165963c8","status":"passed","time":{"start":1710155480024,"stop":1710155480024,"duration":0}},{"uid":"95e7c0eed26425c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/95e7c0eed26425c","status":"passed","time":{"start":1710154677902,"stop":1710154677903,"duration":1}},{"uid":"1944589a22d52bb","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1944589a22d52bb","status":"passed","time":{"start":1710154316260,"stop":1710154316260,"duration":0}},{"uid":"181669d0e7c3e477","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/181669d0e7c3e477","status":"passed","time":{"start":1710102325458,"stop":1710102325459,"duration":1}},{"uid":"f83eff360ed0cb88","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f83eff360ed0cb88","status":"passed","time":{"start":1710080529726,"stop":1710080529726,"duration":0}}]},"tags":[]},"source":"34ab675b5aaae53d.json","parameterValues":[]} \ No newline at end of file +{"uid":"3d8f4d4d7aacb04c","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":1710307950769,"stop":1710307950769,"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":"3e706644a574bf34","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e706644a574bf34","status":"passed","time":{"start":1710306844171,"stop":1710306844172,"duration":1}},{"uid":"515f8c90f9b4b376","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/515f8c90f9b4b376","status":"passed","time":{"start":1710287049791,"stop":1710287049793,"duration":2}},{"uid":"60d1c886de363811","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60d1c886de363811","status":"passed","time":{"start":1710284312192,"stop":1710284312193,"duration":1}}]},"tags":[]},"source":"3d8f4d4d7aacb04c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3db4a6d621951951.json b/6685/data/test-cases/3db4a6d621951951.json new file mode 100644 index 00000000000..96f55341b03 --- /dev/null +++ b/6685/data/test-cases/3db4a6d621951951.json @@ -0,0 +1 @@ +{"uid":"3db4a6d621951951","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":1710308515425,"stop":1710308515426,"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":"2132e5a9580b844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2132e5a9580b844f","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"596c455bd515661a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/596c455bd515661a","status":"passed","time":{"start":1710287608796,"stop":1710287608796,"duration":0}},{"uid":"b2d809cc806986e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2d809cc806986e6","status":"passed","time":{"start":1710284881700,"stop":1710284881701,"duration":1}}]},"tags":[]},"source":"3db4a6d621951951.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3db4c6dd584b922f.json b/6685/data/test-cases/3db4c6dd584b922f.json new file mode 100644 index 00000000000..bc43a6b81f0 --- /dev/null +++ b/6685/data/test-cases/3db4c6dd584b922f.json @@ -0,0 +1 @@ +{"uid":"3db4c6dd584b922f","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":1710308092703,"stop":1710308092703,"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":"3fcc90cfba110440","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fcc90cfba110440","status":"passed","time":{"start":1710306981507,"stop":1710306981508,"duration":1}},{"uid":"7f7d97ece4cc2102","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f7d97ece4cc2102","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"c671798dc91552a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c671798dc91552a9","status":"passed","time":{"start":1710284459998,"stop":1710284459999,"duration":1}}]},"tags":[]},"source":"3db4c6dd584b922f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/793083e7729457f2.json b/6685/data/test-cases/3df959dc7e67a518.json similarity index 78% rename from 6651/data/test-cases/793083e7729457f2.json rename to 6685/data/test-cases/3df959dc7e67a518.json index 656d96ec131..add99b3a844 100644 --- a/6651/data/test-cases/793083e7729457f2.json +++ b/6685/data/test-cases/3df959dc7e67a518.json @@ -1 +1 @@ -{"uid":"793083e7729457f2","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":1710205173292,"stop":1710205173293,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"a11321e4507dd22c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a11321e4507dd22c","status":"passed","time":{"start":1710205067272,"stop":1710205067273,"duration":1}},{"uid":"f1249c444f05f4b6","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f1249c444f05f4b6","status":"passed","time":{"start":1710204962908,"stop":1710204962909,"duration":1}},{"uid":"bb68c5295f334070","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bb68c5295f334070","status":"passed","time":{"start":1710204701461,"stop":1710204701462,"duration":1}},{"uid":"3bd6c6f1e334a3be","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3bd6c6f1e334a3be","status":"passed","time":{"start":1710203416578,"stop":1710203416578,"duration":0}},{"uid":"f90981fd4736d5e2","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f90981fd4736d5e2","status":"passed","time":{"start":1710199910388,"stop":1710199910389,"duration":1}},{"uid":"a6fb3224e2951f88","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a6fb3224e2951f88","status":"passed","time":{"start":1710199800506,"stop":1710199800506,"duration":0}},{"uid":"aa2886e437290d9f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/aa2886e437290d9f","status":"passed","time":{"start":1710197348908,"stop":1710197348908,"duration":0}},{"uid":"7273aaa374720554","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/7273aaa374720554","status":"passed","time":{"start":1710168167421,"stop":1710168167422,"duration":1}},{"uid":"42ee21911cb6bf6f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/42ee21911cb6bf6f","status":"passed","time":{"start":1710167350118,"stop":1710167350118,"duration":0}},{"uid":"f37bf68130d56ccf","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f37bf68130d56ccf","status":"passed","time":{"start":1710167497860,"stop":1710167497860,"duration":0}},{"uid":"1a827066632d0605","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/1a827066632d0605","status":"passed","time":{"start":1710166625600,"stop":1710166625600,"duration":0}},{"uid":"39c9287d7b9a6eba","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/39c9287d7b9a6eba","status":"passed","time":{"start":1710164870332,"stop":1710164870332,"duration":0}},{"uid":"57d4f2bf486eec57","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/57d4f2bf486eec57","status":"passed","time":{"start":1710164015685,"stop":1710164015686,"duration":1}},{"uid":"60bc7e79fd978c27","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/60bc7e79fd978c27","status":"passed","time":{"start":1710163881225,"stop":1710163881225,"duration":0}},{"uid":"26495c0e0cfd9bcd","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/26495c0e0cfd9bcd","status":"passed","time":{"start":1710155929067,"stop":1710155929068,"duration":1}},{"uid":"5c4d80856735279e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5c4d80856735279e","status":"passed","time":{"start":1710155134282,"stop":1710155134282,"duration":0}},{"uid":"be13f6f770713d96","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/be13f6f770713d96","status":"passed","time":{"start":1710154760697,"stop":1710154760698,"duration":1}},{"uid":"35582cddcaa1378e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/35582cddcaa1378e","status":"passed","time":{"start":1710102776884,"stop":1710102776884,"duration":0}},{"uid":"e2f962a8527141fd","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e2f962a8527141fd","status":"passed","time":{"start":1710080978581,"stop":1710080978581,"duration":0}},{"uid":"e53c735e9a7fd9d6","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e53c735e9a7fd9d6","status":"passed","time":{"start":1710024644859,"stop":1710024644859,"duration":0}}]},"tags":[]},"source":"793083e7729457f2.json","parameterValues":[]} \ No newline at end of file +{"uid":"3df959dc7e67a518","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":1710308416720,"stop":1710308416720,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"c7437071b71ad4a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c7437071b71ad4a0","status":"passed","time":{"start":1710307308620,"stop":1710307308621,"duration":1}},{"uid":"3bc7268c91b32af3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bc7268c91b32af3","status":"passed","time":{"start":1710287509746,"stop":1710287509746,"duration":0}},{"uid":"1ac85f834e3fbe2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ac85f834e3fbe2","status":"passed","time":{"start":1710284775838,"stop":1710284775839,"duration":1}}]},"tags":[]},"source":"3df959dc7e67a518.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4cd218ab8f21ac1d.json b/6685/data/test-cases/3ef6b91ac3fc51a6.json similarity index 80% rename from 6651/data/test-cases/4cd218ab8f21ac1d.json rename to 6685/data/test-cases/3ef6b91ac3fc51a6.json index 23eadb1a7a1..5d4fabcdec9 100644 --- a/6651/data/test-cases/4cd218ab8f21ac1d.json +++ b/6685/data/test-cases/3ef6b91ac3fc51a6.json @@ -1 +1 @@ -{"uid":"4cd218ab8f21ac1d","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":1710204945846,"stop":1710204945846,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"5a04599ef8d3148a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5a04599ef8d3148a","status":"passed","time":{"start":1710204830296,"stop":1710204830296,"duration":0}},{"uid":"2f78aad638fbe1f1","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2f78aad638fbe1f1","status":"passed","time":{"start":1710204733012,"stop":1710204733012,"duration":0}},{"uid":"2d8f75e7a74ff256","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/2d8f75e7a74ff256","status":"passed","time":{"start":1710204477778,"stop":1710204477779,"duration":1}},{"uid":"99c8d1aef93f3654","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/99c8d1aef93f3654","status":"passed","time":{"start":1710203199472,"stop":1710203199473,"duration":1}},{"uid":"f9e818f45ee32081","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f9e818f45ee32081","status":"passed","time":{"start":1710199697836,"stop":1710199697837,"duration":1}},{"uid":"228a0fa333f3d262","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/228a0fa333f3d262","status":"passed","time":{"start":1710199591763,"stop":1710199591763,"duration":0}},{"uid":"69746d56c3872157","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/69746d56c3872157","status":"passed","time":{"start":1710197131791,"stop":1710197131791,"duration":0}},{"uid":"c1018d269275fd58","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c1018d269275fd58","status":"passed","time":{"start":1710167952602,"stop":1710167952602,"duration":0}},{"uid":"7f7249211ac14c4e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7f7249211ac14c4e","status":"passed","time":{"start":1710167221551,"stop":1710167221551,"duration":0}},{"uid":"c85f8558ea327bb5","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c85f8558ea327bb5","status":"passed","time":{"start":1710167283379,"stop":1710167283380,"duration":1}},{"uid":"c2d0408cf8ee895d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c2d0408cf8ee895d","status":"passed","time":{"start":1710166420488,"stop":1710166420489,"duration":1}},{"uid":"fd81bbc7aa2cd286","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/fd81bbc7aa2cd286","status":"passed","time":{"start":1710164634572,"stop":1710164634573,"duration":1}},{"uid":"f34d88252af7152c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f34d88252af7152c","status":"passed","time":{"start":1710163791791,"stop":1710163791792,"duration":1}},{"uid":"f4f0b75e895c5aa1","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f4f0b75e895c5aa1","status":"passed","time":{"start":1710163655801,"stop":1710163655802,"duration":1}},{"uid":"53b2a68b6b24f9f2","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/53b2a68b6b24f9f2","status":"passed","time":{"start":1710155712325,"stop":1710155712325,"duration":0}},{"uid":"ad370bfb1b0389a1","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ad370bfb1b0389a1","status":"passed","time":{"start":1710154919635,"stop":1710154919635,"duration":0}},{"uid":"9a72ad2bec9ea1b5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/9a72ad2bec9ea1b5","status":"passed","time":{"start":1710154537147,"stop":1710154537147,"duration":0}},{"uid":"7db166b360890488","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7db166b360890488","status":"passed","time":{"start":1710102560688,"stop":1710102560688,"duration":0}},{"uid":"2b8515ca1d470044","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2b8515ca1d470044","status":"passed","time":{"start":1710080763702,"stop":1710080763702,"duration":0}},{"uid":"b43da23a027e4f01","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b43da23a027e4f01","status":"passed","time":{"start":1710024433736,"stop":1710024433736,"duration":0}}]},"tags":[]},"source":"4cd218ab8f21ac1d.json","parameterValues":[]} \ No newline at end of file +{"uid":"3ef6b91ac3fc51a6","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":1710308192970,"stop":1710308192970,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5818b41177b8d911","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5818b41177b8d911","status":"passed","time":{"start":1710307078649,"stop":1710307078650,"duration":1}},{"uid":"85339edb6cf9d15b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85339edb6cf9d15b","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"5abf8ceab7e7b4d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5abf8ceab7e7b4d4","status":"passed","time":{"start":1710284550772,"stop":1710284550772,"duration":0}}]},"tags":[]},"source":"3ef6b91ac3fc51a6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3f09598def689f9a.json b/6685/data/test-cases/3f09598def689f9a.json new file mode 100644 index 00000000000..5caa5a200e4 --- /dev/null +++ b/6685/data/test-cases/3f09598def689f9a.json @@ -0,0 +1 @@ +{"uid":"3f09598def689f9a","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":1710307925683,"stop":1710307925683,"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":"3c0f298d45f795af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c0f298d45f795af","status":"passed","time":{"start":1710306818619,"stop":1710306818620,"duration":1}},{"uid":"9a2773c1012b6d3f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a2773c1012b6d3f","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"9fb75f6ae8975ffa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9fb75f6ae8975ffa","status":"passed","time":{"start":1710284286706,"stop":1710284286706,"duration":0}}]},"tags":[]},"source":"3f09598def689f9a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c8d2e778ab6d003a.json b/6685/data/test-cases/3f13d00d0cf93a54.json similarity index 79% rename from 6651/data/test-cases/c8d2e778ab6d003a.json rename to 6685/data/test-cases/3f13d00d0cf93a54.json index 5c2dfb77ab4..f568c40341c 100644 --- a/6651/data/test-cases/c8d2e778ab6d003a.json +++ b/6685/data/test-cases/3f13d00d0cf93a54.json @@ -1 +1 @@ -{"uid":"c8d2e778ab6d003a","name":"Error when try to subscribe to more than 31 topics (old limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Error when try to subscribe to more than 31 topics (old limit)","historyId":"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205335137,"stop":1710205335138,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"passed":0,"unknown":0,"total":73},"items":[{"uid":"7711064ed35dcfca","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/7711064ed35dcfca","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205224509,"stop":1710205224509,"duration":0}},{"uid":"5a8e66bfbd48119c","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5a8e66bfbd48119c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205109074,"stop":1710205109075,"duration":1}},{"uid":"d2d4dc90c90e8829","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d2d4dc90c90e8829","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204865543,"stop":1710204865544,"duration":1}},{"uid":"75bf7687e51d4bff","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/75bf7687e51d4bff","status":"skipped","statusDetails":"Test ignored","time":{"start":1710203577228,"stop":1710203577228,"duration":0}},{"uid":"a5e2405167f4f05","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a5e2405167f4f05","status":"skipped","statusDetails":"Test ignored","time":{"start":1710200067239,"stop":1710200067239,"duration":0}},{"uid":"98db232ad29c6138","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/98db232ad29c6138","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199972393,"stop":1710199972394,"duration":1}},{"uid":"f9eab370eb796a6d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f9eab370eb796a6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710197502484,"stop":1710197502484,"duration":0}},{"uid":"6af32a5966c9d074","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6af32a5966c9d074","status":"skipped","statusDetails":"Test ignored","time":{"start":1710168341997,"stop":1710168341997,"duration":0}},{"uid":"65dbd4085a956803","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/65dbd4085a956803","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167568810,"stop":1710167568810,"duration":0}},{"uid":"b3c8e30faef2485c","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b3c8e30faef2485c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167665501,"stop":1710167665501,"duration":0}},{"uid":"d0edece7090d00bd","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d0edece7090d00bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1710166795559,"stop":1710166795559,"duration":0}},{"uid":"24f06ee34d6d00cc","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/24f06ee34d6d00cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710165026121,"stop":1710165026122,"duration":1}},{"uid":"956dc9f04188948","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/956dc9f04188948","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164176705,"stop":1710164176705,"duration":0}},{"uid":"8c654198f68cc852","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8c654198f68cc852","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164039977,"stop":1710164039977,"duration":0}},{"uid":"a7e1349fce97e5fa","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a7e1349fce97e5fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710156088894,"stop":1710156088894,"duration":0}},{"uid":"8eb53441aefb879","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8eb53441aefb879","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155298402,"stop":1710155298403,"duration":1}},{"uid":"eb20f6aa22f3db32","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/eb20f6aa22f3db32","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154928186,"stop":1710154928187,"duration":1}},{"uid":"ce801a357590be87","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ce801a357590be87","status":"skipped","statusDetails":"Test ignored","time":{"start":1710102939213,"stop":1710102939213,"duration":0}},{"uid":"d4ea5afa426bf76c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d4ea5afa426bf76c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710081135411,"stop":1710081135411,"duration":0}},{"uid":"5f9eb16a7b9edb96","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/5f9eb16a7b9edb96","status":"skipped","statusDetails":"Test ignored","time":{"start":1710024806416,"stop":1710024806416,"duration":0}}]},"tags":[]},"source":"c8d2e778ab6d003a.json","parameterValues":[]} \ No newline at end of file +{"uid":"3f13d00d0cf93a54","name":"Error when try to subscribe to more than 31 topics (old limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Error when try to subscribe to more than 31 topics (old limit)","historyId":"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"e6f4bdbaa51811dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6f4bdbaa51811dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"d7cf2699690fe2f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7cf2699690fe2f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674900,"stop":1710287674903,"duration":3}},{"uid":"f8a7a619203e395f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a7a619203e395f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"tags":[]},"source":"3f13d00d0cf93a54.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3f3c1ea9af5a66e9.json b/6685/data/test-cases/3f3c1ea9af5a66e9.json new file mode 100644 index 00000000000..9c474728307 --- /dev/null +++ b/6685/data/test-cases/3f3c1ea9af5a66e9.json @@ -0,0 +1 @@ +{"uid":"3f3c1ea9af5a66e9","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":1710307898606,"stop":1710307898606,"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":"bc3baaa033abf130","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bc3baaa033abf130","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"9f0d1deee0b270ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f0d1deee0b270ec","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"6a6d22aba989671d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a6d22aba989671d","status":"passed","time":{"start":1710284259609,"stop":1710284259610,"duration":1}}]},"tags":[]},"source":"3f3c1ea9af5a66e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3fac1033637d872a.json b/6685/data/test-cases/3fac1033637d872a.json new file mode 100644 index 00000000000..839389e42f5 --- /dev/null +++ b/6685/data/test-cases/3fac1033637d872a.json @@ -0,0 +1 @@ +{"uid":"3fac1033637d872a","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":1710307903500,"stop":1710307903500,"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":"7e0d07aee28f8a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e0d07aee28f8a2a","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"58148ead56d55f78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58148ead56d55f78","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"a79a03f440259342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a79a03f440259342","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"tags":[]},"source":"3fac1033637d872a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/3ff96476e2446433.json b/6685/data/test-cases/3ff96476e2446433.json new file mode 100644 index 00000000000..cae7c6eb2dd --- /dev/null +++ b/6685/data/test-cases/3ff96476e2446433.json @@ -0,0 +1 @@ +{"uid":"3ff96476e2446433","name":"Using a function","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Using a function","historyId":"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308510824,"stop":1710308510824,"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":"9a6a1cb256b9282f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a6a1cb256b9282f","status":"passed","time":{"start":1710307392999,"stop":1710307392999,"duration":0}},{"uid":"b34e82a5f8687763","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b34e82a5f8687763","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"67796a387433aa52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67796a387433aa52","status":"passed","time":{"start":1710284869463,"stop":1710284869464,"duration":1}}]},"tags":[]},"source":"3ff96476e2446433.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/efe1685bf98eec31.json b/6685/data/test-cases/404693b7c9f44206.json similarity index 83% rename from 6651/data/test-cases/efe1685bf98eec31.json rename to 6685/data/test-cases/404693b7c9f44206.json index 87a5c3597e7..c1942c613c3 100644 --- a/6651/data/test-cases/efe1685bf98eec31.json +++ b/6685/data/test-cases/404693b7c9f44206.json @@ -1 +1 @@ -{"uid":"efe1685bf98eec31","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":1710205063417,"stop":1710205063418,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"f54fd76c0435a31d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f54fd76c0435a31d","status":"passed","time":{"start":1710204974364,"stop":1710204974364,"duration":0}},{"uid":"8a7f832b8d0488df","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/8a7f832b8d0488df","status":"passed","time":{"start":1710204858050,"stop":1710204858051,"duration":1}},{"uid":"ad42611b57ba548c","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ad42611b57ba548c","status":"passed","time":{"start":1710204613881,"stop":1710204613882,"duration":1}},{"uid":"bb317d67a1e95268","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/bb317d67a1e95268","status":"passed","time":{"start":1710203332615,"stop":1710203332616,"duration":1}},{"uid":"5b74d0de5956a640","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5b74d0de5956a640","status":"passed","time":{"start":1710199825181,"stop":1710199825182,"duration":1}},{"uid":"1759056a4d3f3bab","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1759056a4d3f3bab","status":"passed","time":{"start":1710199731760,"stop":1710199731761,"duration":1}},{"uid":"ca5893d6e9030b2c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ca5893d6e9030b2c","status":"passed","time":{"start":1710197275110,"stop":1710197275110,"duration":0}},{"uid":"f4d0b0831b8c7261","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f4d0b0831b8c7261","status":"passed","time":{"start":1710168106284,"stop":1710168106284,"duration":0}},{"uid":"cc635c3386439c61","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/cc635c3386439c61","status":"passed","time":{"start":1710167360911,"stop":1710167360912,"duration":1}},{"uid":"e2c63f42e0312d17","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e2c63f42e0312d17","status":"passed","time":{"start":1710167407566,"stop":1710167407567,"duration":1}},{"uid":"d99803db8d7f2c79","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d99803db8d7f2c79","status":"passed","time":{"start":1710166544395,"stop":1710166544396,"duration":1}},{"uid":"a2791110362b36fb","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/a2791110362b36fb","status":"passed","time":{"start":1710164782814,"stop":1710164782814,"duration":0}},{"uid":"4ed47d0e5441ad37","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4ed47d0e5441ad37","status":"passed","time":{"start":1710163934763,"stop":1710163934763,"duration":0}},{"uid":"ee93624f874070fc","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/ee93624f874070fc","status":"passed","time":{"start":1710163799610,"stop":1710163799610,"duration":0}},{"uid":"46362b1f040d5294","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/46362b1f040d5294","status":"passed","time":{"start":1710155833701,"stop":1710155833701,"duration":0}},{"uid":"9ade8f2db9384d93","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9ade8f2db9384d93","status":"passed","time":{"start":1710155066240,"stop":1710155066240,"duration":0}},{"uid":"54e08f7d516f41af","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/54e08f7d516f41af","status":"passed","time":{"start":1710154684657,"stop":1710154684658,"duration":1}},{"uid":"6ca3dfbac9e445fb","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6ca3dfbac9e445fb","status":"passed","time":{"start":1710102693453,"stop":1710102693453,"duration":0}},{"uid":"7035dcd42b3952ee","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7035dcd42b3952ee","status":"passed","time":{"start":1710080898350,"stop":1710080898353,"duration":3}},{"uid":"bba486cab62cd21a","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/bba486cab62cd21a","status":"passed","time":{"start":1710024575268,"stop":1710024575268,"duration":0}}]},"tags":[]},"source":"efe1685bf98eec31.json","parameterValues":[]} \ No newline at end of file +{"uid":"404693b7c9f44206","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":1710308322613,"stop":1710308322613,"duration":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":"f5727b048d92f8ce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5727b048d92f8ce","status":"passed","time":{"start":1710307207090,"stop":1710307207090,"duration":0}},{"uid":"be0bdbf88414252a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/be0bdbf88414252a","status":"passed","time":{"start":1710287412755,"stop":1710287412755,"duration":0}},{"uid":"3e8f640a2f1a3713","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e8f640a2f1a3713","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"tags":[]},"source":"404693b7c9f44206.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/40758540cf4daf90.json b/6685/data/test-cases/40758540cf4daf90.json new file mode 100644 index 00000000000..5780b2d28d4 --- /dev/null +++ b/6685/data/test-cases/40758540cf4daf90.json @@ -0,0 +1 @@ +{"uid":"40758540cf4daf90","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":1710308416745,"stop":1710308416745,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"baa95e7f8a2f526c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/baa95e7f8a2f526c","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"b1b5b5c2f66bb67b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b1b5b5c2f66bb67b","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"fd64f3dda9550d12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd64f3dda9550d12","status":"passed","time":{"start":1710284775870,"stop":1710284775871,"duration":1}}]},"tags":[]},"source":"40758540cf4daf90.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1669f2bc1b549d67.json b/6685/data/test-cases/407640ec244257b6.json similarity index 80% rename from 6651/data/test-cases/1669f2bc1b549d67.json rename to 6685/data/test-cases/407640ec244257b6.json index edcdec3e30a..a51f2ebdc7e 100644 --- a/6651/data/test-cases/1669f2bc1b549d67.json +++ b/6685/data/test-cases/407640ec244257b6.json @@ -1 +1 @@ -{"uid":"1669f2bc1b549d67","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":1710204945838,"stop":1710204945839,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"77650d3e03d04baa","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/77650d3e03d04baa","status":"passed","time":{"start":1710204830288,"stop":1710204830288,"duration":0}},{"uid":"2710cc5ec93391bb","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2710cc5ec93391bb","status":"passed","time":{"start":1710204733004,"stop":1710204733004,"duration":0}},{"uid":"4fccb6e7fc999878","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4fccb6e7fc999878","status":"passed","time":{"start":1710204477759,"stop":1710204477760,"duration":1}},{"uid":"dcd991361f8171ac","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/dcd991361f8171ac","status":"passed","time":{"start":1710203199464,"stop":1710203199465,"duration":1}},{"uid":"de79c46ecaf749b6","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/de79c46ecaf749b6","status":"passed","time":{"start":1710199697805,"stop":1710199697805,"duration":0}},{"uid":"807f7cdd23d9e353","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/807f7cdd23d9e353","status":"passed","time":{"start":1710199591748,"stop":1710199591749,"duration":1}},{"uid":"d965997063b040d7","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/d965997063b040d7","status":"passed","time":{"start":1710197131777,"stop":1710197131778,"duration":1}},{"uid":"4c65c7736e9db727","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4c65c7736e9db727","status":"passed","time":{"start":1710167952592,"stop":1710167952593,"duration":1}},{"uid":"6f593ac3b9c36c5a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/6f593ac3b9c36c5a","status":"passed","time":{"start":1710167221543,"stop":1710167221543,"duration":0}},{"uid":"a2029a3c8e57115f","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a2029a3c8e57115f","status":"passed","time":{"start":1710167283371,"stop":1710167283371,"duration":0}},{"uid":"907b85b772fe078b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/907b85b772fe078b","status":"passed","time":{"start":1710166420480,"stop":1710166420480,"duration":0}},{"uid":"246aff8331d13581","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/246aff8331d13581","status":"passed","time":{"start":1710164634564,"stop":1710164634565,"duration":1}},{"uid":"42d1c8bb0cc2837","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/42d1c8bb0cc2837","status":"passed","time":{"start":1710163791783,"stop":1710163791784,"duration":1}},{"uid":"ce6c46bafb1705a9","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/ce6c46bafb1705a9","status":"passed","time":{"start":1710163655788,"stop":1710163655789,"duration":1}},{"uid":"b5fddbf346c1e529","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b5fddbf346c1e529","status":"passed","time":{"start":1710155712311,"stop":1710155712312,"duration":1}},{"uid":"d282d110a7d9c437","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d282d110a7d9c437","status":"passed","time":{"start":1710154919625,"stop":1710154919625,"duration":0}},{"uid":"fd54ab280ddb8195","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/fd54ab280ddb8195","status":"passed","time":{"start":1710154537136,"stop":1710154537136,"duration":0}},{"uid":"c232c6681bd7858c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c232c6681bd7858c","status":"passed","time":{"start":1710102560654,"stop":1710102560655,"duration":1}},{"uid":"af8570972201c57c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/af8570972201c57c","status":"passed","time":{"start":1710080763686,"stop":1710080763686,"duration":0}},{"uid":"f9e5db66c1afcc3a","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f9e5db66c1afcc3a","status":"passed","time":{"start":1710024433718,"stop":1710024433721,"duration":3}}]},"tags":[]},"source":"1669f2bc1b549d67.json","parameterValues":[]} \ No newline at end of file +{"uid":"407640ec244257b6","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":1710308192916,"stop":1710308192917,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d96e2d65425d975c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d96e2d65425d975c","status":"passed","time":{"start":1710307078639,"stop":1710307078640,"duration":1}},{"uid":"ce8ac8f805d956d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce8ac8f805d956d8","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"e16bc344d827f57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e16bc344d827f57a","status":"passed","time":{"start":1710284550753,"stop":1710284550753,"duration":0}}]},"tags":[]},"source":"407640ec244257b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/408038acf5fa6582.json b/6685/data/test-cases/408038acf5fa6582.json new file mode 100644 index 00000000000..5e0b083fb50 --- /dev/null +++ b/6685/data/test-cases/408038acf5fa6582.json @@ -0,0 +1 @@ +{"uid":"408038acf5fa6582","name":"All","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > All","historyId":"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307948301,"stop":1710307948301,"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":"5196545d09880062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5196545d09880062","status":"passed","time":{"start":1710306843280,"stop":1710306843281,"duration":1}},{"uid":"3f0fc09adc80e2e3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f0fc09adc80e2e3","status":"passed","time":{"start":1710287049491,"stop":1710287049491,"duration":0}},{"uid":"577822d427bf7af4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/577822d427bf7af4","status":"passed","time":{"start":1710284310419,"stop":1710284310420,"duration":1}}]},"tags":[]},"source":"408038acf5fa6582.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/fa9266943e776cf6.json b/6685/data/test-cases/408fb498e7044b8a.json similarity index 81% rename from 6651/data/test-cases/fa9266943e776cf6.json rename to 6685/data/test-cases/408fb498e7044b8a.json index bcc48538e78..99eb3d58346 100644 --- a/6651/data/test-cases/fa9266943e776cf6.json +++ b/6685/data/test-cases/408fb498e7044b8a.json @@ -1 +1 @@ -{"uid":"fa9266943e776cf6","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":1710205335130,"stop":1710205335130,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"f252401744a4a820","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f252401744a4a820","status":"passed","time":{"start":1710205224506,"stop":1710205224506,"duration":0}},{"uid":"87a0a92e1db673b8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/87a0a92e1db673b8","status":"passed","time":{"start":1710205109071,"stop":1710205109071,"duration":0}},{"uid":"c3180901eacb8237","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c3180901eacb8237","status":"passed","time":{"start":1710204865540,"stop":1710204865540,"duration":0}},{"uid":"378469893322fe12","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/378469893322fe12","status":"passed","time":{"start":1710203577225,"stop":1710203577225,"duration":0}},{"uid":"a191444d15e7b145","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a191444d15e7b145","status":"passed","time":{"start":1710200067236,"stop":1710200067236,"duration":0}},{"uid":"4bd0fb7192d01f1d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4bd0fb7192d01f1d","status":"passed","time":{"start":1710199972391,"stop":1710199972391,"duration":0}},{"uid":"d0de9baf4e2024ed","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/d0de9baf4e2024ed","status":"passed","time":{"start":1710197502481,"stop":1710197502481,"duration":0}},{"uid":"ea5f633bd37b00a7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ea5f633bd37b00a7","status":"passed","time":{"start":1710168341994,"stop":1710168341994,"duration":0}},{"uid":"5ec705e6c90e4f23","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5ec705e6c90e4f23","status":"passed","time":{"start":1710167568807,"stop":1710167568807,"duration":0}},{"uid":"35b7217ca053da31","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/35b7217ca053da31","status":"passed","time":{"start":1710167665498,"stop":1710167665498,"duration":0}},{"uid":"298d916e7e4d4cd3","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/298d916e7e4d4cd3","status":"passed","time":{"start":1710166795556,"stop":1710166795556,"duration":0}},{"uid":"689c02ec2704525b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/689c02ec2704525b","status":"passed","time":{"start":1710165026118,"stop":1710165026118,"duration":0}},{"uid":"e511052530d6e2cb","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e511052530d6e2cb","status":"passed","time":{"start":1710164176702,"stop":1710164176702,"duration":0}},{"uid":"40fc57f826cd1ae3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/40fc57f826cd1ae3","status":"passed","time":{"start":1710164039974,"stop":1710164039974,"duration":0}},{"uid":"e5a7b774d856d7fd","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e5a7b774d856d7fd","status":"passed","time":{"start":1710156088891,"stop":1710156088892,"duration":1}},{"uid":"f1998299cf46215e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f1998299cf46215e","status":"passed","time":{"start":1710155298399,"stop":1710155298399,"duration":0}},{"uid":"d76e45568b10e53c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d76e45568b10e53c","status":"passed","time":{"start":1710154928183,"stop":1710154928183,"duration":0}},{"uid":"6e9be7a5a36c02f6","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6e9be7a5a36c02f6","status":"passed","time":{"start":1710102939210,"stop":1710102939210,"duration":0}},{"uid":"cf7a0ba506ffe9a7","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/cf7a0ba506ffe9a7","status":"passed","time":{"start":1710081135407,"stop":1710081135408,"duration":1}},{"uid":"3f8511733a1daeda","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3f8511733a1daeda","status":"passed","time":{"start":1710024806413,"stop":1710024806413,"duration":0}}]},"tags":[]},"source":"fa9266943e776cf6.json","parameterValues":[]} \ No newline at end of file +{"uid":"408fb498e7044b8a","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":1710308572932,"stop":1710308572932,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"ee041736d3a13da2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee041736d3a13da2","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"3298d730657d20b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3298d730657d20b5","status":"passed","time":{"start":1710287674896,"stop":1710287674897,"duration":1}},{"uid":"671351294d7d01df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/671351294d7d01df","status":"passed","time":{"start":1710284934059,"stop":1710284934060,"duration":1}}]},"tags":[]},"source":"408fb498e7044b8a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d3048f0729d3b232.json b/6685/data/test-cases/41185fd0f9bddb0d.json similarity index 76% rename from 6651/data/test-cases/d3048f0729d3b232.json rename to 6685/data/test-cases/41185fd0f9bddb0d.json index 1226e0ab7b1..08d4d7c73e0 100644 --- a/6651/data/test-cases/d3048f0729d3b232.json +++ b/6685/data/test-cases/41185fd0f9bddb0d.json @@ -1 +1 @@ -{"uid":"d3048f0729d3b232","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":1710205115568,"stop":1710205115569,"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":73,"unknown":0,"total":73},"items":[{"uid":"77b26304a5d4dc79","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/77b26304a5d4dc79","status":"passed","time":{"start":1710205004960,"stop":1710205004961,"duration":1}},{"uid":"5beecc7067541329","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5beecc7067541329","status":"passed","time":{"start":1710204900784,"stop":1710204900785,"duration":1}},{"uid":"c49668fbd1308baa","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c49668fbd1308baa","status":"passed","time":{"start":1710204658513,"stop":1710204658514,"duration":1}},{"uid":"6bb36f2f63f04ffb","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/6bb36f2f63f04ffb","status":"passed","time":{"start":1710203380006,"stop":1710203380007,"duration":1}},{"uid":"d473aad52cffc0a5","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d473aad52cffc0a5","status":"passed","time":{"start":1710199869971,"stop":1710199869971,"duration":0}},{"uid":"b6e424d769b100b","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b6e424d769b100b","status":"passed","time":{"start":1710199772377,"stop":1710199772378,"duration":1}},{"uid":"1241fdf94ea6ba9d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1241fdf94ea6ba9d","status":"passed","time":{"start":1710197312730,"stop":1710197312730,"duration":0}},{"uid":"ec001ed31cbda89","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ec001ed31cbda89","status":"passed","time":{"start":1710168147659,"stop":1710168147660,"duration":1}},{"uid":"d1add84c8cd8c58a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d1add84c8cd8c58a","status":"passed","time":{"start":1710167379253,"stop":1710167379254,"duration":1}},{"uid":"d6789eff72ccaad3","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d6789eff72ccaad3","status":"passed","time":{"start":1710167447901,"stop":1710167447901,"duration":0}},{"uid":"e9f9f3a81f463a25","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e9f9f3a81f463a25","status":"passed","time":{"start":1710166585479,"stop":1710166585479,"duration":0}},{"uid":"243d8570fcd97bcd","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/243d8570fcd97bcd","status":"passed","time":{"start":1710164815418,"stop":1710164815418,"duration":0}},{"uid":"ecf8e3932ffb8be0","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ecf8e3932ffb8be0","status":"passed","time":{"start":1710163978894,"stop":1710163978894,"duration":0}},{"uid":"50aad300fed0795a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/50aad300fed0795a","status":"passed","time":{"start":1710163834521,"stop":1710163834522,"duration":1}},{"uid":"c0364ef559617703","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c0364ef559617703","status":"passed","time":{"start":1710155882161,"stop":1710155882161,"duration":0}},{"uid":"bd8064d02b6f55f2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/bd8064d02b6f55f2","status":"passed","time":{"start":1710155093748,"stop":1710155093749,"duration":1}},{"uid":"81ec0ce4719c947","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/81ec0ce4719c947","status":"passed","time":{"start":1710154718362,"stop":1710154718363,"duration":1}},{"uid":"3859588fca73afd8","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3859588fca73afd8","status":"passed","time":{"start":1710102732563,"stop":1710102732564,"duration":1}},{"uid":"690e00be7fd69136","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/690e00be7fd69136","status":"passed","time":{"start":1710080936484,"stop":1710080936484,"duration":0}},{"uid":"b40edd996c667a38","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b40edd996c667a38","status":"passed","time":{"start":1710024618612,"stop":1710024618612,"duration":0}}]},"tags":[]},"source":"d3048f0729d3b232.json","parameterValues":[]} \ No newline at end of file +{"uid":"41185fd0f9bddb0d","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":1710308366460,"stop":1710308366465,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ee86dbb12c830a52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee86dbb12c830a52","status":"passed","time":{"start":1710307247761,"stop":1710307247761,"duration":0}},{"uid":"8a103cbf2c6614d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a103cbf2c6614d1","status":"passed","time":{"start":1710287456045,"stop":1710287456046,"duration":1}},{"uid":"b3a3eebd9cf3a15f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3a3eebd9cf3a15f","status":"passed","time":{"start":1710284723009,"stop":1710284723010,"duration":1}}]},"tags":[]},"source":"41185fd0f9bddb0d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4129f5d41c6ca22c.json b/6685/data/test-cases/4129f5d41c6ca22c.json new file mode 100644 index 00000000000..14b563bf595 --- /dev/null +++ b/6685/data/test-cases/4129f5d41c6ca22c.json @@ -0,0 +1 @@ +{"uid":"4129f5d41c6ca22c","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":1710307890343,"stop":1710307890344,"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":"1f608c2ca9ab3c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f608c2ca9ab3c58","status":"passed","time":{"start":1710306783661,"stop":1710306783662,"duration":1}},{"uid":"1d14f534a5634d53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1d14f534a5634d53","status":"passed","time":{"start":1710286988730,"stop":1710286988731,"duration":1}},{"uid":"e279f41175517799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e279f41175517799","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"tags":[]},"source":"4129f5d41c6ca22c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/bb8e91c268e0c1f0.json b/6685/data/test-cases/4173465555050b68.json similarity index 76% rename from 6651/data/test-cases/bb8e91c268e0c1f0.json rename to 6685/data/test-cases/4173465555050b68.json index 803bb3a614e..e8b67e66f9b 100644 --- a/6651/data/test-cases/bb8e91c268e0c1f0.json +++ b/6685/data/test-cases/4173465555050b68.json @@ -1 +1 @@ -{"uid":"bb8e91c268e0c1f0","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":1710204847301,"stop":1710204847301,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"ed75d6092b065f4c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ed75d6092b065f4c","status":"passed","time":{"start":1710204755947,"stop":1710204755947,"duration":0}},{"uid":"2696d2dfe5ce3db0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2696d2dfe5ce3db0","status":"passed","time":{"start":1710204636024,"stop":1710204636024,"duration":0}},{"uid":"858e71b3d12734ef","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/858e71b3d12734ef","status":"passed","time":{"start":1710204395476,"stop":1710204395477,"duration":1}},{"uid":"f6a372ad0ac45ae1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f6a372ad0ac45ae1","status":"passed","time":{"start":1710203122003,"stop":1710203122003,"duration":0}},{"uid":"ab881cbab3c352ba","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ab881cbab3c352ba","status":"passed","time":{"start":1710199608821,"stop":1710199608821,"duration":0}},{"uid":"f483dbe714f1fdac","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f483dbe714f1fdac","status":"passed","time":{"start":1710199506567,"stop":1710199506568,"duration":1}},{"uid":"55d550a1a507d6e7","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/55d550a1a507d6e7","status":"passed","time":{"start":1710197033246,"stop":1710197033246,"duration":0}},{"uid":"2518b00c4937cb06","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2518b00c4937cb06","status":"passed","time":{"start":1710167869141,"stop":1710167869142,"duration":1}},{"uid":"3eaf493baab07142","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3eaf493baab07142","status":"passed","time":{"start":1710167049291,"stop":1710167049291,"duration":0}},{"uid":"eba38649effb56a1","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/eba38649effb56a1","status":"passed","time":{"start":1710167194765,"stop":1710167194765,"duration":0}},{"uid":"8b2acac4a039c703","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/8b2acac4a039c703","status":"passed","time":{"start":1710166328849,"stop":1710166328849,"duration":0}},{"uid":"9b8474437f7afb1f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9b8474437f7afb1f","status":"passed","time":{"start":1710164551135,"stop":1710164551136,"duration":1}},{"uid":"ead1c73b416cc27c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ead1c73b416cc27c","status":"passed","time":{"start":1710163715997,"stop":1710163715997,"duration":0}},{"uid":"498957f3ad572834","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/498957f3ad572834","status":"passed","time":{"start":1710163568077,"stop":1710163568078,"duration":1}},{"uid":"4251b76d7e8bfad7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/4251b76d7e8bfad7","status":"passed","time":{"start":1710155626324,"stop":1710155626325,"duration":1}},{"uid":"c0e7cf7a318e5305","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c0e7cf7a318e5305","status":"passed","time":{"start":1710154824282,"stop":1710154824283,"duration":1}},{"uid":"2a53f7ce6baeeeec","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/2a53f7ce6baeeeec","status":"passed","time":{"start":1710154466425,"stop":1710154466425,"duration":0}},{"uid":"f0118ee3e6c40f15","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f0118ee3e6c40f15","status":"passed","time":{"start":1710102475239,"stop":1710102475239,"duration":0}},{"uid":"a39a0cfbfe51ee37","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/a39a0cfbfe51ee37","status":"passed","time":{"start":1710080673278,"stop":1710080673279,"duration":1}},{"uid":"5481b4647ed66226","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/5481b4647ed66226","status":"passed","time":{"start":1710024327575,"stop":1710024327575,"duration":0}}]},"tags":[]},"source":"bb8e91c268e0c1f0.json","parameterValues":[]} \ No newline at end of file +{"uid":"4173465555050b68","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":1710308097730,"stop":1710308097730,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"a8ecb8b81f7b10d2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8ecb8b81f7b10d2","status":"passed","time":{"start":1710306994270,"stop":1710306994271,"duration":1}},{"uid":"e1936f8dc5f63c96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1936f8dc5f63c96","status":"passed","time":{"start":1710287196191,"stop":1710287196191,"duration":0}},{"uid":"1bd6a769d5154407","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bd6a769d5154407","status":"passed","time":{"start":1710284459539,"stop":1710284459540,"duration":1}}]},"tags":[]},"source":"4173465555050b68.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/419b2409f8930b61.json b/6685/data/test-cases/419b2409f8930b61.json new file mode 100644 index 00000000000..2e6b8c3630c --- /dev/null +++ b/6685/data/test-cases/419b2409f8930b61.json @@ -0,0 +1 @@ +{"uid":"419b2409f8930b61","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":1710308024294,"stop":1710308024295,"duration":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":"18c3c8d9f2d374d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18c3c8d9f2d374d7","status":"passed","time":{"start":1710306908764,"stop":1710306908764,"duration":0}},{"uid":"e2f290beca7caa23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2f290beca7caa23","status":"passed","time":{"start":1710287110857,"stop":1710287110857,"duration":0}},{"uid":"20114a54226d52b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20114a54226d52b9","status":"passed","time":{"start":1710284377470,"stop":1710284377471,"duration":1}}]},"tags":[]},"source":"419b2409f8930b61.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c476d7d1a276df12.json b/6685/data/test-cases/41c0663d4ed9a312.json similarity index 96% rename from 6651/data/test-cases/c476d7d1a276df12.json rename to 6685/data/test-cases/41c0663d4ed9a312.json index 9c2334fec09..598586ebc24 100644 --- a/6651/data/test-cases/c476d7d1a276df12.json +++ b/6685/data/test-cases/41c0663d4ed9a312.json @@ -1 +1 @@ -{"uid":"c476d7d1a276df12","name":"Publish message with custom timestamp: Tue Mar 12 2024 01:58:19 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Mar 12 2024 01:58:19 GMT+0000 (Coordinated Universal Time)","historyId":"fc7a7b5d6b18d54d94dde80dc09de6e6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205115574,"stop":1710205115575,"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":"c476d7d1a276df12.json","parameterValues":[]} \ No newline at end of file +{"uid":"41c0663d4ed9a312","name":"Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","historyId":"b99757a3d7cc227e9f5cd2337ad0bf2f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308366472,"stop":1710308366480,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"41c0663d4ed9a312.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4248bf280cc37198.json b/6685/data/test-cases/4248bf280cc37198.json new file mode 100644 index 00000000000..25f035e818d --- /dev/null +++ b/6685/data/test-cases/4248bf280cc37198.json @@ -0,0 +1 @@ +{"uid":"4248bf280cc37198","name":"Publishes to nwaku","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Publishes to nwaku","historyId":"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4748a0e9f1f20db0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4748a0e9f1f20db0","status":"passed","time":{"start":1710307238429,"stop":1710307238430,"duration":1}},{"uid":"8729471a5ffeed44","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8729471a5ffeed44","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"e7b32befb68bc253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7b32befb68bc253","status":"passed","time":{"start":1710284710695,"stop":1710284710696,"duration":1}}]},"tags":[]},"source":"4248bf280cc37198.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/2bb4e83ccb093842.json b/6685/data/test-cases/428474aeb64bb48f.json similarity index 81% rename from 6651/data/test-cases/2bb4e83ccb093842.json rename to 6685/data/test-cases/428474aeb64bb48f.json index bc3547969d1..72b042d20b6 100644 --- a/6651/data/test-cases/2bb4e83ccb093842.json +++ b/6685/data/test-cases/428474aeb64bb48f.json @@ -1 +1 @@ -{"uid":"2bb4e83ccb093842","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":1710205335145,"stop":1710205335145,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"dedaa7effe5d4e2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/dedaa7effe5d4e2","status":"passed","time":{"start":1710205224514,"stop":1710205224515,"duration":1}},{"uid":"159f5af7ec5e2968","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/159f5af7ec5e2968","status":"passed","time":{"start":1710205109079,"stop":1710205109079,"duration":0}},{"uid":"d4569e9fe63bdefe","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d4569e9fe63bdefe","status":"passed","time":{"start":1710204865548,"stop":1710204865548,"duration":0}},{"uid":"2a480896c72adab1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2a480896c72adab1","status":"passed","time":{"start":1710203577232,"stop":1710203577232,"duration":0}},{"uid":"d5c930bccf3318bb","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d5c930bccf3318bb","status":"passed","time":{"start":1710200067244,"stop":1710200067244,"duration":0}},{"uid":"9f1db62c3debf19e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9f1db62c3debf19e","status":"passed","time":{"start":1710199972398,"stop":1710199972398,"duration":0}},{"uid":"a8162674871bcab4","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a8162674871bcab4","status":"passed","time":{"start":1710197502489,"stop":1710197502490,"duration":1}},{"uid":"8bed3d32df5f3269","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8bed3d32df5f3269","status":"passed","time":{"start":1710168342002,"stop":1710168342002,"duration":0}},{"uid":"48a9a3d08f672d9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/48a9a3d08f672d9","status":"passed","time":{"start":1710167568816,"stop":1710167568816,"duration":0}},{"uid":"6f101d07c04c6b76","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/6f101d07c04c6b76","status":"passed","time":{"start":1710167665507,"stop":1710167665507,"duration":0}},{"uid":"18b1d5fbae3d98e2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/18b1d5fbae3d98e2","status":"passed","time":{"start":1710166795565,"stop":1710166795565,"duration":0}},{"uid":"20723dbee7a170a8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/20723dbee7a170a8","status":"passed","time":{"start":1710165026127,"stop":1710165026127,"duration":0}},{"uid":"bea1cac16341b705","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/bea1cac16341b705","status":"passed","time":{"start":1710164176710,"stop":1710164176710,"duration":0}},{"uid":"e5234796ea3f8b86","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e5234796ea3f8b86","status":"passed","time":{"start":1710164039982,"stop":1710164039983,"duration":1}},{"uid":"ae7516d81f17ebee","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ae7516d81f17ebee","status":"passed","time":{"start":1710156088898,"stop":1710156088899,"duration":1}},{"uid":"4577ef64e639a9b9","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4577ef64e639a9b9","status":"passed","time":{"start":1710155298408,"stop":1710155298408,"duration":0}},{"uid":"a4b2f935b8a8d2e4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a4b2f935b8a8d2e4","status":"passed","time":{"start":1710154928192,"stop":1710154928192,"duration":0}},{"uid":"74617c914c7256fe","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/74617c914c7256fe","status":"passed","time":{"start":1710102939219,"stop":1710102939219,"duration":0}},{"uid":"ba328cebec6ba938","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ba328cebec6ba938","status":"passed","time":{"start":1710081135416,"stop":1710081135416,"duration":0}},{"uid":"ceeb55523d0ca161","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ceeb55523d0ca161","status":"passed","time":{"start":1710024806421,"stop":1710024806421,"duration":0}}]},"tags":[]},"source":"2bb4e83ccb093842.json","parameterValues":[]} \ No newline at end of file +{"uid":"428474aeb64bb48f","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":1710308572940,"stop":1710308572940,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"e51a178e2edeea2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e51a178e2edeea2c","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"eaf409496d00d6d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eaf409496d00d6d2","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"d307b6ba6f0323d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d307b6ba6f0323d4","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"tags":[]},"source":"428474aeb64bb48f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4293adce4c6fb72f.json b/6685/data/test-cases/4293adce4c6fb72f.json new file mode 100644 index 00000000000..95e2922b999 --- /dev/null +++ b/6685/data/test-cases/4293adce4c6fb72f.json @@ -0,0 +1 @@ +{"uid":"4293adce4c6fb72f","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":1710307914056,"stop":1710307914057,"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":"3f4789486fba8290","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f4789486fba8290","status":"passed","time":{"start":1710306807145,"stop":1710306807146,"duration":1}},{"uid":"c786e0d6f89cf56b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c786e0d6f89cf56b","status":"passed","time":{"start":1710287012265,"stop":1710287012265,"duration":0}},{"uid":"b0d95154debb160a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b0d95154debb160a","status":"passed","time":{"start":1710284274241,"stop":1710284274241,"duration":0}}]},"tags":[]},"source":"4293adce4c6fb72f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/72b891f620e6e26b.json b/6685/data/test-cases/429e3a3aa99003f6.json similarity index 96% rename from 6651/data/test-cases/72b891f620e6e26b.json rename to 6685/data/test-cases/429e3a3aa99003f6.json index d36df124081..5e65a2fef70 100644 --- a/6651/data/test-cases/72b891f620e6e26b.json +++ b/6685/data/test-cases/429e3a3aa99003f6.json @@ -1 +1 @@ -{"uid":"72b891f620e6e26b","name":"Check received message with timestamp: 1710204694466000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1710204694466000000 ","historyId":"98dcb4c041e56a7e6335ad3cd3897154:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204847305,"stop":1710204847305,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.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":"72b891f620e6e26b.json","parameterValues":[]} \ No newline at end of file +{"uid":"429e3a3aa99003f6","name":"Check received message with timestamp: 1710307940002000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1710307940002000000 ","historyId":"2eb78c9e29c9ea45295c02ce9d862926:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.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":"429e3a3aa99003f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e3c40e7c64362863.json b/6685/data/test-cases/42b25df2457072ed.json similarity index 81% rename from 6651/data/test-cases/e3c40e7c64362863.json rename to 6685/data/test-cases/42b25df2457072ed.json index f3deb02d47a..cc2ffe53788 100644 --- a/6651/data/test-cases/e3c40e7c64362863.json +++ b/6685/data/test-cases/42b25df2457072ed.json @@ -1 +1 @@ -{"uid":"e3c40e7c64362863","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":1710205335163,"stop":1710205335163,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"232b879ed9a57ea6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/232b879ed9a57ea6","status":"passed","time":{"start":1710205224525,"stop":1710205224526,"duration":1}},{"uid":"5d5fef994c7116f1","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5d5fef994c7116f1","status":"passed","time":{"start":1710205109090,"stop":1710205109090,"duration":0}},{"uid":"b0ab0232b53f39b0","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b0ab0232b53f39b0","status":"passed","time":{"start":1710204865559,"stop":1710204865559,"duration":0}},{"uid":"98691f471a2783c2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/98691f471a2783c2","status":"passed","time":{"start":1710203577242,"stop":1710203577242,"duration":0}},{"uid":"9307e4582329f5ad","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9307e4582329f5ad","status":"passed","time":{"start":1710200067257,"stop":1710200067257,"duration":0}},{"uid":"ea0b41ff4be627ab","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ea0b41ff4be627ab","status":"passed","time":{"start":1710199972410,"stop":1710199972411,"duration":1}},{"uid":"b9a1e024b882fb08","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b9a1e024b882fb08","status":"passed","time":{"start":1710197502503,"stop":1710197502503,"duration":0}},{"uid":"f41ffd4cf8fedcb1","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f41ffd4cf8fedcb1","status":"passed","time":{"start":1710168342013,"stop":1710168342013,"duration":0}},{"uid":"4b3440062b81ae33","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4b3440062b81ae33","status":"passed","time":{"start":1710167568837,"stop":1710167568837,"duration":0}},{"uid":"4ec66fd37f6e0981","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/4ec66fd37f6e0981","status":"passed","time":{"start":1710167665521,"stop":1710167665521,"duration":0}},{"uid":"d3f6aea03b3e8973","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d3f6aea03b3e8973","status":"passed","time":{"start":1710166795575,"stop":1710166795575,"duration":0}},{"uid":"303e2ee618eb014b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/303e2ee618eb014b","status":"passed","time":{"start":1710165026139,"stop":1710165026139,"duration":0}},{"uid":"cf224925d31780d3","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cf224925d31780d3","status":"passed","time":{"start":1710164176722,"stop":1710164176722,"duration":0}},{"uid":"a0c97f52b5368b1","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a0c97f52b5368b1","status":"passed","time":{"start":1710164039996,"stop":1710164039996,"duration":0}},{"uid":"96ecd7d5f8243aea","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/96ecd7d5f8243aea","status":"passed","time":{"start":1710156088909,"stop":1710156088909,"duration":0}},{"uid":"404f531d7f2c97a9","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/404f531d7f2c97a9","status":"passed","time":{"start":1710155298421,"stop":1710155298421,"duration":0}},{"uid":"1d140c408c7e84e6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1d140c408c7e84e6","status":"passed","time":{"start":1710154928205,"stop":1710154928205,"duration":0}},{"uid":"1b84260380bb5bfa","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1b84260380bb5bfa","status":"passed","time":{"start":1710102939232,"stop":1710102939232,"duration":0}},{"uid":"4ec6cbd7886d42c0","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4ec6cbd7886d42c0","status":"passed","time":{"start":1710081135427,"stop":1710081135427,"duration":0}},{"uid":"84920cae83ac07bc","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/84920cae83ac07bc","status":"passed","time":{"start":1710024806431,"stop":1710024806431,"duration":0}}]},"tags":[]},"source":"e3c40e7c64362863.json","parameterValues":[]} \ No newline at end of file +{"uid":"42b25df2457072ed","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":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"5ed18f83e88104b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ed18f83e88104b","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"9bd1aadd459eb613","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bd1aadd459eb613","status":"passed","time":{"start":1710287674920,"stop":1710287674921,"duration":1}},{"uid":"d50457c964862558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d50457c964862558","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"tags":[]},"source":"42b25df2457072ed.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e6bb3a866eb7a600.json b/6685/data/test-cases/442782313c28b573.json similarity index 83% rename from 6651/data/test-cases/e6bb3a866eb7a600.json rename to 6685/data/test-cases/442782313c28b573.json index 0230385d66f..d43ee531b9c 100644 --- a/6651/data/test-cases/e6bb3a866eb7a600.json +++ b/6685/data/test-cases/442782313c28b573.json @@ -1 +1 @@ -{"uid":"e6bb3a866eb7a600","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":1710205063398,"stop":1710205063399,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"27f16233a12f2e63","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/27f16233a12f2e63","status":"passed","time":{"start":1710204974353,"stop":1710204974353,"duration":0}},{"uid":"b3bc6227915e9587","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b3bc6227915e9587","status":"passed","time":{"start":1710204858035,"stop":1710204858035,"duration":0}},{"uid":"8d3e3f35fcf0591f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8d3e3f35fcf0591f","status":"passed","time":{"start":1710204613871,"stop":1710204613871,"duration":0}},{"uid":"fe1a2a93ef9b3a29","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/fe1a2a93ef9b3a29","status":"passed","time":{"start":1710203332599,"stop":1710203332599,"duration":0}},{"uid":"e1c5ce25a15f6dff","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e1c5ce25a15f6dff","status":"passed","time":{"start":1710199825174,"stop":1710199825174,"duration":0}},{"uid":"509c8073ca135329","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/509c8073ca135329","status":"passed","time":{"start":1710199731745,"stop":1710199731746,"duration":1}},{"uid":"1bb526864164a1fa","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1bb526864164a1fa","status":"passed","time":{"start":1710197275096,"stop":1710197275096,"duration":0}},{"uid":"b0ac71966a17f658","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b0ac71966a17f658","status":"passed","time":{"start":1710168106264,"stop":1710168106264,"duration":0}},{"uid":"738903b158a04955","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/738903b158a04955","status":"passed","time":{"start":1710167360893,"stop":1710167360894,"duration":1}},{"uid":"2e1f9b512a71efc1","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2e1f9b512a71efc1","status":"passed","time":{"start":1710167407542,"stop":1710167407543,"duration":1}},{"uid":"d85ef24f2ac07d43","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d85ef24f2ac07d43","status":"passed","time":{"start":1710166544376,"stop":1710166544377,"duration":1}},{"uid":"2492a2c70eaf3571","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2492a2c70eaf3571","status":"passed","time":{"start":1710164782781,"stop":1710164782781,"duration":0}},{"uid":"99d55fb7cb7440bd","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/99d55fb7cb7440bd","status":"passed","time":{"start":1710163934752,"stop":1710163934752,"duration":0}},{"uid":"27f356c03c231d6b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/27f356c03c231d6b","status":"passed","time":{"start":1710163799571,"stop":1710163799571,"duration":0}},{"uid":"bce18822770568e5","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bce18822770568e5","status":"passed","time":{"start":1710155833691,"stop":1710155833691,"duration":0}},{"uid":"c52f7f3fc392dcd6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c52f7f3fc392dcd6","status":"passed","time":{"start":1710155066230,"stop":1710155066231,"duration":1}},{"uid":"b58abb9c2d13bfe","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b58abb9c2d13bfe","status":"passed","time":{"start":1710154684617,"stop":1710154684618,"duration":1}},{"uid":"5d9af22e41ab62af","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5d9af22e41ab62af","status":"passed","time":{"start":1710102693420,"stop":1710102693421,"duration":1}},{"uid":"2240786aa5cdab08","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2240786aa5cdab08","status":"passed","time":{"start":1710080898340,"stop":1710080898341,"duration":1}},{"uid":"8f1528e7c7de6dbb","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/8f1528e7c7de6dbb","status":"passed","time":{"start":1710024575250,"stop":1710024575250,"duration":0}}]},"tags":[]},"source":"e6bb3a866eb7a600.json","parameterValues":[]} \ No newline at end of file +{"uid":"442782313c28b573","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":1710308322594,"stop":1710308322594,"duration":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":"a9818e267cfccc64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9818e267cfccc64","status":"passed","time":{"start":1710307207051,"stop":1710307207051,"duration":0}},{"uid":"ab7eb341a4bd47d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab7eb341a4bd47d4","status":"passed","time":{"start":1710287412742,"stop":1710287412743,"duration":1}},{"uid":"d3e0fd0b2b853af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3e0fd0b2b853af7","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"tags":[]},"source":"442782313c28b573.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/442f47c9965aeae.json b/6685/data/test-cases/442f47c9965aeae.json new file mode 100644 index 00000000000..376ea4d7c60 --- /dev/null +++ b/6685/data/test-cases/442f47c9965aeae.json @@ -0,0 +1 @@ +{"uid":"442f47c9965aeae","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":1710307918133,"stop":1710307918133,"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":"11290bacd315498c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11290bacd315498c","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"402418ceb5ef97be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/402418ceb5ef97be","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"e0b374d9ae81079b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0b374d9ae81079b","status":"passed","time":{"start":1710284279137,"stop":1710284279137,"duration":0}}]},"tags":[]},"source":"442f47c9965aeae.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9fb624d824edcc99.json b/6685/data/test-cases/44448a09524c17c2.json similarity index 80% rename from 6651/data/test-cases/9fb624d824edcc99.json rename to 6685/data/test-cases/44448a09524c17c2.json index 8fb96c91982..610d0b3514a 100644 --- a/6651/data/test-cases/9fb624d824edcc99.json +++ b/6685/data/test-cases/44448a09524c17c2.json @@ -1 +1 @@ -{"uid":"9fb624d824edcc99","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":1710204945835,"stop":1710204945835,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"a718a83721dd54c3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a718a83721dd54c3","status":"passed","time":{"start":1710204830282,"stop":1710204830282,"duration":0}},{"uid":"75769fdae2847823","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/75769fdae2847823","status":"passed","time":{"start":1710204733000,"stop":1710204733001,"duration":1}},{"uid":"c7a80881cc4b58d3","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c7a80881cc4b58d3","status":"passed","time":{"start":1710204477752,"stop":1710204477753,"duration":1}},{"uid":"76b9804484431860","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/76b9804484431860","status":"passed","time":{"start":1710203199461,"stop":1710203199462,"duration":1}},{"uid":"19fb15a5790bc69a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/19fb15a5790bc69a","status":"passed","time":{"start":1710199697802,"stop":1710199697802,"duration":0}},{"uid":"50c227ffbb8c133d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/50c227ffbb8c133d","status":"passed","time":{"start":1710199591740,"stop":1710199591741,"duration":1}},{"uid":"520b963824e1cf07","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/520b963824e1cf07","status":"passed","time":{"start":1710197131773,"stop":1710197131773,"duration":0}},{"uid":"79dd92f5e4ab7ca9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/79dd92f5e4ab7ca9","status":"passed","time":{"start":1710167952568,"stop":1710167952569,"duration":1}},{"uid":"36642fcf9e06ce4d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/36642fcf9e06ce4d","status":"passed","time":{"start":1710167221540,"stop":1710167221541,"duration":1}},{"uid":"34e2753425796630","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/34e2753425796630","status":"passed","time":{"start":1710167283368,"stop":1710167283368,"duration":0}},{"uid":"a52b4d7ff9fca741","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/a52b4d7ff9fca741","status":"passed","time":{"start":1710166420476,"stop":1710166420477,"duration":1}},{"uid":"e2e8bdf3160984c7","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e2e8bdf3160984c7","status":"passed","time":{"start":1710164634561,"stop":1710164634562,"duration":1}},{"uid":"7d87a2b7d28415e1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7d87a2b7d28415e1","status":"passed","time":{"start":1710163791781,"stop":1710163791781,"duration":0}},{"uid":"350906e98e739e15","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/350906e98e739e15","status":"passed","time":{"start":1710163655786,"stop":1710163655786,"duration":0}},{"uid":"c70d1f17bc46196c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c70d1f17bc46196c","status":"passed","time":{"start":1710155712305,"stop":1710155712306,"duration":1}},{"uid":"2f82abbabda9bebc","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2f82abbabda9bebc","status":"passed","time":{"start":1710154919622,"stop":1710154919622,"duration":0}},{"uid":"2f792b6470554e68","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/2f792b6470554e68","status":"passed","time":{"start":1710154537129,"stop":1710154537130,"duration":1}},{"uid":"7903e37370d0aa99","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7903e37370d0aa99","status":"passed","time":{"start":1710102560647,"stop":1710102560648,"duration":1}},{"uid":"a8a0d817aa845a21","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/a8a0d817aa845a21","status":"passed","time":{"start":1710080763683,"stop":1710080763684,"duration":1}},{"uid":"ae62729d97e8ccf6","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ae62729d97e8ccf6","status":"passed","time":{"start":1710024433712,"stop":1710024433715,"duration":3}}]},"tags":[]},"source":"9fb624d824edcc99.json","parameterValues":[]} \ No newline at end of file +{"uid":"44448a09524c17c2","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":1710308192912,"stop":1710308192913,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"63dae34702dd6ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63dae34702dd6ea","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"3089210640a59e21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3089210640a59e21","status":"passed","time":{"start":1710287281979,"stop":1710287281991,"duration":12}},{"uid":"ecfed2a8f82c97f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ecfed2a8f82c97f3","status":"passed","time":{"start":1710284550742,"stop":1710284550743,"duration":1}}]},"tags":[]},"source":"44448a09524c17c2.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5d12a5d08a0929e3.json b/6685/data/test-cases/44683a8cdf7f16e9.json similarity index 76% rename from 6651/data/test-cases/5d12a5d08a0929e3.json rename to 6685/data/test-cases/44683a8cdf7f16e9.json index d2a10c5072c..25213d59146 100644 --- a/6651/data/test-cases/5d12a5d08a0929e3.json +++ b/6685/data/test-cases/44683a8cdf7f16e9.json @@ -1 +1 @@ -{"uid":"5d12a5d08a0929e3","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":1710204847293,"stop":1710204847293,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"869d9d167d5c3a67","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/869d9d167d5c3a67","status":"passed","time":{"start":1710204755941,"stop":1710204755942,"duration":1}},{"uid":"160d1a4cebb609d8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/160d1a4cebb609d8","status":"passed","time":{"start":1710204636019,"stop":1710204636020,"duration":1}},{"uid":"629e6d7108748e29","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/629e6d7108748e29","status":"passed","time":{"start":1710204395468,"stop":1710204395468,"duration":0}},{"uid":"ee196bbadb687166","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ee196bbadb687166","status":"passed","time":{"start":1710203121996,"stop":1710203121997,"duration":1}},{"uid":"cddcc181c22d3b72","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/cddcc181c22d3b72","status":"passed","time":{"start":1710199608810,"stop":1710199608810,"duration":0}},{"uid":"c4e8f88741f0d6b5","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c4e8f88741f0d6b5","status":"passed","time":{"start":1710199506561,"stop":1710199506563,"duration":2}},{"uid":"dd7a87f0f54c2fd7","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/dd7a87f0f54c2fd7","status":"passed","time":{"start":1710197033225,"stop":1710197033225,"duration":0}},{"uid":"83fef191ce008a6d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/83fef191ce008a6d","status":"passed","time":{"start":1710167869134,"stop":1710167869134,"duration":0}},{"uid":"82a8c0a284685ed","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/82a8c0a284685ed","status":"passed","time":{"start":1710167049284,"stop":1710167049284,"duration":0}},{"uid":"a4a45a9b0c62759","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a4a45a9b0c62759","status":"passed","time":{"start":1710167194746,"stop":1710167194746,"duration":0}},{"uid":"49abac10cafba7f5","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/49abac10cafba7f5","status":"passed","time":{"start":1710166328844,"stop":1710166328844,"duration":0}},{"uid":"9675e243ffda37b5","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9675e243ffda37b5","status":"passed","time":{"start":1710164551128,"stop":1710164551128,"duration":0}},{"uid":"c6ff7b325c0eca19","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c6ff7b325c0eca19","status":"passed","time":{"start":1710163715989,"stop":1710163715990,"duration":1}},{"uid":"9791513e3540a088","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9791513e3540a088","status":"passed","time":{"start":1710163568068,"stop":1710163568069,"duration":1}},{"uid":"e2d817e21cb00a73","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e2d817e21cb00a73","status":"passed","time":{"start":1710155626319,"stop":1710155626319,"duration":0}},{"uid":"c0ddf58cc886be0c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c0ddf58cc886be0c","status":"passed","time":{"start":1710154824269,"stop":1710154824270,"duration":1}},{"uid":"d55739227933f5e5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d55739227933f5e5","status":"passed","time":{"start":1710154466409,"stop":1710154466410,"duration":1}},{"uid":"bb1ab5423eef34a2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/bb1ab5423eef34a2","status":"passed","time":{"start":1710102475233,"stop":1710102475233,"duration":0}},{"uid":"f0c4540e6c21e0f8","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f0c4540e6c21e0f8","status":"passed","time":{"start":1710080673272,"stop":1710080673272,"duration":0}},{"uid":"57a9b7824444ceac","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/57a9b7824444ceac","status":"passed","time":{"start":1710024327570,"stop":1710024327571,"duration":1}}]},"tags":[]},"source":"5d12a5d08a0929e3.json","parameterValues":[]} \ No newline at end of file +{"uid":"44683a8cdf7f16e9","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":1710308097724,"stop":1710308097725,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"f6ed73c12ba0a586","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6ed73c12ba0a586","status":"passed","time":{"start":1710306994264,"stop":1710306994264,"duration":0}},{"uid":"44ad7ca1cae19758","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44ad7ca1cae19758","status":"passed","time":{"start":1710287196186,"stop":1710287196186,"duration":0}},{"uid":"e5fb83eff75d595d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e5fb83eff75d595d","status":"passed","time":{"start":1710284459533,"stop":1710284459534,"duration":1}}]},"tags":[]},"source":"44683a8cdf7f16e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4472405c6bf9f8a8.json b/6685/data/test-cases/4472405c6bf9f8a8.json new file mode 100644 index 00000000000..1c6bdee59ac --- /dev/null +++ b/6685/data/test-cases/4472405c6bf9f8a8.json @@ -0,0 +1 @@ +{"uid":"4472405c6bf9f8a8","name":"Ordered Callback - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - forward","historyId":"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308485478,"stop":1710308485478,"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},{"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},{"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":"2f99f2f7f33bd728","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f99f2f7f33bd728","status":"passed","time":{"start":1710307365852,"stop":1710307365855,"duration":3}},{"uid":"daf82d0c4e0813e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/daf82d0c4e0813e","status":"passed","time":{"start":1710287564360,"stop":1710287564361,"duration":1}},{"uid":"713c9f26a9eb5f3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/713c9f26a9eb5f3d","status":"passed","time":{"start":1710284831317,"stop":1710284831318,"duration":1}}]},"tags":[]},"source":"4472405c6bf9f8a8.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4529e8375b8ffe73.json b/6685/data/test-cases/4529e8375b8ffe73.json new file mode 100644 index 00000000000..018b6e1e3c8 --- /dev/null +++ b/6685/data/test-cases/4529e8375b8ffe73.json @@ -0,0 +1 @@ +{"uid":"4529e8375b8ffe73","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":1710308494291,"stop":1710308494292,"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":"2da5bdfda13d89c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2da5bdfda13d89c7","status":"passed","time":{"start":1710307383800,"stop":1710307383800,"duration":0}},{"uid":"c1ffde81b6487336","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1ffde81b6487336","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"e28c015adb580203","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e28c015adb580203","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"tags":[]},"source":"4529e8375b8ffe73.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8791251cf1386145.json b/6685/data/test-cases/4568c4cb1a3650d9.json similarity index 83% rename from 6651/data/test-cases/8791251cf1386145.json rename to 6685/data/test-cases/4568c4cb1a3650d9.json index 94bfb37c8d9..d9bff4959e3 100644 --- a/6651/data/test-cases/8791251cf1386145.json +++ b/6685/data/test-cases/4568c4cb1a3650d9.json @@ -1 +1 @@ -{"uid":"8791251cf1386145","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":1710205063406,"stop":1710205063407,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"f2db85b1e41ebd47","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f2db85b1e41ebd47","status":"passed","time":{"start":1710204974355,"stop":1710204974356,"duration":1}},{"uid":"171270c13f9a17d3","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/171270c13f9a17d3","status":"passed","time":{"start":1710204858038,"stop":1710204858038,"duration":0}},{"uid":"6fb2dc2cd4ff0718","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6fb2dc2cd4ff0718","status":"passed","time":{"start":1710204613873,"stop":1710204613874,"duration":1}},{"uid":"c94bfe843d74cd68","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c94bfe843d74cd68","status":"passed","time":{"start":1710203332601,"stop":1710203332602,"duration":1}},{"uid":"6fb2052502f79bea","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6fb2052502f79bea","status":"passed","time":{"start":1710199825176,"stop":1710199825176,"duration":0}},{"uid":"342f1e9a8e813ca2","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/342f1e9a8e813ca2","status":"passed","time":{"start":1710199731748,"stop":1710199731748,"duration":0}},{"uid":"7ddbeda60e8cba9a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/7ddbeda60e8cba9a","status":"passed","time":{"start":1710197275101,"stop":1710197275101,"duration":0}},{"uid":"c78d2d6807a86401","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c78d2d6807a86401","status":"passed","time":{"start":1710168106270,"stop":1710168106271,"duration":1}},{"uid":"e7962b4e7367d673","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e7962b4e7367d673","status":"passed","time":{"start":1710167360896,"stop":1710167360896,"duration":0}},{"uid":"707644e4ce5a4480","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/707644e4ce5a4480","status":"passed","time":{"start":1710167407548,"stop":1710167407549,"duration":1}},{"uid":"b95c389ae6872c0","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b95c389ae6872c0","status":"passed","time":{"start":1710166544388,"stop":1710166544388,"duration":0}},{"uid":"c294b13aa5d79c81","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c294b13aa5d79c81","status":"passed","time":{"start":1710164782786,"stop":1710164782786,"duration":0}},{"uid":"95c013df3e06ee4e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/95c013df3e06ee4e","status":"passed","time":{"start":1710163934755,"stop":1710163934755,"duration":0}},{"uid":"ccc121ed4d05844d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/ccc121ed4d05844d","status":"passed","time":{"start":1710163799577,"stop":1710163799578,"duration":1}},{"uid":"ed6810caf8b58be2","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ed6810caf8b58be2","status":"passed","time":{"start":1710155833694,"stop":1710155833694,"duration":0}},{"uid":"579eec93b878f02b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/579eec93b878f02b","status":"passed","time":{"start":1710155066233,"stop":1710155066233,"duration":0}},{"uid":"d45ec430c1df24c2","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d45ec430c1df24c2","status":"passed","time":{"start":1710154684620,"stop":1710154684620,"duration":0}},{"uid":"f854db53940c48f9","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f854db53940c48f9","status":"passed","time":{"start":1710102693428,"stop":1710102693428,"duration":0}},{"uid":"2b6ab0ba6a350869","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2b6ab0ba6a350869","status":"passed","time":{"start":1710080898343,"stop":1710080898343,"duration":0}},{"uid":"f259d1035cf39999","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f259d1035cf39999","status":"passed","time":{"start":1710024575252,"stop":1710024575253,"duration":1}}]},"tags":[]},"source":"8791251cf1386145.json","parameterValues":[]} \ No newline at end of file +{"uid":"4568c4cb1a3650d9","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":1710308322598,"stop":1710308322598,"duration":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":"8ffdc3b9302e8202","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ffdc3b9302e8202","status":"passed","time":{"start":1710307207064,"stop":1710307207064,"duration":0}},{"uid":"8aeb09c17eaadbe3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8aeb09c17eaadbe3","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"739ff9951805cca0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/739ff9951805cca0","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"tags":[]},"source":"4568c4cb1a3650d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/902166c816dd3877.json b/6685/data/test-cases/45b4ad98def2a4bd.json similarity index 71% rename from 6651/data/test-cases/902166c816dd3877.json rename to 6685/data/test-cases/45b4ad98def2a4bd.json index bd0b7a1c23c..3f2576d814b 100644 --- a/6651/data/test-cases/902166c816dd3877.json +++ b/6685/data/test-cases/45b4ad98def2a4bd.json @@ -1 +1 @@ -{"uid":"902166c816dd3877","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205111361,"stop":1710205111361,"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":73,"passed":0,"unknown":0,"total":73},"items":[{"uid":"61a43dad776928cc","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/61a43dad776928cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205017180,"stop":1710205017181,"duration":1}},{"uid":"199bb314b8d825d6","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/199bb314b8d825d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204906972,"stop":1710204906972,"duration":0}},{"uid":"866c0cfe5b5a9bb2","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/866c0cfe5b5a9bb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204657694,"stop":1710204657695,"duration":1}},{"uid":"211fa0ff44cf412f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/211fa0ff44cf412f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710203386083,"stop":1710203386083,"duration":0}},{"uid":"abf7186ce027a14b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/abf7186ce027a14b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199881927,"stop":1710199881927,"duration":0}},{"uid":"bc122db5081fd2aa","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bc122db5081fd2aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199775340,"stop":1710199775340,"duration":0}},{"uid":"c90c93fcacbbc798","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c90c93fcacbbc798","status":"skipped","statusDetails":"Test ignored","time":{"start":1710197317810,"stop":1710197317810,"duration":0}},{"uid":"ba62f760b4ac116a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ba62f760b4ac116a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710168157254,"stop":1710168157254,"duration":0}},{"uid":"e5a0b1cdc97c0e4a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e5a0b1cdc97c0e4a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167388042,"stop":1710167388042,"duration":0}},{"uid":"ddad24bc63ca62f3","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ddad24bc63ca62f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167452038,"stop":1710167452038,"duration":0}},{"uid":"1aaf3617657562da","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/1aaf3617657562da","status":"skipped","statusDetails":"Test ignored","time":{"start":1710166594821,"stop":1710166594821,"duration":0}},{"uid":"74750fe231d8b769","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/74750fe231d8b769","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164827341,"stop":1710164827342,"duration":1}},{"uid":"dfc72dcfea0cbe1f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/dfc72dcfea0cbe1f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163975333,"stop":1710163975333,"duration":0}},{"uid":"a1c78a09a887daf3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a1c78a09a887daf3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163842486,"stop":1710163842486,"duration":0}},{"uid":"186f94e5a7b1995c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/186f94e5a7b1995c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155887159,"stop":1710155887159,"duration":0}},{"uid":"e560911cf4ecc4e6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e560911cf4ecc4e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155106020,"stop":1710155106020,"duration":0}},{"uid":"2930fc10f94a5c48","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/2930fc10f94a5c48","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154728836,"stop":1710154728836,"duration":0}},{"uid":"1815b0247983ff04","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1815b0247983ff04","status":"skipped","statusDetails":"Test ignored","time":{"start":1710102734831,"stop":1710102734832,"duration":1}},{"uid":"7eccb519eec77f80","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7eccb519eec77f80","status":"skipped","statusDetails":"Test ignored","time":{"start":1710080944310,"stop":1710080944311,"duration":1}},{"uid":"6a81c1b7598308e2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6a81c1b7598308e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710024618195,"stop":1710024618195,"duration":0}}]},"tags":[]},"source":"902166c816dd3877.json","parameterValues":[]} \ No newline at end of file +{"uid":"45b4ad98def2a4bd","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308371299,"stop":1710308371300,"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":"2f00ead971e63979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f00ead971e63979","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"9317471c1bdf9a5a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9317471c1bdf9a5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b9ef082c9e6e3036","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9ef082c9e6e3036","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"tags":[]},"source":"45b4ad98def2a4bd.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/46021ac8c5c435a5.json b/6685/data/test-cases/46021ac8c5c435a5.json new file mode 100644 index 00000000000..ba71fd610e2 --- /dev/null +++ b/6685/data/test-cases/46021ac8c5c435a5.json @@ -0,0 +1 @@ +{"uid":"46021ac8c5c435a5","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":1710308167159,"stop":1710308167160,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"d9611514a374e4ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d9611514a374e4ba","status":"passed","time":{"start":1710307045662,"stop":1710307045663,"duration":1}},{"uid":"304d8abe29d6e1f4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/304d8abe29d6e1f4","status":"passed","time":{"start":1710287245614,"stop":1710287245615,"duration":1}},{"uid":"47c5efe9a291c17e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47c5efe9a291c17e","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"tags":[]},"source":"46021ac8c5c435a5.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f7318030e0adb127.json b/6685/data/test-cases/46507603489e1dfe.json similarity index 81% rename from 6651/data/test-cases/f7318030e0adb127.json rename to 6685/data/test-cases/46507603489e1dfe.json index bed45b66fd7..58234350d52 100644 --- a/6651/data/test-cases/f7318030e0adb127.json +++ b/6685/data/test-cases/46507603489e1dfe.json @@ -1 +1 @@ -{"uid":"f7318030e0adb127","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":1710205335136,"stop":1710205335136,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"baecfa85190b5e94","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/baecfa85190b5e94","status":"passed","time":{"start":1710205224508,"stop":1710205224509,"duration":1}},{"uid":"3a555fc0cc06ce2b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3a555fc0cc06ce2b","status":"passed","time":{"start":1710205109074,"stop":1710205109074,"duration":0}},{"uid":"205890d4f09ccd34","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/205890d4f09ccd34","status":"passed","time":{"start":1710204865543,"stop":1710204865543,"duration":0}},{"uid":"de144fd687e9fd15","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/de144fd687e9fd15","status":"passed","time":{"start":1710203577228,"stop":1710203577228,"duration":0}},{"uid":"9a2f7fa6e122cd4a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9a2f7fa6e122cd4a","status":"passed","time":{"start":1710200067238,"stop":1710200067238,"duration":0}},{"uid":"91c2bbb72b52d438","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/91c2bbb72b52d438","status":"passed","time":{"start":1710199972393,"stop":1710199972393,"duration":0}},{"uid":"84607bde80e8762a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/84607bde80e8762a","status":"passed","time":{"start":1710197502483,"stop":1710197502483,"duration":0}},{"uid":"b4aee311e0318ed4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b4aee311e0318ed4","status":"passed","time":{"start":1710168341996,"stop":1710168341997,"duration":1}},{"uid":"fb5000c6c3177bd5","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/fb5000c6c3177bd5","status":"passed","time":{"start":1710167568809,"stop":1710167568809,"duration":0}},{"uid":"aba708d6ae4f2086","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/aba708d6ae4f2086","status":"passed","time":{"start":1710167665500,"stop":1710167665500,"duration":0}},{"uid":"198c320ec77d2675","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/198c320ec77d2675","status":"passed","time":{"start":1710166795559,"stop":1710166795559,"duration":0}},{"uid":"e3c944e1f87e63a5","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e3c944e1f87e63a5","status":"passed","time":{"start":1710165026121,"stop":1710165026121,"duration":0}},{"uid":"8db7ef7e09bebe47","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8db7ef7e09bebe47","status":"passed","time":{"start":1710164176704,"stop":1710164176704,"duration":0}},{"uid":"e2796a5c2ed166ed","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e2796a5c2ed166ed","status":"passed","time":{"start":1710164039976,"stop":1710164039976,"duration":0}},{"uid":"87c7c5d1a8db9950","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/87c7c5d1a8db9950","status":"passed","time":{"start":1710156088894,"stop":1710156088894,"duration":0}},{"uid":"97aa76eebf5ca08d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/97aa76eebf5ca08d","status":"passed","time":{"start":1710155298402,"stop":1710155298402,"duration":0}},{"uid":"7ff0101ebc7fcfef","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7ff0101ebc7fcfef","status":"passed","time":{"start":1710154928186,"stop":1710154928186,"duration":0}},{"uid":"4efbb5be88f28191","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4efbb5be88f28191","status":"passed","time":{"start":1710102939213,"stop":1710102939213,"duration":0}},{"uid":"732d4b1a6331dec0","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/732d4b1a6331dec0","status":"passed","time":{"start":1710081135410,"stop":1710081135410,"duration":0}},{"uid":"ce8f3bfde5227ed9","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ce8f3bfde5227ed9","status":"passed","time":{"start":1710024806415,"stop":1710024806415,"duration":0}}]},"tags":[]},"source":"f7318030e0adb127.json","parameterValues":[]} \ No newline at end of file +{"uid":"46507603489e1dfe","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":1710308572935,"stop":1710308572935,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"ac63acb0c1eda98a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac63acb0c1eda98a","status":"passed","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"bdd2032ec416b546","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bdd2032ec416b546","status":"passed","time":{"start":1710287674899,"stop":1710287674899,"duration":0}},{"uid":"ab7dd5786b96da25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab7dd5786b96da25","status":"passed","time":{"start":1710284934061,"stop":1710284934062,"duration":1}}]},"tags":[]},"source":"46507603489e1dfe.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/46745435013c04d0.json b/6685/data/test-cases/46745435013c04d0.json new file mode 100644 index 00000000000..bb958c2fafd --- /dev/null +++ b/6685/data/test-cases/46745435013c04d0.json @@ -0,0 +1 @@ +{"uid":"46745435013c04d0","name":"should emit `waku:offline` event when all peers disconnect","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:disconnect > should emit `waku:offline` event when all peers disconnect","historyId":"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307940174,"stop":1710307940215,"duration":41},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:disconnect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c030587f5328416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c030587f5328416","status":"passed","time":{"start":1710306833586,"stop":1710306833586,"duration":0}},{"uid":"3d38e8668b12f6d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3d38e8668b12f6d3","status":"passed","time":{"start":1710287039378,"stop":1710287039379,"duration":1}},{"uid":"c69e7356ed1eefe3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c69e7356ed1eefe3","status":"passed","time":{"start":1710284302046,"stop":1710284302047,"duration":1}}]},"tags":[]},"source":"46745435013c04d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4710c17ac2760476.json b/6685/data/test-cases/4710c17ac2760476.json new file mode 100644 index 00000000000..3a4b873637d --- /dev/null +++ b/6685/data/test-cases/4710c17ac2760476.json @@ -0,0 +1 @@ +{"uid":"4710c17ac2760476","name":"Query Generator - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - backward","historyId":"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308485476,"stop":1710308485476,"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},{"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},{"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":"31a84d69e12bcc1e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/31a84d69e12bcc1e","status":"passed","time":{"start":1710307365851,"stop":1710307365851,"duration":0}},{"uid":"817099d653514139","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/817099d653514139","status":"passed","time":{"start":1710287564357,"stop":1710287564357,"duration":0}},{"uid":"72f9f6c35357fd62","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72f9f6c35357fd62","status":"passed","time":{"start":1710284831309,"stop":1710284831310,"duration":1}}]},"tags":[]},"source":"4710c17ac2760476.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/304ed2d74d471d27.json b/6685/data/test-cases/475a6691ee8a25b2.json similarity index 85% rename from 6651/data/test-cases/304ed2d74d471d27.json rename to 6685/data/test-cases/475a6691ee8a25b2.json index ae749d87976..7ac1d39775c 100644 --- a/6651/data/test-cases/304ed2d74d471d27.json +++ b/6685/data/test-cases/475a6691ee8a25b2.json @@ -1 +1 @@ -{"uid":"304ed2d74d471d27","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":1710205232998,"stop":1710205232998,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"a8995d7598b85aa8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a8995d7598b85aa8","status":"passed","time":{"start":1710205120334,"stop":1710205120335,"duration":1}},{"uid":"4adedb9f73f1f570","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4adedb9f73f1f570","status":"passed","time":{"start":1710205004843,"stop":1710205004843,"duration":0}},{"uid":"5ecb88821d963e55","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5ecb88821d963e55","status":"passed","time":{"start":1710204772064,"stop":1710204772073,"duration":9}},{"uid":"13b939df2b395933","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/13b939df2b395933","status":"passed","time":{"start":1710203476040,"stop":1710203476041,"duration":1}},{"uid":"741dd80622134721","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/741dd80622134721","status":"passed","time":{"start":1710199958101,"stop":1710199958101,"duration":0}},{"uid":"bc55b736de2e2bb6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bc55b736de2e2bb6","status":"passed","time":{"start":1710199882625,"stop":1710199882625,"duration":0}},{"uid":"f4213fd36c707d57","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f4213fd36c707d57","status":"passed","time":{"start":1710197397376,"stop":1710197397376,"duration":0}},{"uid":"c98b88e382065cf9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c98b88e382065cf9","status":"passed","time":{"start":1710168235064,"stop":1710168235065,"duration":1}},{"uid":"281324bbbde75ab8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/281324bbbde75ab8","status":"passed","time":{"start":1710167420214,"stop":1710167420214,"duration":0}},{"uid":"cae511198df844ba","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/cae511198df844ba","status":"passed","time":{"start":1710167568716,"stop":1710167568717,"duration":1}},{"uid":"8983df988afec708","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/8983df988afec708","status":"passed","time":{"start":1710166701458,"stop":1710166701458,"duration":0}},{"uid":"15ba122458953b7a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/15ba122458953b7a","status":"passed","time":{"start":1710164929227,"stop":1710164929227,"duration":0}},{"uid":"f455d4eb08751090","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f455d4eb08751090","status":"passed","time":{"start":1710164078379,"stop":1710164078379,"duration":0}},{"uid":"6078f7a47280d269","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6078f7a47280d269","status":"passed","time":{"start":1710163927064,"stop":1710163927065,"duration":1}},{"uid":"9c8e3e4342170c78","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9c8e3e4342170c78","status":"passed","time":{"start":1710155986269,"stop":1710155986270,"duration":1}},{"uid":"34e95db9dfbe5a23","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/34e95db9dfbe5a23","status":"passed","time":{"start":1710155212554,"stop":1710155212554,"duration":0}},{"uid":"25c8253179185701","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/25c8253179185701","status":"passed","time":{"start":1710154813458,"stop":1710154813459,"duration":1}},{"uid":"194f208c3dc0af43","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/194f208c3dc0af43","status":"passed","time":{"start":1710102845316,"stop":1710102845316,"duration":0}},{"uid":"66037a9da1000873","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/66037a9da1000873","status":"passed","time":{"start":1710081043166,"stop":1710081043167,"duration":1}},{"uid":"a6e40ad89d8092bd","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a6e40ad89d8092bd","status":"passed","time":{"start":1710024705738,"stop":1710024705738,"duration":0}}]},"tags":[]},"source":"304ed2d74d471d27.json","parameterValues":[]} \ No newline at end of file +{"uid":"475a6691ee8a25b2","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":1710308463674,"stop":1710308463675,"duration":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":"56ca2f702c4cdb02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56ca2f702c4cdb02","status":"passed","time":{"start":1710307358454,"stop":1710307358454,"duration":0}},{"uid":"efbdb2bb2ca671a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efbdb2bb2ca671a7","status":"passed","time":{"start":1710287569242,"stop":1710287569244,"duration":2}},{"uid":"6994ebc79b3f05bb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6994ebc79b3f05bb","status":"passed","time":{"start":1710284852271,"stop":1710284852278,"duration":7}}]},"tags":[]},"source":"475a6691ee8a25b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/47748d5a901eaa18.json b/6685/data/test-cases/47748d5a901eaa18.json new file mode 100644 index 00000000000..43d50ad615e --- /dev/null +++ b/6685/data/test-cases/47748d5a901eaa18.json @@ -0,0 +1 @@ +{"uid":"47748d5a901eaa18","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":1710308426367,"stop":1710308426367,"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":4,"unknown":0,"total":4},"items":[{"uid":"10e48418c2c609e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e48418c2c609e0","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fc26c9b95b4ee564","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc26c9b95b4ee564","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"4ad090471f97fc9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ad090471f97fc9f","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"tags":[]},"source":"47748d5a901eaa18.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/84713b97f3daa827.json b/6685/data/test-cases/47b5704cc6d32bde.json similarity index 84% rename from 6651/data/test-cases/84713b97f3daa827.json rename to 6685/data/test-cases/47b5704cc6d32bde.json index 43c664cd399..d7d9e6a7e8c 100644 --- a/6651/data/test-cases/84713b97f3daa827.json +++ b/6685/data/test-cases/47b5704cc6d32bde.json @@ -1 +1 @@ -{"uid":"84713b97f3daa827","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":1710205233019,"stop":1710205233020,"duration":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":72,"unknown":0,"total":72},"items":[{"uid":"b8096d92cba90d81","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b8096d92cba90d81","status":"passed","time":{"start":1710205120361,"stop":1710205120361,"duration":0}},{"uid":"dea28183f95b944b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/dea28183f95b944b","status":"passed","time":{"start":1710205004871,"stop":1710205004871,"duration":0}},{"uid":"8f8936175e3684e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8f8936175e3684e","status":"passed","time":{"start":1710204772112,"stop":1710204772112,"duration":0}},{"uid":"37c67cead6d013a7","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/37c67cead6d013a7","status":"passed","time":{"start":1710203476068,"stop":1710203476069,"duration":1}},{"uid":"58a3a656a3fcc104","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/58a3a656a3fcc104","status":"passed","time":{"start":1710199958128,"stop":1710199958128,"duration":0}},{"uid":"4a5dc22cb37e991b","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4a5dc22cb37e991b","status":"passed","time":{"start":1710199882673,"stop":1710199882674,"duration":1}},{"uid":"4ddeb5d1802810aa","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4ddeb5d1802810aa","status":"passed","time":{"start":1710197397406,"stop":1710197397406,"duration":0}},{"uid":"77db441670261aeb","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/77db441670261aeb","status":"passed","time":{"start":1710168235154,"stop":1710168235154,"duration":0}},{"uid":"2b9bc3318d9ba8d6","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/2b9bc3318d9ba8d6","status":"passed","time":{"start":1710167420303,"stop":1710167420304,"duration":1}},{"uid":"cde00c0b46162a81","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/cde00c0b46162a81","status":"passed","time":{"start":1710167568737,"stop":1710167568737,"duration":0}},{"uid":"777c756ccb368765","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/777c756ccb368765","status":"passed","time":{"start":1710166701494,"stop":1710166701494,"duration":0}},{"uid":"76fbeb89c5a752a8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/76fbeb89c5a752a8","status":"passed","time":{"start":1710164929254,"stop":1710164929254,"duration":0}},{"uid":"4853d0290853716f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4853d0290853716f","status":"passed","time":{"start":1710164078411,"stop":1710164078411,"duration":0}},{"uid":"285033de9ff76f80","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/285033de9ff76f80","status":"passed","time":{"start":1710163927117,"stop":1710163927118,"duration":1}},{"uid":"74224a13bf94ed0e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/74224a13bf94ed0e","status":"passed","time":{"start":1710155986307,"stop":1710155986307,"duration":0}},{"uid":"74ff3d66b5d43890","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/74ff3d66b5d43890","status":"passed","time":{"start":1710155212577,"stop":1710155212577,"duration":0}},{"uid":"ed05ddee80392499","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ed05ddee80392499","status":"passed","time":{"start":1710154813493,"stop":1710154813494,"duration":1}},{"uid":"2c6354f3a0b819d9","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2c6354f3a0b819d9","status":"passed","time":{"start":1710102845340,"stop":1710102845340,"duration":0}},{"uid":"562e83965b21b19e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/562e83965b21b19e","status":"passed","time":{"start":1710081043197,"stop":1710081043198,"duration":1}},{"uid":"db0be432f777a583","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/db0be432f777a583","status":"passed","time":{"start":1710024705826,"stop":1710024705826,"duration":0}}]},"tags":[]},"source":"84713b97f3daa827.json","parameterValues":[]} \ No newline at end of file +{"uid":"47b5704cc6d32bde","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":1710308463742,"stop":1710308463743,"duration":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":"b7c1c34ea574205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7c1c34ea574205f","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"480d451db5bb6619","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/480d451db5bb6619","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"d9dade7d87804170","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9dade7d87804170","status":"passed","time":{"start":1710284852315,"stop":1710284852315,"duration":0}}]},"tags":[]},"source":"47b5704cc6d32bde.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/48686c9a1db84331.json b/6685/data/test-cases/48686c9a1db84331.json new file mode 100644 index 00000000000..696ab729b98 --- /dev/null +++ b/6685/data/test-cases/48686c9a1db84331.json @@ -0,0 +1 @@ +{"uid":"48686c9a1db84331","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":1710308092701,"stop":1710308092701,"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":"f84216b825573a93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f84216b825573a93","status":"passed","time":{"start":1710306981505,"stop":1710306981506,"duration":1}},{"uid":"796bd2a542a90d30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/796bd2a542a90d30","status":"passed","time":{"start":1710287198122,"stop":1710287198122,"duration":0}},{"uid":"823a7e81da26ad08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/823a7e81da26ad08","status":"passed","time":{"start":1710284459996,"stop":1710284459996,"duration":0}}]},"tags":[]},"source":"48686c9a1db84331.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/48ca89d32a048cd9.json b/6685/data/test-cases/48ca89d32a048cd9.json new file mode 100644 index 00000000000..7c9460f0b39 --- /dev/null +++ b/6685/data/test-cases/48ca89d32a048cd9.json @@ -0,0 +1 @@ +{"uid":"48ca89d32a048cd9","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":1710307950774,"stop":1710307950775,"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":"93a542a17b43f023","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93a542a17b43f023","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844183,"stop":1710306844183,"duration":0}},{"uid":"1591e02c4689bfe6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1591e02c4689bfe6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049802,"duration":0}},{"uid":"c49d10ab3b5be9eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c49d10ab3b5be9eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312210,"duration":0}}]},"tags":[]},"source":"48ca89d32a048cd9.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8a45f2602f412e08.json b/6685/data/test-cases/49e40c71abde82f1.json similarity index 81% rename from 6651/data/test-cases/8a45f2602f412e08.json rename to 6685/data/test-cases/49e40c71abde82f1.json index f5573193a6e..5a287ecbf10 100644 --- a/6651/data/test-cases/8a45f2602f412e08.json +++ b/6685/data/test-cases/49e40c71abde82f1.json @@ -1 +1 @@ -{"uid":"8a45f2602f412e08","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":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"caaa5f873be3d2e6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/caaa5f873be3d2e6","status":"passed","time":{"start":1710205224521,"stop":1710205224522,"duration":1}},{"uid":"8c4df44715f77e5a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/8c4df44715f77e5a","status":"passed","time":{"start":1710205109086,"stop":1710205109086,"duration":0}},{"uid":"2ae3c05ee319aea3","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/2ae3c05ee319aea3","status":"passed","time":{"start":1710204865555,"stop":1710204865555,"duration":0}},{"uid":"8a9a6be119af3a1f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8a9a6be119af3a1f","status":"passed","time":{"start":1710203577238,"stop":1710203577239,"duration":1}},{"uid":"4962d19fee7be8ff","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/4962d19fee7be8ff","status":"passed","time":{"start":1710200067252,"stop":1710200067252,"duration":0}},{"uid":"34ac1a6844907187","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/34ac1a6844907187","status":"passed","time":{"start":1710199972406,"stop":1710199972406,"duration":0}},{"uid":"b0d75b72c4ad48e3","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b0d75b72c4ad48e3","status":"passed","time":{"start":1710197502498,"stop":1710197502498,"duration":0}},{"uid":"a28b082d7c8978de","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a28b082d7c8978de","status":"passed","time":{"start":1710168342009,"stop":1710168342009,"duration":0}},{"uid":"aea74e0e300ce7ae","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/aea74e0e300ce7ae","status":"passed","time":{"start":1710167568830,"stop":1710167568831,"duration":1}},{"uid":"3fdb4983e89bfc9d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3fdb4983e89bfc9d","status":"passed","time":{"start":1710167665516,"stop":1710167665516,"duration":0}},{"uid":"5765dff79c6dfe92","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5765dff79c6dfe92","status":"passed","time":{"start":1710166795571,"stop":1710166795572,"duration":1}},{"uid":"464c8a191173a2d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/464c8a191173a2d","status":"passed","time":{"start":1710165026135,"stop":1710165026135,"duration":0}},{"uid":"180ff58c86fa5038","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/180ff58c86fa5038","status":"passed","time":{"start":1710164176717,"stop":1710164176717,"duration":0}},{"uid":"15a42e410420222e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/15a42e410420222e","status":"passed","time":{"start":1710164039991,"stop":1710164039992,"duration":1}},{"uid":"180faa1e41dff8cb","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/180faa1e41dff8cb","status":"passed","time":{"start":1710156088905,"stop":1710156088905,"duration":0}},{"uid":"88a64e40b535ca68","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/88a64e40b535ca68","status":"passed","time":{"start":1710155298416,"stop":1710155298416,"duration":0}},{"uid":"f19efbe4b1698f12","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/f19efbe4b1698f12","status":"passed","time":{"start":1710154928200,"stop":1710154928200,"duration":0}},{"uid":"35b9b7abe2956421","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/35b9b7abe2956421","status":"passed","time":{"start":1710102939227,"stop":1710102939227,"duration":0}},{"uid":"4f97bcfdfd580f8d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4f97bcfdfd580f8d","status":"passed","time":{"start":1710081135424,"stop":1710081135424,"duration":0}},{"uid":"ab01121b39c4b25c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ab01121b39c4b25c","status":"passed","time":{"start":1710024806427,"stop":1710024806427,"duration":0}}]},"tags":[]},"source":"8a45f2602f412e08.json","parameterValues":[]} \ No newline at end of file +{"uid":"49e40c71abde82f1","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":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"e2bae80d3bcaaeb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2bae80d3bcaaeb","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"72077699b3c7e3d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72077699b3c7e3d8","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"e065f48d1e44208d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e065f48d1e44208d","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"tags":[]},"source":"49e40c71abde82f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4a72e0f50ab33385.json b/6685/data/test-cases/4a72e0f50ab33385.json new file mode 100644 index 00000000000..312d5e4a979 --- /dev/null +++ b/6685/data/test-cases/4a72e0f50ab33385.json @@ -0,0 +1 @@ +{"uid":"4a72e0f50ab33385","name":"Js publishes, other Js receives","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Two nodes connected to nwaku > Js publishes, other Js receives","historyId":"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308353089,"stop":1710308353098,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Two nodes connected to nwaku\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"suite","value":"Two nodes connected to nwaku"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22de5cbb2c158a6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22de5cbb2c158a6a","status":"passed","time":{"start":1710307238432,"stop":1710307238433,"duration":1}},{"uid":"2a4b3eb236fe8111","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a4b3eb236fe8111","status":"passed","time":{"start":1710287445565,"stop":1710287445565,"duration":0}},{"uid":"fb0565c2569c8cac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb0565c2569c8cac","status":"passed","time":{"start":1710284710701,"stop":1710284710702,"duration":1}}]},"tags":[]},"source":"4a72e0f50ab33385.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/27c98aac9cd77ed8.json b/6685/data/test-cases/4ae01a930bb4c68c.json similarity index 78% rename from 6651/data/test-cases/27c98aac9cd77ed8.json rename to 6685/data/test-cases/4ae01a930bb4c68c.json index e2109121399..0066e75ac59 100644 --- a/6651/data/test-cases/27c98aac9cd77ed8.json +++ b/6685/data/test-cases/4ae01a930bb4c68c.json @@ -1 +1 @@ -{"uid":"27c98aac9cd77ed8","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":1710205173306,"stop":1710205173307,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"ff6880baff7bc9b0","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ff6880baff7bc9b0","status":"passed","time":{"start":1710205067276,"stop":1710205067277,"duration":1}},{"uid":"75aad5fac73498a6","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/75aad5fac73498a6","status":"passed","time":{"start":1710204962917,"stop":1710204962917,"duration":0}},{"uid":"a2f6909c73c4cdae","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a2f6909c73c4cdae","status":"passed","time":{"start":1710204701467,"stop":1710204701467,"duration":0}},{"uid":"439945d165c18268","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/439945d165c18268","status":"passed","time":{"start":1710203416610,"stop":1710203416610,"duration":0}},{"uid":"da8074928029e943","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/da8074928029e943","status":"passed","time":{"start":1710199910410,"stop":1710199910410,"duration":0}},{"uid":"8bf61ffd1539a997","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8bf61ffd1539a997","status":"passed","time":{"start":1710199800511,"stop":1710199800511,"duration":0}},{"uid":"3f22e10e9b6ee228","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3f22e10e9b6ee228","status":"passed","time":{"start":1710197348912,"stop":1710197348913,"duration":1}},{"uid":"d845e08ab7e92557","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/d845e08ab7e92557","status":"passed","time":{"start":1710168167426,"stop":1710168167426,"duration":0}},{"uid":"131e53a76396de50","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/131e53a76396de50","status":"passed","time":{"start":1710167350127,"stop":1710167350127,"duration":0}},{"uid":"51a6c52c25430c2f","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/51a6c52c25430c2f","status":"passed","time":{"start":1710167497866,"stop":1710167497866,"duration":0}},{"uid":"52c4d3aadff764e9","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/52c4d3aadff764e9","status":"passed","time":{"start":1710166625609,"stop":1710166625610,"duration":1}},{"uid":"a803dc5947b9e90e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/a803dc5947b9e90e","status":"passed","time":{"start":1710164870338,"stop":1710164870338,"duration":0}},{"uid":"fe72bbb13c29aa6a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/fe72bbb13c29aa6a","status":"passed","time":{"start":1710164015690,"stop":1710164015691,"duration":1}},{"uid":"119e6315ed35e81c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/119e6315ed35e81c","status":"passed","time":{"start":1710163881230,"stop":1710163881230,"duration":0}},{"uid":"7cbe910baa031a82","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7cbe910baa031a82","status":"passed","time":{"start":1710155929072,"stop":1710155929072,"duration":0}},{"uid":"eb5b8ff3fca51321","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/eb5b8ff3fca51321","status":"passed","time":{"start":1710155134287,"stop":1710155134287,"duration":0}},{"uid":"18d1a0664822aa6a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/18d1a0664822aa6a","status":"passed","time":{"start":1710154760703,"stop":1710154760703,"duration":0}},{"uid":"3ed83b9f05e6f799","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3ed83b9f05e6f799","status":"passed","time":{"start":1710102776889,"stop":1710102776889,"duration":0}},{"uid":"2db84ca5b389f06f","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2db84ca5b389f06f","status":"passed","time":{"start":1710080978585,"stop":1710080978585,"duration":0}},{"uid":"1621a6b6dbc64fe2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1621a6b6dbc64fe2","status":"passed","time":{"start":1710024644864,"stop":1710024644864,"duration":0}}]},"tags":[]},"source":"27c98aac9cd77ed8.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ae01a930bb4c68c","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":1710308416725,"stop":1710308416726,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"113edc8693a5ff4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/113edc8693a5ff4a","status":"passed","time":{"start":1710307308630,"stop":1710307308631,"duration":1}},{"uid":"8eeafe12e7187fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8eeafe12e7187fc4","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"4822cef59af5ab89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4822cef59af5ab89","status":"passed","time":{"start":1710284775853,"stop":1710284775854,"duration":1}}]},"tags":[]},"source":"4ae01a930bb4c68c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4af4f3a79477d29c.json b/6685/data/test-cases/4af4f3a79477d29c.json new file mode 100644 index 00000000000..e370f8d0af2 --- /dev/null +++ b/6685/data/test-cases/4af4f3a79477d29c.json @@ -0,0 +1 @@ +{"uid":"4af4f3a79477d29c","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":1710308225037,"stop":1710308225037,"duration":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":"ca2b582eb9b51304","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca2b582eb9b51304","status":"passed","time":{"start":1710307101314,"stop":1710307101314,"duration":0}},{"uid":"335e924831b8b8aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/335e924831b8b8aa","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"37a174389332fcfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/37a174389332fcfd","status":"passed","time":{"start":1710284561374,"stop":1710284561375,"duration":1}}]},"tags":[]},"source":"4af4f3a79477d29c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4afd6ad1b22c9cb9.json b/6685/data/test-cases/4afd6ad1b22c9cb9.json new file mode 100644 index 00000000000..48991712922 --- /dev/null +++ b/6685/data/test-cases/4afd6ad1b22c9cb9.json @@ -0,0 +1 @@ +{"uid":"4afd6ad1b22c9cb9","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":1710307898609,"stop":1710307898609,"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":"52085bf8bafab51e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52085bf8bafab51e","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"acf545820dcfdb35","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/acf545820dcfdb35","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"600517d69d8ef0ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600517d69d8ef0ef","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"tags":[]},"source":"4afd6ad1b22c9cb9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4b223140dbcd553e.json b/6685/data/test-cases/4b223140dbcd553e.json new file mode 100644 index 00000000000..f2b6edee30f --- /dev/null +++ b/6685/data/test-cases/4b223140dbcd553e.json @@ -0,0 +1 @@ +{"uid":"4b223140dbcd553e","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":1710307898607,"stop":1710307898608,"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":"741572ae6f282d89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/741572ae6f282d89","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"3dfa190be03065c7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dfa190be03065c7","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"6e061400f5afe47c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e061400f5afe47c","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"tags":[]},"source":"4b223140dbcd553e.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e5c272f4972c251.json b/6685/data/test-cases/4c535bf7e2869044.json similarity index 68% rename from 6651/data/test-cases/e5c272f4972c251.json rename to 6685/data/test-cases/4c535bf7e2869044.json index 42040046047..32bc26bd4ca 100644 --- a/6651/data/test-cases/e5c272f4972c251.json +++ b/6685/data/test-cases/4c535bf7e2869044.json @@ -1 +1 @@ -{"uid":"e5c272f4972c251","name":"Publish message with custom timestamp: Wed Mar 22 2023 00:58:19 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Mar 22 2023 00:58:19 GMT+0000 (Coordinated Universal Time)","historyId":"cc5f78282097d0760512c363325990fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205115573,"stop":1710205115574,"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":"e5c272f4972c251.json","parameterValues":[]} \ No newline at end of file +{"uid":"4c535bf7e2869044","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":1710308366513,"stop":1710308366525,"duration":12},"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":"8c0327c863c5f79b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c0327c863c5f79b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247772,"stop":1710307247773,"duration":1}},{"uid":"f273828e18cd74a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f273828e18cd74a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"c774ccb281cc9426","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c774ccb281cc9426","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"tags":[]},"source":"4c535bf7e2869044.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/35898842855e2be9.json b/6685/data/test-cases/4c9e3492a4807550.json similarity index 84% rename from 6651/data/test-cases/35898842855e2be9.json rename to 6685/data/test-cases/4c9e3492a4807550.json index 1d95b6b226e..db0bb93beec 100644 --- a/6651/data/test-cases/35898842855e2be9.json +++ b/6685/data/test-cases/4c9e3492a4807550.json @@ -1 +1 @@ -{"uid":"35898842855e2be9","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":1710205063413,"stop":1710205063414,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"bf9c636c1fbe8697","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/bf9c636c1fbe8697","status":"passed","time":{"start":1710204974358,"stop":1710204974359,"duration":1}},{"uid":"33187cf270abc806","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/33187cf270abc806","status":"passed","time":{"start":1710204858047,"stop":1710204858047,"duration":0}},{"uid":"d3988f94a1137495","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d3988f94a1137495","status":"passed","time":{"start":1710204613876,"stop":1710204613877,"duration":1}},{"uid":"1baf05a038fe10d9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1baf05a038fe10d9","status":"passed","time":{"start":1710203332611,"stop":1710203332611,"duration":0}},{"uid":"2b5eef79ebfe88c9","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2b5eef79ebfe88c9","status":"passed","time":{"start":1710199825179,"stop":1710199825179,"duration":0}},{"uid":"cea24c94107cd6c9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/cea24c94107cd6c9","status":"passed","time":{"start":1710199731751,"stop":1710199731752,"duration":1}},{"uid":"505672605c6bc457","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/505672605c6bc457","status":"passed","time":{"start":1710197275104,"stop":1710197275105,"duration":1}},{"uid":"fc7f747ff156f17a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/fc7f747ff156f17a","status":"passed","time":{"start":1710168106277,"stop":1710168106277,"duration":0}},{"uid":"427058488d6216a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/427058488d6216a","status":"passed","time":{"start":1710167360899,"stop":1710167360899,"duration":0}},{"uid":"29726235464fa53","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/29726235464fa53","status":"passed","time":{"start":1710167407560,"stop":1710167407560,"duration":0}},{"uid":"f59749a48c1e0985","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f59749a48c1e0985","status":"passed","time":{"start":1710166544391,"stop":1710166544392,"duration":1}},{"uid":"2c02be8f39fd9fb","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2c02be8f39fd9fb","status":"passed","time":{"start":1710164782789,"stop":1710164782790,"duration":1}},{"uid":"10bae998a39d4b0a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/10bae998a39d4b0a","status":"passed","time":{"start":1710163934759,"stop":1710163934759,"duration":0}},{"uid":"d0f1e180450f4445","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/d0f1e180450f4445","status":"passed","time":{"start":1710163799586,"stop":1710163799587,"duration":1}},{"uid":"be1f8e324748a985","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/be1f8e324748a985","status":"passed","time":{"start":1710155833697,"stop":1710155833697,"duration":0}},{"uid":"3e2ec7bd66480668","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3e2ec7bd66480668","status":"passed","time":{"start":1710155066236,"stop":1710155066236,"duration":0}},{"uid":"3db4b1473a1c3e1e","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3db4b1473a1c3e1e","status":"passed","time":{"start":1710154684622,"stop":1710154684622,"duration":0}},{"uid":"867a8a89c54fe2d5","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/867a8a89c54fe2d5","status":"passed","time":{"start":1710102693447,"stop":1710102693448,"duration":1}},{"uid":"4a624b671d315ea2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4a624b671d315ea2","status":"passed","time":{"start":1710080898346,"stop":1710080898346,"duration":0}},{"uid":"63474e8c3ebf53f4","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/63474e8c3ebf53f4","status":"passed","time":{"start":1710024575257,"stop":1710024575258,"duration":1}}]},"tags":[]},"source":"35898842855e2be9.json","parameterValues":[]} \ No newline at end of file +{"uid":"4c9e3492a4807550","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":1710308322609,"stop":1710308322609,"duration":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":"3fb35e908578f6a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb35e908578f6a9","status":"passed","time":{"start":1710307207082,"stop":1710307207084,"duration":2}},{"uid":"1a500d9c0aa7027f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a500d9c0aa7027f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"e6a1d4c68ca9d896","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6a1d4c68ca9d896","status":"passed","time":{"start":1710284680776,"stop":1710284680777,"duration":1}}]},"tags":[]},"source":"4c9e3492a4807550.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ffae6041366cd36f.json b/6685/data/test-cases/4d0b0408b076817a.json similarity index 78% rename from 6651/data/test-cases/ffae6041366cd36f.json rename to 6685/data/test-cases/4d0b0408b076817a.json index 8aef7b149a6..ab340bfc388 100644 --- a/6651/data/test-cases/ffae6041366cd36f.json +++ b/6685/data/test-cases/4d0b0408b076817a.json @@ -1 +1 @@ -{"uid":"ffae6041366cd36f","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":1710205173279,"stop":1710205173280,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"dbe5961bdbc24fb9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/dbe5961bdbc24fb9","status":"passed","time":{"start":1710205067266,"stop":1710205067266,"duration":0}},{"uid":"41dc212ea1c569d0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/41dc212ea1c569d0","status":"passed","time":{"start":1710204962899,"stop":1710204962900,"duration":1}},{"uid":"65988406577fc4d6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/65988406577fc4d6","status":"passed","time":{"start":1710204701446,"stop":1710204701446,"duration":0}},{"uid":"44e9498279a760c3","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/44e9498279a760c3","status":"passed","time":{"start":1710203416553,"stop":1710203416570,"duration":17}},{"uid":"571fd9798f557b2c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/571fd9798f557b2c","status":"passed","time":{"start":1710199910380,"stop":1710199910380,"duration":0}},{"uid":"55a3f54a0b6623f7","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/55a3f54a0b6623f7","status":"passed","time":{"start":1710199800497,"stop":1710199800497,"duration":0}},{"uid":"67d0256781b56cd9","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/67d0256781b56cd9","status":"passed","time":{"start":1710197348904,"stop":1710197348905,"duration":1}},{"uid":"2c714bac1e1ae4cc","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2c714bac1e1ae4cc","status":"passed","time":{"start":1710168167415,"stop":1710168167416,"duration":1}},{"uid":"68862854f48fc1b0","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/68862854f48fc1b0","status":"passed","time":{"start":1710167350114,"stop":1710167350114,"duration":0}},{"uid":"b350861af4d80723","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b350861af4d80723","status":"passed","time":{"start":1710167497855,"stop":1710167497855,"duration":0}},{"uid":"12fc4d3b458fdafd","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/12fc4d3b458fdafd","status":"passed","time":{"start":1710166625593,"stop":1710166625593,"duration":0}},{"uid":"840a63938b0ec409","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/840a63938b0ec409","status":"passed","time":{"start":1710164870328,"stop":1710164870328,"duration":0}},{"uid":"5925c7b3ac40a1b2","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/5925c7b3ac40a1b2","status":"passed","time":{"start":1710164015679,"stop":1710164015679,"duration":0}},{"uid":"6402bc6ad746dce4","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6402bc6ad746dce4","status":"passed","time":{"start":1710163881221,"stop":1710163881222,"duration":1}},{"uid":"c729121786738e63","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c729121786738e63","status":"passed","time":{"start":1710155929059,"stop":1710155929061,"duration":2}},{"uid":"c9020b5e71410256","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c9020b5e71410256","status":"passed","time":{"start":1710155134270,"stop":1710155134271,"duration":1}},{"uid":"18974cd0e5e6c5cb","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/18974cd0e5e6c5cb","status":"passed","time":{"start":1710154760694,"stop":1710154760694,"duration":0}},{"uid":"a20283fa52d2f41d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a20283fa52d2f41d","status":"passed","time":{"start":1710102776880,"stop":1710102776881,"duration":1}},{"uid":"c3e4a9138a87e4bb","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c3e4a9138a87e4bb","status":"passed","time":{"start":1710080978577,"stop":1710080978577,"duration":0}},{"uid":"55704872a14425be","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/55704872a14425be","status":"passed","time":{"start":1710024644854,"stop":1710024644854,"duration":0}}]},"tags":[]},"source":"ffae6041366cd36f.json","parameterValues":[]} \ No newline at end of file +{"uid":"4d0b0408b076817a","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":1710308416717,"stop":1710308416717,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"1485d544d1e7223b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1485d544d1e7223b","status":"passed","time":{"start":1710307308616,"stop":1710307308616,"duration":0}},{"uid":"372c8bf10a989f12","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/372c8bf10a989f12","status":"passed","time":{"start":1710287509742,"stop":1710287509742,"duration":0}},{"uid":"f0499ac274a35d21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0499ac274a35d21","status":"passed","time":{"start":1710284775834,"stop":1710284775835,"duration":1}}]},"tags":[]},"source":"4d0b0408b076817a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4d157290c1719ce.json b/6685/data/test-cases/4d157290c1719ce.json new file mode 100644 index 00000000000..d46e6584028 --- /dev/null +++ b/6685/data/test-cases/4d157290c1719ce.json @@ -0,0 +1 @@ +{"uid":"4d157290c1719ce","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":1710307948135,"stop":1710307948136,"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":"22921888a08b6ea2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22921888a08b6ea2","status":"passed","time":{"start":1710306841074,"stop":1710306841075,"duration":1}},{"uid":"542f16cad6b650ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/542f16cad6b650ec","status":"passed","time":{"start":1710287046525,"stop":1710287046525,"duration":0}},{"uid":"fc425c0c716b2943","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc425c0c716b2943","status":"passed","time":{"start":1710284309644,"stop":1710284309645,"duration":1}}]},"tags":[]},"source":"4d157290c1719ce.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/660f6dfa2d67b2a.json b/6685/data/test-cases/4d1b04501c44962.json similarity index 78% rename from 6651/data/test-cases/660f6dfa2d67b2a.json rename to 6685/data/test-cases/4d1b04501c44962.json index c461f7b1c18..13720bd6acd 100644 --- a/6651/data/test-cases/660f6dfa2d67b2a.json +++ b/6685/data/test-cases/4d1b04501c44962.json @@ -1 +1 @@ -{"uid":"660f6dfa2d67b2a","name":"Push message with custom timestamp: 1679446447594","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1679446447594","historyId":"855ba2a47ed5293d07fc766cdcbc3825:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205063421,"stop":1710205063421,"duration":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":"660f6dfa2d67b2a.json","parameterValues":[]} \ No newline at end of file +{"uid":"4d1b04501c44962","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":1710308322598,"stop":1710308322598,"duration":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":"9617149fa8457972","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9617149fa8457972","status":"passed","time":{"start":1710307207068,"stop":1710307207069,"duration":1}},{"uid":"7e9a366a3584360d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e9a366a3584360d","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"ae535ca90c08376","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae535ca90c08376","status":"passed","time":{"start":1710284680772,"stop":1710284680773,"duration":1}}]},"tags":[]},"source":"4d1b04501c44962.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c149bd1a9b1a8b0c.json b/6685/data/test-cases/4d7d8f8968230f86.json similarity index 80% rename from 6651/data/test-cases/c149bd1a9b1a8b0c.json rename to 6685/data/test-cases/4d7d8f8968230f86.json index cf76591a578..f8e3b70213c 100644 --- a/6651/data/test-cases/c149bd1a9b1a8b0c.json +++ b/6685/data/test-cases/4d7d8f8968230f86.json @@ -1 +1 @@ -{"uid":"c149bd1a9b1a8b0c","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":1710204945844,"stop":1710204945844,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"36db632d5443efce","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/36db632d5443efce","status":"passed","time":{"start":1710204830294,"stop":1710204830294,"duration":0}},{"uid":"a57ce1b275d6f351","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a57ce1b275d6f351","status":"passed","time":{"start":1710204733009,"stop":1710204733010,"duration":1}},{"uid":"116f067c363b9dd","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/116f067c363b9dd","status":"passed","time":{"start":1710204477771,"stop":1710204477772,"duration":1}},{"uid":"d160637ea50ca339","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d160637ea50ca339","status":"passed","time":{"start":1710203199470,"stop":1710203199471,"duration":1}},{"uid":"e3ef803374ec7dfc","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e3ef803374ec7dfc","status":"passed","time":{"start":1710199697816,"stop":1710199697817,"duration":1}},{"uid":"2d20acf9daac8a9e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2d20acf9daac8a9e","status":"passed","time":{"start":1710199591761,"stop":1710199591761,"duration":0}},{"uid":"db4256de0ad9f609","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/db4256de0ad9f609","status":"passed","time":{"start":1710197131787,"stop":1710197131788,"duration":1}},{"uid":"3da6719d2f2f260a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/3da6719d2f2f260a","status":"passed","time":{"start":1710167952599,"stop":1710167952599,"duration":0}},{"uid":"dc00c9006f7b5bdf","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/dc00c9006f7b5bdf","status":"passed","time":{"start":1710167221549,"stop":1710167221549,"duration":0}},{"uid":"e1e552dd4689d42b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e1e552dd4689d42b","status":"passed","time":{"start":1710167283376,"stop":1710167283377,"duration":1}},{"uid":"d3b996e70073b79e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d3b996e70073b79e","status":"passed","time":{"start":1710166420485,"stop":1710166420485,"duration":0}},{"uid":"bfa37172cc39da04","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/bfa37172cc39da04","status":"passed","time":{"start":1710164634570,"stop":1710164634570,"duration":0}},{"uid":"4e4a64b4043e4916","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4e4a64b4043e4916","status":"passed","time":{"start":1710163791789,"stop":1710163791789,"duration":0}},{"uid":"18bf0c06bd29427","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/18bf0c06bd29427","status":"passed","time":{"start":1710163655798,"stop":1710163655799,"duration":1}},{"uid":"c9a43489bfde3359","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c9a43489bfde3359","status":"passed","time":{"start":1710155712322,"stop":1710155712323,"duration":1}},{"uid":"1c4fea3b0bdd3660","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1c4fea3b0bdd3660","status":"passed","time":{"start":1710154919632,"stop":1710154919632,"duration":0}},{"uid":"2b552b4d47fc84f2","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/2b552b4d47fc84f2","status":"passed","time":{"start":1710154537145,"stop":1710154537145,"duration":0}},{"uid":"e799003e1db183dd","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e799003e1db183dd","status":"passed","time":{"start":1710102560666,"stop":1710102560667,"duration":1}},{"uid":"4057f38f51797213","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4057f38f51797213","status":"passed","time":{"start":1710080763697,"stop":1710080763697,"duration":0}},{"uid":"400503eaaab756bb","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/400503eaaab756bb","status":"passed","time":{"start":1710024433726,"stop":1710024433727,"duration":1}}]},"tags":[]},"source":"c149bd1a9b1a8b0c.json","parameterValues":[]} \ No newline at end of file +{"uid":"4d7d8f8968230f86","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":1710308192924,"stop":1710308192924,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9430d7fb98f3b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9430d7fb98f3b2","status":"passed","time":{"start":1710307078647,"stop":1710307078647,"duration":0}},{"uid":"e8c4d08c19ca5392","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8c4d08c19ca5392","status":"passed","time":{"start":1710287281998,"stop":1710287281999,"duration":1}},{"uid":"7fa4781975df4f89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fa4781975df4f89","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"tags":[]},"source":"4d7d8f8968230f86.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/fc2e5e9b175b52b7.json b/6685/data/test-cases/4dc13eea5f490538.json similarity index 81% rename from 6651/data/test-cases/fc2e5e9b175b52b7.json rename to 6685/data/test-cases/4dc13eea5f490538.json index c63cc71b5e1..ee4b9ae5b47 100644 --- a/6651/data/test-cases/fc2e5e9b175b52b7.json +++ b/6685/data/test-cases/4dc13eea5f490538.json @@ -1 +1 @@ -{"uid":"fc2e5e9b175b52b7","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":1710205335160,"stop":1710205335160,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"bf9036a4622b2163","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/bf9036a4622b2163","status":"passed","time":{"start":1710205224524,"stop":1710205224524,"duration":0}},{"uid":"30a46711c6074a46","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/30a46711c6074a46","status":"passed","time":{"start":1710205109088,"stop":1710205109088,"duration":0}},{"uid":"3a4dbb7ac177040a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3a4dbb7ac177040a","status":"passed","time":{"start":1710204865557,"stop":1710204865557,"duration":0}},{"uid":"e85f433df217a1ad","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e85f433df217a1ad","status":"passed","time":{"start":1710203577240,"stop":1710203577241,"duration":1}},{"uid":"d5ee205b0696a651","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d5ee205b0696a651","status":"passed","time":{"start":1710200067255,"stop":1710200067255,"duration":0}},{"uid":"738d0f3ec428848","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/738d0f3ec428848","status":"passed","time":{"start":1710199972408,"stop":1710199972408,"duration":0}},{"uid":"2526c666195b4386","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2526c666195b4386","status":"passed","time":{"start":1710197502501,"stop":1710197502501,"duration":0}},{"uid":"260512a6824799b6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/260512a6824799b6","status":"passed","time":{"start":1710168342011,"stop":1710168342011,"duration":0}},{"uid":"eb0025ff34033378","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/eb0025ff34033378","status":"passed","time":{"start":1710167568834,"stop":1710167568835,"duration":1}},{"uid":"d8c7e649e3413aee","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d8c7e649e3413aee","status":"passed","time":{"start":1710167665518,"stop":1710167665519,"duration":1}},{"uid":"bd55b05616e4afe6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/bd55b05616e4afe6","status":"passed","time":{"start":1710166795573,"stop":1710166795574,"duration":1}},{"uid":"f31813fdce2da665","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f31813fdce2da665","status":"passed","time":{"start":1710165026137,"stop":1710165026138,"duration":1}},{"uid":"5a1767b15798fa77","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/5a1767b15798fa77","status":"passed","time":{"start":1710164176720,"stop":1710164176720,"duration":0}},{"uid":"ce2cefa25ddf9f70","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/ce2cefa25ddf9f70","status":"passed","time":{"start":1710164039994,"stop":1710164039994,"duration":0}},{"uid":"c16361345f84dd83","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c16361345f84dd83","status":"passed","time":{"start":1710156088907,"stop":1710156088908,"duration":1}},{"uid":"585cc27e94cdc52e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/585cc27e94cdc52e","status":"passed","time":{"start":1710155298418,"stop":1710155298419,"duration":1}},{"uid":"fcc2fe73a3276217","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/fcc2fe73a3276217","status":"passed","time":{"start":1710154928202,"stop":1710154928203,"duration":1}},{"uid":"aac46247ac36d606","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/aac46247ac36d606","status":"passed","time":{"start":1710102939229,"stop":1710102939229,"duration":0}},{"uid":"9d7301933a7dd442","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9d7301933a7dd442","status":"passed","time":{"start":1710081135426,"stop":1710081135426,"duration":0}},{"uid":"7f311e5e97655e15","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7f311e5e97655e15","status":"passed","time":{"start":1710024806429,"stop":1710024806430,"duration":1}}]},"tags":[]},"source":"fc2e5e9b175b52b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"4dc13eea5f490538","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":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"3423716523d872a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3423716523d872a1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"b115f413899439cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b115f413899439cd","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"7c74a8be3a791eed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7c74a8be3a791eed","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"tags":[]},"source":"4dc13eea5f490538.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4e5aa6f148f9d8b9.json b/6685/data/test-cases/4e5aa6f148f9d8b9.json new file mode 100644 index 00000000000..cc416192d34 --- /dev/null +++ b/6685/data/test-cases/4e5aa6f148f9d8b9.json @@ -0,0 +1 @@ +{"uid":"4e5aa6f148f9d8b9","name":"less peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > less peers than existing","historyId":"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308322788,"stop":1710308322788,"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":"1a092f0150f4d4c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a092f0150f4d4c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207321,"stop":1710307207321,"duration":0}},{"uid":"5eadb38f0a330020","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5eadb38f0a330020","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"50f3a1fae9008038","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/50f3a1fae9008038","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"tags":[]},"source":"4e5aa6f148f9d8b9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4e6369fa0cab69bc.json b/6685/data/test-cases/4e6369fa0cab69bc.json new file mode 100644 index 00000000000..91ec3aac7c4 --- /dev/null +++ b/6685/data/test-cases/4e6369fa0cab69bc.json @@ -0,0 +1 @@ +{"uid":"4e6369fa0cab69bc","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":1710308092706,"stop":1710308092706,"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":"29b8914304db3d1f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29b8914304db3d1f","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"4953d94d2a7ee177","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4953d94d2a7ee177","status":"passed","time":{"start":1710287198159,"stop":1710287198159,"duration":0}},{"uid":"f0e81021a8dfe156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0e81021a8dfe156","status":"passed","time":{"start":1710284460000,"stop":1710284460001,"duration":1}}]},"tags":[]},"source":"4e6369fa0cab69bc.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/28a91f15a16a746c.json b/6685/data/test-cases/4e6457d1779ed2d3.json similarity index 81% rename from 6651/data/test-cases/28a91f15a16a746c.json rename to 6685/data/test-cases/4e6457d1779ed2d3.json index 0b35ec83709..9e0873c16a5 100644 --- a/6651/data/test-cases/28a91f15a16a746c.json +++ b/6685/data/test-cases/4e6457d1779ed2d3.json @@ -1 +1 @@ -{"uid":"28a91f15a16a746c","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":1710205335142,"stop":1710205335142,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"3fb58b0a67e672ac","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3fb58b0a67e672ac","status":"passed","time":{"start":1710205224512,"stop":1710205224512,"duration":0}},{"uid":"b63ff8270fd2a72b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b63ff8270fd2a72b","status":"passed","time":{"start":1710205109077,"stop":1710205109077,"duration":0}},{"uid":"2240f67c4cbc27a9","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/2240f67c4cbc27a9","status":"passed","time":{"start":1710204865546,"stop":1710204865546,"duration":0}},{"uid":"acb5b2f9d8a9fbb0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/acb5b2f9d8a9fbb0","status":"passed","time":{"start":1710203577230,"stop":1710203577230,"duration":0}},{"uid":"c2896fd432c66074","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c2896fd432c66074","status":"passed","time":{"start":1710200067241,"stop":1710200067241,"duration":0}},{"uid":"6102494b0f5707aa","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/6102494b0f5707aa","status":"passed","time":{"start":1710199972396,"stop":1710199972396,"duration":0}},{"uid":"8b769e3bf64207f9","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8b769e3bf64207f9","status":"passed","time":{"start":1710197502486,"stop":1710197502486,"duration":0}},{"uid":"6989c39978ac2688","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6989c39978ac2688","status":"passed","time":{"start":1710168341999,"stop":1710168341999,"duration":0}},{"uid":"82b8552e6ad9e2ff","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/82b8552e6ad9e2ff","status":"passed","time":{"start":1710167568812,"stop":1710167568812,"duration":0}},{"uid":"5f810c543c02405e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5f810c543c02405e","status":"passed","time":{"start":1710167665504,"stop":1710167665504,"duration":0}},{"uid":"602dbf5407c6ee83","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/602dbf5407c6ee83","status":"passed","time":{"start":1710166795562,"stop":1710166795562,"duration":0}},{"uid":"b96458a823d931ae","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b96458a823d931ae","status":"passed","time":{"start":1710165026124,"stop":1710165026124,"duration":0}},{"uid":"3cd4ba37c83d358c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3cd4ba37c83d358c","status":"passed","time":{"start":1710164176707,"stop":1710164176707,"duration":0}},{"uid":"f84d198782509a8b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f84d198782509a8b","status":"passed","time":{"start":1710164039979,"stop":1710164039980,"duration":1}},{"uid":"22b33bb994dee8db","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/22b33bb994dee8db","status":"passed","time":{"start":1710156088896,"stop":1710156088896,"duration":0}},{"uid":"9067e980d90ee162","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9067e980d90ee162","status":"passed","time":{"start":1710155298405,"stop":1710155298405,"duration":0}},{"uid":"c1bdd260d4ae98b8","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c1bdd260d4ae98b8","status":"passed","time":{"start":1710154928189,"stop":1710154928189,"duration":0}},{"uid":"5e3b0d1e2cf7f676","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5e3b0d1e2cf7f676","status":"passed","time":{"start":1710102939216,"stop":1710102939216,"duration":0}},{"uid":"2d5aefca3542b7ba","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2d5aefca3542b7ba","status":"passed","time":{"start":1710081135413,"stop":1710081135413,"duration":0}},{"uid":"ecc07577e7d164c9","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ecc07577e7d164c9","status":"passed","time":{"start":1710024806418,"stop":1710024806419,"duration":1}}]},"tags":[]},"source":"28a91f15a16a746c.json","parameterValues":[]} \ No newline at end of file +{"uid":"4e6457d1779ed2d3","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":1710308572937,"stop":1710308572938,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42ae85cd1aeca56b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42ae85cd1aeca56b","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"ec4b6f6225e4007d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec4b6f6225e4007d","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"e9ce6433b36a28d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9ce6433b36a28d1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"tags":[]},"source":"4e6457d1779ed2d3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1089654d6f676a45.json b/6685/data/test-cases/4ec0ae06c47c651c.json similarity index 85% rename from 6651/data/test-cases/1089654d6f676a45.json rename to 6685/data/test-cases/4ec0ae06c47c651c.json index 6b506bcb59f..944cbfccec7 100644 --- a/6651/data/test-cases/1089654d6f676a45.json +++ b/6685/data/test-cases/4ec0ae06c47c651c.json @@ -1 +1 @@ -{"uid":"1089654d6f676a45","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":1710205233002,"stop":1710205233002,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"6d8240b05ec8298c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/6d8240b05ec8298c","status":"passed","time":{"start":1710205120344,"stop":1710205120344,"duration":0}},{"uid":"96242825f5e8edf0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/96242825f5e8edf0","status":"passed","time":{"start":1710205004851,"stop":1710205004852,"duration":1}},{"uid":"9bd080111be0e4b4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9bd080111be0e4b4","status":"passed","time":{"start":1710204772085,"stop":1710204772086,"duration":1}},{"uid":"52e5119c6e89aac1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/52e5119c6e89aac1","status":"passed","time":{"start":1710203476055,"stop":1710203476056,"duration":1}},{"uid":"33d59b3d73db329e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/33d59b3d73db329e","status":"passed","time":{"start":1710199958105,"stop":1710199958106,"duration":1}},{"uid":"66c31071e1df7b01","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/66c31071e1df7b01","status":"passed","time":{"start":1710199882631,"stop":1710199882631,"duration":0}},{"uid":"71f95e17fde88613","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/71f95e17fde88613","status":"passed","time":{"start":1710197397381,"stop":1710197397381,"duration":0}},{"uid":"c56d32d251ddbdb6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c56d32d251ddbdb6","status":"passed","time":{"start":1710168235123,"stop":1710168235124,"duration":1}},{"uid":"a6c80cb721fab51c","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a6c80cb721fab51c","status":"passed","time":{"start":1710167420244,"stop":1710167420247,"duration":3}},{"uid":"c8cc1bee847cae8f","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c8cc1bee847cae8f","status":"passed","time":{"start":1710167568721,"stop":1710167568722,"duration":1}},{"uid":"279081e006b45f76","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/279081e006b45f76","status":"passed","time":{"start":1710166701467,"stop":1710166701468,"duration":1}},{"uid":"ee651e268cf2aebc","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ee651e268cf2aebc","status":"passed","time":{"start":1710164929233,"stop":1710164929235,"duration":2}},{"uid":"c0e2a38667e7ac62","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c0e2a38667e7ac62","status":"passed","time":{"start":1710164078398,"stop":1710164078398,"duration":0}},{"uid":"b8ef9ae6d3b276e8","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b8ef9ae6d3b276e8","status":"passed","time":{"start":1710163927075,"stop":1710163927075,"duration":0}},{"uid":"70db29e70ec6b2f6","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/70db29e70ec6b2f6","status":"passed","time":{"start":1710155986287,"stop":1710155986288,"duration":1}},{"uid":"da493670f58341e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/da493670f58341e","status":"passed","time":{"start":1710155212562,"stop":1710155212562,"duration":0}},{"uid":"418e50cfb75bc6dd","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/418e50cfb75bc6dd","status":"passed","time":{"start":1710154813468,"stop":1710154813469,"duration":1}},{"uid":"e562d230e68dfac9","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e562d230e68dfac9","status":"passed","time":{"start":1710102845322,"stop":1710102845322,"duration":0}},{"uid":"a45de2cdadc0c0cf","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/a45de2cdadc0c0cf","status":"passed","time":{"start":1710081043175,"stop":1710081043175,"duration":0}},{"uid":"d3facaad7c116b60","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d3facaad7c116b60","status":"passed","time":{"start":1710024705761,"stop":1710024705761,"duration":0}}]},"tags":[]},"source":"1089654d6f676a45.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ec0ae06c47c651c","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":1710308463688,"stop":1710308463688,"duration":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":"164904741fb5da3f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/164904741fb5da3f","status":"passed","time":{"start":1710307358458,"stop":1710307358459,"duration":1}},{"uid":"9e530514c8052ca1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e530514c8052ca1","status":"passed","time":{"start":1710287569250,"stop":1710287569251,"duration":1}},{"uid":"57200fd6a7233e43","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57200fd6a7233e43","status":"passed","time":{"start":1710284852290,"stop":1710284852290,"duration":0}}]},"tags":[]},"source":"4ec0ae06c47c651c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1e1612c628f665dd.json b/6685/data/test-cases/4efa2d83395a7686.json similarity index 77% rename from 6651/data/test-cases/1e1612c628f665dd.json rename to 6685/data/test-cases/4efa2d83395a7686.json index bd4a60929e1..66ca3aedf53 100644 --- a/6651/data/test-cases/1e1612c628f665dd.json +++ b/6685/data/test-cases/4efa2d83395a7686.json @@ -1 +1 @@ -{"uid":"1e1612c628f665dd","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":1710205115579,"stop":1710205115580,"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":73,"unknown":0,"total":73},"items":[{"uid":"4d56afa20ba59175","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4d56afa20ba59175","status":"passed","time":{"start":1710205004983,"stop":1710205004984,"duration":1}},{"uid":"a9a31814080e6e2b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a9a31814080e6e2b","status":"passed","time":{"start":1710204900799,"stop":1710204900799,"duration":0}},{"uid":"e1dcb80113699a50","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e1dcb80113699a50","status":"passed","time":{"start":1710204658526,"stop":1710204658526,"duration":0}},{"uid":"c3f5cdddfd0c8f67","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c3f5cdddfd0c8f67","status":"passed","time":{"start":1710203380019,"stop":1710203380019,"duration":0}},{"uid":"be406bca793b5c1c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/be406bca793b5c1c","status":"passed","time":{"start":1710199870011,"stop":1710199870012,"duration":1}},{"uid":"cd16610ec19900a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/cd16610ec19900a","status":"passed","time":{"start":1710199772389,"stop":1710199772390,"duration":1}},{"uid":"fab9a25212dcb1c5","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/fab9a25212dcb1c5","status":"passed","time":{"start":1710197312743,"stop":1710197312744,"duration":1}},{"uid":"8ef8620b440dd19c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8ef8620b440dd19c","status":"passed","time":{"start":1710168147702,"stop":1710168147702,"duration":0}},{"uid":"8c931c14e43478b8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8c931c14e43478b8","status":"passed","time":{"start":1710167379275,"stop":1710167379275,"duration":0}},{"uid":"c65d657e83e27c6d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c65d657e83e27c6d","status":"passed","time":{"start":1710167447916,"stop":1710167447917,"duration":1}},{"uid":"5acfbab1b85c6d30","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5acfbab1b85c6d30","status":"passed","time":{"start":1710166585491,"stop":1710166585492,"duration":1}},{"uid":"5f6848bac153d0ec","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5f6848bac153d0ec","status":"passed","time":{"start":1710164815493,"stop":1710164815493,"duration":0}},{"uid":"ca8d808ec597f833","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ca8d808ec597f833","status":"passed","time":{"start":1710163978924,"stop":1710163978924,"duration":0}},{"uid":"467124373883f5b0","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/467124373883f5b0","status":"passed","time":{"start":1710163834532,"stop":1710163834532,"duration":0}},{"uid":"bad4e3e6072897f5","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bad4e3e6072897f5","status":"passed","time":{"start":1710155882183,"stop":1710155882183,"duration":0}},{"uid":"60fd96985e8d13eb","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/60fd96985e8d13eb","status":"passed","time":{"start":1710155093785,"stop":1710155093785,"duration":0}},{"uid":"fd34e843146dd7ae","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/fd34e843146dd7ae","status":"passed","time":{"start":1710154718379,"stop":1710154718379,"duration":0}},{"uid":"2b88c6e4ddb3041f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2b88c6e4ddb3041f","status":"passed","time":{"start":1710102732578,"stop":1710102732579,"duration":1}},{"uid":"9465814e99c8133d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9465814e99c8133d","status":"passed","time":{"start":1710080936494,"stop":1710080936494,"duration":0}},{"uid":"e1e0c9222a3e3051","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e1e0c9222a3e3051","status":"passed","time":{"start":1710024618623,"stop":1710024618624,"duration":1}}]},"tags":[]},"source":"1e1612c628f665dd.json","parameterValues":[]} \ No newline at end of file +{"uid":"4efa2d83395a7686","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":1710308366534,"stop":1710308366534,"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":"cd1e6b1114c7ef86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1e6b1114c7ef86","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"efef02e706ddc452","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efef02e706ddc452","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"9a64a93f498d96c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a64a93f498d96c1","status":"passed","time":{"start":1710284723023,"stop":1710284723024,"duration":1}}]},"tags":[]},"source":"4efa2d83395a7686.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/4fccdfcc73f1d53b.json b/6685/data/test-cases/4fccdfcc73f1d53b.json new file mode 100644 index 00000000000..56f50cae99a --- /dev/null +++ b/6685/data/test-cases/4fccdfcc73f1d53b.json @@ -0,0 +1 @@ +{"uid":"4fccdfcc73f1d53b","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":1710308092699,"stop":1710308092700,"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":"711670d98ccc3993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/711670d98ccc3993","status":"passed","time":{"start":1710306981504,"stop":1710306981504,"duration":0}},{"uid":"e4755e16bedda2c5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e4755e16bedda2c5","status":"passed","time":{"start":1710287198116,"stop":1710287198116,"duration":0}},{"uid":"ca4f242b645f1b1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4f242b645f1b1","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"tags":[]},"source":"4fccdfcc73f1d53b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4740a447ea4c843c.json b/6685/data/test-cases/4fd5b5709c2c97f0.json similarity index 85% rename from 6651/data/test-cases/4740a447ea4c843c.json rename to 6685/data/test-cases/4fd5b5709c2c97f0.json index 5093cd83c78..c4ae53aab14 100644 --- a/6651/data/test-cases/4740a447ea4c843c.json +++ b/6685/data/test-cases/4fd5b5709c2c97f0.json @@ -1 +1 @@ -{"uid":"4740a447ea4c843c","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":1710205233016,"stop":1710205233016,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"9aff409ca81f6901","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/9aff409ca81f6901","status":"passed","time":{"start":1710205120354,"stop":1710205120354,"duration":0}},{"uid":"20c88d48c2f787c","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/20c88d48c2f787c","status":"passed","time":{"start":1710205004867,"stop":1710205004867,"duration":0}},{"uid":"3fac9e41630ac7ea","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3fac9e41630ac7ea","status":"passed","time":{"start":1710204772109,"stop":1710204772109,"duration":0}},{"uid":"f0e96b506857ddca","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f0e96b506857ddca","status":"passed","time":{"start":1710203476065,"stop":1710203476065,"duration":0}},{"uid":"ec4172f7e84dbc2b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ec4172f7e84dbc2b","status":"passed","time":{"start":1710199958122,"stop":1710199958122,"duration":0}},{"uid":"4a1ca780e4da8af3","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4a1ca780e4da8af3","status":"passed","time":{"start":1710199882663,"stop":1710199882663,"duration":0}},{"uid":"9e26e6192291d374","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9e26e6192291d374","status":"passed","time":{"start":1710197397390,"stop":1710197397390,"duration":0}},{"uid":"ab5dacbf20e97d46","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ab5dacbf20e97d46","status":"passed","time":{"start":1710168235146,"stop":1710168235146,"duration":0}},{"uid":"3b6fab7e8d5ffa45","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3b6fab7e8d5ffa45","status":"passed","time":{"start":1710167420291,"stop":1710167420291,"duration":0}},{"uid":"a5f66075c39bc911","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a5f66075c39bc911","status":"passed","time":{"start":1710167568734,"stop":1710167568734,"duration":0}},{"uid":"f89fa1bf68d88650","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f89fa1bf68d88650","status":"passed","time":{"start":1710166701491,"stop":1710166701491,"duration":0}},{"uid":"9f94b92f7e5abf96","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9f94b92f7e5abf96","status":"passed","time":{"start":1710164929250,"stop":1710164929250,"duration":0}},{"uid":"40f4fd1954131a3e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/40f4fd1954131a3e","status":"passed","time":{"start":1710164078407,"stop":1710164078408,"duration":1}},{"uid":"f026888a3986ee1d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f026888a3986ee1d","status":"passed","time":{"start":1710163927098,"stop":1710163927098,"duration":0}},{"uid":"266e5d3c0434ff80","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/266e5d3c0434ff80","status":"passed","time":{"start":1710155986302,"stop":1710155986303,"duration":1}},{"uid":"8d83f82c921d1cbf","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8d83f82c921d1cbf","status":"passed","time":{"start":1710155212571,"stop":1710155212572,"duration":1}},{"uid":"b28a115b0fe63d14","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b28a115b0fe63d14","status":"passed","time":{"start":1710154813490,"stop":1710154813490,"duration":0}},{"uid":"92ef2d95393830d9","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/92ef2d95393830d9","status":"passed","time":{"start":1710102845337,"stop":1710102845337,"duration":0}},{"uid":"694f2e40da1b1e4a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/694f2e40da1b1e4a","status":"passed","time":{"start":1710081043192,"stop":1710081043192,"duration":0}},{"uid":"1be1b8e88bb06a64","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1be1b8e88bb06a64","status":"passed","time":{"start":1710024705820,"stop":1710024705820,"duration":0}}]},"tags":[]},"source":"4740a447ea4c843c.json","parameterValues":[]} \ No newline at end of file +{"uid":"4fd5b5709c2c97f0","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":1710308463727,"stop":1710308463727,"duration":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":"ba2aed0de7ecdd03","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2aed0de7ecdd03","status":"passed","time":{"start":1710307358468,"stop":1710307358468,"duration":0}},{"uid":"2ba737556d6a94d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ba737556d6a94d6","status":"passed","time":{"start":1710287569258,"stop":1710287569259,"duration":1}},{"uid":"8d128b900dd80f8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d128b900dd80f8b","status":"passed","time":{"start":1710284852309,"stop":1710284852309,"duration":0}}]},"tags":[]},"source":"4fd5b5709c2c97f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b0542f034b53b08.json b/6685/data/test-cases/4ff91ea0ac7803c.json similarity index 64% rename from 6651/data/test-cases/b0542f034b53b08.json rename to 6685/data/test-cases/4ff91ea0ac7803c.json index ddcdc2eb2f0..2f65bb6ff78 100644 --- a/6651/data/test-cases/b0542f034b53b08.json +++ b/6685/data/test-cases/4ff91ea0ac7803c.json @@ -1 +1 @@ -{"uid":"b0542f034b53b08","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":1710205063420,"stop":1710205063420,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"2b7e24a9ff6c47f3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/2b7e24a9ff6c47f3","status":"passed","time":{"start":1710204974368,"stop":1710204974368,"duration":0}},{"uid":"c33fbff88015c716","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c33fbff88015c716","status":"passed","time":{"start":1710204858053,"stop":1710204858053,"duration":0}},{"uid":"67b9189d402e228","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/67b9189d402e228","status":"passed","time":{"start":1710204613888,"stop":1710204613889,"duration":1}},{"uid":"422d5ea4488d719f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/422d5ea4488d719f","status":"passed","time":{"start":1710203332618,"stop":1710203332618,"duration":0}},{"uid":"227029bb7828bd4","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/227029bb7828bd4","status":"passed","time":{"start":1710199825184,"stop":1710199825184,"duration":0}},{"uid":"35d4e2f7793f3b00","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/35d4e2f7793f3b00","status":"passed","time":{"start":1710199731766,"stop":1710199731767,"duration":1}},{"uid":"fea5fab545ba4a27","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/fea5fab545ba4a27","status":"passed","time":{"start":1710197275114,"stop":1710197275115,"duration":1}},{"uid":"b0cb879931fe1c6c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b0cb879931fe1c6c","status":"passed","time":{"start":1710168106287,"stop":1710168106287,"duration":0}},{"uid":"c979c0d8dd3bec48","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c979c0d8dd3bec48","status":"passed","time":{"start":1710167360918,"stop":1710167360918,"duration":0}},{"uid":"80923a5c316f7e1","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/80923a5c316f7e1","status":"passed","time":{"start":1710167407573,"stop":1710167407574,"duration":1}},{"uid":"f40fe312104f242e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f40fe312104f242e","status":"passed","time":{"start":1710166544398,"stop":1710166544398,"duration":0}},{"uid":"849ecdfe872d53d2","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/849ecdfe872d53d2","status":"passed","time":{"start":1710164782816,"stop":1710164782816,"duration":0}},{"uid":"fef41a82fb31650d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/fef41a82fb31650d","status":"passed","time":{"start":1710163934766,"stop":1710163934766,"duration":0}},{"uid":"24c6b8038eb86244","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/24c6b8038eb86244","status":"passed","time":{"start":1710163799618,"stop":1710163799619,"duration":1}},{"uid":"544b1bf62595fc6b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/544b1bf62595fc6b","status":"passed","time":{"start":1710155833704,"stop":1710155833704,"duration":0}},{"uid":"136d0babe05ba3d0","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/136d0babe05ba3d0","status":"passed","time":{"start":1710155066242,"stop":1710155066243,"duration":1}},{"uid":"3bac9d1517121951","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3bac9d1517121951","status":"passed","time":{"start":1710154684661,"stop":1710154684661,"duration":0}},{"uid":"e4cc6b82d3f505ec","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e4cc6b82d3f505ec","status":"passed","time":{"start":1710102693456,"stop":1710102693457,"duration":1}},{"uid":"5aa75ac53596c5bb","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5aa75ac53596c5bb","status":"passed","time":{"start":1710080898355,"stop":1710080898355,"duration":0}},{"uid":"5e72d771da894d78","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/5e72d771da894d78","status":"passed","time":{"start":1710024575281,"stop":1710024575281,"duration":0}}]},"tags":[]},"source":"b0542f034b53b08.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ff91ea0ac7803c","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":1710308322580,"stop":1710308322580,"duration":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":"a756180be52294f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a756180be52294f3","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"c8aece073d7ff435","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8aece073d7ff435","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"8400f028c3cde35c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8400f028c3cde35c","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"tags":[]},"source":"4ff91ea0ac7803c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/83c47b0f5da9af28.json b/6685/data/test-cases/5029dddc30b64d89.json similarity index 54% rename from 6651/data/test-cases/83c47b0f5da9af28.json rename to 6685/data/test-cases/5029dddc30b64d89.json index ab4deed8ef6..482d85bf2ba 100644 --- a/6651/data/test-cases/83c47b0f5da9af28.json +++ b/6685/data/test-cases/5029dddc30b64d89.json @@ -1 +1 @@ -{"uid":"83c47b0f5da9af28","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":1710205191797,"stop":1710205191798,"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":73,"unknown":0,"total":73},"items":[{"uid":"3c6eb76e6c19b1f5","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3c6eb76e6c19b1f5","status":"passed","time":{"start":1710205085983,"stop":1710205085984,"duration":1}},{"uid":"6ddda9fe3854d4d8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6ddda9fe3854d4d8","status":"passed","time":{"start":1710204994571,"stop":1710204994571,"duration":0}},{"uid":"b919864a55a6b12","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b919864a55a6b12","status":"passed","time":{"start":1710204726950,"stop":1710204726951,"duration":1}},{"uid":"d4e523ea4df4e952","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d4e523ea4df4e952","status":"passed","time":{"start":1710203449576,"stop":1710203449577,"duration":1}},{"uid":"70c04257dec35bbc","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/70c04257dec35bbc","status":"passed","time":{"start":1710199937577,"stop":1710199937577,"duration":0}},{"uid":"bdc735a331ecfd47","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bdc735a331ecfd47","status":"passed","time":{"start":1710199830801,"stop":1710199830802,"duration":1}},{"uid":"ae8df98a064a902a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ae8df98a064a902a","status":"passed","time":{"start":1710197382223,"stop":1710197382223,"duration":0}},{"uid":"242563b9e508368","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/242563b9e508368","status":"passed","time":{"start":1710168209835,"stop":1710168209836,"duration":1}},{"uid":"5eb937d63e6bd413","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5eb937d63e6bd413","status":"passed","time":{"start":1710167469800,"stop":1710167469801,"duration":1}},{"uid":"e6e924093cba5342","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e6e924093cba5342","status":"passed","time":{"start":1710167530694,"stop":1710167530694,"duration":0}},{"uid":"6c5e18972cde52ea","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6c5e18972cde52ea","status":"passed","time":{"start":1710166659704,"stop":1710166659704,"duration":0}},{"uid":"4cb4ef3623067785","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/4cb4ef3623067785","status":"passed","time":{"start":1710164898061,"stop":1710164898062,"duration":1}},{"uid":"4a475aa16588558b","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4a475aa16588558b","status":"passed","time":{"start":1710164040593,"stop":1710164040593,"duration":0}},{"uid":"e854d58885bc8aff","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e854d58885bc8aff","status":"passed","time":{"start":1710163907870,"stop":1710163907870,"duration":0}},{"uid":"2068226a7ebe7e8","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/2068226a7ebe7e8","status":"passed","time":{"start":1710155958389,"stop":1710155958389,"duration":0}},{"uid":"61f4dea67df00e13","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/61f4dea67df00e13","status":"passed","time":{"start":1710155164401,"stop":1710155164401,"duration":0}},{"uid":"e3ca59edb1703109","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e3ca59edb1703109","status":"passed","time":{"start":1710154795036,"stop":1710154795037,"duration":1}},{"uid":"f098c85bf49a7cf1","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f098c85bf49a7cf1","status":"passed","time":{"start":1710102807259,"stop":1710102807260,"duration":1}},{"uid":"70f1e2afac3f6b55","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/70f1e2afac3f6b55","status":"passed","time":{"start":1710081003564,"stop":1710081003564,"duration":0}},{"uid":"4ff7ab0ad8a53143","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4ff7ab0ad8a53143","status":"passed","time":{"start":1710024675586,"stop":1710024675587,"duration":1}}]},"tags":[]},"source":"83c47b0f5da9af28.json","parameterValues":[]} \ No newline at end of file +{"uid":"5029dddc30b64d89","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":1710308433842,"stop":1710308433842,"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":"75de0caf2c24cf60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75de0caf2c24cf60","status":"passed","time":{"start":1710307325064,"stop":1710307325065,"duration":1}},{"uid":"f9002672c535488c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9002672c535488c","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"6e90a0305eb3a9d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e90a0305eb3a9d5","status":"passed","time":{"start":1710284796485,"stop":1710284796485,"duration":0}}]},"tags":[]},"source":"5029dddc30b64d89.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5058ba511ee22cbe.json b/6685/data/test-cases/5058ba511ee22cbe.json new file mode 100644 index 00000000000..f2badc988b4 --- /dev/null +++ b/6685/data/test-cases/5058ba511ee22cbe.json @@ -0,0 +1 @@ +{"uid":"5058ba511ee22cbe","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":1710308007022,"stop":1710308007022,"duration":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":"9823629c3f6659e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9823629c3f6659e5","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"43645d2ff739fe39","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43645d2ff739fe39","status":"passed","time":{"start":1710287110702,"stop":1710287110702,"duration":0}},{"uid":"14abbf57d4a514aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14abbf57d4a514aa","status":"passed","time":{"start":1710284372013,"stop":1710284372013,"duration":0}}]},"tags":[]},"source":"5058ba511ee22cbe.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/50854f5204d29865.json b/6685/data/test-cases/50854f5204d29865.json new file mode 100644 index 00000000000..2f3c3c4ff33 --- /dev/null +++ b/6685/data/test-cases/50854f5204d29865.json @@ -0,0 +1 @@ +{"uid":"50854f5204d29865","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":1710307892759,"stop":1710307892760,"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":"16ce89f3f538c993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16ce89f3f538c993","status":"passed","time":{"start":1710306786080,"stop":1710306786080,"duration":0}},{"uid":"23e3da2330c8b9fa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23e3da2330c8b9fa","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"4987b082c737293b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4987b082c737293b","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"tags":[]},"source":"50854f5204d29865.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/2d3ee7e633ccd740.json b/6685/data/test-cases/50d526e8d6feb0b9.json similarity index 81% rename from 6651/data/test-cases/2d3ee7e633ccd740.json rename to 6685/data/test-cases/50d526e8d6feb0b9.json index d14d4b5b8bb..d163fcc6578 100644 --- a/6651/data/test-cases/2d3ee7e633ccd740.json +++ b/6685/data/test-cases/50d526e8d6feb0b9.json @@ -1 +1 @@ -{"uid":"2d3ee7e633ccd740","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":1710205335148,"stop":1710205335149,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"c3222ba37f7692eb","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c3222ba37f7692eb","status":"passed","time":{"start":1710205224517,"stop":1710205224517,"duration":0}},{"uid":"a67e654c0cb83201","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a67e654c0cb83201","status":"passed","time":{"start":1710205109081,"stop":1710205109082,"duration":1}},{"uid":"af75d2ca1d532d89","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/af75d2ca1d532d89","status":"passed","time":{"start":1710204865551,"stop":1710204865551,"duration":0}},{"uid":"99fa3194b1ab9808","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/99fa3194b1ab9808","status":"passed","time":{"start":1710203577235,"stop":1710203577235,"duration":0}},{"uid":"1d10f8a1189ef32e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/1d10f8a1189ef32e","status":"passed","time":{"start":1710200067247,"stop":1710200067247,"duration":0}},{"uid":"f13133fd82a1d59e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f13133fd82a1d59e","status":"passed","time":{"start":1710199972401,"stop":1710199972401,"duration":0}},{"uid":"6a4a0679cc7868d1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/6a4a0679cc7868d1","status":"passed","time":{"start":1710197502493,"stop":1710197502493,"duration":0}},{"uid":"14acee0e490165","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/14acee0e490165","status":"passed","time":{"start":1710168342004,"stop":1710168342004,"duration":0}},{"uid":"57807e26188da03f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/57807e26188da03f","status":"passed","time":{"start":1710167568819,"stop":1710167568819,"duration":0}},{"uid":"6a4648ee65013399","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/6a4648ee65013399","status":"passed","time":{"start":1710167665510,"stop":1710167665510,"duration":0}},{"uid":"cc91cb25f022f61c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/cc91cb25f022f61c","status":"passed","time":{"start":1710166795567,"stop":1710166795567,"duration":0}},{"uid":"7b088dab91a6bb5","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7b088dab91a6bb5","status":"passed","time":{"start":1710165026130,"stop":1710165026130,"duration":0}},{"uid":"cee8147f2dc5a4c6","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cee8147f2dc5a4c6","status":"passed","time":{"start":1710164176712,"stop":1710164176712,"duration":0}},{"uid":"b477b7fe16a5e204","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b477b7fe16a5e204","status":"passed","time":{"start":1710164039986,"stop":1710164039986,"duration":0}},{"uid":"c7ac427148e0e676","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c7ac427148e0e676","status":"passed","time":{"start":1710156088901,"stop":1710156088901,"duration":0}},{"uid":"3d3c9d7534479035","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3d3c9d7534479035","status":"passed","time":{"start":1710155298411,"stop":1710155298411,"duration":0}},{"uid":"6fcde90d9eec1122","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/6fcde90d9eec1122","status":"passed","time":{"start":1710154928195,"stop":1710154928195,"duration":0}},{"uid":"aa2040aceb8ea872","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/aa2040aceb8ea872","status":"passed","time":{"start":1710102939222,"stop":1710102939222,"duration":0}},{"uid":"23097b72699eb6a9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/23097b72699eb6a9","status":"passed","time":{"start":1710081135419,"stop":1710081135419,"duration":0}},{"uid":"faccbd9b5d916910","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/faccbd9b5d916910","status":"passed","time":{"start":1710024806423,"stop":1710024806423,"duration":0}}]},"tags":[]},"source":"2d3ee7e633ccd740.json","parameterValues":[]} \ No newline at end of file +{"uid":"50d526e8d6feb0b9","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":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"3eb3a12db899e94e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3eb3a12db899e94e","status":"passed","time":{"start":1710307465629,"stop":1710307465630,"duration":1}},{"uid":"28a1531711e0169a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/28a1531711e0169a","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"8ad9df971393de16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ad9df971393de16","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"tags":[]},"source":"50d526e8d6feb0b9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/513d1404a75654b7.json b/6685/data/test-cases/513d1404a75654b7.json new file mode 100644 index 00000000000..a9f8d0f6c8e --- /dev/null +++ b/6685/data/test-cases/513d1404a75654b7.json @@ -0,0 +1 @@ +{"uid":"513d1404a75654b7","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":1710308357658,"stop":1710308357658,"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":"69ff88b148aeb46f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/69ff88b148aeb46f","status":"passed","time":{"start":1710307244656,"stop":1710307244656,"duration":0}},{"uid":"2c17c8b46a3fd025","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c17c8b46a3fd025","status":"passed","time":{"start":1710287451481,"stop":1710287451482,"duration":1}},{"uid":"8cc8e60113ef06b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cc8e60113ef06b2","status":"passed","time":{"start":1710284717989,"stop":1710284717990,"duration":1}}]},"tags":[]},"source":"513d1404a75654b7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/51acecb33833ebf4.json b/6685/data/test-cases/51acecb33833ebf4.json new file mode 100644 index 00000000000..cc24d35dc8a --- /dev/null +++ b/6685/data/test-cases/51acecb33833ebf4.json @@ -0,0 +1 @@ +{"uid":"51acecb33833ebf4","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":1710307914372,"stop":1710307914372,"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":"e77564d107264cc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e77564d107264cc0","status":"passed","time":{"start":1710306807580,"stop":1710306807581,"duration":1}},{"uid":"5a14807bbe49a76e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a14807bbe49a76e","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"bc9581c4e78d2fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc9581c4e78d2fe8","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"tags":[]},"source":"51acecb33833ebf4.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5366b2308956d322.json b/6685/data/test-cases/5366b2308956d322.json new file mode 100644 index 00000000000..b7b74c7b9b4 --- /dev/null +++ b/6685/data/test-cases/5366b2308956d322.json @@ -0,0 +1 @@ +{"uid":"5366b2308956d322","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":1710308464142,"stop":1710308464142,"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":"3ea20c27a80b2e5f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3ea20c27a80b2e5f","status":"passed","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"b104d54da7c143fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b104d54da7c143fc","status":"passed","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"3aca2da7abd6c65","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aca2da7abd6c65","status":"passed","time":{"start":1710284823523,"stop":1710284823524,"duration":1}}]},"tags":[]},"source":"5366b2308956d322.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/53bdcc55268eab3a.json b/6685/data/test-cases/53bdcc55268eab3a.json new file mode 100644 index 00000000000..f9f7929d7b7 --- /dev/null +++ b/6685/data/test-cases/53bdcc55268eab3a.json @@ -0,0 +1 @@ +{"uid":"53bdcc55268eab3a","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":1710307903347,"stop":1710307903347,"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":"10e645bab1fa0461","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e645bab1fa0461","status":"passed","time":{"start":1710306796319,"stop":1710306796319,"duration":0}},{"uid":"81d9cd8805785071","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81d9cd8805785071","status":"passed","time":{"start":1710287001576,"stop":1710287001576,"duration":0}},{"uid":"d3fbb375cdfee6dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3fbb375cdfee6dc","status":"passed","time":{"start":1710284264201,"stop":1710284264201,"duration":0}}]},"tags":[]},"source":"53bdcc55268eab3a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/53fe69e083ed7f74.json b/6685/data/test-cases/53fe69e083ed7f74.json new file mode 100644 index 00000000000..ec5cc512e67 --- /dev/null +++ b/6685/data/test-cases/53fe69e083ed7f74.json @@ -0,0 +1 @@ +{"uid":"53fe69e083ed7f74","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":1710308464142,"stop":1710308464143,"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":4,"unknown":0,"total":4},"items":[{"uid":"9bb0ce2549f5b685","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bb0ce2549f5b685","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"f78ac0910639a9b7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f78ac0910639a9b7","status":"passed","time":{"start":1710287559413,"stop":1710287559423,"duration":10}},{"uid":"811945987f09752a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/811945987f09752a","status":"passed","time":{"start":1710284823524,"stop":1710284823525,"duration":1}}]},"tags":[]},"source":"53fe69e083ed7f74.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/54780751d24614ee.json b/6685/data/test-cases/54780751d24614ee.json new file mode 100644 index 00000000000..b1e751ea113 --- /dev/null +++ b/6685/data/test-cases/54780751d24614ee.json @@ -0,0 +1 @@ +{"uid":"54780751d24614ee","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":1710307918131,"stop":1710307918131,"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":"6fdcddd8ac1092c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fdcddd8ac1092c","status":"passed","time":{"start":1710306811112,"stop":1710306811113,"duration":1}},{"uid":"6d9dad18224bda08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d9dad18224bda08","status":"passed","time":{"start":1710287016340,"stop":1710287016341,"duration":1}},{"uid":"4cf9256ab21868b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cf9256ab21868b7","status":"passed","time":{"start":1710284279134,"stop":1710284279135,"duration":1}}]},"tags":[]},"source":"54780751d24614ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/549f0c2833d72907.json b/6685/data/test-cases/549f0c2833d72907.json new file mode 100644 index 00000000000..325e9335397 --- /dev/null +++ b/6685/data/test-cases/549f0c2833d72907.json @@ -0,0 +1 @@ +{"uid":"549f0c2833d72907","name":"connects to nwaku","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > connects to nwaku","historyId":"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308510822,"stop":1710308510822,"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":"6358787fd1d0eb59","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6358787fd1d0eb59","status":"passed","time":{"start":1710307392997,"stop":1710307392998,"duration":1}},{"uid":"4ddb00591afcf994","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ddb00591afcf994","status":"passed","time":{"start":1710287595424,"stop":1710287595424,"duration":0}},{"uid":"8be479a245cd43c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8be479a245cd43c1","status":"passed","time":{"start":1710284869461,"stop":1710284869462,"duration":1}}]},"tags":[]},"source":"549f0c2833d72907.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/54e59a8f1863ecb5.json b/6685/data/test-cases/54e59a8f1863ecb5.json new file mode 100644 index 00000000000..8b400f97c11 --- /dev/null +++ b/6685/data/test-cases/54e59a8f1863ecb5.json @@ -0,0 +1 @@ +{"uid":"54e59a8f1863ecb5","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":1710308024291,"stop":1710308024292,"duration":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":"5688ff431f6dac0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5688ff431f6dac0c","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"bcfa9f247a9d7f2a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bcfa9f247a9d7f2a","status":"passed","time":{"start":1710287110848,"stop":1710287110848,"duration":0}},{"uid":"ed1efd28d08ac7a2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed1efd28d08ac7a2","status":"passed","time":{"start":1710284377456,"stop":1710284377466,"duration":10}}]},"tags":[]},"source":"54e59a8f1863ecb5.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/922e0a59fa2f0b78.json b/6685/data/test-cases/54f4d9bb2c67e583.json similarity index 54% rename from 6651/data/test-cases/922e0a59fa2f0b78.json rename to 6685/data/test-cases/54f4d9bb2c67e583.json index a061724f6dc..9340dad7940 100644 --- a/6651/data/test-cases/922e0a59fa2f0b78.json +++ b/6685/data/test-cases/54f4d9bb2c67e583.json @@ -1 +1 @@ -{"uid":"922e0a59fa2f0b78","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":1710205227770,"stop":1710205227770,"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":73,"unknown":0,"total":73},"items":[{"uid":"119fbd3614aa2675","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/119fbd3614aa2675","status":"passed","time":{"start":1710205126018,"stop":1710205126018,"duration":0}},{"uid":"a6dfd21c9546b130","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a6dfd21c9546b130","status":"passed","time":{"start":1710205014941,"stop":1710205014942,"duration":1}},{"uid":"d6ed8e9ffe2e0ff8","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d6ed8e9ffe2e0ff8","status":"passed","time":{"start":1710204755789,"stop":1710204755790,"duration":1}},{"uid":"a6d9999bbac831e1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/a6d9999bbac831e1","status":"passed","time":{"start":1710203470154,"stop":1710203470156,"duration":2}},{"uid":"19064c8e2e14f1fd","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/19064c8e2e14f1fd","status":"passed","time":{"start":1710199963490,"stop":1710199963491,"duration":1}},{"uid":"890ace623d435220","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/890ace623d435220","status":"passed","time":{"start":1710199857545,"stop":1710199857545,"duration":0}},{"uid":"8c82e0ade2eebc1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8c82e0ade2eebc1","status":"passed","time":{"start":1710197420068,"stop":1710197420069,"duration":1}},{"uid":"6bac9d54ca75281e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6bac9d54ca75281e","status":"passed","time":{"start":1710168234025,"stop":1710168234025,"duration":0}},{"uid":"d516ffaf112e12ff","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d516ffaf112e12ff","status":"passed","time":{"start":1710167536307,"stop":1710167536307,"duration":0}},{"uid":"da457366bbafd7f8","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/da457366bbafd7f8","status":"passed","time":{"start":1710167552780,"stop":1710167552780,"duration":0}},{"uid":"f28dcff8fe4209a0","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f28dcff8fe4209a0","status":"passed","time":{"start":1710166684447,"stop":1710166684448,"duration":1}},{"uid":"6f020e94d0d3a0b0","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/6f020e94d0d3a0b0","status":"passed","time":{"start":1710164921947,"stop":1710164921966,"duration":19}},{"uid":"1699b2d6b7229ade","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1699b2d6b7229ade","status":"passed","time":{"start":1710164068076,"stop":1710164068076,"duration":0}},{"uid":"86a15da0508f2c92","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/86a15da0508f2c92","status":"passed","time":{"start":1710163928804,"stop":1710163928805,"duration":1}},{"uid":"df593cc7dbc2a597","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/df593cc7dbc2a597","status":"passed","time":{"start":1710155981056,"stop":1710155981056,"duration":0}},{"uid":"c2dfa6b0c2ee99b4","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c2dfa6b0c2ee99b4","status":"passed","time":{"start":1710155187857,"stop":1710155187859,"duration":2}},{"uid":"ee5dbc4da0d0a45b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ee5dbc4da0d0a45b","status":"passed","time":{"start":1710154858419,"stop":1710154858419,"duration":0}},{"uid":"f4c3a8c296a89506","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f4c3a8c296a89506","status":"passed","time":{"start":1710102828521,"stop":1710102828521,"duration":0}},{"uid":"774cde9fd88c54b4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/774cde9fd88c54b4","status":"passed","time":{"start":1710081029463,"stop":1710081029463,"duration":0}},{"uid":"f9312ee4a2571409","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f9312ee4a2571409","status":"passed","time":{"start":1710024696747,"stop":1710024696747,"duration":0}}]},"tags":[]},"source":"922e0a59fa2f0b78.json","parameterValues":[]} \ No newline at end of file +{"uid":"54f4d9bb2c67e583","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":1710308481021,"stop":1710308481021,"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":4,"unknown":0,"total":4},"items":[{"uid":"238a1e3678ff2384","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/238a1e3678ff2384","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"56b57a9f76e1b3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56b57a9f76e1b3","status":"passed","time":{"start":1710287560340,"stop":1710287560341,"duration":1}},{"uid":"f603e49e8dfbe19","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f603e49e8dfbe19","status":"passed","time":{"start":1710284826094,"stop":1710284826096,"duration":2}}]},"tags":[]},"source":"54f4d9bb2c67e583.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/55136e36ac157da1.json b/6685/data/test-cases/55136e36ac157da1.json new file mode 100644 index 00000000000..1d19616f9bf --- /dev/null +++ b/6685/data/test-cases/55136e36ac157da1.json @@ -0,0 +1 @@ +{"uid":"55136e36ac157da1","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":1710308092714,"stop":1710308092714,"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":"6f9d2c1b0de26e26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f9d2c1b0de26e26","status":"passed","time":{"start":1710306981513,"stop":1710306981513,"duration":0}},{"uid":"266b556ce8f7319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266b556ce8f7319","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"101d2cd6d782afa9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/101d2cd6d782afa9","status":"passed","time":{"start":1710284460002,"stop":1710284460003,"duration":1}}]},"tags":[]},"source":"55136e36ac157da1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/de2014ae1570cc4f.json b/6685/data/test-cases/552741c98078b8c7.json similarity index 59% rename from 6651/data/test-cases/de2014ae1570cc4f.json rename to 6685/data/test-cases/552741c98078b8c7.json index 2f848291df5..7c363647c1a 100644 --- a/6651/data/test-cases/de2014ae1570cc4f.json +++ b/6685/data/test-cases/552741c98078b8c7.json @@ -1 +1 @@ -{"uid":"de2014ae1570cc4f","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":1710205151663,"stop":1710205151663,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"185569336c3f440","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/185569336c3f440","status":"passed","time":{"start":1710205062181,"stop":1710205062182,"duration":1}},{"uid":"b0efa60389ad6a3b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b0efa60389ad6a3b","status":"passed","time":{"start":1710204955080,"stop":1710204955082,"duration":2}},{"uid":"9dd20a3b4e9d446d","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9dd20a3b4e9d446d","status":"passed","time":{"start":1710204695546,"stop":1710204695546,"duration":0}},{"uid":"47028fc83a4f3a7b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/47028fc83a4f3a7b","status":"passed","time":{"start":1710203409328,"stop":1710203409328,"duration":0}},{"uid":"1b52011dcf7c2812","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/1b52011dcf7c2812","status":"passed","time":{"start":1710199908133,"stop":1710199908133,"duration":0}},{"uid":"bd4f0d55dc44bd44","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bd4f0d55dc44bd44","status":"passed","time":{"start":1710199804381,"stop":1710199804381,"duration":0}},{"uid":"1db50ced390a33aa","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1db50ced390a33aa","status":"passed","time":{"start":1710197356185,"stop":1710197356185,"duration":0}},{"uid":"bf515e4932c96f0f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bf515e4932c96f0f","status":"passed","time":{"start":1710168175051,"stop":1710168175052,"duration":1}},{"uid":"7ef14cae6cbe921f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7ef14cae6cbe921f","status":"passed","time":{"start":1710167421795,"stop":1710167421795,"duration":0}},{"uid":"f79389ecb4d48633","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f79389ecb4d48633","status":"passed","time":{"start":1710167479912,"stop":1710167479912,"duration":0}},{"uid":"f33c1607aad084b6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f33c1607aad084b6","status":"passed","time":{"start":1710166628581,"stop":1710166628582,"duration":1}},{"uid":"f977eef809850bac","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f977eef809850bac","status":"passed","time":{"start":1710164858162,"stop":1710164858162,"duration":0}},{"uid":"9e093e270b855a53","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9e093e270b855a53","status":"passed","time":{"start":1710164009257,"stop":1710164009257,"duration":0}},{"uid":"c952d3d47c0de157","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c952d3d47c0de157","status":"passed","time":{"start":1710163874860,"stop":1710163874861,"duration":1}},{"uid":"a536448ee5d44589","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a536448ee5d44589","status":"passed","time":{"start":1710155926664,"stop":1710155926665,"duration":1}},{"uid":"df3b43170994f046","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/df3b43170994f046","status":"passed","time":{"start":1710155126350,"stop":1710155126350,"duration":0}},{"uid":"8cee07139eb8f254","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/8cee07139eb8f254","status":"passed","time":{"start":1710154760946,"stop":1710154760946,"duration":0}},{"uid":"3b7c4508fd2deb5b","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3b7c4508fd2deb5b","status":"passed","time":{"start":1710102772304,"stop":1710102772305,"duration":1}},{"uid":"72a1b09b587e16dc","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/72a1b09b587e16dc","status":"passed","time":{"start":1710080969897,"stop":1710080969899,"duration":2}},{"uid":"aa9f5046d79bd16d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/aa9f5046d79bd16d","status":"passed","time":{"start":1710024636275,"stop":1710024636275,"duration":0}}]},"tags":[]},"source":"de2014ae1570cc4f.json","parameterValues":[]} \ No newline at end of file +{"uid":"552741c98078b8c7","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":1710308426368,"stop":1710308426369,"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":"60ba3f14664d6811","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60ba3f14664d6811","status":"passed","time":{"start":1710307300375,"stop":1710307300376,"duration":1}},{"uid":"24589827dccceb05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24589827dccceb05","status":"passed","time":{"start":1710287503530,"stop":1710287503530,"duration":0}},{"uid":"8a35d3159ee2cab3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a35d3159ee2cab3","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"tags":[]},"source":"552741c98078b8c7.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4c81e5be35ff4f19.json b/6685/data/test-cases/555fe13d9d064280.json similarity index 74% rename from 6651/data/test-cases/4c81e5be35ff4f19.json rename to 6685/data/test-cases/555fe13d9d064280.json index d13f9789b00..74a91ce17ed 100644 --- a/6651/data/test-cases/4c81e5be35ff4f19.json +++ b/6685/data/test-cases/555fe13d9d064280.json @@ -1 +1 @@ -{"uid":"4c81e5be35ff4f19","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":1710205111360,"stop":1710205111360,"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":73,"unknown":0,"total":73},"items":[{"uid":"5cfc0e363941aab6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5cfc0e363941aab6","status":"passed","time":{"start":1710205017179,"stop":1710205017179,"duration":0}},{"uid":"bd9ead5edd0804e5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/bd9ead5edd0804e5","status":"passed","time":{"start":1710204906970,"stop":1710204906970,"duration":0}},{"uid":"1bc79a4469b1eba6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1bc79a4469b1eba6","status":"passed","time":{"start":1710204657693,"stop":1710204657693,"duration":0}},{"uid":"f7bd1a2b8cd476a6","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f7bd1a2b8cd476a6","status":"passed","time":{"start":1710203386081,"stop":1710203386081,"duration":0}},{"uid":"56ee06a4333e8d7c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/56ee06a4333e8d7c","status":"passed","time":{"start":1710199881925,"stop":1710199881925,"duration":0}},{"uid":"b2a1808cf394bbba","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b2a1808cf394bbba","status":"passed","time":{"start":1710199775339,"stop":1710199775339,"duration":0}},{"uid":"1da9a013f6b90130","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1da9a013f6b90130","status":"passed","time":{"start":1710197317807,"stop":1710197317807,"duration":0}},{"uid":"dfc19c9d031e07e6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/dfc19c9d031e07e6","status":"passed","time":{"start":1710168157252,"stop":1710168157252,"duration":0}},{"uid":"fc8bafaa00b266b9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/fc8bafaa00b266b9","status":"passed","time":{"start":1710167388041,"stop":1710167388041,"duration":0}},{"uid":"3f4f4bb79a89c66c","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3f4f4bb79a89c66c","status":"passed","time":{"start":1710167452034,"stop":1710167452035,"duration":1}},{"uid":"69a280a4420f8728","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/69a280a4420f8728","status":"passed","time":{"start":1710166594817,"stop":1710166594817,"duration":0}},{"uid":"5eaf51333ca2112c","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5eaf51333ca2112c","status":"passed","time":{"start":1710164827338,"stop":1710164827339,"duration":1}},{"uid":"e2ae235179468690","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e2ae235179468690","status":"passed","time":{"start":1710163975331,"stop":1710163975332,"duration":1}},{"uid":"639a464499c6cc33","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/639a464499c6cc33","status":"passed","time":{"start":1710163842482,"stop":1710163842483,"duration":1}},{"uid":"b06b15f154da5c8","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b06b15f154da5c8","status":"passed","time":{"start":1710155887157,"stop":1710155887158,"duration":1}},{"uid":"35f6646d16baaf5a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/35f6646d16baaf5a","status":"passed","time":{"start":1710155106017,"stop":1710155106017,"duration":0}},{"uid":"7180c2cb05cfa4c5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7180c2cb05cfa4c5","status":"passed","time":{"start":1710154728832,"stop":1710154728833,"duration":1}},{"uid":"e8f5e3673c63a35e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e8f5e3673c63a35e","status":"passed","time":{"start":1710102734830,"stop":1710102734830,"duration":0}},{"uid":"78cbbae7bf94b36","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/78cbbae7bf94b36","status":"passed","time":{"start":1710080944308,"stop":1710080944309,"duration":1}},{"uid":"290ae27ce31c7914","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/290ae27ce31c7914","status":"passed","time":{"start":1710024618193,"stop":1710024618193,"duration":0}}]},"tags":[]},"source":"4c81e5be35ff4f19.json","parameterValues":[]} \ No newline at end of file +{"uid":"555fe13d9d064280","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":1710308371297,"stop":1710308371297,"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":"1edf0235af8fec6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1edf0235af8fec6","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"5e85929be71e0b0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e85929be71e0b0b","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"f482a7bb2db21db7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f482a7bb2db21db7","status":"passed","time":{"start":1710284730216,"stop":1710284730216,"duration":0}}]},"tags":[]},"source":"555fe13d9d064280.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/505dbd7926621b4b.json b/6685/data/test-cases/561c595b3ebe3982.json similarity index 81% rename from 6651/data/test-cases/505dbd7926621b4b.json rename to 6685/data/test-cases/561c595b3ebe3982.json index 66541328600..ea05cada1e3 100644 --- a/6651/data/test-cases/505dbd7926621b4b.json +++ b/6685/data/test-cases/561c595b3ebe3982.json @@ -1 +1 @@ -{"uid":"505dbd7926621b4b","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":1710205335162,"stop":1710205335162,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"2404997d28bbe70","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/2404997d28bbe70","status":"passed","time":{"start":1710205224525,"stop":1710205224525,"duration":0}},{"uid":"8a12555ae806dc38","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/8a12555ae806dc38","status":"passed","time":{"start":1710205109089,"stop":1710205109089,"duration":0}},{"uid":"99e69ac5b0729af1","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/99e69ac5b0729af1","status":"passed","time":{"start":1710204865559,"stop":1710204865559,"duration":0}},{"uid":"2339639e024a8976","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2339639e024a8976","status":"passed","time":{"start":1710203577242,"stop":1710203577242,"duration":0}},{"uid":"a4953eb992404193","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a4953eb992404193","status":"passed","time":{"start":1710200067257,"stop":1710200067257,"duration":0}},{"uid":"6755bf48e617161c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/6755bf48e617161c","status":"passed","time":{"start":1710199972410,"stop":1710199972410,"duration":0}},{"uid":"efff32d3fdcb9f83","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/efff32d3fdcb9f83","status":"passed","time":{"start":1710197502502,"stop":1710197502503,"duration":1}},{"uid":"7f192a550362dfa8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/7f192a550362dfa8","status":"passed","time":{"start":1710168342012,"stop":1710168342013,"duration":1}},{"uid":"e3d9dcf31c5ae4fc","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e3d9dcf31c5ae4fc","status":"passed","time":{"start":1710167568837,"stop":1710167568837,"duration":0}},{"uid":"f41976969742942d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f41976969742942d","status":"passed","time":{"start":1710167665521,"stop":1710167665521,"duration":0}},{"uid":"6d7b71389098cfa8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6d7b71389098cfa8","status":"passed","time":{"start":1710166795575,"stop":1710166795575,"duration":0}},{"uid":"c42ba95f94a1c460","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c42ba95f94a1c460","status":"passed","time":{"start":1710165026139,"stop":1710165026139,"duration":0}},{"uid":"4e9eeb54eb9d7f06","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4e9eeb54eb9d7f06","status":"passed","time":{"start":1710164176722,"stop":1710164176722,"duration":0}},{"uid":"2e14239e15c96ccb","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2e14239e15c96ccb","status":"passed","time":{"start":1710164039996,"stop":1710164039996,"duration":0}},{"uid":"6369a9b60d30b698","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6369a9b60d30b698","status":"passed","time":{"start":1710156088909,"stop":1710156088909,"duration":0}},{"uid":"b413b3825f7363d3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b413b3825f7363d3","status":"passed","time":{"start":1710155298420,"stop":1710155298421,"duration":1}},{"uid":"c6d9ffb83ca92730","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c6d9ffb83ca92730","status":"passed","time":{"start":1710154928204,"stop":1710154928204,"duration":0}},{"uid":"6bd4920f3032d68b","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6bd4920f3032d68b","status":"passed","time":{"start":1710102939231,"stop":1710102939231,"duration":0}},{"uid":"2a1f47786d75844c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2a1f47786d75844c","status":"passed","time":{"start":1710081135427,"stop":1710081135427,"duration":0}},{"uid":"d0c61be476265291","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d0c61be476265291","status":"passed","time":{"start":1710024806431,"stop":1710024806431,"duration":0}}]},"tags":[]},"source":"505dbd7926621b4b.json","parameterValues":[]} \ No newline at end of file +{"uid":"561c595b3ebe3982","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":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"f6839a2154897bd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6839a2154897bd3","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"39de70b5fff1aea5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39de70b5fff1aea5","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"e9b655eb99ef5ac6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b655eb99ef5ac6","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"tags":[]},"source":"561c595b3ebe3982.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/562b2c9eff20cb82.json b/6685/data/test-cases/562b2c9eff20cb82.json new file mode 100644 index 00000000000..274f9edd03b --- /dev/null +++ b/6685/data/test-cases/562b2c9eff20cb82.json @@ -0,0 +1 @@ +{"uid":"562b2c9eff20cb82","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":1710308092702,"stop":1710308092703,"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":"daad5dbb4bc6a24d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/daad5dbb4bc6a24d","status":"passed","time":{"start":1710306981507,"stop":1710306981507,"duration":0}},{"uid":"9158fd004f6aaf2f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9158fd004f6aaf2f","status":"passed","time":{"start":1710287198124,"stop":1710287198125,"duration":1}},{"uid":"41574f2da86d44ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41574f2da86d44ff","status":"passed","time":{"start":1710284459998,"stop":1710284459998,"duration":0}}]},"tags":[]},"source":"562b2c9eff20cb82.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/569f2b32e5b81606.json b/6685/data/test-cases/569f2b32e5b81606.json new file mode 100644 index 00000000000..65b5c146d80 --- /dev/null +++ b/6685/data/test-cases/569f2b32e5b81606.json @@ -0,0 +1 @@ +{"uid":"569f2b32e5b81606","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":1710308649156,"stop":1710308649157,"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":"3670104296f933b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3670104296f933b0","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"f0370d06e8c9d05c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0370d06e8c9d05c","status":"passed","time":{"start":1710287736652,"stop":1710287736652,"duration":0}},{"uid":"86727e0a94d94685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86727e0a94d94685","status":"passed","time":{"start":1710285008787,"stop":1710285008788,"duration":1}}]},"tags":[]},"source":"569f2b32e5b81606.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/56cd53efd863420f.json b/6685/data/test-cases/56cd53efd863420f.json new file mode 100644 index 00000000000..90e19e1b7cd --- /dev/null +++ b/6685/data/test-cases/56cd53efd863420f.json @@ -0,0 +1 @@ +{"uid":"56cd53efd863420f","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":1710308416745,"stop":1710308416745,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"d2863b3cded12e92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2863b3cded12e92","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"c481e72fbc31e6a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c481e72fbc31e6a7","status":"passed","time":{"start":1710287509781,"stop":1710287509782,"duration":1}},{"uid":"237fdf9c03d4fb45","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/237fdf9c03d4fb45","status":"passed","time":{"start":1710284775870,"stop":1710284775870,"duration":0}}]},"tags":[]},"source":"56cd53efd863420f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b03930a22f40127f.json b/6685/data/test-cases/56f5bce47b8ba178.json similarity index 53% rename from 6651/data/test-cases/b03930a22f40127f.json rename to 6685/data/test-cases/56f5bce47b8ba178.json index ac07b9d5a02..811bb28216d 100644 --- a/6651/data/test-cases/b03930a22f40127f.json +++ b/6685/data/test-cases/56f5bce47b8ba178.json @@ -1 +1 @@ -{"uid":"b03930a22f40127f","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205227766,"stop":1710205227769,"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":73,"unknown":0,"total":73},"items":[{"uid":"86d3932a351104f8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/86d3932a351104f8","status":"passed","time":{"start":1710205126015,"stop":1710205126016,"duration":1}},{"uid":"369dc3fc5f0dd176","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/369dc3fc5f0dd176","status":"passed","time":{"start":1710205014936,"stop":1710205014939,"duration":3}},{"uid":"ba9551c0f4bffe08","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ba9551c0f4bffe08","status":"passed","time":{"start":1710204755787,"stop":1710204755788,"duration":1}},{"uid":"9f69ad32478ee910","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9f69ad32478ee910","status":"passed","time":{"start":1710203470151,"stop":1710203470151,"duration":0}},{"uid":"c3ba8672739b6506","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c3ba8672739b6506","status":"passed","time":{"start":1710199963489,"stop":1710199963490,"duration":1}},{"uid":"69a4a651739d789d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/69a4a651739d789d","status":"passed","time":{"start":1710199857544,"stop":1710199857544,"duration":0}},{"uid":"c623621f9fc7d0d2","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c623621f9fc7d0d2","status":"passed","time":{"start":1710197420067,"stop":1710197420067,"duration":0}},{"uid":"ab085d6651125810","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ab085d6651125810","status":"passed","time":{"start":1710168234024,"stop":1710168234025,"duration":1}},{"uid":"65f8242d921b0ba5","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/65f8242d921b0ba5","status":"passed","time":{"start":1710167536306,"stop":1710167536306,"duration":0}},{"uid":"ac2bad430f520c7a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ac2bad430f520c7a","status":"passed","time":{"start":1710167552779,"stop":1710167552779,"duration":0}},{"uid":"5a95bc717288c55d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5a95bc717288c55d","status":"passed","time":{"start":1710166684445,"stop":1710166684446,"duration":1}},{"uid":"365e810f2e336eba","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/365e810f2e336eba","status":"passed","time":{"start":1710164921944,"stop":1710164921945,"duration":1}},{"uid":"6ae3b0b60f232f49","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6ae3b0b60f232f49","status":"passed","time":{"start":1710164068075,"stop":1710164068075,"duration":0}},{"uid":"af5dfeddb98601b7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/af5dfeddb98601b7","status":"passed","time":{"start":1710163928804,"stop":1710163928804,"duration":0}},{"uid":"4ccbbb643dbcce03","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/4ccbbb643dbcce03","status":"passed","time":{"start":1710155981055,"stop":1710155981055,"duration":0}},{"uid":"3bbe409c33300b4e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3bbe409c33300b4e","status":"passed","time":{"start":1710155187856,"stop":1710155187856,"duration":0}},{"uid":"336779e9084b36a0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/336779e9084b36a0","status":"passed","time":{"start":1710154858418,"stop":1710154858418,"duration":0}},{"uid":"384e3a51201c82f2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/384e3a51201c82f2","status":"passed","time":{"start":1710102828518,"stop":1710102828519,"duration":1}},{"uid":"4e19e5fbe7e7ea","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4e19e5fbe7e7ea","status":"passed","time":{"start":1710081029462,"stop":1710081029462,"duration":0}},{"uid":"f778b567b278c945","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f778b567b278c945","status":"passed","time":{"start":1710024696746,"stop":1710024696746,"duration":0}}]},"tags":[]},"source":"b03930a22f40127f.json","parameterValues":[]} \ No newline at end of file +{"uid":"56f5bce47b8ba178","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308481020,"stop":1710308481020,"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":4,"unknown":0,"total":4},"items":[{"uid":"2c4c4a1d46dca0f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c4c4a1d46dca0f7","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"531942c3354b9272","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/531942c3354b9272","status":"passed","time":{"start":1710287560339,"stop":1710287560340,"duration":1}},{"uid":"56448785bb5187c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/56448785bb5187c6","status":"passed","time":{"start":1710284826092,"stop":1710284826093,"duration":1}}]},"tags":[]},"source":"56f5bce47b8ba178.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/57491081423ef38b.json b/6685/data/test-cases/57491081423ef38b.json new file mode 100644 index 00000000000..6a12586655e --- /dev/null +++ b/6685/data/test-cases/57491081423ef38b.json @@ -0,0 +1 @@ +{"uid":"57491081423ef38b","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":1710308515424,"stop":1710308515425,"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":"743f7b959cd02351","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/743f7b959cd02351","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"8cf7041c05099598","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf7041c05099598","status":"passed","time":{"start":1710287608795,"stop":1710287608796,"duration":1}},{"uid":"f7aa220e4413011a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f7aa220e4413011a","status":"passed","time":{"start":1710284881700,"stop":1710284881700,"duration":0}}]},"tags":[]},"source":"57491081423ef38b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/584068ae20efac07.json b/6685/data/test-cases/584068ae20efac07.json new file mode 100644 index 00000000000..39964d2c416 --- /dev/null +++ b/6685/data/test-cases/584068ae20efac07.json @@ -0,0 +1 @@ +{"uid":"584068ae20efac07","name":"throws on content topic with too few or too many fields","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with too few or too many fields","historyId":"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890264,"stop":1710307890264,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b314e24ce08aa48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b314e24ce08aa48","status":"passed","time":{"start":1710306783474,"stop":1710306783474,"duration":0}},{"uid":"3da182b2b319d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3da182b2b319d767","status":"passed","time":{"start":1710286988735,"stop":1710286988736,"duration":1}},{"uid":"1eb41c9638ea30a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1eb41c9638ea30a9","status":"passed","time":{"start":1710284251165,"stop":1710284251166,"duration":1}}]},"tags":[]},"source":"584068ae20efac07.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/47c5632aa637ce3e.json b/6685/data/test-cases/5850583be5b811ad.json similarity index 76% rename from 6651/data/test-cases/47c5632aa637ce3e.json rename to 6685/data/test-cases/5850583be5b811ad.json index 09503c68f17..6c3744cfe1a 100644 --- a/6651/data/test-cases/47c5632aa637ce3e.json +++ b/6685/data/test-cases/5850583be5b811ad.json @@ -1 +1 @@ -{"uid":"47c5632aa637ce3e","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":1710204847294,"stop":1710204847294,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"ff13889546148798","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ff13889546148798","status":"passed","time":{"start":1710204755942,"stop":1710204755942,"duration":0}},{"uid":"33a07e3f51ab7b0d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/33a07e3f51ab7b0d","status":"passed","time":{"start":1710204636020,"stop":1710204636020,"duration":0}},{"uid":"e0a784874f743250","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e0a784874f743250","status":"passed","time":{"start":1710204395468,"stop":1710204395469,"duration":1}},{"uid":"e4050e249b15f965","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e4050e249b15f965","status":"passed","time":{"start":1710203121998,"stop":1710203121999,"duration":1}},{"uid":"14cd3eea704d8649","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/14cd3eea704d8649","status":"passed","time":{"start":1710199608811,"stop":1710199608813,"duration":2}},{"uid":"22b85451f1c0bd33","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/22b85451f1c0bd33","status":"passed","time":{"start":1710199506563,"stop":1710199506563,"duration":0}},{"uid":"5b306467203cc17d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5b306467203cc17d","status":"passed","time":{"start":1710197033225,"stop":1710197033226,"duration":1}},{"uid":"36dcf9d8f3708f7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/36dcf9d8f3708f7","status":"passed","time":{"start":1710167869134,"stop":1710167869135,"duration":1}},{"uid":"ba42056f8d364d54","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ba42056f8d364d54","status":"passed","time":{"start":1710167049285,"stop":1710167049285,"duration":0}},{"uid":"fe81d15f806f7c92","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/fe81d15f806f7c92","status":"passed","time":{"start":1710167194746,"stop":1710167194747,"duration":1}},{"uid":"74653daf7118c879","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/74653daf7118c879","status":"passed","time":{"start":1710166328844,"stop":1710166328845,"duration":1}},{"uid":"cc3af8250e4a6e17","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/cc3af8250e4a6e17","status":"passed","time":{"start":1710164551128,"stop":1710164551129,"duration":1}},{"uid":"8da2e40c3bf8fe2","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8da2e40c3bf8fe2","status":"passed","time":{"start":1710163715990,"stop":1710163715991,"duration":1}},{"uid":"685fa7e3880dca9b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/685fa7e3880dca9b","status":"passed","time":{"start":1710163568069,"stop":1710163568069,"duration":0}},{"uid":"a24b54ad06046381","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a24b54ad06046381","status":"passed","time":{"start":1710155626320,"stop":1710155626320,"duration":0}},{"uid":"2bc2c8eb0e4fa6f6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2bc2c8eb0e4fa6f6","status":"passed","time":{"start":1710154824270,"stop":1710154824271,"duration":1}},{"uid":"bd416954b26eab9e","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/bd416954b26eab9e","status":"passed","time":{"start":1710154466410,"stop":1710154466413,"duration":3}},{"uid":"499fd2e7c29ffcef","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/499fd2e7c29ffcef","status":"passed","time":{"start":1710102475233,"stop":1710102475234,"duration":1}},{"uid":"20f815227555a22c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/20f815227555a22c","status":"passed","time":{"start":1710080673273,"stop":1710080673273,"duration":0}},{"uid":"a2f827fdf79ef785","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a2f827fdf79ef785","status":"passed","time":{"start":1710024327571,"stop":1710024327571,"duration":0}}]},"tags":[]},"source":"47c5632aa637ce3e.json","parameterValues":[]} \ No newline at end of file +{"uid":"5850583be5b811ad","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":1710308097725,"stop":1710308097726,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"6507f46dd6e6ed99","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6507f46dd6e6ed99","status":"passed","time":{"start":1710306994264,"stop":1710306994265,"duration":1}},{"uid":"438ab568398cf9f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/438ab568398cf9f3","status":"passed","time":{"start":1710287196187,"stop":1710287196187,"duration":0}},{"uid":"c18dd51c4e32692c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c18dd51c4e32692c","status":"passed","time":{"start":1710284459534,"stop":1710284459535,"duration":1}}]},"tags":[]},"source":"5850583be5b811ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5f3e5366c8c4ed72.json b/6685/data/test-cases/58817b80abfc90ad.json similarity index 76% rename from 6651/data/test-cases/5f3e5366c8c4ed72.json rename to 6685/data/test-cases/58817b80abfc90ad.json index 76f59601f58..3c06c848122 100644 --- a/6651/data/test-cases/5f3e5366c8c4ed72.json +++ b/6685/data/test-cases/58817b80abfc90ad.json @@ -1 +1 @@ -{"uid":"5f3e5366c8c4ed72","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":1710204847304,"stop":1710204847305,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"84f21711770a5108","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/84f21711770a5108","status":"passed","time":{"start":1710204755949,"stop":1710204755949,"duration":0}},{"uid":"2c209ad4a93b26a8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2c209ad4a93b26a8","status":"passed","time":{"start":1710204636092,"stop":1710204636101,"duration":9}},{"uid":"8d3f052b1d18da2","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8d3f052b1d18da2","status":"passed","time":{"start":1710204395480,"stop":1710204395481,"duration":1}},{"uid":"58dafabafde9a636","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/58dafabafde9a636","status":"passed","time":{"start":1710203122005,"stop":1710203122005,"duration":0}},{"uid":"d9e4eaccc249547d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d9e4eaccc249547d","status":"passed","time":{"start":1710199608827,"stop":1710199608827,"duration":0}},{"uid":"b59cfc6ebf33e35c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b59cfc6ebf33e35c","status":"passed","time":{"start":1710199506570,"stop":1710199506570,"duration":0}},{"uid":"4100f79caba1d16","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4100f79caba1d16","status":"passed","time":{"start":1710197033262,"stop":1710197033263,"duration":1}},{"uid":"e56be0904b671b7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e56be0904b671b7","status":"passed","time":{"start":1710167869144,"stop":1710167869152,"duration":8}},{"uid":"f878c6519e564e39","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f878c6519e564e39","status":"passed","time":{"start":1710167049295,"stop":1710167049295,"duration":0}},{"uid":"56055c67dc6b9272","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/56055c67dc6b9272","status":"passed","time":{"start":1710167194768,"stop":1710167194768,"duration":0}},{"uid":"b4785b0748e598e1","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b4785b0748e598e1","status":"passed","time":{"start":1710166328851,"stop":1710166328852,"duration":1}},{"uid":"36e098c12836727a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/36e098c12836727a","status":"passed","time":{"start":1710164551140,"stop":1710164551140,"duration":0}},{"uid":"3bbbe96936ae5391","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3bbbe96936ae5391","status":"passed","time":{"start":1710163715999,"stop":1710163715999,"duration":0}},{"uid":"4b576bed527dd589","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4b576bed527dd589","status":"passed","time":{"start":1710163568080,"stop":1710163568080,"duration":0}},{"uid":"134bf0f7ab1f272b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/134bf0f7ab1f272b","status":"passed","time":{"start":1710155626327,"stop":1710155626327,"duration":0}},{"uid":"87ac224e11db0cd4","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/87ac224e11db0cd4","status":"passed","time":{"start":1710154824288,"stop":1710154824289,"duration":1}},{"uid":"d0305ed54cb3b6b6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d0305ed54cb3b6b6","status":"passed","time":{"start":1710154466429,"stop":1710154466433,"duration":4}},{"uid":"f5d567cbed31b9f5","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f5d567cbed31b9f5","status":"passed","time":{"start":1710102475241,"stop":1710102475241,"duration":0}},{"uid":"6787183397f268b8","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6787183397f268b8","status":"passed","time":{"start":1710080673282,"stop":1710080673290,"duration":8}},{"uid":"5f79571f8ebb899b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/5f79571f8ebb899b","status":"passed","time":{"start":1710024327577,"stop":1710024327578,"duration":1}}]},"tags":[]},"source":"5f3e5366c8c4ed72.json","parameterValues":[]} \ No newline at end of file +{"uid":"58817b80abfc90ad","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":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"1a9fa9cdf487c856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a9fa9cdf487c856","status":"passed","time":{"start":1710306994273,"stop":1710306994273,"duration":0}},{"uid":"4e7dd67688b8a6b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e7dd67688b8a6b4","status":"passed","time":{"start":1710287196194,"stop":1710287196194,"duration":0}},{"uid":"173f662fe33bed5f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/173f662fe33bed5f","status":"passed","time":{"start":1710284459542,"stop":1710284459542,"duration":0}}]},"tags":[]},"source":"58817b80abfc90ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/7107a1d295ae8c2e.json b/6685/data/test-cases/58982cd0c04249c2.json similarity index 54% rename from 6651/data/test-cases/7107a1d295ae8c2e.json rename to 6685/data/test-cases/58982cd0c04249c2.json index 23e50ab50dd..c45487f48a7 100644 --- a/6651/data/test-cases/7107a1d295ae8c2e.json +++ b/6685/data/test-cases/58982cd0c04249c2.json @@ -1 +1 @@ -{"uid":"7107a1d295ae8c2e","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204735365,"stop":1710204735366,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"4d3263a1d2a1c2a6","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/4d3263a1d2a1c2a6","status":"passed","time":{"start":1710205319978,"stop":1710205319979,"duration":1}},{"uid":"fac33c32195edc98","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fac33c32195edc98","status":"passed","time":{"start":1710204635823,"stop":1710204635824,"duration":1}},{"uid":"91382511fcbec5b8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/91382511fcbec5b8","status":"passed","time":{"start":1710204521117,"stop":1710204521118,"duration":1}},{"uid":"1bf400812f9f6248","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1bf400812f9f6248","status":"passed","time":{"start":1710204277066,"stop":1710204277066,"duration":0}},{"uid":"e992f1dccaa61a80","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e992f1dccaa61a80","status":"passed","time":{"start":1710203002593,"stop":1710203002593,"duration":0}},{"uid":"10568766f9a2cf83","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/10568766f9a2cf83","status":"passed","time":{"start":1710199486132,"stop":1710199486132,"duration":0}},{"uid":"83f0c59c046d70fb","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/83f0c59c046d70fb","status":"passed","time":{"start":1710199383481,"stop":1710199383483,"duration":2}},{"uid":"95d5a959692c567","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/95d5a959692c567","status":"passed","time":{"start":1710196920114,"stop":1710196920114,"duration":0}},{"uid":"ef4680d8f440b089","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ef4680d8f440b089","status":"passed","time":{"start":1710167736498,"stop":1710167736498,"duration":0}},{"uid":"f808c4a86fa29c44","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f808c4a86fa29c44","status":"passed","time":{"start":1710166917305,"stop":1710166917306,"duration":1}},{"uid":"61def14af579a1b8","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/61def14af579a1b8","status":"passed","time":{"start":1710167079842,"stop":1710167079842,"duration":0}},{"uid":"431b472e00cfb64b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/431b472e00cfb64b","status":"passed","time":{"start":1710166208117,"stop":1710166208118,"duration":1}},{"uid":"e94bc861697bd8db","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e94bc861697bd8db","status":"passed","time":{"start":1710164434218,"stop":1710164434218,"duration":0}},{"uid":"c960d9e5996dacf1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c960d9e5996dacf1","status":"passed","time":{"start":1710163587842,"stop":1710163587842,"duration":0}},{"uid":"32c8ba96ab15c845","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/32c8ba96ab15c845","status":"passed","time":{"start":1710163441161,"stop":1710163441161,"duration":0}},{"uid":"403dc46c17dd3a14","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/403dc46c17dd3a14","status":"passed","time":{"start":1710155508714,"stop":1710155508715,"duration":1}},{"uid":"bed4152ab0435ff9","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/bed4152ab0435ff9","status":"passed","time":{"start":1710154702835,"stop":1710154702835,"duration":0}},{"uid":"fe3bc330cf7964db","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/fe3bc330cf7964db","status":"passed","time":{"start":1710154336637,"stop":1710154336637,"duration":0}},{"uid":"db44efa071360243","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/db44efa071360243","status":"passed","time":{"start":1710102353942,"stop":1710102353943,"duration":1}},{"uid":"ea826d5d27c70c15","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ea826d5d27c70c15","status":"passed","time":{"start":1710080558371,"stop":1710080558372,"duration":1}}]},"tags":[]},"source":"7107a1d295ae8c2e.json","parameterValues":[]} \ No newline at end of file +{"uid":"58982cd0c04249c2","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307980881,"stop":1710307980882,"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":"f4341ea720b9d719","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4341ea720b9d719","status":"passed","time":{"start":1710306873745,"stop":1710306873746,"duration":1}},{"uid":"73f36db5dbe03781","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73f36db5dbe03781","status":"passed","time":{"start":1710287079742,"stop":1710287079743,"duration":1}},{"uid":"e573a8515991a2e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e573a8515991a2e","status":"passed","time":{"start":1710284342265,"stop":1710284342265,"duration":0}}]},"tags":[]},"source":"58982cd0c04249c2.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/59599f58f3b10d7.json b/6685/data/test-cases/59599f58f3b10d7.json new file mode 100644 index 00000000000..081a8cc6fd3 --- /dev/null +++ b/6685/data/test-cases/59599f58f3b10d7.json @@ -0,0 +1 @@ +{"uid":"59599f58f3b10d7","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":1710308494292,"stop":1710308494292,"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":"27073afe74dd3c08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27073afe74dd3c08","status":"passed","time":{"start":1710307383800,"stop":1710307383801,"duration":1}},{"uid":"f5432f111ef10192","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5432f111ef10192","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"b03794b78c7cf590","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03794b78c7cf590","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"tags":[]},"source":"59599f58f3b10d7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/59d0f5bd41cbf48c.json b/6685/data/test-cases/59d0f5bd41cbf48c.json new file mode 100644 index 00000000000..27481367110 --- /dev/null +++ b/6685/data/test-cases/59d0f5bd41cbf48c.json @@ -0,0 +1 @@ +{"uid":"59d0f5bd41cbf48c","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":1710308357663,"stop":1710308357663,"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":"8ae9c9266c892a69","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ae9c9266c892a69","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"47f57fc0f1317633","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f57fc0f1317633","status":"passed","time":{"start":1710287451483,"stop":1710287451483,"duration":0}},{"uid":"5175e373a95eb4a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5175e373a95eb4a3","status":"passed","time":{"start":1710284717992,"stop":1710284717992,"duration":0}}]},"tags":[]},"source":"59d0f5bd41cbf48c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/59e0b27c9054aec2.json b/6685/data/test-cases/59e0b27c9054aec2.json new file mode 100644 index 00000000000..8bf3faec20e --- /dev/null +++ b/6685/data/test-cases/59e0b27c9054aec2.json @@ -0,0 +1 @@ +{"uid":"59e0b27c9054aec2","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":1710307991225,"stop":1710307991225,"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":4,"unknown":0,"total":4},"items":[{"uid":"36ee334c4cd23979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/36ee334c4cd23979","status":"passed","time":{"start":1710306877071,"stop":1710306877072,"duration":1}},{"uid":"d8ff1717689c2ad6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8ff1717689c2ad6","status":"passed","time":{"start":1710287085416,"stop":1710287085417,"duration":1}},{"uid":"b37fee01ddd8716e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b37fee01ddd8716e","status":"passed","time":{"start":1710284350510,"stop":1710284350511,"duration":1}}]},"tags":[]},"source":"59e0b27c9054aec2.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5a173d605b76c2c8.json b/6685/data/test-cases/5a173d605b76c2c8.json new file mode 100644 index 00000000000..192cfc1869d --- /dev/null +++ b/6685/data/test-cases/5a173d605b76c2c8.json @@ -0,0 +1 @@ +{"uid":"5a173d605b76c2c8","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":1710308092719,"stop":1710308092719,"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":"94636942511afd0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/94636942511afd0","status":"passed","time":{"start":1710306981518,"stop":1710306981518,"duration":0}},{"uid":"2af21b6378615ae5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2af21b6378615ae5","status":"passed","time":{"start":1710287198167,"stop":1710287198168,"duration":1}},{"uid":"7ad9b5a9eaa54388","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ad9b5a9eaa54388","status":"passed","time":{"start":1710284460010,"stop":1710284460011,"duration":1}}]},"tags":[]},"source":"5a173d605b76c2c8.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/110046f7c02a817.json b/6685/data/test-cases/5a8ddfa2f416cfaf.json similarity index 61% rename from 6651/data/test-cases/110046f7c02a817.json rename to 6685/data/test-cases/5a8ddfa2f416cfaf.json index dc09e3e7cee..e8a041b2def 100644 --- a/6651/data/test-cases/110046f7c02a817.json +++ b/6685/data/test-cases/5a8ddfa2f416cfaf.json @@ -1 +1 @@ -{"uid":"110046f7c02a817","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":1710205173350,"stop":1710205173351,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"7a808ad9e6f4bd36","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/7a808ad9e6f4bd36","status":"passed","time":{"start":1710205067294,"stop":1710205067295,"duration":1}},{"uid":"5d2f2312c9f77f1d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5d2f2312c9f77f1d","status":"passed","time":{"start":1710204962929,"stop":1710204962929,"duration":0}},{"uid":"a5efc9e1f4bd39ea","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a5efc9e1f4bd39ea","status":"passed","time":{"start":1710204701478,"stop":1710204701478,"duration":0}},{"uid":"8518dc9ffeeb82df","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8518dc9ffeeb82df","status":"passed","time":{"start":1710203416646,"stop":1710203416646,"duration":0}},{"uid":"187ad2f265129722","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/187ad2f265129722","status":"passed","time":{"start":1710199910429,"stop":1710199910429,"duration":0}},{"uid":"84543b9e73d65fad","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/84543b9e73d65fad","status":"passed","time":{"start":1710199800523,"stop":1710199800524,"duration":1}},{"uid":"4731f99853c3a90e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4731f99853c3a90e","status":"passed","time":{"start":1710197348925,"stop":1710197348925,"duration":0}},{"uid":"fe62cbfddeb198b5","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/fe62cbfddeb198b5","status":"passed","time":{"start":1710168167450,"stop":1710168167450,"duration":0}},{"uid":"71924838da4e9a14","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/71924838da4e9a14","status":"passed","time":{"start":1710167350141,"stop":1710167350141,"duration":0}},{"uid":"42afc3ba9a5744bb","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/42afc3ba9a5744bb","status":"passed","time":{"start":1710167497877,"stop":1710167497877,"duration":0}},{"uid":"61ae2b085dc75cbe","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/61ae2b085dc75cbe","status":"passed","time":{"start":1710166625621,"stop":1710166625622,"duration":1}},{"uid":"45b1153d72989d24","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/45b1153d72989d24","status":"passed","time":{"start":1710164870360,"stop":1710164870360,"duration":0}},{"uid":"f085c6c1bbf73bf6","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f085c6c1bbf73bf6","status":"passed","time":{"start":1710164015703,"stop":1710164015704,"duration":1}},{"uid":"f7a1544876c13af2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f7a1544876c13af2","status":"passed","time":{"start":1710163881250,"stop":1710163881251,"duration":1}},{"uid":"6814d8d3b53be88a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6814d8d3b53be88a","status":"passed","time":{"start":1710155929088,"stop":1710155929089,"duration":1}},{"uid":"b144a00bc1c2b747","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b144a00bc1c2b747","status":"passed","time":{"start":1710155134310,"stop":1710155134311,"duration":1}},{"uid":"52b0a1237a8e65c9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/52b0a1237a8e65c9","status":"passed","time":{"start":1710154760724,"stop":1710154760724,"duration":0}},{"uid":"6435e19bbc2da09e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6435e19bbc2da09e","status":"passed","time":{"start":1710102776904,"stop":1710102776904,"duration":0}},{"uid":"8ae56fccc5341ea9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8ae56fccc5341ea9","status":"passed","time":{"start":1710080978596,"stop":1710080978596,"duration":0}},{"uid":"e82fa4cb7d2bccfd","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e82fa4cb7d2bccfd","status":"passed","time":{"start":1710024644934,"stop":1710024644934,"duration":0}}]},"tags":[]},"source":"110046f7c02a817.json","parameterValues":[]} \ No newline at end of file +{"uid":"5a8ddfa2f416cfaf","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":1710308416736,"stop":1710308416737,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"d8bfe1a1fb1608f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8bfe1a1fb1608f3","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"fef5d44bd80a9dee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fef5d44bd80a9dee","status":"passed","time":{"start":1710287509773,"stop":1710287509774,"duration":1}},{"uid":"868b45931c0ad2f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/868b45931c0ad2f5","status":"passed","time":{"start":1710284775863,"stop":1710284775863,"duration":0}}]},"tags":[]},"source":"5a8ddfa2f416cfaf.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5afc12089e6166ef.json b/6685/data/test-cases/5afc12089e6166ef.json new file mode 100644 index 00000000000..dcaea1b5ab7 --- /dev/null +++ b/6685/data/test-cases/5afc12089e6166ef.json @@ -0,0 +1 @@ +{"uid":"5afc12089e6166ef","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":1710308416734,"stop":1710308416735,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"dccf548c4f204fa5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dccf548c4f204fa5","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"d7f9a4f6ae0deba3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f9a4f6ae0deba3","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"3ae656494c744963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae656494c744963","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"tags":[]},"source":"5afc12089e6166ef.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5bb885987af1261a.json b/6685/data/test-cases/5bb885987af1261a.json new file mode 100644 index 00000000000..0be6cbfcf56 --- /dev/null +++ b/6685/data/test-cases/5bb885987af1261a.json @@ -0,0 +1 @@ +{"uid":"5bb885987af1261a","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":1710307912517,"stop":1710307912520,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9420534aba8f9985","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9420534aba8f9985","status":"passed","time":{"start":1710306806601,"stop":1710306806603,"duration":2}},{"uid":"7c599abd2f4286e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c599abd2f4286e2","status":"passed","time":{"start":1710287011779,"stop":1710287011780,"duration":1}},{"uid":"6d92666dcad69fc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d92666dcad69fc9","status":"passed","time":{"start":1710284274039,"stop":1710284274041,"duration":2}}]},"tags":[]},"source":"5bb885987af1261a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a05b2a02dee54889.json b/6685/data/test-cases/5c35069220d0c7e8.json similarity index 83% rename from 6651/data/test-cases/a05b2a02dee54889.json rename to 6685/data/test-cases/5c35069220d0c7e8.json index e7a410e76b6..ed63edcd9e0 100644 --- a/6651/data/test-cases/a05b2a02dee54889.json +++ b/6685/data/test-cases/5c35069220d0c7e8.json @@ -1 +1 @@ -{"uid":"a05b2a02dee54889","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":1710205063422,"stop":1710205063422,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"af5edd364c0583b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/af5edd364c0583b","status":"passed","time":{"start":1710204974370,"stop":1710204974371,"duration":1}},{"uid":"3ff29ade978946c8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3ff29ade978946c8","status":"passed","time":{"start":1710204858055,"stop":1710204858056,"duration":1}},{"uid":"a5da12cfdd57365a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a5da12cfdd57365a","status":"passed","time":{"start":1710204613894,"stop":1710204613894,"duration":0}},{"uid":"53725a413e5634b0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/53725a413e5634b0","status":"passed","time":{"start":1710203332620,"stop":1710203332620,"duration":0}},{"uid":"b4921b963264eebc","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b4921b963264eebc","status":"passed","time":{"start":1710199825187,"stop":1710199825187,"duration":0}},{"uid":"2bc31ef51398cb5e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2bc31ef51398cb5e","status":"passed","time":{"start":1710199731772,"stop":1710199731773,"duration":1}},{"uid":"96cee46d5b781754","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/96cee46d5b781754","status":"passed","time":{"start":1710197275117,"stop":1710197275117,"duration":0}},{"uid":"e42c39c97b606115","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e42c39c97b606115","status":"passed","time":{"start":1710168106289,"stop":1710168106290,"duration":1}},{"uid":"ba9a78d57d90eb8f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ba9a78d57d90eb8f","status":"passed","time":{"start":1710167360922,"stop":1710167360922,"duration":0}},{"uid":"2e3ca5e4f8a80d38","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2e3ca5e4f8a80d38","status":"passed","time":{"start":1710167407582,"stop":1710167407582,"duration":0}},{"uid":"d05cf20bd234187e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d05cf20bd234187e","status":"passed","time":{"start":1710166544400,"stop":1710166544400,"duration":0}},{"uid":"237afe1bf4f85d49","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/237afe1bf4f85d49","status":"passed","time":{"start":1710164782821,"stop":1710164782822,"duration":1}},{"uid":"df0642dc7ae16879","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/df0642dc7ae16879","status":"passed","time":{"start":1710163934778,"stop":1710163934779,"duration":1}},{"uid":"3a77395fb4d645bc","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3a77395fb4d645bc","status":"passed","time":{"start":1710163799621,"stop":1710163799621,"duration":0}},{"uid":"478cea55b97719cb","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/478cea55b97719cb","status":"passed","time":{"start":1710155833706,"stop":1710155833706,"duration":0}},{"uid":"dbe8a753c3e5f9a2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/dbe8a753c3e5f9a2","status":"passed","time":{"start":1710155066246,"stop":1710155066247,"duration":1}},{"uid":"1410a58a07d720f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1410a58a07d720f","status":"passed","time":{"start":1710154684663,"stop":1710154684663,"duration":0}},{"uid":"9e82c6c6f78e7410","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/9e82c6c6f78e7410","status":"passed","time":{"start":1710102693490,"stop":1710102693492,"duration":2}},{"uid":"f410c9f36aba1589","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f410c9f36aba1589","status":"passed","time":{"start":1710080898361,"stop":1710080898362,"duration":1}},{"uid":"aceb06de90793b3","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/aceb06de90793b3","status":"passed","time":{"start":1710024575283,"stop":1710024575283,"duration":0}}]},"tags":[]},"source":"a05b2a02dee54889.json","parameterValues":[]} \ No newline at end of file +{"uid":"5c35069220d0c7e8","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":1710308322623,"stop":1710308322623,"duration":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":"ece39bb182a659f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ece39bb182a659f2","status":"passed","time":{"start":1710307207095,"stop":1710307207096,"duration":1}},{"uid":"7fb18f2e12d1cbd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb18f2e12d1cbd","status":"passed","time":{"start":1710287412763,"stop":1710287412763,"duration":0}},{"uid":"688c834423bd2f21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/688c834423bd2f21","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"tags":[]},"source":"5c35069220d0c7e8.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5c3cfb3678de1e90.json b/6685/data/test-cases/5c3cfb3678de1e90.json new file mode 100644 index 00000000000..3665bc560ec --- /dev/null +++ b/6685/data/test-cases/5c3cfb3678de1e90.json @@ -0,0 +1 @@ +{"uid":"5c3cfb3678de1e90","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":1710307903498,"stop":1710307903498,"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":"d7ca195bd705ae2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d7ca195bd705ae2c","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"45f7b1416635f9cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45f7b1416635f9cf","status":"passed","time":{"start":1710287001715,"stop":1710287001716,"duration":1}},{"uid":"75ee9cb3585d856b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75ee9cb3585d856b","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"tags":[]},"source":"5c3cfb3678de1e90.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/57cf1e68905294c5.json b/6685/data/test-cases/5ceda4b1ae9a1445.json similarity index 65% rename from 6651/data/test-cases/57cf1e68905294c5.json rename to 6685/data/test-cases/5ceda4b1ae9a1445.json index 3a89c9698d3..a6ec61ffbd4 100644 --- a/6651/data/test-cases/57cf1e68905294c5.json +++ b/6685/data/test-cases/5ceda4b1ae9a1445.json @@ -1 +1 @@ -{"uid":"57cf1e68905294c5","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":1710204945842,"stop":1710204945843,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"562ac35d14e897e4","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/562ac35d14e897e4","status":"passed","time":{"start":1710204830293,"stop":1710204830293,"duration":0}},{"uid":"d9bf459486aaa53c","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/d9bf459486aaa53c","status":"passed","time":{"start":1710204733008,"stop":1710204733008,"duration":0}},{"uid":"2fb0da951218f629","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/2fb0da951218f629","status":"passed","time":{"start":1710204477768,"stop":1710204477769,"duration":1}},{"uid":"38edd348b7c3133","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/38edd348b7c3133","status":"passed","time":{"start":1710203199468,"stop":1710203199468,"duration":0}},{"uid":"e88da598cf511d50","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e88da598cf511d50","status":"passed","time":{"start":1710199697815,"stop":1710199697815,"duration":0}},{"uid":"1a11de83a5a5e4d8","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1a11de83a5a5e4d8","status":"passed","time":{"start":1710199591759,"stop":1710199591760,"duration":1}},{"uid":"ccc4cdc6f0c9fa63","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ccc4cdc6f0c9fa63","status":"passed","time":{"start":1710197131784,"stop":1710197131785,"duration":1}},{"uid":"52470ee40e660a7e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/52470ee40e660a7e","status":"passed","time":{"start":1710167952598,"stop":1710167952598,"duration":0}},{"uid":"c1c49af6d60f19cd","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c1c49af6d60f19cd","status":"passed","time":{"start":1710167221547,"stop":1710167221547,"duration":0}},{"uid":"f3b53c62135f5fdb","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f3b53c62135f5fdb","status":"passed","time":{"start":1710167283375,"stop":1710167283375,"duration":0}},{"uid":"5403742324ecd448","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5403742324ecd448","status":"passed","time":{"start":1710166420484,"stop":1710166420484,"duration":0}},{"uid":"f7a93744fd56478","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f7a93744fd56478","status":"passed","time":{"start":1710164634568,"stop":1710164634568,"duration":0}},{"uid":"dd8ab50723e8cdc9","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/dd8ab50723e8cdc9","status":"passed","time":{"start":1710163791788,"stop":1710163791788,"duration":0}},{"uid":"b0aa3de87ef325ba","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b0aa3de87ef325ba","status":"passed","time":{"start":1710163655796,"stop":1710163655796,"duration":0}},{"uid":"dfc7230c6770f9f5","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/dfc7230c6770f9f5","status":"passed","time":{"start":1710155712320,"stop":1710155712320,"duration":0}},{"uid":"9ae56b1256768d95","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9ae56b1256768d95","status":"passed","time":{"start":1710154919631,"stop":1710154919631,"duration":0}},{"uid":"cfcb274481b54e68","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/cfcb274481b54e68","status":"passed","time":{"start":1710154537142,"stop":1710154537142,"duration":0}},{"uid":"f1ad34570e407b41","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f1ad34570e407b41","status":"passed","time":{"start":1710102560663,"stop":1710102560663,"duration":0}},{"uid":"562eab8e9af9663b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/562eab8e9af9663b","status":"passed","time":{"start":1710080763692,"stop":1710080763692,"duration":0}},{"uid":"18ca868982de0eee","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/18ca868982de0eee","status":"passed","time":{"start":1710024433725,"stop":1710024433725,"duration":0}}]},"tags":[]},"source":"57cf1e68905294c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"5ceda4b1ae9a1445","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":1710308192969,"stop":1710308192970,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e10b933126ccdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e10b933126ccdc","status":"passed","time":{"start":1710307078649,"stop":1710307078649,"duration":0}},{"uid":"588567f7934ddaa4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/588567f7934ddaa4","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"f4ebd83f3259e0c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4ebd83f3259e0c1","status":"passed","time":{"start":1710284550770,"stop":1710284550771,"duration":1}}]},"tags":[]},"source":"5ceda4b1ae9a1445.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/52bccee4aec3d147.json b/6685/data/test-cases/5d80692816e2e0f7.json similarity index 54% rename from 6651/data/test-cases/52bccee4aec3d147.json rename to 6685/data/test-cases/5d80692816e2e0f7.json index 0036e15b2e9..f52e94e04fe 100644 --- a/6651/data/test-cases/52bccee4aec3d147.json +++ b/6685/data/test-cases/5d80692816e2e0f7.json @@ -1 +1 @@ -{"uid":"52bccee4aec3d147","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":1710205227769,"stop":1710205227770,"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":73,"unknown":0,"total":73},"items":[{"uid":"c0fc173dd685875f","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c0fc173dd685875f","status":"passed","time":{"start":1710205126018,"stop":1710205126018,"duration":0}},{"uid":"62fabcd305177483","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/62fabcd305177483","status":"passed","time":{"start":1710205014939,"stop":1710205014940,"duration":1}},{"uid":"155c365869a62773","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/155c365869a62773","status":"passed","time":{"start":1710204755788,"stop":1710204755789,"duration":1}},{"uid":"f86e7227d819efa2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f86e7227d819efa2","status":"passed","time":{"start":1710203470151,"stop":1710203470154,"duration":3}},{"uid":"2c925efd24e01c94","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2c925efd24e01c94","status":"passed","time":{"start":1710199963490,"stop":1710199963490,"duration":0}},{"uid":"e11993ba43c4eb6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e11993ba43c4eb6","status":"passed","time":{"start":1710199857544,"stop":1710199857545,"duration":1}},{"uid":"f6f553ea2277c6db","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f6f553ea2277c6db","status":"passed","time":{"start":1710197420067,"stop":1710197420068,"duration":1}},{"uid":"d9d2fa02ad939ae4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/d9d2fa02ad939ae4","status":"passed","time":{"start":1710168234025,"stop":1710168234025,"duration":0}},{"uid":"5e23a1e9ee9e30a3","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5e23a1e9ee9e30a3","status":"passed","time":{"start":1710167536306,"stop":1710167536307,"duration":1}},{"uid":"5f19a98ffc60c8e4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5f19a98ffc60c8e4","status":"passed","time":{"start":1710167552779,"stop":1710167552780,"duration":1}},{"uid":"c5fe3d481976a63a","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c5fe3d481976a63a","status":"passed","time":{"start":1710166684446,"stop":1710166684447,"duration":1}},{"uid":"c23e04e4eb187673","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c23e04e4eb187673","status":"passed","time":{"start":1710164921945,"stop":1710164921947,"duration":2}},{"uid":"612e0ac2be49b38a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/612e0ac2be49b38a","status":"passed","time":{"start":1710164068076,"stop":1710164068076,"duration":0}},{"uid":"f71763136c7ff6f0","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f71763136c7ff6f0","status":"passed","time":{"start":1710163928804,"stop":1710163928804,"duration":0}},{"uid":"ab38a4a7aaecd429","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ab38a4a7aaecd429","status":"passed","time":{"start":1710155981056,"stop":1710155981056,"duration":0}},{"uid":"9fbd843a1d767c94","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9fbd843a1d767c94","status":"passed","time":{"start":1710155187856,"stop":1710155187857,"duration":1}},{"uid":"cf3c5b5db8c3ddee","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/cf3c5b5db8c3ddee","status":"passed","time":{"start":1710154858418,"stop":1710154858419,"duration":1}},{"uid":"f6c8737e7be8a510","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f6c8737e7be8a510","status":"passed","time":{"start":1710102828519,"stop":1710102828521,"duration":2}},{"uid":"f6b4e117e2b3332c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f6b4e117e2b3332c","status":"passed","time":{"start":1710081029462,"stop":1710081029463,"duration":1}},{"uid":"df1274c896be215","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/df1274c896be215","status":"passed","time":{"start":1710024696746,"stop":1710024696747,"duration":1}}]},"tags":[]},"source":"52bccee4aec3d147.json","parameterValues":[]} \ No newline at end of file +{"uid":"5d80692816e2e0f7","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":1710308481020,"stop":1710308481020,"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":4,"unknown":0,"total":4},"items":[{"uid":"e3e8224950aedc65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3e8224950aedc65","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"1cd86730ae1f47d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1cd86730ae1f47d7","status":"passed","time":{"start":1710287560340,"stop":1710287560340,"duration":0}},{"uid":"627f8fd2c1984779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/627f8fd2c1984779","status":"passed","time":{"start":1710284826093,"stop":1710284826094,"duration":1}}]},"tags":[]},"source":"5d80692816e2e0f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/2591cd75b9091f82.json b/6685/data/test-cases/5d8f9c18fab1002f.json similarity index 76% rename from 6651/data/test-cases/2591cd75b9091f82.json rename to 6685/data/test-cases/5d8f9c18fab1002f.json index b463eb7f360..68531272978 100644 --- a/6651/data/test-cases/2591cd75b9091f82.json +++ b/6685/data/test-cases/5d8f9c18fab1002f.json @@ -1 +1 @@ -{"uid":"2591cd75b9091f82","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":1710205115571,"stop":1710205115571,"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":73,"unknown":0,"total":73},"items":[{"uid":"a2788b1d2fef84f4","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a2788b1d2fef84f4","status":"passed","time":{"start":1710205004964,"stop":1710205004964,"duration":0}},{"uid":"9a1fb71f6ad0032b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9a1fb71f6ad0032b","status":"passed","time":{"start":1710204900787,"stop":1710204900787,"duration":0}},{"uid":"6b8decf0a8bb7172","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6b8decf0a8bb7172","status":"passed","time":{"start":1710204658516,"stop":1710204658516,"duration":0}},{"uid":"892b0b06a2f6efed","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/892b0b06a2f6efed","status":"passed","time":{"start":1710203380009,"stop":1710203380010,"duration":1}},{"uid":"95f9524044a6474a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/95f9524044a6474a","status":"passed","time":{"start":1710199869973,"stop":1710199869974,"duration":1}},{"uid":"4ec4655ce61d42c6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4ec4655ce61d42c6","status":"passed","time":{"start":1710199772380,"stop":1710199772380,"duration":0}},{"uid":"a6642b8f87bf22bf","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a6642b8f87bf22bf","status":"passed","time":{"start":1710197312732,"stop":1710197312732,"duration":0}},{"uid":"41a502ccca84ccba","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/41a502ccca84ccba","status":"passed","time":{"start":1710168147668,"stop":1710168147669,"duration":1}},{"uid":"44d21cf3865c6dc6","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/44d21cf3865c6dc6","status":"passed","time":{"start":1710167379265,"stop":1710167379266,"duration":1}},{"uid":"7be512a3d3fd810d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7be512a3d3fd810d","status":"passed","time":{"start":1710167447906,"stop":1710167447906,"duration":0}},{"uid":"917100292d5843fa","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/917100292d5843fa","status":"passed","time":{"start":1710166585481,"stop":1710166585482,"duration":1}},{"uid":"841f7576d74e4c9d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/841f7576d74e4c9d","status":"passed","time":{"start":1710164815424,"stop":1710164815424,"duration":0}},{"uid":"93121b7f970630db","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/93121b7f970630db","status":"passed","time":{"start":1710163978915,"stop":1710163978915,"duration":0}},{"uid":"23ea7a2ea5aa380a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/23ea7a2ea5aa380a","status":"passed","time":{"start":1710163834524,"stop":1710163834524,"duration":0}},{"uid":"98e4378f0a424aad","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/98e4378f0a424aad","status":"passed","time":{"start":1710155882163,"stop":1710155882164,"duration":1}},{"uid":"b179ad5e064fe27e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b179ad5e064fe27e","status":"passed","time":{"start":1710155093753,"stop":1710155093753,"duration":0}},{"uid":"a77d5570a2a54ff1","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a77d5570a2a54ff1","status":"passed","time":{"start":1710154718367,"stop":1710154718368,"duration":1}},{"uid":"74e50745ff96872e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/74e50745ff96872e","status":"passed","time":{"start":1710102732566,"stop":1710102732566,"duration":0}},{"uid":"51436eb285c55b2c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/51436eb285c55b2c","status":"passed","time":{"start":1710080936486,"stop":1710080936487,"duration":1}},{"uid":"7c9b15f3988030a2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7c9b15f3988030a2","status":"passed","time":{"start":1710024618614,"stop":1710024618615,"duration":1}}]},"tags":[]},"source":"2591cd75b9091f82.json","parameterValues":[]} \ No newline at end of file +{"uid":"5d8f9c18fab1002f","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":1710308366470,"stop":1710308366471,"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":"155103fda033e27d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/155103fda033e27d","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"b32d6350e63b338c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b32d6350e63b338c","status":"passed","time":{"start":1710287456050,"stop":1710287456054,"duration":4}},{"uid":"5b25522a227b105a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b25522a227b105a","status":"passed","time":{"start":1710284723011,"stop":1710284723012,"duration":1}}]},"tags":[]},"source":"5d8f9c18fab1002f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5de9fed9d7c406ee.json b/6685/data/test-cases/5de9fed9d7c406ee.json new file mode 100644 index 00000000000..5d62d8cb7b5 --- /dev/null +++ b/6685/data/test-cases/5de9fed9d7c406ee.json @@ -0,0 +1 @@ +{"uid":"5de9fed9d7c406ee","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for prod.waku.nodes.status.im","historyId":"82cb23f3a3b678c08c3ef795b5becd49:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307914375,"stop":1710307914375,"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":"15b577c3b82cd0fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/15b577c3b82cd0fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807584,"stop":1710306807584,"duration":0}},{"uid":"a41b04d98d80a63e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a41b04d98d80a63e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012806,"stop":1710287012806,"duration":0}},{"uid":"ee1a2f15d75c370b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee1a2f15d75c370b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275224,"stop":1710284275224,"duration":0}}]},"tags":[]},"source":"5de9fed9d7c406ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d896cc126b4ad63d.json b/6685/data/test-cases/5e545a6d1a486c60.json similarity index 53% rename from 6651/data/test-cases/d896cc126b4ad63d.json rename to 6685/data/test-cases/5e545a6d1a486c60.json index f279a62ba95..9dfb7713041 100644 --- a/6651/data/test-cases/d896cc126b4ad63d.json +++ b/6685/data/test-cases/5e545a6d1a486c60.json @@ -1 +1 @@ -{"uid":"d896cc126b4ad63d","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":1710204847166,"stop":1710204847167,"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}],"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}],"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":3,"skipped":0,"passed":70,"unknown":0,"total":73},"items":[{"uid":"39afbee04ae981d8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/39afbee04ae981d8","status":"passed","time":{"start":1710204758061,"stop":1710204758061,"duration":0}},{"uid":"254b039184cac326","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/254b039184cac326","status":"passed","time":{"start":1710204644537,"stop":1710204644537,"duration":0}},{"uid":"bd3bb5ae0934e6d6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bd3bb5ae0934e6d6","status":"passed","time":{"start":1710204397795,"stop":1710204397796,"duration":1}},{"uid":"33cbcb42084f47ac","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/33cbcb42084f47ac","status":"passed","time":{"start":1710203124567,"stop":1710203124567,"duration":0}},{"uid":"c2620db0efa2ef98","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c2620db0efa2ef98","status":"passed","time":{"start":1710199597269,"stop":1710199597270,"duration":1}},{"uid":"e80fdad561532196","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e80fdad561532196","status":"passed","time":{"start":1710199500505,"stop":1710199500505,"duration":0}},{"uid":"a59b1d40aeafecb","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a59b1d40aeafecb","status":"passed","time":{"start":1710197045885,"stop":1710197045885,"duration":0}},{"uid":"e14bff9958cf6f2a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e14bff9958cf6f2a","status":"passed","time":{"start":1710167852346,"stop":1710167852347,"duration":1}},{"uid":"d756649de04e0317","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d756649de04e0317","status":"passed","time":{"start":1710167082318,"stop":1710167082319,"duration":1}},{"uid":"ce88cc36d200aa19","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ce88cc36d200aa19","status":"passed","time":{"start":1710167195447,"stop":1710167195447,"duration":0}},{"uid":"9d5675e4937fdd9f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/9d5675e4937fdd9f","status":"passed","time":{"start":1710166330619,"stop":1710166330619,"duration":0}},{"uid":"1e789174fdd78b9f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/1e789174fdd78b9f","status":"passed","time":{"start":1710164562598,"stop":1710164562598,"duration":0}},{"uid":"66352c9dc3f6a758","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/66352c9dc3f6a758","status":"passed","time":{"start":1710163707614,"stop":1710163707615,"duration":1}},{"uid":"5a33558c290bd5c2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/5a33558c290bd5c2","status":"passed","time":{"start":1710163560162,"stop":1710163560163,"duration":1}},{"uid":"77a4b971ceb00d78","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/77a4b971ceb00d78","status":"passed","time":{"start":1710155619553,"stop":1710155619554,"duration":1}},{"uid":"11710c6dc5c4361b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/11710c6dc5c4361b","status":"passed","time":{"start":1710154844976,"stop":1710154844976,"duration":0}},{"uid":"3a09eb1c5186317d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3a09eb1c5186317d","status":"passed","time":{"start":1710154443623,"stop":1710154443624,"duration":1}},{"uid":"dc6434daa34e7fc4","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/dc6434daa34e7fc4","status":"passed","time":{"start":1710102468304,"stop":1710102468305,"duration":1}},{"uid":"70f7d5f5282f0be1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/70f7d5f5282f0be1","status":"passed","time":{"start":1710080683651,"stop":1710080683652,"duration":1}},{"uid":"89cfebe77810cccf","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/89cfebe77810cccf","status":"passed","time":{"start":1710024353952,"stop":1710024353952,"duration":0}}]},"tags":[]},"source":"d896cc126b4ad63d.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e545a6d1a486c60","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":1710308092687,"stop":1710308092688,"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}],"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}],"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":"13a71e9b9fcddb3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13a71e9b9fcddb3","status":"passed","time":{"start":1710306981493,"stop":1710306981494,"duration":1}},{"uid":"9a6888657eea443d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a6888657eea443d","status":"passed","time":{"start":1710287198107,"stop":1710287198107,"duration":0}},{"uid":"a664ca10255ab93d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a664ca10255ab93d","status":"passed","time":{"start":1710284459988,"stop":1710284459989,"duration":1}}]},"tags":[]},"source":"5e545a6d1a486c60.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b99c07e056d88b6b.json b/6685/data/test-cases/5e8486e7bc41eac0.json similarity index 53% rename from 6651/data/test-cases/b99c07e056d88b6b.json rename to 6685/data/test-cases/5e8486e7bc41eac0.json index 67bf8cc3160..d501241a0c4 100644 --- a/6651/data/test-cases/b99c07e056d88b6b.json +++ b/6685/data/test-cases/5e8486e7bc41eac0.json @@ -1 +1 @@ -{"uid":"b99c07e056d88b6b","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":1710204847167,"stop":1710204847167,"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}],"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}],"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":3,"skipped":0,"passed":70,"unknown":0,"total":73},"items":[{"uid":"b4dd1ce7baefd249","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b4dd1ce7baefd249","status":"passed","time":{"start":1710204758061,"stop":1710204758061,"duration":0}},{"uid":"378363a7fe9135f8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/378363a7fe9135f8","status":"passed","time":{"start":1710204644538,"stop":1710204644538,"duration":0}},{"uid":"dcc37ad2e8e8657a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/dcc37ad2e8e8657a","status":"passed","time":{"start":1710204397797,"stop":1710204397797,"duration":0}},{"uid":"e4366811a7f3853","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e4366811a7f3853","status":"passed","time":{"start":1710203124567,"stop":1710203124567,"duration":0}},{"uid":"eb149ca7622bc7ac","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/eb149ca7622bc7ac","status":"passed","time":{"start":1710199597272,"stop":1710199597273,"duration":1}},{"uid":"af17a466344a78d9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/af17a466344a78d9","status":"passed","time":{"start":1710199500505,"stop":1710199500505,"duration":0}},{"uid":"b5d15054b9843c0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b5d15054b9843c0","status":"passed","time":{"start":1710197045887,"stop":1710197045888,"duration":1}},{"uid":"4c0e1a01fdb6d238","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4c0e1a01fdb6d238","status":"passed","time":{"start":1710167852347,"stop":1710167852347,"duration":0}},{"uid":"5e26727c6430244f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5e26727c6430244f","status":"passed","time":{"start":1710167082319,"stop":1710167082319,"duration":0}},{"uid":"c42a760a7db9868a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c42a760a7db9868a","status":"passed","time":{"start":1710167195448,"stop":1710167195448,"duration":0}},{"uid":"98746cf43ee36f83","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/98746cf43ee36f83","status":"passed","time":{"start":1710166330619,"stop":1710166330620,"duration":1}},{"uid":"8ba9b29122b56409","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8ba9b29122b56409","status":"passed","time":{"start":1710164562599,"stop":1710164562599,"duration":0}},{"uid":"1906a57d081d36f0","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1906a57d081d36f0","status":"passed","time":{"start":1710163707615,"stop":1710163707616,"duration":1}},{"uid":"4e6e81a43afd85db","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4e6e81a43afd85db","status":"passed","time":{"start":1710163560163,"stop":1710163560164,"duration":1}},{"uid":"4611e20922a44d70","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/4611e20922a44d70","status":"passed","time":{"start":1710155619554,"stop":1710155619556,"duration":2}},{"uid":"8d06c2d990c70590","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8d06c2d990c70590","status":"passed","time":{"start":1710154844980,"stop":1710154844981,"duration":1}},{"uid":"53a1bb760b0dcc86","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/53a1bb760b0dcc86","status":"passed","time":{"start":1710154443624,"stop":1710154443624,"duration":0}},{"uid":"780c0a63ad553a97","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/780c0a63ad553a97","status":"passed","time":{"start":1710102468306,"stop":1710102468306,"duration":0}},{"uid":"fc09b2953944cbca","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/fc09b2953944cbca","status":"passed","time":{"start":1710080683652,"stop":1710080683652,"duration":0}},{"uid":"2d27ca4b02e51c5c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2d27ca4b02e51c5c","status":"passed","time":{"start":1710024353953,"stop":1710024353953,"duration":0}}]},"tags":[]},"source":"b99c07e056d88b6b.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e8486e7bc41eac0","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":1710308092688,"stop":1710308092688,"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}],"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}],"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":"d8f4cf8e0f63724c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8f4cf8e0f63724c","status":"passed","time":{"start":1710306981494,"stop":1710306981494,"duration":0}},{"uid":"ea05ee004315a6f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea05ee004315a6f5","status":"passed","time":{"start":1710287198107,"stop":1710287198108,"duration":1}},{"uid":"f18446f73e7878bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18446f73e7878bd","status":"passed","time":{"start":1710284459989,"stop":1710284459989,"duration":0}}]},"tags":[]},"source":"5e8486e7bc41eac0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5e86b9b0e6a71c85.json b/6685/data/test-cases/5e86b9b0e6a71c85.json new file mode 100644 index 00000000000..d4c3ae42766 --- /dev/null +++ b/6685/data/test-cases/5e86b9b0e6a71c85.json @@ -0,0 +1 @@ +{"uid":"5e86b9b0e6a71c85","name":"`waku:online` bwtween 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > `waku:online` bwtween 2 js-waku relay nodes","historyId":"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307991226,"stop":1710307991226,"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":4,"unknown":0,"total":4},"items":[{"uid":"63b8953a0fb524dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63b8953a0fb524dd","status":"passed","time":{"start":1710306877073,"stop":1710306877073,"duration":0}},{"uid":"62061d96e19715ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/62061d96e19715ca","status":"passed","time":{"start":1710287085417,"stop":1710287085418,"duration":1}},{"uid":"4e5d4fa15d35ffde","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e5d4fa15d35ffde","status":"passed","time":{"start":1710284350512,"stop":1710284350512,"duration":0}}]},"tags":[]},"source":"5e86b9b0e6a71c85.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5f0ed77024dcf6fb.json b/6685/data/test-cases/5f0ed77024dcf6fb.json new file mode 100644 index 00000000000..db20d3547fc --- /dev/null +++ b/6685/data/test-cases/5f0ed77024dcf6fb.json @@ -0,0 +1 @@ +{"uid":"5f0ed77024dcf6fb","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no id","historyId":"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898600,"stop":1710307898604,"duration":4},"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":"e88c5d74f0294cdf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e88c5d74f0294cdf","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"9040d3b60abd2f3e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9040d3b60abd2f3e","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"2874a1f49b8910d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2874a1f49b8910d1","status":"passed","time":{"start":1710284259603,"stop":1710284259607,"duration":4}}]},"tags":[]},"source":"5f0ed77024dcf6fb.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5f5de46526bf25cd.json b/6685/data/test-cases/5f5de46526bf25cd.json new file mode 100644 index 00000000000..b156846eb0e --- /dev/null +++ b/6685/data/test-cases/5f5de46526bf25cd.json @@ -0,0 +1 @@ +{"uid":"5f5de46526bf25cd","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":1710307923915,"stop":1710307923916,"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":"a56681d53b0ad2cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a56681d53b0ad2cb","status":"passed","time":{"start":1710306816842,"stop":1710306816842,"duration":0}},{"uid":"8067104299e9b04b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8067104299e9b04b","status":"passed","time":{"start":1710287022153,"stop":1710287022154,"duration":1}},{"uid":"8fb1104e1db5ea8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fb1104e1db5ea8d","status":"passed","time":{"start":1710284284834,"stop":1710284284835,"duration":1}}]},"tags":[]},"source":"5f5de46526bf25cd.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5f5f9aea320ebe41.json b/6685/data/test-cases/5f5f9aea320ebe41.json new file mode 100644 index 00000000000..cfc2c183f9b --- /dev/null +++ b/6685/data/test-cases/5f5f9aea320ebe41.json @@ -0,0 +1 @@ +{"uid":"5f5f9aea320ebe41","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":1710307914374,"stop":1710307914374,"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":"2b66495eef116772","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b66495eef116772","status":"passed","time":{"start":1710306807583,"stop":1710306807583,"duration":0}},{"uid":"27921236ad91e107","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27921236ad91e107","status":"passed","time":{"start":1710287012804,"stop":1710287012805,"duration":1}},{"uid":"9d1e3235b63eba4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d1e3235b63eba4a","status":"passed","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"tags":[]},"source":"5f5f9aea320ebe41.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/5f9b9d4bd7ac7b36.json b/6685/data/test-cases/5f9b9d4bd7ac7b36.json new file mode 100644 index 00000000000..fbfb97781d5 --- /dev/null +++ b/6685/data/test-cases/5f9b9d4bd7ac7b36.json @@ -0,0 +1 @@ +{"uid":"5f9b9d4bd7ac7b36","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":1710308416746,"stop":1710308416746,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"f1958781a922d330","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1958781a922d330","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"44c97bd98da0030c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44c97bd98da0030c","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"9d214717d820f03d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d214717d820f03d","status":"passed","time":{"start":1710284775872,"stop":1710284775872,"duration":0}}]},"tags":[]},"source":"5f9b9d4bd7ac7b36.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5dc3cf8875a2b4c.json b/6685/data/test-cases/603c72a27589d4a.json similarity index 76% rename from 6651/data/test-cases/5dc3cf8875a2b4c.json rename to 6685/data/test-cases/603c72a27589d4a.json index 830ef608dbc..19b9c860609 100644 --- a/6651/data/test-cases/5dc3cf8875a2b4c.json +++ b/6685/data/test-cases/603c72a27589d4a.json @@ -1 +1 @@ -{"uid":"5dc3cf8875a2b4c","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":1710204847311,"stop":1710204847311,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"6437762afbe45c94","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/6437762afbe45c94","status":"passed","time":{"start":1710204755954,"stop":1710204755954,"duration":0}},{"uid":"de97d0a11d9131f9","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/de97d0a11d9131f9","status":"passed","time":{"start":1710204636125,"stop":1710204636125,"duration":0}},{"uid":"82de4ad96b2425c7","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/82de4ad96b2425c7","status":"passed","time":{"start":1710204395494,"stop":1710204395494,"duration":0}},{"uid":"8e11dc5ee158ef03","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8e11dc5ee158ef03","status":"passed","time":{"start":1710203122010,"stop":1710203122010,"duration":0}},{"uid":"34a040a382b42d70","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/34a040a382b42d70","status":"passed","time":{"start":1710199608853,"stop":1710199608854,"duration":1}},{"uid":"aea42f5cf9370d89","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/aea42f5cf9370d89","status":"passed","time":{"start":1710199506576,"stop":1710199506576,"duration":0}},{"uid":"87a8796554901b6d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/87a8796554901b6d","status":"passed","time":{"start":1710197033294,"stop":1710197033295,"duration":1}},{"uid":"27d5355363a00dab","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/27d5355363a00dab","status":"passed","time":{"start":1710167869170,"stop":1710167869170,"duration":0}},{"uid":"a1659aaf96946ba8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a1659aaf96946ba8","status":"passed","time":{"start":1710167049299,"stop":1710167049299,"duration":0}},{"uid":"2c8e5d3415a38595","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2c8e5d3415a38595","status":"passed","time":{"start":1710167194775,"stop":1710167194776,"duration":1}},{"uid":"c0844ccf8fea4d21","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c0844ccf8fea4d21","status":"passed","time":{"start":1710166328856,"stop":1710166328856,"duration":0}},{"uid":"3c369a7a4f3bf26f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3c369a7a4f3bf26f","status":"passed","time":{"start":1710164551149,"stop":1710164551149,"duration":0}},{"uid":"f741ba7998594290","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f741ba7998594290","status":"passed","time":{"start":1710163716004,"stop":1710163716004,"duration":0}},{"uid":"99b8241eab71398b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/99b8241eab71398b","status":"passed","time":{"start":1710163568085,"stop":1710163568085,"duration":0}},{"uid":"76446a648d5f3144","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/76446a648d5f3144","status":"passed","time":{"start":1710155626335,"stop":1710155626335,"duration":0}},{"uid":"fae678d6e760dc66","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/fae678d6e760dc66","status":"passed","time":{"start":1710154824294,"stop":1710154824294,"duration":0}},{"uid":"d6b8e3d659614c4d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d6b8e3d659614c4d","status":"passed","time":{"start":1710154466438,"stop":1710154466438,"duration":0}},{"uid":"b2850bad79725c10","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b2850bad79725c10","status":"passed","time":{"start":1710102475255,"stop":1710102475270,"duration":15}},{"uid":"6a77c4c9466c19de","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6a77c4c9466c19de","status":"passed","time":{"start":1710080673294,"stop":1710080673294,"duration":0}},{"uid":"6dd37dcc241d4bb6","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6dd37dcc241d4bb6","status":"passed","time":{"start":1710024327582,"stop":1710024327582,"duration":0}}]},"tags":[]},"source":"5dc3cf8875a2b4c.json","parameterValues":[]} \ No newline at end of file +{"uid":"603c72a27589d4a","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":1710308097736,"stop":1710308097737,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"6f73eaff66e6ee16","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f73eaff66e6ee16","status":"passed","time":{"start":1710306994277,"stop":1710306994278,"duration":1}},{"uid":"fda22d10c3cf13a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fda22d10c3cf13a7","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"bc71028bdaed3b5d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc71028bdaed3b5d","status":"passed","time":{"start":1710284459557,"stop":1710284459557,"duration":0}}]},"tags":[]},"source":"603c72a27589d4a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/604686753df1b9e1.json b/6685/data/test-cases/604686753df1b9e1.json new file mode 100644 index 00000000000..aab418d48e1 --- /dev/null +++ b/6685/data/test-cases/604686753df1b9e1.json @@ -0,0 +1 @@ +{"uid":"604686753df1b9e1","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":1710308232607,"stop":1710308232607,"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":"9c5d3446ca166267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c5d3446ca166267","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"ec99692f5188e267","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec99692f5188e267","status":"passed","time":{"start":1710287304929,"stop":1710287304929,"duration":0}},{"uid":"bbcbdee2072b7692","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbcbdee2072b7692","status":"passed","time":{"start":1710284567110,"stop":1710284567110,"duration":0}}]},"tags":[]},"source":"604686753df1b9e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6077dec9eca582b4.json b/6685/data/test-cases/6077dec9eca582b4.json new file mode 100644 index 00000000000..215da49f50c --- /dev/null +++ b/6685/data/test-cases/6077dec9eca582b4.json @@ -0,0 +1 @@ +{"uid":"6077dec9eca582b4","name":"Relay + Store","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay + Store","historyId":"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307948300,"stop":1710307948301,"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":"92add123db6ce497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/92add123db6ce497","status":"passed","time":{"start":1710306843280,"stop":1710306843280,"duration":0}},{"uid":"e2ac324e356483fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2ac324e356483fe","status":"passed","time":{"start":1710287049490,"stop":1710287049491,"duration":1}},{"uid":"561f185ff56b1492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/561f185ff56b1492","status":"passed","time":{"start":1710284310419,"stop":1710284310419,"duration":0}}]},"tags":[]},"source":"6077dec9eca582b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6160b08711ee273a.json b/6685/data/test-cases/6160b08711ee273a.json new file mode 100644 index 00000000000..26a01bccdc4 --- /dev/null +++ b/6685/data/test-cases/6160b08711ee273a.json @@ -0,0 +1 @@ +{"uid":"6160b08711ee273a","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":1710308416718,"stop":1710308416718,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"c174b63fd0a03578","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c174b63fd0a03578","status":"passed","time":{"start":1710307308618,"stop":1710307308618,"duration":0}},{"uid":"d76ef03a7dccf257","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d76ef03a7dccf257","status":"passed","time":{"start":1710287509743,"stop":1710287509744,"duration":1}},{"uid":"1074cd76e28236c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1074cd76e28236c","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"tags":[]},"source":"6160b08711ee273a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/61926b0960a885db.json b/6685/data/test-cases/61926b0960a885db.json new file mode 100644 index 00000000000..20d9dc0b55a --- /dev/null +++ b/6685/data/test-cases/61926b0960a885db.json @@ -0,0 +1 @@ +{"uid":"61926b0960a885db","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":1710307914058,"stop":1710307914059,"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":"3a22800c63a4b640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a22800c63a4b640","status":"passed","time":{"start":1710306807147,"stop":1710306807148,"duration":1}},{"uid":"c819b54ebb198203","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c819b54ebb198203","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8d2ba52bad61ff8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d2ba52bad61ff8e","status":"passed","time":{"start":1710284274242,"stop":1710284274243,"duration":1}}]},"tags":[]},"source":"61926b0960a885db.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6287513d2edaaa9f.json b/6685/data/test-cases/6287513d2edaaa9f.json new file mode 100644 index 00000000000..25c9cd26e7f --- /dev/null +++ b/6685/data/test-cases/6287513d2edaaa9f.json @@ -0,0 +1 @@ +{"uid":"6287513d2edaaa9f","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":1710308515426,"stop":1710308515427,"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":"d3c212d623f1152e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c212d623f1152e","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"a4238ed07ef52387","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4238ed07ef52387","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1bab550f8a6cc572","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bab550f8a6cc572","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"tags":[]},"source":"6287513d2edaaa9f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/62aa9a74503de089.json b/6685/data/test-cases/62aa9a74503de089.json new file mode 100644 index 00000000000..21afaf4b2ed --- /dev/null +++ b/6685/data/test-cases/62aa9a74503de089.json @@ -0,0 +1 @@ +{"uid":"62aa9a74503de089","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":1710308515428,"stop":1710308515428,"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":"d86e27e65d071110","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d86e27e65d071110","status":"passed","time":{"start":1710307402637,"stop":1710307402637,"duration":0}},{"uid":"29e54c87519ceb1d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e54c87519ceb1d","status":"passed","time":{"start":1710287608799,"stop":1710287608800,"duration":1}},{"uid":"2c4b91bd63ab477c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c4b91bd63ab477c","status":"passed","time":{"start":1710284881703,"stop":1710284881703,"duration":0}}]},"tags":[]},"source":"62aa9a74503de089.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/299b07d0d5577954.json b/6685/data/test-cases/62eed97231bd16b6.json similarity index 83% rename from 6651/data/test-cases/299b07d0d5577954.json rename to 6685/data/test-cases/62eed97231bd16b6.json index 7a3f92a78aa..1ef16d64958 100644 --- a/6651/data/test-cases/299b07d0d5577954.json +++ b/6685/data/test-cases/62eed97231bd16b6.json @@ -1 +1 @@ -{"uid":"299b07d0d5577954","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":1710205063394,"stop":1710205063395,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"1368c55a5eff1785","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/1368c55a5eff1785","status":"passed","time":{"start":1710204974349,"stop":1710204974349,"duration":0}},{"uid":"22829414cb0c21f6","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/22829414cb0c21f6","status":"passed","time":{"start":1710204858026,"stop":1710204858026,"duration":0}},{"uid":"64d9b2af917c9f8f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/64d9b2af917c9f8f","status":"passed","time":{"start":1710204613861,"stop":1710204613862,"duration":1}},{"uid":"239e2f2e42f57c6f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/239e2f2e42f57c6f","status":"passed","time":{"start":1710203332583,"stop":1710203332584,"duration":1}},{"uid":"2e453d83f48892a8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2e453d83f48892a8","status":"passed","time":{"start":1710199825171,"stop":1710199825171,"duration":0}},{"uid":"fe55d1c5c954d061","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/fe55d1c5c954d061","status":"passed","time":{"start":1710199731743,"stop":1710199731743,"duration":0}},{"uid":"99ce015c1f6cb09a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/99ce015c1f6cb09a","status":"passed","time":{"start":1710197275092,"stop":1710197275093,"duration":1}},{"uid":"974614a53d557a5f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/974614a53d557a5f","status":"passed","time":{"start":1710168106252,"stop":1710168106253,"duration":1}},{"uid":"872fd9f250d4fef0","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/872fd9f250d4fef0","status":"passed","time":{"start":1710167360890,"stop":1710167360890,"duration":0}},{"uid":"c0c2a54ccda61199","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c0c2a54ccda61199","status":"passed","time":{"start":1710167407536,"stop":1710167407537,"duration":1}},{"uid":"175785897e854ba6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/175785897e854ba6","status":"passed","time":{"start":1710166544368,"stop":1710166544369,"duration":1}},{"uid":"d11341cd2444813f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/d11341cd2444813f","status":"passed","time":{"start":1710164782775,"stop":1710164782776,"duration":1}},{"uid":"9b9314598f95406e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9b9314598f95406e","status":"passed","time":{"start":1710163934749,"stop":1710163934750,"duration":1}},{"uid":"2b0dacec50004a6c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2b0dacec50004a6c","status":"passed","time":{"start":1710163799562,"stop":1710163799563,"duration":1}},{"uid":"b2f2f6c22298c4c9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b2f2f6c22298c4c9","status":"passed","time":{"start":1710155833682,"stop":1710155833683,"duration":1}},{"uid":"2ff26bdebac2d037","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2ff26bdebac2d037","status":"passed","time":{"start":1710155066227,"stop":1710155066227,"duration":0}},{"uid":"db413254812473d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/db413254812473d","status":"passed","time":{"start":1710154684614,"stop":1710154684615,"duration":1}},{"uid":"4620914020f3ff23","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4620914020f3ff23","status":"passed","time":{"start":1710102693367,"stop":1710102693368,"duration":1}},{"uid":"b54ec697c163eec9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b54ec697c163eec9","status":"passed","time":{"start":1710080898337,"stop":1710080898337,"duration":0}},{"uid":"a8b0b7432b920c4d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a8b0b7432b920c4d","status":"passed","time":{"start":1710024575238,"stop":1710024575239,"duration":1}}]},"tags":[]},"source":"299b07d0d5577954.json","parameterValues":[]} \ No newline at end of file +{"uid":"62eed97231bd16b6","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":1710308322566,"stop":1710308322567,"duration":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":"2ecb5beb9cd837ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ecb5beb9cd837ab","status":"passed","time":{"start":1710307207048,"stop":1710307207049,"duration":1}},{"uid":"ab921c90e25d43e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab921c90e25d43e7","status":"passed","time":{"start":1710287412739,"stop":1710287412740,"duration":1}},{"uid":"3f8d382ae7449437","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f8d382ae7449437","status":"passed","time":{"start":1710284680765,"stop":1710284680766,"duration":1}}]},"tags":[]},"source":"62eed97231bd16b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/62f2fcc847c6df65.json b/6685/data/test-cases/62f2fcc847c6df65.json new file mode 100644 index 00000000000..546a934ee61 --- /dev/null +++ b/6685/data/test-cases/62f2fcc847c6df65.json @@ -0,0 +1 @@ +{"uid":"62f2fcc847c6df65","name":"Relay","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay","historyId":"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307948300,"stop":1710307948300,"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":"1293209433bd2924","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1293209433bd2924","status":"passed","time":{"start":1710306843279,"stop":1710306843280,"duration":1}},{"uid":"6d41b15967870c78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d41b15967870c78","status":"passed","time":{"start":1710287049490,"stop":1710287049490,"duration":0}},{"uid":"57ea37538c97c87a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57ea37538c97c87a","status":"passed","time":{"start":1710284310418,"stop":1710284310419,"duration":1}}]},"tags":[]},"source":"62f2fcc847c6df65.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/632d9d23090b5b32.json b/6685/data/test-cases/632d9d23090b5b32.json new file mode 100644 index 00000000000..b2d051f6cea --- /dev/null +++ b/6685/data/test-cases/632d9d23090b5b32.json @@ -0,0 +1 @@ +{"uid":"632d9d23090b5b32","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":1710308515427,"stop":1710308515428,"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":"35416b4effa96e0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35416b4effa96e0c","status":"passed","time":{"start":1710307402636,"stop":1710307402637,"duration":1}},{"uid":"34d59a28020ea9a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34d59a28020ea9a2","status":"passed","time":{"start":1710287608799,"stop":1710287608799,"duration":0}},{"uid":"ce94744656734a7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce94744656734a7","status":"passed","time":{"start":1710284881702,"stop":1710284881703,"duration":1}}]},"tags":[]},"source":"632d9d23090b5b32.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/598eb99166d1c948.json b/6685/data/test-cases/632e4713bacd2fb5.json similarity index 76% rename from 6651/data/test-cases/598eb99166d1c948.json rename to 6685/data/test-cases/632e4713bacd2fb5.json index 53e6b770ee1..a573f18fc68 100644 --- a/6651/data/test-cases/598eb99166d1c948.json +++ b/6685/data/test-cases/632e4713bacd2fb5.json @@ -1 +1 @@ -{"uid":"598eb99166d1c948","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":1710205115576,"stop":1710205115576,"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":73,"unknown":0,"total":73},"items":[{"uid":"cd361057e98d97a3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/cd361057e98d97a3","status":"passed","time":{"start":1710205004980,"stop":1710205004981,"duration":1}},{"uid":"eeb3d80bc9f4ef34","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/eeb3d80bc9f4ef34","status":"passed","time":{"start":1710204900796,"stop":1710204900796,"duration":0}},{"uid":"97919df1fefd8e76","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/97919df1fefd8e76","status":"passed","time":{"start":1710204658524,"stop":1710204658524,"duration":0}},{"uid":"31b4103861cc2977","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/31b4103861cc2977","status":"passed","time":{"start":1710203380017,"stop":1710203380017,"duration":0}},{"uid":"24ccd592edeff45e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/24ccd592edeff45e","status":"passed","time":{"start":1710199870006,"stop":1710199870006,"duration":0}},{"uid":"2b4b621795368eec","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2b4b621795368eec","status":"passed","time":{"start":1710199772384,"stop":1710199772385,"duration":1}},{"uid":"debfb6093941e537","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/debfb6093941e537","status":"passed","time":{"start":1710197312741,"stop":1710197312741,"duration":0}},{"uid":"eb97bf2c7006796b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/eb97bf2c7006796b","status":"passed","time":{"start":1710168147689,"stop":1710168147690,"duration":1}},{"uid":"83a83278766ff1a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/83a83278766ff1a","status":"passed","time":{"start":1710167379273,"stop":1710167379273,"duration":0}},{"uid":"d14e9c2f6b84ef1a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d14e9c2f6b84ef1a","status":"passed","time":{"start":1710167447913,"stop":1710167447914,"duration":1}},{"uid":"79b32637afc90ebb","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/79b32637afc90ebb","status":"passed","time":{"start":1710166585489,"stop":1710166585489,"duration":0}},{"uid":"aac1f95efb417f8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/aac1f95efb417f8","status":"passed","time":{"start":1710164815448,"stop":1710164815448,"duration":0}},{"uid":"6a5f15ccc41ac4ba","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6a5f15ccc41ac4ba","status":"passed","time":{"start":1710163978919,"stop":1710163978919,"duration":0}},{"uid":"96941372f9df382c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/96941372f9df382c","status":"passed","time":{"start":1710163834529,"stop":1710163834529,"duration":0}},{"uid":"b436a8c5d6ac1644","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b436a8c5d6ac1644","status":"passed","time":{"start":1710155882180,"stop":1710155882180,"duration":0}},{"uid":"45697cb056591dbb","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/45697cb056591dbb","status":"passed","time":{"start":1710155093759,"stop":1710155093760,"duration":1}},{"uid":"bc93f6c3cdf974df","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/bc93f6c3cdf974df","status":"passed","time":{"start":1710154718375,"stop":1710154718376,"duration":1}},{"uid":"feaa355b371d420e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/feaa355b371d420e","status":"passed","time":{"start":1710102732572,"stop":1710102732572,"duration":0}},{"uid":"10699a0c2e0f75b6","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/10699a0c2e0f75b6","status":"passed","time":{"start":1710080936491,"stop":1710080936491,"duration":0}},{"uid":"da480b9b25e03a52","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/da480b9b25e03a52","status":"passed","time":{"start":1710024618619,"stop":1710024618620,"duration":1}}]},"tags":[]},"source":"598eb99166d1c948.json","parameterValues":[]} \ No newline at end of file +{"uid":"632e4713bacd2fb5","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":1710308366512,"stop":1710308366512,"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":"2c0abfdfabf9ae75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0abfdfabf9ae75","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"bf8686d56ec0432f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8686d56ec0432f","status":"passed","time":{"start":1710287456068,"stop":1710287456068,"duration":0}},{"uid":"3f589648b0508864","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f589648b0508864","status":"passed","time":{"start":1710284723021,"stop":1710284723021,"duration":0}}]},"tags":[]},"source":"632e4713bacd2fb5.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/637f3196ed316a60.json b/6685/data/test-cases/637f3196ed316a60.json new file mode 100644 index 00000000000..c69508feff5 --- /dev/null +++ b/6685/data/test-cases/637f3196ed316a60.json @@ -0,0 +1 @@ +{"uid":"637f3196ed316a60","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":1710307950770,"stop":1710307950770,"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":"879d91838df8ad6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/879d91838df8ad6a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"c779fa30fccd1471","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c779fa30fccd1471","status":"passed","time":{"start":1710287049793,"stop":1710287049794,"duration":1}},{"uid":"21162e4a2b58362","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/21162e4a2b58362","status":"passed","time":{"start":1710284312193,"stop":1710284312194,"duration":1}}]},"tags":[]},"source":"637f3196ed316a60.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/64455f73f6a0cbb5.json b/6685/data/test-cases/64455f73f6a0cbb5.json new file mode 100644 index 00000000000..f11d2f6b04b --- /dev/null +++ b/6685/data/test-cases/64455f73f6a0cbb5.json @@ -0,0 +1 @@ +{"uid":"64455f73f6a0cbb5","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":1710308092722,"stop":1710308092722,"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":"4bc604a1442a69eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc604a1442a69eb","status":"passed","time":{"start":1710306981524,"stop":1710306981525,"duration":1}},{"uid":"6645a9bc810b691f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6645a9bc810b691f","status":"passed","time":{"start":1710287198171,"stop":1710287198171,"duration":0}},{"uid":"41578f2b10b08b78","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41578f2b10b08b78","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"tags":[]},"source":"64455f73f6a0cbb5.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/64a1627951e49c06.json b/6685/data/test-cases/64a1627951e49c06.json new file mode 100644 index 00000000000..5b0d1eeaefb --- /dev/null +++ b/6685/data/test-cases/64a1627951e49c06.json @@ -0,0 +1 @@ +{"uid":"64a1627951e49c06","name":"isConnected should return false after all peers disconnect","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:disconnect > isConnected should return false after all peers disconnect","historyId":"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307940215,"stop":1710307940216,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:disconnect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e60d6070b1ead4ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e60d6070b1ead4ef","status":"passed","time":{"start":1710306833586,"stop":1710306833587,"duration":1}},{"uid":"4be4d1dd5e0a612c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4be4d1dd5e0a612c","status":"passed","time":{"start":1710287039379,"stop":1710287039380,"duration":1}},{"uid":"153662f83ec047be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/153662f83ec047be","status":"passed","time":{"start":1710284302047,"stop":1710284302048,"duration":1}}]},"tags":[]},"source":"64a1627951e49c06.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/64cf644f6846753b.json b/6685/data/test-cases/64cf644f6846753b.json new file mode 100644 index 00000000000..282bff1a956 --- /dev/null +++ b/6685/data/test-cases/64cf644f6846753b.json @@ -0,0 +1 @@ +{"uid":"64cf644f6846753b","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":1710308092719,"stop":1710308092719,"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":"d669d81e8897781a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d669d81e8897781a","status":"passed","time":{"start":1710306981518,"stop":1710306981519,"duration":1}},{"uid":"602cd86a1cdae1a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/602cd86a1cdae1a9","status":"passed","time":{"start":1710287198168,"stop":1710287198168,"duration":0}},{"uid":"c306b2f4f3d6102d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c306b2f4f3d6102d","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"tags":[]},"source":"64cf644f6846753b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/813075ac1fa4d3c7.json b/6685/data/test-cases/64d984a33c1d9dfb.json similarity index 76% rename from 6651/data/test-cases/813075ac1fa4d3c7.json rename to 6685/data/test-cases/64d984a33c1d9dfb.json index 77c0fc11027..983e39747cc 100644 --- a/6651/data/test-cases/813075ac1fa4d3c7.json +++ b/6685/data/test-cases/64d984a33c1d9dfb.json @@ -1 +1 @@ -{"uid":"813075ac1fa4d3c7","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":1710205115572,"stop":1710205115573,"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":73,"unknown":0,"total":73},"items":[{"uid":"cf6ca411ef1acb7d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/cf6ca411ef1acb7d","status":"passed","time":{"start":1710205004966,"stop":1710205004969,"duration":3}},{"uid":"4eb0d6d6a36815bb","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4eb0d6d6a36815bb","status":"passed","time":{"start":1710204900788,"stop":1710204900788,"duration":0}},{"uid":"5bd2b53bb90902aa","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5bd2b53bb90902aa","status":"passed","time":{"start":1710204658517,"stop":1710204658520,"duration":3}},{"uid":"7096741a1b6cc51f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/7096741a1b6cc51f","status":"passed","time":{"start":1710203380013,"stop":1710203380013,"duration":0}},{"uid":"8bab7092ced41227","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/8bab7092ced41227","status":"passed","time":{"start":1710199869976,"stop":1710199869979,"duration":3}},{"uid":"fbb3f2bd2d1d9263","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/fbb3f2bd2d1d9263","status":"passed","time":{"start":1710199772381,"stop":1710199772381,"duration":0}},{"uid":"95aad614450ddcf","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/95aad614450ddcf","status":"passed","time":{"start":1710197312733,"stop":1710197312733,"duration":0}},{"uid":"b1bbc279095595b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b1bbc279095595b","status":"passed","time":{"start":1710168147670,"stop":1710168147670,"duration":0}},{"uid":"61773ce708222a67","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/61773ce708222a67","status":"passed","time":{"start":1710167379267,"stop":1710167379268,"duration":1}},{"uid":"2adefffcf68e98b3","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2adefffcf68e98b3","status":"passed","time":{"start":1710167447907,"stop":1710167447908,"duration":1}},{"uid":"dba5c48b1963c9f2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/dba5c48b1963c9f2","status":"passed","time":{"start":1710166585484,"stop":1710166585485,"duration":1}},{"uid":"a9304f1cb52e8cdf","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/a9304f1cb52e8cdf","status":"passed","time":{"start":1710164815437,"stop":1710164815438,"duration":1}},{"uid":"c46c39495bd4f114","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c46c39495bd4f114","status":"passed","time":{"start":1710163978916,"stop":1710163978916,"duration":0}},{"uid":"2daf2d2f4b2ec410","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2daf2d2f4b2ec410","status":"passed","time":{"start":1710163834525,"stop":1710163834525,"duration":0}},{"uid":"bd94c986adf7b05e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bd94c986adf7b05e","status":"passed","time":{"start":1710155882168,"stop":1710155882173,"duration":5}},{"uid":"bf5b8e4a5b4e9464","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/bf5b8e4a5b4e9464","status":"passed","time":{"start":1710155093754,"stop":1710155093755,"duration":1}},{"uid":"9a456cee25d9066e","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/9a456cee25d9066e","status":"passed","time":{"start":1710154718370,"stop":1710154718371,"duration":1}},{"uid":"524bfd20360cc909","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/524bfd20360cc909","status":"passed","time":{"start":1710102732567,"stop":1710102732568,"duration":1}},{"uid":"6d62077f93895eea","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6d62077f93895eea","status":"passed","time":{"start":1710080936487,"stop":1710080936488,"duration":1}},{"uid":"9772a9a279b2bf3e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9772a9a279b2bf3e","status":"passed","time":{"start":1710024618616,"stop":1710024618616,"duration":0}}]},"tags":[]},"source":"813075ac1fa4d3c7.json","parameterValues":[]} \ No newline at end of file +{"uid":"64d984a33c1d9dfb","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":1710308366472,"stop":1710308366472,"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":"f9a51d3548bd6922","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9a51d3548bd6922","status":"passed","time":{"start":1710307247765,"stop":1710307247765,"duration":0}},{"uid":"809ebc0a61cd2efb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/809ebc0a61cd2efb","status":"passed","time":{"start":1710287456056,"stop":1710287456058,"duration":2}},{"uid":"e04a4b43cef0d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04a4b43cef0d69","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"tags":[]},"source":"64d984a33c1d9dfb.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8dbdcd1f6e9665f3.json b/6685/data/test-cases/65158b7cbdcd1238.json similarity index 84% rename from 6651/data/test-cases/8dbdcd1f6e9665f3.json rename to 6685/data/test-cases/65158b7cbdcd1238.json index 2b58d52f29f..bd7245f6e0f 100644 --- a/6651/data/test-cases/8dbdcd1f6e9665f3.json +++ b/6685/data/test-cases/65158b7cbdcd1238.json @@ -1 +1 @@ -{"uid":"8dbdcd1f6e9665f3","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":1710205233003,"stop":1710205233003,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"3532c3f2e1b6607","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3532c3f2e1b6607","status":"passed","time":{"start":1710205120345,"stop":1710205120345,"duration":0}},{"uid":"20cc904882dc25f4","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/20cc904882dc25f4","status":"passed","time":{"start":1710205004852,"stop":1710205004852,"duration":0}},{"uid":"98229bf6b5b21601","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/98229bf6b5b21601","status":"passed","time":{"start":1710204772086,"stop":1710204772086,"duration":0}},{"uid":"19d6c99bbfbd23aa","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/19d6c99bbfbd23aa","status":"passed","time":{"start":1710203476056,"stop":1710203476057,"duration":1}},{"uid":"b41c0bfbad537e58","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b41c0bfbad537e58","status":"passed","time":{"start":1710199958106,"stop":1710199958107,"duration":1}},{"uid":"e09bddf8a46c4307","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e09bddf8a46c4307","status":"passed","time":{"start":1710199882632,"stop":1710199882632,"duration":0}},{"uid":"57dc3adf6c9fc79b","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/57dc3adf6c9fc79b","status":"passed","time":{"start":1710197397382,"stop":1710197397382,"duration":0}},{"uid":"292c535b78883345","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/292c535b78883345","status":"passed","time":{"start":1710168235125,"stop":1710168235126,"duration":1}},{"uid":"7a513c308e374d0d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7a513c308e374d0d","status":"passed","time":{"start":1710167420248,"stop":1710167420248,"duration":0}},{"uid":"c1caf5a9aaa61a71","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c1caf5a9aaa61a71","status":"passed","time":{"start":1710167568722,"stop":1710167568722,"duration":0}},{"uid":"af9cda19b9aa5048","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/af9cda19b9aa5048","status":"passed","time":{"start":1710166701469,"stop":1710166701471,"duration":2}},{"uid":"a2b1c429688337ad","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/a2b1c429688337ad","status":"passed","time":{"start":1710164929235,"stop":1710164929236,"duration":1}},{"uid":"21477c0305f16161","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/21477c0305f16161","status":"passed","time":{"start":1710164078399,"stop":1710164078399,"duration":0}},{"uid":"7d03274042cb6410","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/7d03274042cb6410","status":"passed","time":{"start":1710163927076,"stop":1710163927077,"duration":1}},{"uid":"400a8d4d74c966e4","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/400a8d4d74c966e4","status":"passed","time":{"start":1710155986289,"stop":1710155986290,"duration":1}},{"uid":"e16a2bfcfd2f8320","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e16a2bfcfd2f8320","status":"passed","time":{"start":1710155212563,"stop":1710155212563,"duration":0}},{"uid":"75425b7bdba411e5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/75425b7bdba411e5","status":"passed","time":{"start":1710154813470,"stop":1710154813471,"duration":1}},{"uid":"3780de0157ab082e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3780de0157ab082e","status":"passed","time":{"start":1710102845323,"stop":1710102845324,"duration":1}},{"uid":"c5356a2d702bf175","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c5356a2d702bf175","status":"passed","time":{"start":1710081043176,"stop":1710081043176,"duration":0}},{"uid":"f689854f346c4c18","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f689854f346c4c18","status":"passed","time":{"start":1710024705762,"stop":1710024705762,"duration":0}}]},"tags":[]},"source":"8dbdcd1f6e9665f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"65158b7cbdcd1238","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":1710308463689,"stop":1710308463689,"duration":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":"4c29f30fb86f4984","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c29f30fb86f4984","status":"passed","time":{"start":1710307358459,"stop":1710307358460,"duration":1}},{"uid":"b0530a44e06ba709","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0530a44e06ba709","status":"passed","time":{"start":1710287569251,"stop":1710287569252,"duration":1}},{"uid":"622b5b252d84bf3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622b5b252d84bf3d","status":"passed","time":{"start":1710284852294,"stop":1710284852295,"duration":1}}]},"tags":[]},"source":"65158b7cbdcd1238.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e42c8187ab36352d.json b/6685/data/test-cases/655113f0cb5009c9.json similarity index 54% rename from 6651/data/test-cases/e42c8187ab36352d.json rename to 6685/data/test-cases/655113f0cb5009c9.json index c7697d062ff..c8f7a13a845 100644 --- a/6651/data/test-cases/e42c8187ab36352d.json +++ b/6685/data/test-cases/655113f0cb5009c9.json @@ -1 +1 @@ -{"uid":"e42c8187ab36352d","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":1710205265212,"stop":1710205265213,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"75074ceb50afa35d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/75074ceb50afa35d","status":"passed","time":{"start":1710205158054,"stop":1710205158054,"duration":0}},{"uid":"2d9088c864f639d4","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2d9088c864f639d4","status":"passed","time":{"start":1710205052237,"stop":1710205052238,"duration":1}},{"uid":"7103754e105288e2","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7103754e105288e2","status":"passed","time":{"start":1710204796940,"stop":1710204796940,"duration":0}},{"uid":"149a2631ac5e4fc5","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/149a2631ac5e4fc5","status":"passed","time":{"start":1710203511367,"stop":1710203511368,"duration":1}},{"uid":"6480ff386545e13d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6480ff386545e13d","status":"passed","time":{"start":1710199998120,"stop":1710199998121,"duration":1}},{"uid":"1499ea4f4cc15454","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1499ea4f4cc15454","status":"passed","time":{"start":1710199898547,"stop":1710199898547,"duration":0}},{"uid":"61d3840c92c8d542","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/61d3840c92c8d542","status":"passed","time":{"start":1710197446715,"stop":1710197446715,"duration":0}},{"uid":"902b4c422e9564f5","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/902b4c422e9564f5","status":"passed","time":{"start":1710168274483,"stop":1710168274484,"duration":1}},{"uid":"f01c31068e6896ab","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f01c31068e6896ab","status":"passed","time":{"start":1710167587992,"stop":1710167587992,"duration":0}},{"uid":"dc50c0c3a71ae4f5","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/dc50c0c3a71ae4f5","status":"passed","time":{"start":1710167591476,"stop":1710167591477,"duration":1}},{"uid":"8ae8972e39988ff1","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/8ae8972e39988ff1","status":"passed","time":{"start":1710166720774,"stop":1710166720774,"duration":0}},{"uid":"b0df15e7b8fb40b7","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b0df15e7b8fb40b7","status":"passed","time":{"start":1710164954843,"stop":1710164954843,"duration":0}},{"uid":"fe3ef09d9ce88ceb","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/fe3ef09d9ce88ceb","status":"passed","time":{"start":1710164112029,"stop":1710164112029,"duration":0}},{"uid":"4ea1553a278d1096","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4ea1553a278d1096","status":"passed","time":{"start":1710163970948,"stop":1710163970950,"duration":2}},{"uid":"5cf34090c58ecb4c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/5cf34090c58ecb4c","status":"passed","time":{"start":1710156015706,"stop":1710156015707,"duration":1}},{"uid":"71eb1d18641c579e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/71eb1d18641c579e","status":"passed","time":{"start":1710155233879,"stop":1710155233879,"duration":0}},{"uid":"ba4e80a1a1c5a24c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ba4e80a1a1c5a24c","status":"passed","time":{"start":1710154884018,"stop":1710154884019,"duration":1}},{"uid":"3ffad89f7009ea36","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3ffad89f7009ea36","status":"passed","time":{"start":1710102868710,"stop":1710102868710,"duration":0}},{"uid":"885ab0d789b592de","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/885ab0d789b592de","status":"passed","time":{"start":1710081071483,"stop":1710081071484,"duration":1}},{"uid":"f70f381c4adab14c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f70f381c4adab14c","status":"passed","time":{"start":1710024738107,"stop":1710024738107,"duration":0}}]},"tags":[]},"source":"e42c8187ab36352d.json","parameterValues":[]} \ No newline at end of file +{"uid":"655113f0cb5009c9","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":1710308508736,"stop":1710308508736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c97c009f5f49ffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c97c009f5f49ffe","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"8fd78e2afdfb69ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8fd78e2afdfb69ee","status":"passed","time":{"start":1710287596908,"stop":1710287596909,"duration":1}},{"uid":"e4baa8e66cf260cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e4baa8e66cf260cc","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"tags":[]},"source":"655113f0cb5009c9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/658fc70cc0b4b5d7.json b/6685/data/test-cases/658fc70cc0b4b5d7.json new file mode 100644 index 00000000000..ae07c1e05b7 --- /dev/null +++ b/6685/data/test-cases/658fc70cc0b4b5d7.json @@ -0,0 +1 @@ +{"uid":"658fc70cc0b4b5d7","name":"Check meta is set [ecies]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Check meta is set [ecies]","historyId":"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307925682,"stop":1710307925682,"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":"5ee756fea438a477","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ee756fea438a477","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"27510ecf5b4d9af","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27510ecf5b4d9af","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"eb566a756952d1fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb566a756952d1fb","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"tags":[]},"source":"658fc70cc0b4b5d7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/65980bf9de865008.json b/6685/data/test-cases/65980bf9de865008.json new file mode 100644 index 00000000000..038bc5e6998 --- /dev/null +++ b/6685/data/test-cases/65980bf9de865008.json @@ -0,0 +1 @@ +{"uid":"65980bf9de865008","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":1710307898606,"stop":1710307898606,"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":"1ad8bf0723ac9441","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ad8bf0723ac9441","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"8f0a07cd6932e90c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f0a07cd6932e90c","status":"passed","time":{"start":1710286996969,"stop":1710286996970,"duration":1}},{"uid":"d21433f37a0b4ded","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d21433f37a0b4ded","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"tags":[]},"source":"65980bf9de865008.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/659f0f6738b3f8b1.json b/6685/data/test-cases/659f0f6738b3f8b1.json new file mode 100644 index 00000000000..ecb6b392655 --- /dev/null +++ b/6685/data/test-cases/659f0f6738b3f8b1.json @@ -0,0 +1 @@ +{"uid":"659f0f6738b3f8b1","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":1710307950103,"stop":1710307950103,"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":"8944ca7233b02469","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8944ca7233b02469","status":"passed","time":{"start":1710306846369,"stop":1710306846370,"duration":1}},{"uid":"857376daea2f38ac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/857376daea2f38ac","status":"passed","time":{"start":1710287049207,"stop":1710287049207,"duration":0}},{"uid":"4349640c0dbb1f91","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4349640c0dbb1f91","status":"passed","time":{"start":1710284311920,"stop":1710284311922,"duration":2}}]},"tags":[]},"source":"659f0f6738b3f8b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c5aa07c5fce4aa3e.json b/6685/data/test-cases/65a018b903ab341c.json similarity index 85% rename from 6651/data/test-cases/c5aa07c5fce4aa3e.json rename to 6685/data/test-cases/65a018b903ab341c.json index 71b99fb96e1..61eedc72575 100644 --- a/6651/data/test-cases/c5aa07c5fce4aa3e.json +++ b/6685/data/test-cases/65a018b903ab341c.json @@ -1 +1 @@ -{"uid":"c5aa07c5fce4aa3e","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":1710205233001,"stop":1710205233001,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"9cac87220355d9fe","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/9cac87220355d9fe","status":"passed","time":{"start":1710205120342,"stop":1710205120343,"duration":1}},{"uid":"cc5b0e508c4f5d1e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/cc5b0e508c4f5d1e","status":"passed","time":{"start":1710205004849,"stop":1710205004849,"duration":0}},{"uid":"82f9f504216165ec","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/82f9f504216165ec","status":"passed","time":{"start":1710204772081,"stop":1710204772082,"duration":1}},{"uid":"ab98f58d9db4bffc","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ab98f58d9db4bffc","status":"passed","time":{"start":1710203476044,"stop":1710203476054,"duration":10}},{"uid":"dea1c9a71fc3e6f","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/dea1c9a71fc3e6f","status":"passed","time":{"start":1710199958104,"stop":1710199958104,"duration":0}},{"uid":"da263e1687f698f0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/da263e1687f698f0","status":"passed","time":{"start":1710199882627,"stop":1710199882630,"duration":3}},{"uid":"9601d14424295d0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9601d14424295d0","status":"passed","time":{"start":1710197397379,"stop":1710197397379,"duration":0}},{"uid":"d65fc975326517fb","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/d65fc975326517fb","status":"passed","time":{"start":1710168235108,"stop":1710168235119,"duration":11}},{"uid":"911e2ebbf2095129","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/911e2ebbf2095129","status":"passed","time":{"start":1710167420242,"stop":1710167420243,"duration":1}},{"uid":"2ba3cf28fe705732","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2ba3cf28fe705732","status":"passed","time":{"start":1710167568720,"stop":1710167568720,"duration":0}},{"uid":"50cd7d3267a1d0fe","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/50cd7d3267a1d0fe","status":"passed","time":{"start":1710166701463,"stop":1710166701464,"duration":1}},{"uid":"24f33d74fe31a74","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/24f33d74fe31a74","status":"passed","time":{"start":1710164929231,"stop":1710164929231,"duration":0}},{"uid":"cec6bb48c9b60d9e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cec6bb48c9b60d9e","status":"passed","time":{"start":1710164078396,"stop":1710164078396,"duration":0}},{"uid":"9953e780a51a9cdd","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9953e780a51a9cdd","status":"passed","time":{"start":1710163927070,"stop":1710163927072,"duration":2}},{"uid":"26112240aee3693","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/26112240aee3693","status":"passed","time":{"start":1710155986283,"stop":1710155986284,"duration":1}},{"uid":"e0c85a8cd493a0c9","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e0c85a8cd493a0c9","status":"passed","time":{"start":1710155212559,"stop":1710155212560,"duration":1}},{"uid":"2a6043efa556995a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/2a6043efa556995a","status":"passed","time":{"start":1710154813464,"stop":1710154813465,"duration":1}},{"uid":"b6806c5b9ed44e28","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b6806c5b9ed44e28","status":"passed","time":{"start":1710102845320,"stop":1710102845320,"duration":0}},{"uid":"8a4c41c265f6eda6","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8a4c41c265f6eda6","status":"passed","time":{"start":1710081043173,"stop":1710081043174,"duration":1}},{"uid":"a5d21685db538ec3","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a5d21685db538ec3","status":"passed","time":{"start":1710024705755,"stop":1710024705756,"duration":1}}]},"tags":[]},"source":"c5aa07c5fce4aa3e.json","parameterValues":[]} \ No newline at end of file +{"uid":"65a018b903ab341c","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":1710308463686,"stop":1710308463686,"duration":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":"d48f7e78bec72b61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d48f7e78bec72b61","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"64dce0ed76b0a45b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/64dce0ed76b0a45b","status":"passed","time":{"start":1710287569248,"stop":1710287569249,"duration":1}},{"uid":"dfdb43c9d9c755ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dfdb43c9d9c755ff","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"tags":[]},"source":"65a018b903ab341c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9a29c52d63db4cd4.json b/6685/data/test-cases/65ad99ac0edfe7ed.json similarity index 81% rename from 6651/data/test-cases/9a29c52d63db4cd4.json rename to 6685/data/test-cases/65ad99ac0edfe7ed.json index a4cdce4fcfd..4569d5131e6 100644 --- a/6651/data/test-cases/9a29c52d63db4cd4.json +++ b/6685/data/test-cases/65ad99ac0edfe7ed.json @@ -1 +1 @@ -{"uid":"9a29c52d63db4cd4","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":1710205335161,"stop":1710205335162,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"fd6f2beb587019f6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fd6f2beb587019f6","status":"passed","time":{"start":1710205224525,"stop":1710205224525,"duration":0}},{"uid":"6e694582c519d39","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6e694582c519d39","status":"passed","time":{"start":1710205109089,"stop":1710205109089,"duration":0}},{"uid":"6e492eb054618310","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6e492eb054618310","status":"passed","time":{"start":1710204865558,"stop":1710204865558,"duration":0}},{"uid":"ce610f5230416fa1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ce610f5230416fa1","status":"passed","time":{"start":1710203577241,"stop":1710203577241,"duration":0}},{"uid":"84d1d7ff2838d45c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/84d1d7ff2838d45c","status":"passed","time":{"start":1710200067256,"stop":1710200067256,"duration":0}},{"uid":"e54500dd05bc266e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e54500dd05bc266e","status":"passed","time":{"start":1710199972409,"stop":1710199972409,"duration":0}},{"uid":"5d9737e3e15cde7b","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5d9737e3e15cde7b","status":"passed","time":{"start":1710197502502,"stop":1710197502502,"duration":0}},{"uid":"6071d6e45cf1c00e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6071d6e45cf1c00e","status":"passed","time":{"start":1710168342012,"stop":1710168342012,"duration":0}},{"uid":"345aed0a6bb9eb76","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/345aed0a6bb9eb76","status":"passed","time":{"start":1710167568836,"stop":1710167568836,"duration":0}},{"uid":"7bb5ed627c6eae4f","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7bb5ed627c6eae4f","status":"passed","time":{"start":1710167665520,"stop":1710167665520,"duration":0}},{"uid":"93c6e2f312748df9","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/93c6e2f312748df9","status":"passed","time":{"start":1710166795574,"stop":1710166795574,"duration":0}},{"uid":"a61e4f75822c643a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/a61e4f75822c643a","status":"passed","time":{"start":1710165026138,"stop":1710165026138,"duration":0}},{"uid":"c0c3b705b989229d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c0c3b705b989229d","status":"passed","time":{"start":1710164176721,"stop":1710164176721,"duration":0}},{"uid":"6f9957180f0ba34c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6f9957180f0ba34c","status":"passed","time":{"start":1710164039995,"stop":1710164039995,"duration":0}},{"uid":"10f28096ec192781","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/10f28096ec192781","status":"passed","time":{"start":1710156088908,"stop":1710156088908,"duration":0}},{"uid":"54c656d1a4956b6b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/54c656d1a4956b6b","status":"passed","time":{"start":1710155298419,"stop":1710155298420,"duration":1}},{"uid":"ef5aebd1d53f567","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ef5aebd1d53f567","status":"passed","time":{"start":1710154928204,"stop":1710154928204,"duration":0}},{"uid":"377f87ab477cbbb3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/377f87ab477cbbb3","status":"passed","time":{"start":1710102939230,"stop":1710102939231,"duration":1}},{"uid":"8cd77d5660bf9a4a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8cd77d5660bf9a4a","status":"passed","time":{"start":1710081135426,"stop":1710081135427,"duration":1}},{"uid":"a0e86d6932473f0a","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a0e86d6932473f0a","status":"passed","time":{"start":1710024806430,"stop":1710024806430,"duration":0}}]},"tags":[]},"source":"9a29c52d63db4cd4.json","parameterValues":[]} \ No newline at end of file +{"uid":"65ad99ac0edfe7ed","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":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"11c683f556ab6dc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11c683f556ab6dc5","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"e733a1833334c8e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e733a1833334c8e8","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"74f68a08e4c542db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/74f68a08e4c542db","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"tags":[]},"source":"65ad99ac0edfe7ed.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/65b1a4ce2339e5d0.json b/6685/data/test-cases/65b1a4ce2339e5d0.json new file mode 100644 index 00000000000..294f2d5e437 --- /dev/null +++ b/6685/data/test-cases/65b1a4ce2339e5d0.json @@ -0,0 +1 @@ +{"uid":"65b1a4ce2339e5d0","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":1710307914371,"stop":1710307914372,"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":"4c655e4997fd5207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c655e4997fd5207","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"3bbefa0cf3d77936","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bbefa0cf3d77936","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"744f48bac65085c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/744f48bac65085c1","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"tags":[]},"source":"65b1a4ce2339e5d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/65f7e61d68305d01.json b/6685/data/test-cases/65f7e61d68305d01.json new file mode 100644 index 00000000000..4ce86a68175 --- /dev/null +++ b/6685/data/test-cases/65f7e61d68305d01.json @@ -0,0 +1 @@ +{"uid":"65f7e61d68305d01","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":1710307925683,"stop":1710307925683,"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":"2240edc18ec1d673","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2240edc18ec1d673","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"2d8e999f631338b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2d8e999f631338b4","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"eea8f3d2b2496142","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eea8f3d2b2496142","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"tags":[]},"source":"65f7e61d68305d01.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1a765654dadd0666.json b/6685/data/test-cases/6618c8196aea383d.json similarity index 81% rename from 6651/data/test-cases/1a765654dadd0666.json rename to 6685/data/test-cases/6618c8196aea383d.json index 440f9bf1e38..eed71ebf524 100644 --- a/6651/data/test-cases/1a765654dadd0666.json +++ b/6685/data/test-cases/6618c8196aea383d.json @@ -1 +1 @@ -{"uid":"1a765654dadd0666","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":1710205335145,"stop":1710205335145,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"593a8d927c57e098","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/593a8d927c57e098","status":"passed","time":{"start":1710205224514,"stop":1710205224514,"duration":0}},{"uid":"b5c827318ade25ba","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b5c827318ade25ba","status":"passed","time":{"start":1710205109079,"stop":1710205109079,"duration":0}},{"uid":"1ff0513538944c4e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1ff0513538944c4e","status":"passed","time":{"start":1710204865548,"stop":1710204865548,"duration":0}},{"uid":"33eba1f233e8abb7","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/33eba1f233e8abb7","status":"passed","time":{"start":1710203577232,"stop":1710203577232,"duration":0}},{"uid":"b85b7ea921ca256d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b85b7ea921ca256d","status":"passed","time":{"start":1710200067244,"stop":1710200067244,"duration":0}},{"uid":"a67c20a9ad6364ba","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a67c20a9ad6364ba","status":"passed","time":{"start":1710199972398,"stop":1710199972398,"duration":0}},{"uid":"ce876749c4dd2c3a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ce876749c4dd2c3a","status":"passed","time":{"start":1710197502489,"stop":1710197502489,"duration":0}},{"uid":"8c3bd8161cd9285e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8c3bd8161cd9285e","status":"passed","time":{"start":1710168342001,"stop":1710168342002,"duration":1}},{"uid":"b3b03ebdb9a91541","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b3b03ebdb9a91541","status":"passed","time":{"start":1710167568815,"stop":1710167568816,"duration":1}},{"uid":"7597d0213ff12c11","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7597d0213ff12c11","status":"passed","time":{"start":1710167665506,"stop":1710167665507,"duration":1}},{"uid":"3861d8b45dd11653","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3861d8b45dd11653","status":"passed","time":{"start":1710166795564,"stop":1710166795565,"duration":1}},{"uid":"ca522a67b9c3f83f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ca522a67b9c3f83f","status":"passed","time":{"start":1710165026127,"stop":1710165026127,"duration":0}},{"uid":"3419dd86cd20584","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3419dd86cd20584","status":"passed","time":{"start":1710164176709,"stop":1710164176709,"duration":0}},{"uid":"fd6c58cb5e4bd5a3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/fd6c58cb5e4bd5a3","status":"passed","time":{"start":1710164039982,"stop":1710164039982,"duration":0}},{"uid":"42ca2a662810212e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/42ca2a662810212e","status":"passed","time":{"start":1710156088898,"stop":1710156088898,"duration":0}},{"uid":"70f1da84857c2f4d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/70f1da84857c2f4d","status":"passed","time":{"start":1710155298408,"stop":1710155298408,"duration":0}},{"uid":"7c31a57964b0dc8d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7c31a57964b0dc8d","status":"passed","time":{"start":1710154928192,"stop":1710154928192,"duration":0}},{"uid":"73e4f5108917b6cc","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/73e4f5108917b6cc","status":"passed","time":{"start":1710102939219,"stop":1710102939219,"duration":0}},{"uid":"1c006a170ede6da2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1c006a170ede6da2","status":"passed","time":{"start":1710081135416,"stop":1710081135416,"duration":0}},{"uid":"e1c4fe42c5f7f69f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e1c4fe42c5f7f69f","status":"passed","time":{"start":1710024806421,"stop":1710024806421,"duration":0}}]},"tags":[]},"source":"1a765654dadd0666.json","parameterValues":[]} \ No newline at end of file +{"uid":"6618c8196aea383d","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":1710308572939,"stop":1710308572940,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f4d077dd4bff4640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4d077dd4bff4640","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"45c8c290a299e3d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45c8c290a299e3d3","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"87ad97424ae6096f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/87ad97424ae6096f","status":"passed","time":{"start":1710284934067,"stop":1710284934068,"duration":1}}]},"tags":[]},"source":"6618c8196aea383d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6673ddf96a113fa9.json b/6685/data/test-cases/6673ddf96a113fa9.json new file mode 100644 index 00000000000..36576c4dd13 --- /dev/null +++ b/6685/data/test-cases/6673ddf96a113fa9.json @@ -0,0 +1 @@ +{"uid":"6673ddf96a113fa9","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":1710308026832,"stop":1710308026833,"duration":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":"3b08084aeebc746c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b08084aeebc746c","status":"passed","time":{"start":1710306913476,"stop":1710306913476,"duration":0}},{"uid":"b902139d59507868","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b902139d59507868","status":"passed","time":{"start":1710287126413,"stop":1710287126413,"duration":0}},{"uid":"ff5a512d71fe311a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff5a512d71fe311a","status":"passed","time":{"start":1710284390749,"stop":1710284390749,"duration":0}}]},"tags":[]},"source":"6673ddf96a113fa9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/66c61ced9b7c8d9c.json b/6685/data/test-cases/66c61ced9b7c8d9c.json new file mode 100644 index 00000000000..f5bae0ea161 --- /dev/null +++ b/6685/data/test-cases/66c61ced9b7c8d9c.json @@ -0,0 +1 @@ +{"uid":"66c61ced9b7c8d9c","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":1710308007023,"stop":1710308007023,"duration":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":"c20f5340b24b00bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c20f5340b24b00bb","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"c54d1b985f3b7140","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c54d1b985f3b7140","status":"passed","time":{"start":1710287110702,"stop":1710287110703,"duration":1}},{"uid":"b5350ad7d4744b38","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b5350ad7d4744b38","status":"passed","time":{"start":1710284372013,"stop":1710284372014,"duration":1}}]},"tags":[]},"source":"66c61ced9b7c8d9c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/679af2e30c4ea1a1.json b/6685/data/test-cases/679af2e30c4ea1a1.json new file mode 100644 index 00000000000..ea39346f37d --- /dev/null +++ b/6685/data/test-cases/679af2e30c4ea1a1.json @@ -0,0 +1 @@ +{"uid":"679af2e30c4ea1a1","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":1710308092704,"stop":1710308092704,"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":"52a107c4582588ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52a107c4582588ee","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"4e2de5c94626fe7b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e2de5c94626fe7b","status":"passed","time":{"start":1710287198126,"stop":1710287198126,"duration":0}},{"uid":"920184ec4035190a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/920184ec4035190a","status":"passed","time":{"start":1710284459999,"stop":1710284460000,"duration":1}}]},"tags":[]},"source":"679af2e30c4ea1a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/431b6f271f222312.json b/6685/data/test-cases/68656f86c2e6c6df.json similarity index 80% rename from 6651/data/test-cases/431b6f271f222312.json rename to 6685/data/test-cases/68656f86c2e6c6df.json index fa2e848d2d4..57e7afd2fec 100644 --- a/6651/data/test-cases/431b6f271f222312.json +++ b/6685/data/test-cases/68656f86c2e6c6df.json @@ -1 +1 @@ -{"uid":"431b6f271f222312","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":1710204945836,"stop":1710204945836,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"dcde9eae26d3e5e0","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/dcde9eae26d3e5e0","status":"passed","time":{"start":1710204830282,"stop":1710204830282,"duration":0}},{"uid":"373017d936c2acd6","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/373017d936c2acd6","status":"passed","time":{"start":1710204733001,"stop":1710204733001,"duration":0}},{"uid":"8f30c46841810be5","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8f30c46841810be5","status":"passed","time":{"start":1710204477753,"stop":1710204477754,"duration":1}},{"uid":"1f0a1d77a67a58a4","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1f0a1d77a67a58a4","status":"passed","time":{"start":1710203199462,"stop":1710203199462,"duration":0}},{"uid":"7139a02b37df3e64","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7139a02b37df3e64","status":"passed","time":{"start":1710199697802,"stop":1710199697803,"duration":1}},{"uid":"c73552a8f16cbf7f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c73552a8f16cbf7f","status":"passed","time":{"start":1710199591741,"stop":1710199591742,"duration":1}},{"uid":"b4ab181d79960290","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b4ab181d79960290","status":"passed","time":{"start":1710197131773,"stop":1710197131774,"duration":1}},{"uid":"8574193044cc7ca9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8574193044cc7ca9","status":"passed","time":{"start":1710167952569,"stop":1710167952580,"duration":11}},{"uid":"db829489143781f3","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/db829489143781f3","status":"passed","time":{"start":1710167221541,"stop":1710167221541,"duration":0}},{"uid":"109f1dbe5ec11894","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/109f1dbe5ec11894","status":"passed","time":{"start":1710167283368,"stop":1710167283369,"duration":1}},{"uid":"5cd5a7d22b043a8f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5cd5a7d22b043a8f","status":"passed","time":{"start":1710166420477,"stop":1710166420478,"duration":1}},{"uid":"8f94777a36e9b9e3","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8f94777a36e9b9e3","status":"passed","time":{"start":1710164634562,"stop":1710164634562,"duration":0}},{"uid":"91f4495950641df8","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/91f4495950641df8","status":"passed","time":{"start":1710163791781,"stop":1710163791781,"duration":0}},{"uid":"77588125968be36b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/77588125968be36b","status":"passed","time":{"start":1710163655786,"stop":1710163655786,"duration":0}},{"uid":"24c485af7da71112","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/24c485af7da71112","status":"passed","time":{"start":1710155712306,"stop":1710155712307,"duration":1}},{"uid":"6e4a515e03f97204","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6e4a515e03f97204","status":"passed","time":{"start":1710154919622,"stop":1710154919623,"duration":1}},{"uid":"d6134701d7137677","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d6134701d7137677","status":"passed","time":{"start":1710154537130,"stop":1710154537131,"duration":1}},{"uid":"669faa1268810f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/669faa1268810f","status":"passed","time":{"start":1710102560648,"stop":1710102560649,"duration":1}},{"uid":"e68f2bf41c02b472","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e68f2bf41c02b472","status":"passed","time":{"start":1710080763684,"stop":1710080763684,"duration":0}},{"uid":"103dad7fb3577989","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/103dad7fb3577989","status":"passed","time":{"start":1710024433715,"stop":1710024433716,"duration":1}}]},"tags":[]},"source":"431b6f271f222312.json","parameterValues":[]} \ No newline at end of file +{"uid":"68656f86c2e6c6df","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":1710308192913,"stop":1710308192914,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f54d7516c668185","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f54d7516c668185","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"a4d48cde5b7bb169","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4d48cde5b7bb169","status":"passed","time":{"start":1710287281991,"stop":1710287281991,"duration":0}},{"uid":"eadf0a5062d5ceb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eadf0a5062d5ceb0","status":"passed","time":{"start":1710284550743,"stop":1710284550743,"duration":0}}]},"tags":[]},"source":"68656f86c2e6c6df.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/68d38eaf2ad613c2.json b/6685/data/test-cases/68d38eaf2ad613c2.json new file mode 100644 index 00000000000..a1edd1f4790 --- /dev/null +++ b/6685/data/test-cases/68d38eaf2ad613c2.json @@ -0,0 +1 @@ +{"uid":"68d38eaf2ad613c2","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":1710308649157,"stop":1710308649157,"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":"9900b1bbb62183e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9900b1bbb62183e5","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"6a53b2f940b0e0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6a53b2f940b0e0b","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"841b50bb5fc22895","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/841b50bb5fc22895","status":"passed","time":{"start":1710285008788,"stop":1710285008788,"duration":0}}]},"tags":[]},"source":"68d38eaf2ad613c2.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/68fe92b958c2402d.json b/6685/data/test-cases/68fe92b958c2402d.json new file mode 100644 index 00000000000..90c36272639 --- /dev/null +++ b/6685/data/test-cases/68fe92b958c2402d.json @@ -0,0 +1 @@ +{"uid":"68fe92b958c2402d","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":1710308426367,"stop":1710308426368,"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":"b36d6c6a7d0fa128","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b36d6c6a7d0fa128","status":"passed","time":{"start":1710307300370,"stop":1710307300371,"duration":1}},{"uid":"5decc02755b74276","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5decc02755b74276","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"a9b954b056a7f78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9b954b056a7f78a","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"tags":[]},"source":"68fe92b958c2402d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/691a34a900530f1.json b/6685/data/test-cases/691a34a900530f1.json new file mode 100644 index 00000000000..22b5b22d263 --- /dev/null +++ b/6685/data/test-cases/691a34a900530f1.json @@ -0,0 +1 @@ +{"uid":"691a34a900530f1","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":1710308007021,"stop":1710308007021,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79be96b91a983cb1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79be96b91a983cb1","status":"passed","time":{"start":1710306904613,"stop":1710306904614,"duration":1}},{"uid":"ea2326515fa63337","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea2326515fa63337","status":"passed","time":{"start":1710287110700,"stop":1710287110701,"duration":1}},{"uid":"bb370d80999fdf0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb370d80999fdf0d","status":"passed","time":{"start":1710284372009,"stop":1710284372010,"duration":1}}]},"tags":[]},"source":"691a34a900530f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/695f48d4b2852565.json b/6685/data/test-cases/695f48d4b2852565.json new file mode 100644 index 00000000000..e4c95164a0a --- /dev/null +++ b/6685/data/test-cases/695f48d4b2852565.json @@ -0,0 +1 @@ +{"uid":"695f48d4b2852565","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308494293,"stop":1710308494293,"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":"f9738146d6c36a86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9738146d6c36a86","status":"passed","time":{"start":1710307383802,"stop":1710307383802,"duration":0}},{"uid":"ec75fadc4b2a9f37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec75fadc4b2a9f37","status":"passed","time":{"start":1710287594296,"stop":1710287594296,"duration":0}},{"uid":"29e8021033cd01d2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29e8021033cd01d2","status":"passed","time":{"start":1710284859500,"stop":1710284859501,"duration":1}}]},"tags":[]},"source":"695f48d4b2852565.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/69d841d5eeafb782.json b/6685/data/test-cases/69d841d5eeafb782.json new file mode 100644 index 00000000000..740400acb89 --- /dev/null +++ b/6685/data/test-cases/69d841d5eeafb782.json @@ -0,0 +1 @@ +{"uid":"69d841d5eeafb782","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":1710308167157,"stop":1710308167158,"duration":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":"aed4c493d9130c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aed4c493d9130c58","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"f76a11bd1edf0cd2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f76a11bd1edf0cd2","status":"passed","time":{"start":1710287245607,"stop":1710287245608,"duration":1}},{"uid":"7db5df00772b13ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7db5df00772b13ab","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"tags":[]},"source":"69d841d5eeafb782.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e4620a15a9199a23.json b/6685/data/test-cases/6a9b025a34bde44b.json similarity index 84% rename from 6651/data/test-cases/e4620a15a9199a23.json rename to 6685/data/test-cases/6a9b025a34bde44b.json index b9cb7152512..79947014d05 100644 --- a/6651/data/test-cases/e4620a15a9199a23.json +++ b/6685/data/test-cases/6a9b025a34bde44b.json @@ -1 +1 @@ -{"uid":"e4620a15a9199a23","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":1710205063415,"stop":1710205063415,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"7881c523537582c9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/7881c523537582c9","status":"passed","time":{"start":1710204974359,"stop":1710204974360,"duration":1}},{"uid":"f4775be7674c4924","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f4775be7674c4924","status":"passed","time":{"start":1710204858048,"stop":1710204858048,"duration":0}},{"uid":"9df1334fd8ecb3a6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9df1334fd8ecb3a6","status":"passed","time":{"start":1710204613877,"stop":1710204613878,"duration":1}},{"uid":"9f696664ee32c56c","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9f696664ee32c56c","status":"passed","time":{"start":1710203332612,"stop":1710203332612,"duration":0}},{"uid":"c11f6f1d9ce43760","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c11f6f1d9ce43760","status":"passed","time":{"start":1710199825179,"stop":1710199825180,"duration":1}},{"uid":"6344111e613da489","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/6344111e613da489","status":"passed","time":{"start":1710199731753,"stop":1710199731754,"duration":1}},{"uid":"749f2c8a1aa06f99","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/749f2c8a1aa06f99","status":"passed","time":{"start":1710197275106,"stop":1710197275106,"duration":0}},{"uid":"e701309b553e3a9c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e701309b553e3a9c","status":"passed","time":{"start":1710168106278,"stop":1710168106279,"duration":1}},{"uid":"ef6eb85aa911b225","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ef6eb85aa911b225","status":"passed","time":{"start":1710167360900,"stop":1710167360901,"duration":1}},{"uid":"75595d272858efa","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/75595d272858efa","status":"passed","time":{"start":1710167407561,"stop":1710167407562,"duration":1}},{"uid":"5370eaf1634e0edf","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5370eaf1634e0edf","status":"passed","time":{"start":1710166544392,"stop":1710166544393,"duration":1}},{"uid":"9aa76648842f8ee8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9aa76648842f8ee8","status":"passed","time":{"start":1710164782790,"stop":1710164782791,"duration":1}},{"uid":"e827b43ea36c9912","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e827b43ea36c9912","status":"passed","time":{"start":1710163934760,"stop":1710163934760,"duration":0}},{"uid":"13ff9930f4445374","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/13ff9930f4445374","status":"passed","time":{"start":1710163799588,"stop":1710163799588,"duration":0}},{"uid":"ca21b3b6f1f6b0fe","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ca21b3b6f1f6b0fe","status":"passed","time":{"start":1710155833698,"stop":1710155833699,"duration":1}},{"uid":"5da8d4a981c538cd","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5da8d4a981c538cd","status":"passed","time":{"start":1710155066237,"stop":1710155066238,"duration":1}},{"uid":"193c514e053d317b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/193c514e053d317b","status":"passed","time":{"start":1710154684633,"stop":1710154684633,"duration":0}},{"uid":"e7311f65be1af631","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e7311f65be1af631","status":"passed","time":{"start":1710102693449,"stop":1710102693449,"duration":0}},{"uid":"6fe05adf8d6cc5a0","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6fe05adf8d6cc5a0","status":"passed","time":{"start":1710080898347,"stop":1710080898347,"duration":0}},{"uid":"3e4f30edca41469d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3e4f30edca41469d","status":"passed","time":{"start":1710024575258,"stop":1710024575259,"duration":1}}]},"tags":[]},"source":"e4620a15a9199a23.json","parameterValues":[]} \ No newline at end of file +{"uid":"6a9b025a34bde44b","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":1710308322610,"stop":1710308322610,"duration":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":"a7489df2a1520fbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7489df2a1520fbf","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"8e380e2463c37ece","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e380e2463c37ece","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"5d323b54749dbd0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d323b54749dbd0d","status":"passed","time":{"start":1710284680778,"stop":1710284680779,"duration":1}}]},"tags":[]},"source":"6a9b025a34bde44b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e74c4e05a1ead655.json b/6685/data/test-cases/6ab40f19803a67d3.json similarity index 84% rename from 6651/data/test-cases/e74c4e05a1ead655.json rename to 6685/data/test-cases/6ab40f19803a67d3.json index 961e5caa7f6..0d9413fadc1 100644 --- a/6651/data/test-cases/e74c4e05a1ead655.json +++ b/6685/data/test-cases/6ab40f19803a67d3.json @@ -1 +1 @@ -{"uid":"e74c4e05a1ead655","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":1710205233014,"stop":1710205233014,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"e7e658592e22aab2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/e7e658592e22aab2","status":"passed","time":{"start":1710205120351,"stop":1710205120351,"duration":0}},{"uid":"9f8b2972eaadd617","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9f8b2972eaadd617","status":"passed","time":{"start":1710205004858,"stop":1710205004858,"duration":0}},{"uid":"443f38a832d578f4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/443f38a832d578f4","status":"passed","time":{"start":1710204772091,"stop":1710204772103,"duration":12}},{"uid":"dceaf2b5fa932a03","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/dceaf2b5fa932a03","status":"passed","time":{"start":1710203476064,"stop":1710203476064,"duration":0}},{"uid":"2a914cb07e5cd74c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2a914cb07e5cd74c","status":"passed","time":{"start":1710199958112,"stop":1710199958112,"duration":0}},{"uid":"ec816f674c7fd2e4","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ec816f674c7fd2e4","status":"passed","time":{"start":1710199882648,"stop":1710199882649,"duration":1}},{"uid":"763049e2bf0c970b","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/763049e2bf0c970b","status":"passed","time":{"start":1710197397387,"stop":1710197397388,"duration":1}},{"uid":"1e90cf19043d7585","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/1e90cf19043d7585","status":"passed","time":{"start":1710168235142,"stop":1710168235142,"duration":0}},{"uid":"439a9939f260a23b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/439a9939f260a23b","status":"passed","time":{"start":1710167420286,"stop":1710167420286,"duration":0}},{"uid":"25f435dde9b5e405","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/25f435dde9b5e405","status":"passed","time":{"start":1710167568731,"stop":1710167568731,"duration":0}},{"uid":"7016eb41b717f47d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7016eb41b717f47d","status":"passed","time":{"start":1710166701488,"stop":1710166701488,"duration":0}},{"uid":"da16a09958657af7","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/da16a09958657af7","status":"passed","time":{"start":1710164929247,"stop":1710164929247,"duration":0}},{"uid":"447c13df9a623db","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/447c13df9a623db","status":"passed","time":{"start":1710164078405,"stop":1710164078405,"duration":0}},{"uid":"9eea60367ef638a6","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9eea60367ef638a6","status":"passed","time":{"start":1710163927089,"stop":1710163927095,"duration":6}},{"uid":"1cbb16b5af9f97cb","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/1cbb16b5af9f97cb","status":"passed","time":{"start":1710155986300,"stop":1710155986300,"duration":0}},{"uid":"b9e92aa2163d4ab3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b9e92aa2163d4ab3","status":"passed","time":{"start":1710155212569,"stop":1710155212569,"duration":0}},{"uid":"1c53aba40aae246f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1c53aba40aae246f","status":"passed","time":{"start":1710154813488,"stop":1710154813488,"duration":0}},{"uid":"f3724acb6cbe1a14","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f3724acb6cbe1a14","status":"passed","time":{"start":1710102845329,"stop":1710102845329,"duration":0}},{"uid":"8d383c0ea229ae35","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8d383c0ea229ae35","status":"passed","time":{"start":1710081043189,"stop":1710081043190,"duration":1}},{"uid":"de66908e520043f2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/de66908e520043f2","status":"passed","time":{"start":1710024705817,"stop":1710024705817,"duration":0}}]},"tags":[]},"source":"e74c4e05a1ead655.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ab40f19803a67d3","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":1710308463727,"stop":1710308463728,"duration":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":"2ad0b6e37e49d10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ad0b6e37e49d10","status":"passed","time":{"start":1710307358468,"stop":1710307358469,"duration":1}},{"uid":"c7c83c1c84d52d65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7c83c1c84d52d65","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"a9a28df3c5138d24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9a28df3c5138d24","status":"passed","time":{"start":1710284852311,"stop":1710284852311,"duration":0}}]},"tags":[]},"source":"6ab40f19803a67d3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c7299a173d3e5246.json b/6685/data/test-cases/6ab479e4414643b9.json similarity index 84% rename from 6651/data/test-cases/c7299a173d3e5246.json rename to 6685/data/test-cases/6ab479e4414643b9.json index d1c7840fa7c..18d8b0ac956 100644 --- a/6651/data/test-cases/c7299a173d3e5246.json +++ b/6685/data/test-cases/6ab479e4414643b9.json @@ -1 +1 @@ -{"uid":"c7299a173d3e5246","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":1710205063420,"stop":1710205063420,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"b9fb0996ccbc2530","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b9fb0996ccbc2530","status":"passed","time":{"start":1710204974368,"stop":1710204974368,"duration":0}},{"uid":"ab99c58b55c926ec","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ab99c58b55c926ec","status":"passed","time":{"start":1710204858053,"stop":1710204858053,"duration":0}},{"uid":"481d17d0e606c39b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/481d17d0e606c39b","status":"passed","time":{"start":1710204613888,"stop":1710204613888,"duration":0}},{"uid":"f57b0a04d66db543","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f57b0a04d66db543","status":"passed","time":{"start":1710203332618,"stop":1710203332618,"duration":0}},{"uid":"537a3eddd766388c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/537a3eddd766388c","status":"passed","time":{"start":1710199825183,"stop":1710199825184,"duration":1}},{"uid":"f9e38a144e67d927","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f9e38a144e67d927","status":"passed","time":{"start":1710199731765,"stop":1710199731766,"duration":1}},{"uid":"ab43681671070ed8","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ab43681671070ed8","status":"passed","time":{"start":1710197275114,"stop":1710197275114,"duration":0}},{"uid":"1bf0ccf5953dbac3","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/1bf0ccf5953dbac3","status":"passed","time":{"start":1710168106286,"stop":1710168106287,"duration":1}},{"uid":"54b6f84f4f254275","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/54b6f84f4f254275","status":"passed","time":{"start":1710167360917,"stop":1710167360917,"duration":0}},{"uid":"8e5b577afa96215d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/8e5b577afa96215d","status":"passed","time":{"start":1710167407573,"stop":1710167407573,"duration":0}},{"uid":"5fc7db37c20a27fd","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5fc7db37c20a27fd","status":"passed","time":{"start":1710166544397,"stop":1710166544398,"duration":1}},{"uid":"64ba5c339e96c5e5","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/64ba5c339e96c5e5","status":"passed","time":{"start":1710164782816,"stop":1710164782816,"duration":0}},{"uid":"f90e41055c87274c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f90e41055c87274c","status":"passed","time":{"start":1710163934765,"stop":1710163934765,"duration":0}},{"uid":"5cfacd64b65d4cf0","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/5cfacd64b65d4cf0","status":"passed","time":{"start":1710163799618,"stop":1710163799618,"duration":0}},{"uid":"f06966e551805b7b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f06966e551805b7b","status":"passed","time":{"start":1710155833703,"stop":1710155833703,"duration":0}},{"uid":"6ef66635011c8a61","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6ef66635011c8a61","status":"passed","time":{"start":1710155066242,"stop":1710155066242,"duration":0}},{"uid":"82376800c894d375","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/82376800c894d375","status":"passed","time":{"start":1710154684660,"stop":1710154684661,"duration":1}},{"uid":"f4870fe939475e11","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f4870fe939475e11","status":"passed","time":{"start":1710102693456,"stop":1710102693456,"duration":0}},{"uid":"52ebcef0c42962d9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/52ebcef0c42962d9","status":"passed","time":{"start":1710080898355,"stop":1710080898355,"duration":0}},{"uid":"1499a73098c6ca0e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1499a73098c6ca0e","status":"passed","time":{"start":1710024575280,"stop":1710024575281,"duration":1}}]},"tags":[]},"source":"c7299a173d3e5246.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ab479e4414643b9","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":1710308322615,"stop":1710308322616,"duration":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":"34f98c9f388fed0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34f98c9f388fed0","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"957d87db73bdebc6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/957d87db73bdebc6","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"64cc2d83bd45790c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64cc2d83bd45790c","status":"passed","time":{"start":1710284680791,"stop":1710284680791,"duration":0}}]},"tags":[]},"source":"6ab479e4414643b9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6add6d74ba5cfda8.json b/6685/data/test-cases/6add6d74ba5cfda8.json new file mode 100644 index 00000000000..f30eeded2ea --- /dev/null +++ b/6685/data/test-cases/6add6d74ba5cfda8.json @@ -0,0 +1 @@ +{"uid":"6add6d74ba5cfda8","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":1710307903498,"stop":1710307903498,"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":"971127f36fbb188f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/971127f36fbb188f","status":"passed","time":{"start":1710306796606,"stop":1710306796606,"duration":0}},{"uid":"fb98a8aed904a49f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb98a8aed904a49f","status":"passed","time":{"start":1710287001715,"stop":1710287001715,"duration":0}},{"uid":"ee4dee56f419f342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee4dee56f419f342","status":"passed","time":{"start":1710284264388,"stop":1710284264388,"duration":0}}]},"tags":[]},"source":"6add6d74ba5cfda8.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6b265a8c2db64f1c.json b/6685/data/test-cases/6b265a8c2db64f1c.json new file mode 100644 index 00000000000..223a15197b8 --- /dev/null +++ b/6685/data/test-cases/6b265a8c2db64f1c.json @@ -0,0 +1 @@ +{"uid":"6b265a8c2db64f1c","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":1710307914059,"stop":1710307914069,"duration":10},"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":"4cc13a75e4461e35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4cc13a75e4461e35","status":"passed","time":{"start":1710306807148,"stop":1710306807148,"duration":0}},{"uid":"5f4ac22507b42ccf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4ac22507b42ccf","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8366fb8c27c034ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8366fb8c27c034ba","status":"passed","time":{"start":1710284274243,"stop":1710284274244,"duration":1}}]},"tags":[]},"source":"6b265a8c2db64f1c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4f31c2f875c3ecfa.json b/6685/data/test-cases/6bb0c973bea42388.json similarity index 80% rename from 6651/data/test-cases/4f31c2f875c3ecfa.json rename to 6685/data/test-cases/6bb0c973bea42388.json index 14adbb0dd9a..b3a538bdb54 100644 --- a/6651/data/test-cases/4f31c2f875c3ecfa.json +++ b/6685/data/test-cases/6bb0c973bea42388.json @@ -1 +1 @@ -{"uid":"4f31c2f875c3ecfa","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":1710204945844,"stop":1710204945844,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"fc3312997da89a74","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fc3312997da89a74","status":"passed","time":{"start":1710204830293,"stop":1710204830294,"duration":1}},{"uid":"e6641fe274fb2a3a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e6641fe274fb2a3a","status":"passed","time":{"start":1710204733009,"stop":1710204733009,"duration":0}},{"uid":"b364fa946431ce65","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b364fa946431ce65","status":"passed","time":{"start":1710204477770,"stop":1710204477771,"duration":1}},{"uid":"185b468ea292d802","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/185b468ea292d802","status":"passed","time":{"start":1710203199469,"stop":1710203199470,"duration":1}},{"uid":"1f5d39862b96c1fc","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/1f5d39862b96c1fc","status":"passed","time":{"start":1710199697816,"stop":1710199697816,"duration":0}},{"uid":"26ee122c148b4d0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/26ee122c148b4d0","status":"passed","time":{"start":1710199591760,"stop":1710199591760,"duration":0}},{"uid":"da7d63ffb15bf363","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/da7d63ffb15bf363","status":"passed","time":{"start":1710197131786,"stop":1710197131787,"duration":1}},{"uid":"6db70cdc1364d4bf","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6db70cdc1364d4bf","status":"passed","time":{"start":1710167952599,"stop":1710167952599,"duration":0}},{"uid":"31a092b2d60142fe","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/31a092b2d60142fe","status":"passed","time":{"start":1710167221548,"stop":1710167221549,"duration":1}},{"uid":"16d6ed622b10615","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/16d6ed622b10615","status":"passed","time":{"start":1710167283375,"stop":1710167283376,"duration":1}},{"uid":"fe10c8e5ba4ef984","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/fe10c8e5ba4ef984","status":"passed","time":{"start":1710166420485,"stop":1710166420485,"duration":0}},{"uid":"ac4c7d1e1f5beb40","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ac4c7d1e1f5beb40","status":"passed","time":{"start":1710164634569,"stop":1710164634570,"duration":1}},{"uid":"89b78487140c0158","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/89b78487140c0158","status":"passed","time":{"start":1710163791789,"stop":1710163791789,"duration":0}},{"uid":"3180e7295b9bd300","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3180e7295b9bd300","status":"passed","time":{"start":1710163655797,"stop":1710163655798,"duration":1}},{"uid":"c83461d03d4373f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c83461d03d4373f","status":"passed","time":{"start":1710155712322,"stop":1710155712322,"duration":0}},{"uid":"aafc7753344788f3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/aafc7753344788f3","status":"passed","time":{"start":1710154919632,"stop":1710154919632,"duration":0}},{"uid":"60a0dcc4079cb6ce","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/60a0dcc4079cb6ce","status":"passed","time":{"start":1710154537143,"stop":1710154537144,"duration":1}},{"uid":"e1910f3d099ae3d8","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e1910f3d099ae3d8","status":"passed","time":{"start":1710102560665,"stop":1710102560666,"duration":1}},{"uid":"bedc0c45a7a561f3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bedc0c45a7a561f3","status":"passed","time":{"start":1710080763697,"stop":1710080763697,"duration":0}},{"uid":"4dac2653131f3811","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4dac2653131f3811","status":"passed","time":{"start":1710024433726,"stop":1710024433726,"duration":0}}]},"tags":[]},"source":"4f31c2f875c3ecfa.json","parameterValues":[]} \ No newline at end of file +{"uid":"6bb0c973bea42388","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":1710308192923,"stop":1710308192923,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d05bd8ddd3be5e7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d05bd8ddd3be5e7","status":"passed","time":{"start":1710307078646,"stop":1710307078647,"duration":1}},{"uid":"401f22cecde31baf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/401f22cecde31baf","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"edfb97f9f1ec1d73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edfb97f9f1ec1d73","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"tags":[]},"source":"6bb0c973bea42388.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6c0bf0db155c2675.json b/6685/data/test-cases/6c0bf0db155c2675.json new file mode 100644 index 00000000000..894575279fe --- /dev/null +++ b/6685/data/test-cases/6c0bf0db155c2675.json @@ -0,0 +1 @@ +{"uid":"6c0bf0db155c2675","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":1710308092718,"stop":1710308092718,"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":"26062013d91a3239","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26062013d91a3239","status":"passed","time":{"start":1710306981516,"stop":1710306981517,"duration":1}},{"uid":"9f331bb1dd3c3819","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f331bb1dd3c3819","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"e0269bbe11112ecd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0269bbe11112ecd","status":"passed","time":{"start":1710284460009,"stop":1710284460009,"duration":0}}]},"tags":[]},"source":"6c0bf0db155c2675.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ad54ee14840fab9b.json b/6685/data/test-cases/6c95d7ade4228f0c.json similarity index 84% rename from 6651/data/test-cases/ad54ee14840fab9b.json rename to 6685/data/test-cases/6c95d7ade4228f0c.json index 00a33749f2f..03f351305bb 100644 --- a/6651/data/test-cases/ad54ee14840fab9b.json +++ b/6685/data/test-cases/6c95d7ade4228f0c.json @@ -1 +1 @@ -{"uid":"ad54ee14840fab9b","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":1710205063412,"stop":1710205063412,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"3ae639fcb6c726ab","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3ae639fcb6c726ab","status":"passed","time":{"start":1710204974357,"stop":1710204974357,"duration":0}},{"uid":"36620d5419dfac70","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/36620d5419dfac70","status":"passed","time":{"start":1710204858040,"stop":1710204858040,"duration":0}},{"uid":"96b306c325ba8fc4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/96b306c325ba8fc4","status":"passed","time":{"start":1710204613875,"stop":1710204613875,"duration":0}},{"uid":"f55f5259123b3f13","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f55f5259123b3f13","status":"passed","time":{"start":1710203332610,"stop":1710203332610,"duration":0}},{"uid":"f9ed6cc3e64da90f","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f9ed6cc3e64da90f","status":"passed","time":{"start":1710199825177,"stop":1710199825178,"duration":1}},{"uid":"43ec08011ca0130","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/43ec08011ca0130","status":"passed","time":{"start":1710199731750,"stop":1710199731750,"duration":0}},{"uid":"32869e26430fc75f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/32869e26430fc75f","status":"passed","time":{"start":1710197275103,"stop":1710197275103,"duration":0}},{"uid":"50c089f272eb3f39","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/50c089f272eb3f39","status":"passed","time":{"start":1710168106275,"stop":1710168106276,"duration":1}},{"uid":"1e565f7ce7e0f1fe","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/1e565f7ce7e0f1fe","status":"passed","time":{"start":1710167360897,"stop":1710167360898,"duration":1}},{"uid":"9293e69b9473f3c4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/9293e69b9473f3c4","status":"passed","time":{"start":1710167407552,"stop":1710167407552,"duration":0}},{"uid":"68211f310d68bfe0","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/68211f310d68bfe0","status":"passed","time":{"start":1710166544390,"stop":1710166544390,"duration":0}},{"uid":"863785a37f07e57a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/863785a37f07e57a","status":"passed","time":{"start":1710164782788,"stop":1710164782788,"duration":0}},{"uid":"ced013721c773bdc","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ced013721c773bdc","status":"passed","time":{"start":1710163934757,"stop":1710163934757,"duration":0}},{"uid":"6dc099fb8bacd688","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6dc099fb8bacd688","status":"passed","time":{"start":1710163799583,"stop":1710163799584,"duration":1}},{"uid":"65300e4a29ef6877","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/65300e4a29ef6877","status":"passed","time":{"start":1710155833695,"stop":1710155833696,"duration":1}},{"uid":"3f96a896f898be14","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3f96a896f898be14","status":"passed","time":{"start":1710155066235,"stop":1710155066235,"duration":0}},{"uid":"a2345089f509b159","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a2345089f509b159","status":"passed","time":{"start":1710154684621,"stop":1710154684621,"duration":0}},{"uid":"d60006c0dc36f40a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/d60006c0dc36f40a","status":"passed","time":{"start":1710102693430,"stop":1710102693430,"duration":0}},{"uid":"7d31037301db379a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7d31037301db379a","status":"passed","time":{"start":1710080898345,"stop":1710080898345,"duration":0}},{"uid":"db6f54e5fffea66","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/db6f54e5fffea66","status":"passed","time":{"start":1710024575256,"stop":1710024575256,"duration":0}}]},"tags":[]},"source":"ad54ee14840fab9b.json","parameterValues":[]} \ No newline at end of file +{"uid":"6c95d7ade4228f0c","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":1710308322599,"stop":1710308322599,"duration":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":"3254d2ceff22af12","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3254d2ceff22af12","status":"passed","time":{"start":1710307207070,"stop":1710307207070,"duration":0}},{"uid":"70a395e19261a24e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a395e19261a24e","status":"passed","time":{"start":1710287412749,"stop":1710287412749,"duration":0}},{"uid":"598bb8dda1f7c4b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/598bb8dda1f7c4b2","status":"passed","time":{"start":1710284680774,"stop":1710284680774,"duration":0}}]},"tags":[]},"source":"6c95d7ade4228f0c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6d2d288efad1f2ef.json b/6685/data/test-cases/6d2d288efad1f2ef.json new file mode 100644 index 00000000000..7997391a6a2 --- /dev/null +++ b/6685/data/test-cases/6d2d288efad1f2ef.json @@ -0,0 +1 @@ +{"uid":"6d2d288efad1f2ef","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":1710307923916,"stop":1710307923916,"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":"742abea930ece5ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742abea930ece5ee","status":"passed","time":{"start":1710306816843,"stop":1710306816843,"duration":0}},{"uid":"a50d0240f622daaa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a50d0240f622daaa","status":"passed","time":{"start":1710287022154,"stop":1710287022154,"duration":0}},{"uid":"eab53314a6b4ed00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eab53314a6b4ed00","status":"passed","time":{"start":1710284284835,"stop":1710284284835,"duration":0}}]},"tags":[]},"source":"6d2d288efad1f2ef.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/24ab9e335441acd2.json b/6685/data/test-cases/6d62a4e900ac3f1d.json similarity index 53% rename from 6651/data/test-cases/24ab9e335441acd2.json rename to 6685/data/test-cases/6d62a4e900ac3f1d.json index cba8202a62e..a28eb477e9f 100644 --- a/6651/data/test-cases/24ab9e335441acd2.json +++ b/6685/data/test-cases/6d62a4e900ac3f1d.json @@ -1 +1 @@ -{"uid":"24ab9e335441acd2","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":1710204847165,"stop":1710204847165,"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}],"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}],"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":3,"skipped":0,"passed":70,"unknown":0,"total":73},"items":[{"uid":"5aea23f45abce63","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5aea23f45abce63","status":"passed","time":{"start":1710204758059,"stop":1710204758059,"duration":0}},{"uid":"793522c0d7823e11","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/793522c0d7823e11","status":"passed","time":{"start":1710204644536,"stop":1710204644536,"duration":0}},{"uid":"3b73f74fadbb3c1c","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3b73f74fadbb3c1c","status":"passed","time":{"start":1710204397793,"stop":1710204397793,"duration":0}},{"uid":"8d9e026d665d92b0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8d9e026d665d92b0","status":"passed","time":{"start":1710203124560,"stop":1710203124561,"duration":1}},{"uid":"bf907fb6db0a1720","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/bf907fb6db0a1720","status":"passed","time":{"start":1710199597268,"stop":1710199597268,"duration":0}},{"uid":"b2edf3ace8e3ba8c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b2edf3ace8e3ba8c","status":"passed","time":{"start":1710199500503,"stop":1710199500503,"duration":0}},{"uid":"c20166f0182d5473","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c20166f0182d5473","status":"passed","time":{"start":1710197045881,"stop":1710197045882,"duration":1}},{"uid":"52e12c8bdc85643d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/52e12c8bdc85643d","status":"passed","time":{"start":1710167852341,"stop":1710167852344,"duration":3}},{"uid":"14f7c4ee3973964a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/14f7c4ee3973964a","status":"passed","time":{"start":1710167082317,"stop":1710167082317,"duration":0}},{"uid":"939c1d501b06550b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/939c1d501b06550b","status":"passed","time":{"start":1710167195442,"stop":1710167195443,"duration":1}},{"uid":"d3cbd811867b7b37","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d3cbd811867b7b37","status":"passed","time":{"start":1710166330617,"stop":1710166330618,"duration":1}},{"uid":"aeda14741b5ee808","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/aeda14741b5ee808","status":"passed","time":{"start":1710164562594,"stop":1710164562595,"duration":1}},{"uid":"50e9c93446c8da37","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/50e9c93446c8da37","status":"passed","time":{"start":1710163707609,"stop":1710163707610,"duration":1}},{"uid":"32c9538037d12eb6","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/32c9538037d12eb6","status":"passed","time":{"start":1710163560161,"stop":1710163560161,"duration":0}},{"uid":"3d9d6e5299b3b3f2","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/3d9d6e5299b3b3f2","status":"passed","time":{"start":1710155619551,"stop":1710155619551,"duration":0}},{"uid":"2097866fe8158bb1","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2097866fe8158bb1","status":"passed","time":{"start":1710154844974,"stop":1710154844974,"duration":0}},{"uid":"aa8878f223d72bac","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/aa8878f223d72bac","status":"passed","time":{"start":1710154443622,"stop":1710154443622,"duration":0}},{"uid":"8655b7d1719c0243","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8655b7d1719c0243","status":"passed","time":{"start":1710102468301,"stop":1710102468302,"duration":1}},{"uid":"2a9a2166823381e3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2a9a2166823381e3","status":"passed","time":{"start":1710080683647,"stop":1710080683650,"duration":3}},{"uid":"9614824fc91b1255","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9614824fc91b1255","status":"passed","time":{"start":1710024353949,"stop":1710024353950,"duration":1}}]},"tags":[]},"source":"24ab9e335441acd2.json","parameterValues":[]} \ No newline at end of file +{"uid":"6d62a4e900ac3f1d","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":1710308092686,"stop":1710308092686,"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}],"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}],"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":"6271a0a94214c2cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6271a0a94214c2cd","status":"passed","time":{"start":1710306981492,"stop":1710306981492,"duration":0}},{"uid":"2b8883b504dd200a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2b8883b504dd200a","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"7efd078449fa74c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7efd078449fa74c","status":"passed","time":{"start":1710284459987,"stop":1710284459987,"duration":0}}]},"tags":[]},"source":"6d62a4e900ac3f1d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6dd49b53658e07dd.json b/6685/data/test-cases/6dd49b53658e07dd.json new file mode 100644 index 00000000000..5ed343f3d40 --- /dev/null +++ b/6685/data/test-cases/6dd49b53658e07dd.json @@ -0,0 +1 @@ +{"uid":"6dd49b53658e07dd","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":1710307918132,"stop":1710307918133,"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":"e0ec76e6ae059267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0ec76e6ae059267","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"53d7c409acc3e2d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53d7c409acc3e2d5","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"9938e174d4ee59dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9938e174d4ee59dc","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"tags":[]},"source":"6dd49b53658e07dd.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9292377a03f275ae.json b/6685/data/test-cases/6e38930ef90d934b.json similarity index 71% rename from 6651/data/test-cases/9292377a03f275ae.json rename to 6685/data/test-cases/6e38930ef90d934b.json index b063515213a..4b860128a27 100644 --- a/6651/data/test-cases/9292377a03f275ae.json +++ b/6685/data/test-cases/6e38930ef90d934b.json @@ -1 +1 @@ -{"uid":"9292377a03f275ae","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205111362,"stop":1710205111362,"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":73,"passed":0,"unknown":0,"total":73},"items":[{"uid":"4a11e50e7497ef87","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4a11e50e7497ef87","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205017181,"stop":1710205017181,"duration":0}},{"uid":"28bcc04cf0088269","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/28bcc04cf0088269","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204906972,"stop":1710204906972,"duration":0}},{"uid":"31ab6adbcc56cfdf","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/31ab6adbcc56cfdf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204657695,"stop":1710204657695,"duration":0}},{"uid":"e677c4d000437ad9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e677c4d000437ad9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710203386083,"stop":1710203386084,"duration":1}},{"uid":"d2dc9a33a1c87c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d2dc9a33a1c87c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199881927,"stop":1710199881928,"duration":1}},{"uid":"2d6aa2db9ef74fbf","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2d6aa2db9ef74fbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199775341,"stop":1710199775341,"duration":0}},{"uid":"94d0b1b303bcfb8c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/94d0b1b303bcfb8c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710197317810,"stop":1710197317810,"duration":0}},{"uid":"5661ea9368c52512","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/5661ea9368c52512","status":"skipped","statusDetails":"Test ignored","time":{"start":1710168157254,"stop":1710168157255,"duration":1}},{"uid":"c0994898fac8f8be","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c0994898fac8f8be","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167388043,"stop":1710167388043,"duration":0}},{"uid":"8df7df9fa7d1acb4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/8df7df9fa7d1acb4","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167452039,"stop":1710167452039,"duration":0}},{"uid":"c68d64d5b3e930ef","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c68d64d5b3e930ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1710166594821,"stop":1710166594822,"duration":1}},{"uid":"b38817f5e374ba9","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b38817f5e374ba9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164827342,"stop":1710164827342,"duration":0}},{"uid":"b95fa05b5ac20dac","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b95fa05b5ac20dac","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163975333,"stop":1710163975333,"duration":0}},{"uid":"40b7f2957514a9e5","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/40b7f2957514a9e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163842487,"stop":1710163842487,"duration":0}},{"uid":"5b7bb17709e51550","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/5b7bb17709e51550","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155887159,"stop":1710155887159,"duration":0}},{"uid":"b0a8b6d0ee67f1cd","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b0a8b6d0ee67f1cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155106021,"stop":1710155106021,"duration":0}},{"uid":"b6a62de9ddf28476","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b6a62de9ddf28476","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154728837,"stop":1710154728837,"duration":0}},{"uid":"99bfef059ad0d396","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/99bfef059ad0d396","status":"skipped","statusDetails":"Test ignored","time":{"start":1710102734832,"stop":1710102734832,"duration":0}},{"uid":"6367bed9cb8d2a6e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6367bed9cb8d2a6e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710080944311,"stop":1710080944311,"duration":0}},{"uid":"2d831122d46c2650","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2d831122d46c2650","status":"skipped","statusDetails":"Test ignored","time":{"start":1710024618195,"stop":1710024618195,"duration":0}}]},"tags":[]},"source":"9292377a03f275ae.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e38930ef90d934b","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308371300,"stop":1710308371301,"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":"e32f93741d6df919","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e32f93741d6df919","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"394101685d4c2830","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/394101685d4c2830","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"2935138f2b57a8df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2935138f2b57a8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730218,"stop":1710284730218,"duration":0}}]},"tags":[]},"source":"6e38930ef90d934b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6e41a1e48c8c0491.json b/6685/data/test-cases/6e41a1e48c8c0491.json new file mode 100644 index 00000000000..9967d2e154d --- /dev/null +++ b/6685/data/test-cases/6e41a1e48c8c0491.json @@ -0,0 +1 @@ +{"uid":"6e41a1e48c8c0491","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":1710307897773,"stop":1710307897774,"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":"bf9216662e0a0d57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf9216662e0a0d57","status":"passed","time":{"start":1710306791278,"stop":1710306791279,"duration":1}},{"uid":"b6265a3e08c1d1b8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6265a3e08c1d1b8","status":"passed","time":{"start":1710286996359,"stop":1710286996359,"duration":0}},{"uid":"816d51acd045ad16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/816d51acd045ad16","status":"passed","time":{"start":1710284258876,"stop":1710284258876,"duration":0}}]},"tags":[]},"source":"6e41a1e48c8c0491.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8a5d3dfb54342d9d.json b/6685/data/test-cases/6eefc1511fcdabd6.json similarity index 81% rename from 6651/data/test-cases/8a5d3dfb54342d9d.json rename to 6685/data/test-cases/6eefc1511fcdabd6.json index 3eb8b66a5bf..65d8f2014bc 100644 --- a/6651/data/test-cases/8a5d3dfb54342d9d.json +++ b/6685/data/test-cases/6eefc1511fcdabd6.json @@ -1 +1 @@ -{"uid":"8a5d3dfb54342d9d","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":1710205335143,"stop":1710205335143,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"4af2a8d8718307e3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4af2a8d8718307e3","status":"passed","time":{"start":1710205224513,"stop":1710205224513,"duration":0}},{"uid":"259e349637a3899e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/259e349637a3899e","status":"passed","time":{"start":1710205109078,"stop":1710205109078,"duration":0}},{"uid":"504b52001329bc26","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/504b52001329bc26","status":"passed","time":{"start":1710204865547,"stop":1710204865547,"duration":0}},{"uid":"b59ca8eaf50ea4b1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/b59ca8eaf50ea4b1","status":"passed","time":{"start":1710203577231,"stop":1710203577231,"duration":0}},{"uid":"7780438d567af504","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7780438d567af504","status":"passed","time":{"start":1710200067242,"stop":1710200067242,"duration":0}},{"uid":"2523abe1ffdd983c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2523abe1ffdd983c","status":"passed","time":{"start":1710199972397,"stop":1710199972397,"duration":0}},{"uid":"efb9dc1095fd5c75","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/efb9dc1095fd5c75","status":"passed","time":{"start":1710197502487,"stop":1710197502488,"duration":1}},{"uid":"60304ff39ef4b54","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/60304ff39ef4b54","status":"passed","time":{"start":1710168342000,"stop":1710168342000,"duration":0}},{"uid":"7086ec3155123fc5","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7086ec3155123fc5","status":"passed","time":{"start":1710167568813,"stop":1710167568814,"duration":1}},{"uid":"fe47d79d79a1e4fa","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/fe47d79d79a1e4fa","status":"passed","time":{"start":1710167665505,"stop":1710167665505,"duration":0}},{"uid":"3f1186897e09a128","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3f1186897e09a128","status":"passed","time":{"start":1710166795563,"stop":1710166795563,"duration":0}},{"uid":"4065902c71cd0d95","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/4065902c71cd0d95","status":"passed","time":{"start":1710165026125,"stop":1710165026125,"duration":0}},{"uid":"e1d5dbb940cb7baf","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e1d5dbb940cb7baf","status":"passed","time":{"start":1710164176708,"stop":1710164176708,"duration":0}},{"uid":"393003cb442c6046","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/393003cb442c6046","status":"passed","time":{"start":1710164039981,"stop":1710164039981,"duration":0}},{"uid":"125fa0ff818ab577","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/125fa0ff818ab577","status":"passed","time":{"start":1710156088897,"stop":1710156088897,"duration":0}},{"uid":"97880fc8895552c6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/97880fc8895552c6","status":"passed","time":{"start":1710155298406,"stop":1710155298406,"duration":0}},{"uid":"4dfdb541a0f9c352","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/4dfdb541a0f9c352","status":"passed","time":{"start":1710154928190,"stop":1710154928190,"duration":0}},{"uid":"127741aa6de81b20","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/127741aa6de81b20","status":"passed","time":{"start":1710102939217,"stop":1710102939217,"duration":0}},{"uid":"2fb62d30b1bd5d7e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2fb62d30b1bd5d7e","status":"passed","time":{"start":1710081135414,"stop":1710081135414,"duration":0}},{"uid":"283ec019b1f5dc76","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/283ec019b1f5dc76","status":"passed","time":{"start":1710024806419,"stop":1710024806420,"duration":1}}]},"tags":[]},"source":"8a5d3dfb54342d9d.json","parameterValues":[]} \ No newline at end of file +{"uid":"6eefc1511fcdabd6","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":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"392e071ff7e154ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/392e071ff7e154ea","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"1bb11b6a7d67a857","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1bb11b6a7d67a857","status":"passed","time":{"start":1710287674906,"stop":1710287674907,"duration":1}},{"uid":"f65ebc617e110c0f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f65ebc617e110c0f","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"tags":[]},"source":"6eefc1511fcdabd6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6f13750332477f0b.json b/6685/data/test-cases/6f13750332477f0b.json new file mode 100644 index 00000000000..7910127ad55 --- /dev/null +++ b/6685/data/test-cases/6f13750332477f0b.json @@ -0,0 +1 @@ +{"uid":"6f13750332477f0b","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":1710308416732,"stop":1710308416732,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"3c8a8227a5415b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c8a8227a5415b6d","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"4ff58ba3baeb7843","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ff58ba3baeb7843","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"aa2e33691913ff70","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aa2e33691913ff70","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"tags":[]},"source":"6f13750332477f0b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6f835aaf0e65a6b8.json b/6685/data/test-cases/6f835aaf0e65a6b8.json new file mode 100644 index 00000000000..3a56e156885 --- /dev/null +++ b/6685/data/test-cases/6f835aaf0e65a6b8.json @@ -0,0 +1 @@ +{"uid":"6f835aaf0e65a6b8","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":1710308463690,"stop":1710308463691,"duration":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":"567580d3caf8b20c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/567580d3caf8b20c","status":"passed","time":{"start":1710307358461,"stop":1710307358461,"duration":0}},{"uid":"5e9cf4362534a568","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e9cf4362534a568","status":"passed","time":{"start":1710287569252,"stop":1710287569253,"duration":1}},{"uid":"642de0bcd556ff00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/642de0bcd556ff00","status":"passed","time":{"start":1710284852296,"stop":1710284852297,"duration":1}}]},"tags":[]},"source":"6f835aaf0e65a6b8.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b0904066602a458c.json b/6685/data/test-cases/6fc1f472da8fdd0a.json similarity index 76% rename from 6651/data/test-cases/b0904066602a458c.json rename to 6685/data/test-cases/6fc1f472da8fdd0a.json index edf57c2352a..7b47f99bdbd 100644 --- a/6651/data/test-cases/b0904066602a458c.json +++ b/6685/data/test-cases/6fc1f472da8fdd0a.json @@ -1 +1 @@ -{"uid":"b0904066602a458c","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":1710204847306,"stop":1710204847306,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"7d29342192db4403","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/7d29342192db4403","status":"passed","time":{"start":1710204755950,"stop":1710204755951,"duration":1}},{"uid":"bf257c24ed4a5caf","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/bf257c24ed4a5caf","status":"passed","time":{"start":1710204636104,"stop":1710204636104,"duration":0}},{"uid":"7acf345545c48e46","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7acf345545c48e46","status":"passed","time":{"start":1710204395483,"stop":1710204395484,"duration":1}},{"uid":"ba1be33e07ac4ec5","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ba1be33e07ac4ec5","status":"passed","time":{"start":1710203122007,"stop":1710203122007,"duration":0}},{"uid":"3b7ac845cba9c849","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3b7ac845cba9c849","status":"passed","time":{"start":1710199608828,"stop":1710199608828,"duration":0}},{"uid":"98cb4b50c6546e57","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/98cb4b50c6546e57","status":"passed","time":{"start":1710199506572,"stop":1710199506572,"duration":0}},{"uid":"ac1d034f6fd87b58","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ac1d034f6fd87b58","status":"passed","time":{"start":1710197033290,"stop":1710197033290,"duration":0}},{"uid":"892c374a383b05ed","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/892c374a383b05ed","status":"passed","time":{"start":1710167869153,"stop":1710167869154,"duration":1}},{"uid":"fa9b5bfeae944e67","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/fa9b5bfeae944e67","status":"passed","time":{"start":1710167049296,"stop":1710167049296,"duration":0}},{"uid":"23f29e7de6c2c669","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/23f29e7de6c2c669","status":"passed","time":{"start":1710167194769,"stop":1710167194769,"duration":0}},{"uid":"ce06b92ca8e52a35","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/ce06b92ca8e52a35","status":"passed","time":{"start":1710166328852,"stop":1710166328853,"duration":1}},{"uid":"921ea5b33685be86","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/921ea5b33685be86","status":"passed","time":{"start":1710164551141,"stop":1710164551142,"duration":1}},{"uid":"3e0ce99f9108d83e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3e0ce99f9108d83e","status":"passed","time":{"start":1710163716000,"stop":1710163716001,"duration":1}},{"uid":"6b08d7c907f1cef4","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6b08d7c907f1cef4","status":"passed","time":{"start":1710163568081,"stop":1710163568082,"duration":1}},{"uid":"ecf00fa9f0cc7673","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ecf00fa9f0cc7673","status":"passed","time":{"start":1710155626328,"stop":1710155626331,"duration":3}},{"uid":"fb09837464c3904d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/fb09837464c3904d","status":"passed","time":{"start":1710154824290,"stop":1710154824290,"duration":0}},{"uid":"c3768eda5f3e6384","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c3768eda5f3e6384","status":"passed","time":{"start":1710154466435,"stop":1710154466435,"duration":0}},{"uid":"631239ef75d7a545","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/631239ef75d7a545","status":"passed","time":{"start":1710102475243,"stop":1710102475243,"duration":0}},{"uid":"2fac52b137b8f963","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2fac52b137b8f963","status":"passed","time":{"start":1710080673291,"stop":1710080673291,"duration":0}},{"uid":"db73217af04e2062","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/db73217af04e2062","status":"passed","time":{"start":1710024327579,"stop":1710024327579,"duration":0}}]},"tags":[]},"source":"b0904066602a458c.json","parameterValues":[]} \ No newline at end of file +{"uid":"6fc1f472da8fdd0a","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":1710308097734,"stop":1710308097734,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"c6464def5efb043e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6464def5efb043e","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0}},{"uid":"24d67a152fb640d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24d67a152fb640d7","status":"passed","time":{"start":1710287196195,"stop":1710287196196,"duration":1}},{"uid":"6da118a3c5909de6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6da118a3c5909de6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"tags":[]},"source":"6fc1f472da8fdd0a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/3ce019f63c760fb3.json b/6685/data/test-cases/6fcfb764d74141a7.json similarity index 76% rename from 6651/data/test-cases/3ce019f63c760fb3.json rename to 6685/data/test-cases/6fcfb764d74141a7.json index 40b1f2d8ab2..9751654b26d 100644 --- a/6651/data/test-cases/3ce019f63c760fb3.json +++ b/6685/data/test-cases/6fcfb764d74141a7.json @@ -1 +1 @@ -{"uid":"3ce019f63c760fb3","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":1710204847296,"stop":1710204847296,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"90a1d5158bb3ea55","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/90a1d5158bb3ea55","status":"passed","time":{"start":1710204755945,"stop":1710204755945,"duration":0}},{"uid":"9b9277a8b4aabd76","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9b9277a8b4aabd76","status":"passed","time":{"start":1710204636022,"stop":1710204636022,"duration":0}},{"uid":"5f7eaedb8765a1f4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5f7eaedb8765a1f4","status":"passed","time":{"start":1710204395472,"stop":1710204395472,"duration":0}},{"uid":"c33c5c166f9d4cd5","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c33c5c166f9d4cd5","status":"passed","time":{"start":1710203122000,"stop":1710203122001,"duration":1}},{"uid":"f79ed2c41fa20982","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f79ed2c41fa20982","status":"passed","time":{"start":1710199608815,"stop":1710199608815,"duration":0}},{"uid":"6654f2ad4b3e8418","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/6654f2ad4b3e8418","status":"passed","time":{"start":1710199506565,"stop":1710199506565,"duration":0}},{"uid":"6133c986f11cb185","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/6133c986f11cb185","status":"passed","time":{"start":1710197033234,"stop":1710197033234,"duration":0}},{"uid":"88e60bbc1cbe5101","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/88e60bbc1cbe5101","status":"passed","time":{"start":1710167869139,"stop":1710167869139,"duration":0}},{"uid":"acc852f6f56b1377","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/acc852f6f56b1377","status":"passed","time":{"start":1710167049287,"stop":1710167049287,"duration":0}},{"uid":"349992412d09be0","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/349992412d09be0","status":"passed","time":{"start":1710167194753,"stop":1710167194753,"duration":0}},{"uid":"7e797efcda9c0833","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7e797efcda9c0833","status":"passed","time":{"start":1710166328847,"stop":1710166328847,"duration":0}},{"uid":"65f2e846cf1fe35","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/65f2e846cf1fe35","status":"passed","time":{"start":1710164551131,"stop":1710164551132,"duration":1}},{"uid":"ee4a12309939e287","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ee4a12309939e287","status":"passed","time":{"start":1710163715994,"stop":1710163715994,"duration":0}},{"uid":"1d56a1826c14e48e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/1d56a1826c14e48e","status":"passed","time":{"start":1710163568073,"stop":1710163568074,"duration":1}},{"uid":"9ff4c337210fcbd2","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9ff4c337210fcbd2","status":"passed","time":{"start":1710155626322,"stop":1710155626322,"duration":0}},{"uid":"7ca67cf16c306253","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7ca67cf16c306253","status":"passed","time":{"start":1710154824274,"stop":1710154824275,"duration":1}},{"uid":"b37b7433ae42f294","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b37b7433ae42f294","status":"passed","time":{"start":1710154466420,"stop":1710154466421,"duration":1}},{"uid":"b9d187dc08b1292a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b9d187dc08b1292a","status":"passed","time":{"start":1710102475237,"stop":1710102475237,"duration":0}},{"uid":"1253e06f01efdd61","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1253e06f01efdd61","status":"passed","time":{"start":1710080673275,"stop":1710080673275,"duration":0}},{"uid":"a55ff6dfb4d0a3dd","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a55ff6dfb4d0a3dd","status":"passed","time":{"start":1710024327573,"stop":1710024327573,"duration":0}}]},"tags":[]},"source":"3ce019f63c760fb3.json","parameterValues":[]} \ No newline at end of file +{"uid":"6fcfb764d74141a7","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":1710308097727,"stop":1710308097728,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"9b4723fba15555c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9b4723fba15555c2","status":"passed","time":{"start":1710306994268,"stop":1710306994268,"duration":0}},{"uid":"af091030bec15042","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af091030bec15042","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"46d0dea2a1ce3274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46d0dea2a1ce3274","status":"passed","time":{"start":1710284459537,"stop":1710284459537,"duration":0}}]},"tags":[]},"source":"6fcfb764d74141a7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/6fe3045070ee056f.json b/6685/data/test-cases/6fe3045070ee056f.json new file mode 100644 index 00000000000..4f4c80bd652 --- /dev/null +++ b/6685/data/test-cases/6fe3045070ee056f.json @@ -0,0 +1 @@ +{"uid":"6fe3045070ee056f","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":1710308192977,"stop":1710308192977,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4956183f40287201","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4956183f40287201","status":"passed","time":{"start":1710307078652,"stop":1710307078653,"duration":1}},{"uid":"aa3f8083f72cd52d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa3f8083f72cd52d","status":"passed","time":{"start":1710287282005,"stop":1710287282006,"duration":1}},{"uid":"a936067d6a56d6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a936067d6a56d6f","status":"passed","time":{"start":1710284550778,"stop":1710284550778,"duration":0}}]},"tags":[]},"source":"6fe3045070ee056f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b887d8c8c0131311.json b/6685/data/test-cases/6fea4f1e72594470.json similarity index 81% rename from 6651/data/test-cases/b887d8c8c0131311.json rename to 6685/data/test-cases/6fea4f1e72594470.json index 0cba39ce743..5518ecdcf6a 100644 --- a/6651/data/test-cases/b887d8c8c0131311.json +++ b/6685/data/test-cases/6fea4f1e72594470.json @@ -1 +1 @@ -{"uid":"b887d8c8c0131311","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":1710205335141,"stop":1710205335141,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"c44b35dea7495d82","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c44b35dea7495d82","status":"passed","time":{"start":1710205224511,"stop":1710205224511,"duration":0}},{"uid":"341586e0d3e621a9","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/341586e0d3e621a9","status":"passed","time":{"start":1710205109076,"stop":1710205109076,"duration":0}},{"uid":"f1ecfb3fba293071","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f1ecfb3fba293071","status":"passed","time":{"start":1710204865545,"stop":1710204865545,"duration":0}},{"uid":"96c31482e123390c","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/96c31482e123390c","status":"passed","time":{"start":1710203577229,"stop":1710203577229,"duration":0}},{"uid":"102c959be46af316","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/102c959be46af316","status":"passed","time":{"start":1710200067240,"stop":1710200067240,"duration":0}},{"uid":"13424afd14d531f3","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/13424afd14d531f3","status":"passed","time":{"start":1710199972395,"stop":1710199972395,"duration":0}},{"uid":"7049d4105dd30176","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/7049d4105dd30176","status":"passed","time":{"start":1710197502485,"stop":1710197502485,"duration":0}},{"uid":"a697aa4c4f3ddc46","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a697aa4c4f3ddc46","status":"passed","time":{"start":1710168341998,"stop":1710168341999,"duration":1}},{"uid":"e0d389f6f35ee6b9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e0d389f6f35ee6b9","status":"passed","time":{"start":1710167568811,"stop":1710167568811,"duration":0}},{"uid":"b28657ab94e6b405","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b28657ab94e6b405","status":"passed","time":{"start":1710167665503,"stop":1710167665503,"duration":0}},{"uid":"ce946a9570e39f00","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/ce946a9570e39f00","status":"passed","time":{"start":1710166795561,"stop":1710166795561,"duration":0}},{"uid":"eb587e6dd3e691f0","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/eb587e6dd3e691f0","status":"passed","time":{"start":1710165026123,"stop":1710165026123,"duration":0}},{"uid":"6099d3541cfe386d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6099d3541cfe386d","status":"passed","time":{"start":1710164176706,"stop":1710164176707,"duration":1}},{"uid":"e798bcec9a01b324","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e798bcec9a01b324","status":"passed","time":{"start":1710164039978,"stop":1710164039978,"duration":0}},{"uid":"aa89f4917ade5a01","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/aa89f4917ade5a01","status":"passed","time":{"start":1710156088895,"stop":1710156088895,"duration":0}},{"uid":"55f1e6ef59f24c9e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/55f1e6ef59f24c9e","status":"passed","time":{"start":1710155298404,"stop":1710155298404,"duration":0}},{"uid":"10d604d8e9a6f1c2","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/10d604d8e9a6f1c2","status":"passed","time":{"start":1710154928188,"stop":1710154928188,"duration":0}},{"uid":"646b09a707930436","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/646b09a707930436","status":"passed","time":{"start":1710102939215,"stop":1710102939215,"duration":0}},{"uid":"b6ed87a44b9cc4e7","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b6ed87a44b9cc4e7","status":"passed","time":{"start":1710081135412,"stop":1710081135412,"duration":0}},{"uid":"ac726dbeb5f26ad","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ac726dbeb5f26ad","status":"passed","time":{"start":1710024806417,"stop":1710024806417,"duration":0}}]},"tags":[]},"source":"b887d8c8c0131311.json","parameterValues":[]} \ No newline at end of file +{"uid":"6fea4f1e72594470","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":1710308572936,"stop":1710308572937,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7814bd7753739ba7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7814bd7753739ba7","status":"passed","time":{"start":1710307465622,"stop":1710307465623,"duration":1}},{"uid":"c492f98d97b3a835","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c492f98d97b3a835","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"f841771fc8fd1e4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f841771fc8fd1e4c","status":"passed","time":{"start":1710284934063,"stop":1710284934064,"duration":1}}]},"tags":[]},"source":"6fea4f1e72594470.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4f9e0c488a0bac8b.json b/6685/data/test-cases/6ffb9e32aec85cef.json similarity index 81% rename from 6651/data/test-cases/4f9e0c488a0bac8b.json rename to 6685/data/test-cases/6ffb9e32aec85cef.json index ecb32f1e79e..d77a488c404 100644 --- a/6651/data/test-cases/4f9e0c488a0bac8b.json +++ b/6685/data/test-cases/6ffb9e32aec85cef.json @@ -1 +1 @@ -{"uid":"4f9e0c488a0bac8b","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":1710205335128,"stop":1710205335128,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"48d288e82e83fb3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/48d288e82e83fb3","status":"passed","time":{"start":1710205224505,"stop":1710205224505,"duration":0}},{"uid":"b723e7839462e314","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b723e7839462e314","status":"passed","time":{"start":1710205109070,"stop":1710205109070,"duration":0}},{"uid":"1394a618d302ce32","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1394a618d302ce32","status":"passed","time":{"start":1710204865539,"stop":1710204865539,"duration":0}},{"uid":"8b172988df941a0a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8b172988df941a0a","status":"passed","time":{"start":1710203577223,"stop":1710203577224,"duration":1}},{"uid":"eea41def6b37def0","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/eea41def6b37def0","status":"passed","time":{"start":1710200067234,"stop":1710200067235,"duration":1}},{"uid":"fc05be542d5b35d3","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/fc05be542d5b35d3","status":"passed","time":{"start":1710199972389,"stop":1710199972390,"duration":1}},{"uid":"3dbd41fb79273fa","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3dbd41fb79273fa","status":"passed","time":{"start":1710197502479,"stop":1710197502480,"duration":1}},{"uid":"b6242a61100adeca","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b6242a61100adeca","status":"passed","time":{"start":1710168341993,"stop":1710168341993,"duration":0}},{"uid":"a3dd240fdc7ebc97","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a3dd240fdc7ebc97","status":"passed","time":{"start":1710167568806,"stop":1710167568806,"duration":0}},{"uid":"c185a2554ede7e69","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c185a2554ede7e69","status":"passed","time":{"start":1710167665496,"stop":1710167665497,"duration":1}},{"uid":"5227e6a84bb56ba4","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5227e6a84bb56ba4","status":"passed","time":{"start":1710166795555,"stop":1710166795555,"duration":0}},{"uid":"b6e60a31f724eb10","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b6e60a31f724eb10","status":"passed","time":{"start":1710165026117,"stop":1710165026117,"duration":0}},{"uid":"69cb1481bd1d02bb","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/69cb1481bd1d02bb","status":"passed","time":{"start":1710164176701,"stop":1710164176701,"duration":0}},{"uid":"dd045be725382ed7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/dd045be725382ed7","status":"passed","time":{"start":1710164039972,"stop":1710164039973,"duration":1}},{"uid":"c01e7b4086dddd0d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c01e7b4086dddd0d","status":"passed","time":{"start":1710156088890,"stop":1710156088891,"duration":1}},{"uid":"5f0a5b0faee095a0","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5f0a5b0faee095a0","status":"passed","time":{"start":1710155298398,"stop":1710155298398,"duration":0}},{"uid":"bbe655daedefbe9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/bbe655daedefbe9","status":"passed","time":{"start":1710154928182,"stop":1710154928182,"duration":0}},{"uid":"8bd2473b56262ff4","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8bd2473b56262ff4","status":"passed","time":{"start":1710102939209,"stop":1710102939209,"duration":0}},{"uid":"d656e1c35971017c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d656e1c35971017c","status":"passed","time":{"start":1710081135406,"stop":1710081135406,"duration":0}},{"uid":"3ff82c09505780c5","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3ff82c09505780c5","status":"passed","time":{"start":1710024806412,"stop":1710024806412,"duration":0}}]},"tags":[]},"source":"4f9e0c488a0bac8b.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ffb9e32aec85cef","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":1710308572931,"stop":1710308572931,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"5acde044e16529a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5acde044e16529a0","status":"passed","time":{"start":1710307465616,"stop":1710307465617,"duration":1}},{"uid":"7362d18bcc188741","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7362d18bcc188741","status":"passed","time":{"start":1710287674895,"stop":1710287674895,"duration":0}},{"uid":"c22459b960f4778e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c22459b960f4778e","status":"passed","time":{"start":1710284934058,"stop":1710284934058,"duration":0}}]},"tags":[]},"source":"6ffb9e32aec85cef.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/700db9ecded6b381.json b/6685/data/test-cases/700db9ecded6b381.json new file mode 100644 index 00000000000..7c195fbdd8e --- /dev/null +++ b/6685/data/test-cases/700db9ecded6b381.json @@ -0,0 +1 @@ +{"uid":"700db9ecded6b381","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":1710308092704,"stop":1710308092705,"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":"fe43c47c6e0bde82","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe43c47c6e0bde82","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"10a74a1e7d125e4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/10a74a1e7d125e4c","status":"passed","time":{"start":1710287198126,"stop":1710287198127,"duration":1}},{"uid":"9c671691c786b2c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c671691c786b2c5","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]},"tags":[]},"source":"700db9ecded6b381.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/708df7cfbbe04df1.json b/6685/data/test-cases/708df7cfbbe04df1.json new file mode 100644 index 00000000000..50555781b1f --- /dev/null +++ b/6685/data/test-cases/708df7cfbbe04df1.json @@ -0,0 +1 @@ +{"uid":"708df7cfbbe04df1","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":1710308092689,"stop":1710308092689,"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":"c425a843b8750b8f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c425a843b8750b8f","status":"passed","time":{"start":1710306981495,"stop":1710306981495,"duration":0}},{"uid":"a564e3828654549d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a564e3828654549d","status":"passed","time":{"start":1710287198108,"stop":1710287198109,"duration":1}},{"uid":"1c1e841196a02f48","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c1e841196a02f48","status":"passed","time":{"start":1710284459990,"stop":1710284459991,"duration":1}}]},"tags":[]},"source":"708df7cfbbe04df1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/70ba40a2b1007e6.json b/6685/data/test-cases/70ba40a2b1007e6.json new file mode 100644 index 00000000000..04b643f9926 --- /dev/null +++ b/6685/data/test-cases/70ba40a2b1007e6.json @@ -0,0 +1 @@ +{"uid":"70ba40a2b1007e6","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":1710307902926,"stop":1710307902928,"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":"9c0b31cbe5ccf3b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c0b31cbe5ccf3b3","status":"passed","time":{"start":1710306795951,"stop":1710306795953,"duration":2}},{"uid":"39170dce51057abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39170dce51057abd","status":"passed","time":{"start":1710287001219,"stop":1710287001221,"duration":2}},{"uid":"e04992867ebafe01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04992867ebafe01","status":"passed","time":{"start":1710284263736,"stop":1710284263738,"duration":2}}]},"tags":[]},"source":"70ba40a2b1007e6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/7111ad0a39bcf64e.json b/6685/data/test-cases/7111ad0a39bcf64e.json new file mode 100644 index 00000000000..ba76877e42d --- /dev/null +++ b/6685/data/test-cases/7111ad0a39bcf64e.json @@ -0,0 +1 @@ +{"uid":"7111ad0a39bcf64e","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":1710308092690,"stop":1710308092691,"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":"7d4fd617e0b61fe5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d4fd617e0b61fe5","status":"passed","time":{"start":1710306981503,"stop":1710306981503,"duration":0}},{"uid":"22f77eea7457595f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22f77eea7457595f","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"b929f2c5d848eea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b929f2c5d848eea","status":"passed","time":{"start":1710284459992,"stop":1710284459993,"duration":1}}]},"tags":[]},"source":"7111ad0a39bcf64e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/72463fb32e87df8c.json b/6685/data/test-cases/72463fb32e87df8c.json new file mode 100644 index 00000000000..850e183d9a2 --- /dev/null +++ b/6685/data/test-cases/72463fb32e87df8c.json @@ -0,0 +1 @@ +{"uid":"72463fb32e87df8c","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":1710307918136,"stop":1710307918136,"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":"d680aad7b5939743","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d680aad7b5939743","status":"passed","time":{"start":1710306811117,"stop":1710306811117,"duration":0}},{"uid":"3e88ed8128d0061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3e88ed8128d0061","status":"passed","time":{"start":1710287016345,"stop":1710287016345,"duration":0}},{"uid":"699c6468ecf54a58","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/699c6468ecf54a58","status":"passed","time":{"start":1710284279140,"stop":1710284279140,"duration":0}}]},"tags":[]},"source":"72463fb32e87df8c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/72928242b5434284.json b/6685/data/test-cases/72928242b5434284.json new file mode 100644 index 00000000000..0f0f9d03474 --- /dev/null +++ b/6685/data/test-cases/72928242b5434284.json @@ -0,0 +1 @@ +{"uid":"72928242b5434284","name":"throws on content topic with empty version field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with empty version field","historyId":"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890266,"stop":1710307890266,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c64670c4b0c7beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5c64670c4b0c7beb","status":"passed","time":{"start":1710306783476,"stop":1710306783477,"duration":1}},{"uid":"7ab686ce939df04f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7ab686ce939df04f","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"6b5c26ba40b76f42","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b5c26ba40b76f42","status":"passed","time":{"start":1710284251167,"stop":1710284251168,"duration":1}}]},"tags":[]},"source":"72928242b5434284.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/26b27c1f221bbd23.json b/6685/data/test-cases/72a930bef07a5858.json similarity index 85% rename from 6651/data/test-cases/26b27c1f221bbd23.json rename to 6685/data/test-cases/72a930bef07a5858.json index d6e599e2522..08671f4275e 100644 --- a/6651/data/test-cases/26b27c1f221bbd23.json +++ b/6685/data/test-cases/72a930bef07a5858.json @@ -1 +1 @@ -{"uid":"26b27c1f221bbd23","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":1710205233015,"stop":1710205233015,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"ac8dafc0f0ec3522","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ac8dafc0f0ec3522","status":"passed","time":{"start":1710205120352,"stop":1710205120353,"duration":1}},{"uid":"5dc19bdad337200c","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5dc19bdad337200c","status":"passed","time":{"start":1710205004864,"stop":1710205004865,"duration":1}},{"uid":"72c49b5ec471b94a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/72c49b5ec471b94a","status":"passed","time":{"start":1710204772104,"stop":1710204772108,"duration":4}},{"uid":"25108c157ecc5216","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/25108c157ecc5216","status":"passed","time":{"start":1710203476065,"stop":1710203476065,"duration":0}},{"uid":"984bc62ce9ee9a5a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/984bc62ce9ee9a5a","status":"passed","time":{"start":1710199958120,"stop":1710199958121,"duration":1}},{"uid":"65c6723d7471c7f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/65c6723d7471c7f","status":"passed","time":{"start":1710199882650,"stop":1710199882656,"duration":6}},{"uid":"51c2ebcfc4441bcc","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/51c2ebcfc4441bcc","status":"passed","time":{"start":1710197397389,"stop":1710197397389,"duration":0}},{"uid":"9da80faaf414d401","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/9da80faaf414d401","status":"passed","time":{"start":1710168235144,"stop":1710168235145,"duration":1}},{"uid":"7b5a461fcd2f4c9e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7b5a461fcd2f4c9e","status":"passed","time":{"start":1710167420287,"stop":1710167420288,"duration":1}},{"uid":"5a3c44926dadb7ef","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5a3c44926dadb7ef","status":"passed","time":{"start":1710167568732,"stop":1710167568732,"duration":0}},{"uid":"79847020fb56c066","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/79847020fb56c066","status":"passed","time":{"start":1710166701489,"stop":1710166701490,"duration":1}},{"uid":"c11e97dd91bea1db","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c11e97dd91bea1db","status":"passed","time":{"start":1710164929248,"stop":1710164929249,"duration":1}},{"uid":"1a9f6dc2a6c41980","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1a9f6dc2a6c41980","status":"passed","time":{"start":1710164078406,"stop":1710164078406,"duration":0}},{"uid":"59b6b46e10f9dfff","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/59b6b46e10f9dfff","status":"passed","time":{"start":1710163927097,"stop":1710163927097,"duration":0}},{"uid":"181fa911f019f8ae","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/181fa911f019f8ae","status":"passed","time":{"start":1710155986301,"stop":1710155986301,"duration":0}},{"uid":"15a0ddba9423087a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/15a0ddba9423087a","status":"passed","time":{"start":1710155212571,"stop":1710155212571,"duration":0}},{"uid":"c753f2e5c5cfc175","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c753f2e5c5cfc175","status":"passed","time":{"start":1710154813489,"stop":1710154813489,"duration":0}},{"uid":"70a8f48ca6bbc0ce","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/70a8f48ca6bbc0ce","status":"passed","time":{"start":1710102845335,"stop":1710102845336,"duration":1}},{"uid":"2d24cb216cbb5c6","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2d24cb216cbb5c6","status":"passed","time":{"start":1710081043191,"stop":1710081043191,"duration":0}},{"uid":"91497d445a1bdd3c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/91497d445a1bdd3c","status":"passed","time":{"start":1710024705819,"stop":1710024705819,"duration":0}}]},"tags":[]},"source":"26b27c1f221bbd23.json","parameterValues":[]} \ No newline at end of file +{"uid":"72a930bef07a5858","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":1710308463708,"stop":1710308463709,"duration":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":"c67e5097289e79a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c67e5097289e79a2","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"277f2bb4900d4b88","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/277f2bb4900d4b88","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"a67145926b826a05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a67145926b826a05","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"tags":[]},"source":"72a930bef07a5858.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8eadc3f875bdb79f.json b/6685/data/test-cases/73855449b1424756.json similarity index 50% rename from 6651/data/test-cases/8eadc3f875bdb79f.json rename to 6685/data/test-cases/73855449b1424756.json index c4bdc4e34de..b2d15729f2b 100644 --- a/6651/data/test-cases/8eadc3f875bdb79f.json +++ b/6685/data/test-cases/73855449b1424756.json @@ -1 +1 @@ -{"uid":"8eadc3f875bdb79f","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":1710204899743,"stop":1710204899743,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"e38470d4623cd05a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/e38470d4623cd05a","status":"passed","time":{"start":1710204806668,"stop":1710204806669,"duration":1}},{"uid":"a78b271c3c4793e7","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a78b271c3c4793e7","status":"passed","time":{"start":1710204694694,"stop":1710204694700,"duration":6}},{"uid":"67166167f13b627e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/67166167f13b627e","status":"passed","time":{"start":1710204443722,"stop":1710204443723,"duration":1}},{"uid":"ceda96e215d9e27f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ceda96e215d9e27f","status":"passed","time":{"start":1710203160983,"stop":1710203160985,"duration":2}},{"uid":"bad94ec2486472c0","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/bad94ec2486472c0","status":"passed","time":{"start":1710199643203,"stop":1710199643204,"duration":1}},{"uid":"20ab1b276601bee2","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/20ab1b276601bee2","status":"passed","time":{"start":1710199542650,"stop":1710199542651,"duration":1}},{"uid":"b2337fdabfaed090","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b2337fdabfaed090","status":"passed","time":{"start":1710197093492,"stop":1710197093492,"duration":0}},{"uid":"869d11878f09caf8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/869d11878f09caf8","status":"passed","time":{"start":1710167911488,"stop":1710167911489,"duration":1}},{"uid":"faa474712d61ee3d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/faa474712d61ee3d","status":"passed","time":{"start":1710167091033,"stop":1710167091034,"duration":1}},{"uid":"5e8d2f6a5f59c6b0","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5e8d2f6a5f59c6b0","status":"passed","time":{"start":1710167250243,"stop":1710167250244,"duration":1}},{"uid":"21ceb71dfb8e5617","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/21ceb71dfb8e5617","status":"passed","time":{"start":1710166370246,"stop":1710166370246,"duration":0}},{"uid":"50f205114f7c3596","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/50f205114f7c3596","status":"passed","time":{"start":1710164596088,"stop":1710164596089,"duration":1}},{"uid":"9d38a901088ace83","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9d38a901088ace83","status":"passed","time":{"start":1710163758462,"stop":1710163758462,"duration":0}},{"uid":"6ae40300f8809d13","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6ae40300f8809d13","status":"passed","time":{"start":1710163612303,"stop":1710163612303,"duration":0}},{"uid":"1e59898948abb193","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/1e59898948abb193","status":"passed","time":{"start":1710155669387,"stop":1710155669391,"duration":4}},{"uid":"e31b88f5dbbd440b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e31b88f5dbbd440b","status":"passed","time":{"start":1710154869474,"stop":1710154869475,"duration":1}},{"uid":"56be3524ba0598f7","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/56be3524ba0598f7","status":"passed","time":{"start":1710154499745,"stop":1710154499745,"duration":0}},{"uid":"f421b0120801a750","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f421b0120801a750","status":"passed","time":{"start":1710102515891,"stop":1710102515891,"duration":0}},{"uid":"b1019d78c328290c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b1019d78c328290c","status":"passed","time":{"start":1710080713505,"stop":1710080713506,"duration":1}},{"uid":"c33a0d051c5d542e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c33a0d051c5d542e","status":"passed","time":{"start":1710024376284,"stop":1710024376285,"duration":1}}]},"tags":[]},"source":"8eadc3f875bdb79f.json","parameterValues":[]} \ No newline at end of file +{"uid":"73855449b1424756","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":1710308167162,"stop":1710308167162,"duration":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":"9a09baf643304d51","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a09baf643304d51","status":"passed","time":{"start":1710307045666,"stop":1710307045667,"duration":1}},{"uid":"bea031dd27540865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bea031dd27540865","status":"passed","time":{"start":1710287245618,"stop":1710287245619,"duration":1}},{"uid":"b406c7eb651fed76","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b406c7eb651fed76","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"tags":[]},"source":"73855449b1424756.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/739253a7f12e1667.json b/6685/data/test-cases/739253a7f12e1667.json new file mode 100644 index 00000000000..d57a836e995 --- /dev/null +++ b/6685/data/test-cases/739253a7f12e1667.json @@ -0,0 +1 @@ +{"uid":"739253a7f12e1667","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":1710307940172,"stop":1710307940173,"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":4,"unknown":0,"total":4},"items":[{"uid":"17860a1655dacda4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17860a1655dacda4","status":"passed","time":{"start":1710306833584,"stop":1710306833585,"duration":1}},{"uid":"51522690b8027390","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51522690b8027390","status":"passed","time":{"start":1710287039377,"stop":1710287039378,"duration":1}},{"uid":"ab1ad95f20dd96ed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab1ad95f20dd96ed","status":"passed","time":{"start":1710284302040,"stop":1710284302045,"duration":5}}]},"tags":[]},"source":"739253a7f12e1667.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/73b2fc8b63ce28f1.json b/6685/data/test-cases/73b2fc8b63ce28f1.json new file mode 100644 index 00000000000..36159854e0e --- /dev/null +++ b/6685/data/test-cases/73b2fc8b63ce28f1.json @@ -0,0 +1 @@ +{"uid":"73b2fc8b63ce28f1","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":1710307903346,"stop":1710307903346,"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":"5a66a9d806d68062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5a66a9d806d68062","status":"passed","time":{"start":1710306796318,"stop":1710306796318,"duration":0}},{"uid":"66f1c0960ef5a608","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66f1c0960ef5a608","status":"passed","time":{"start":1710287001575,"stop":1710287001575,"duration":0}},{"uid":"8cef86a94bb68631","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cef86a94bb68631","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"tags":[]},"source":"73b2fc8b63ce28f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/73e61247632e2093.json b/6685/data/test-cases/73e61247632e2093.json new file mode 100644 index 00000000000..1ec660a5731 --- /dev/null +++ b/6685/data/test-cases/73e61247632e2093.json @@ -0,0 +1 @@ +{"uid":"73e61247632e2093","name":"given a content topic, creates a waku node and filter subscription","fullName":"/tests/sdk/content_topic.spec.ts: SDK: Creating by Content Topic > given a content topic, creates a waku node and filter subscription","historyId":"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308388676,"stop":1710308388677,"duration":1},"status":"broken","statusMessage":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","statusTrace":"Error: Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)\n at listOnTimeout (node:internal/timers:569:17)\n at processTimers (node:internal/timers:512:7)","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{},"status":"broken","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{},"status":"broken","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sdk"},{"name":"parentSuite","value":"SDK: Creating by Content Topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"a568868ad882a0e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a568868ad882a0e3","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1710307270090,"stop":1710307270090,"duration":0}},{"uid":"e7853057a6bd7a11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7853057a6bd7a11","status":"passed","time":{"start":1710287483709,"stop":1710287483709,"duration":0}},{"uid":"c234d80dfde55c30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c234d80dfde55c30","status":"passed","time":{"start":1710284751206,"stop":1710284751207,"duration":1}}]},"tags":[]},"source":"73e61247632e2093.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/73fc13e1a2da15bc.json b/6685/data/test-cases/73fc13e1a2da15bc.json new file mode 100644 index 00000000000..dce48729818 --- /dev/null +++ b/6685/data/test-cases/73fc13e1a2da15bc.json @@ -0,0 +1 @@ +{"uid":"73fc13e1a2da15bc","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":1710308167160,"stop":1710308167160,"duration":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":"2e17a6d124e819fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e17a6d124e819fa","status":"passed","time":{"start":1710307045663,"stop":1710307045663,"duration":0}},{"uid":"4fe59ff1d1147c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4fe59ff1d1147c21","status":"passed","time":{"start":1710287245615,"stop":1710287245616,"duration":1}},{"uid":"53e14e5317d6e0c4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/53e14e5317d6e0c4","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"tags":[]},"source":"73fc13e1a2da15bc.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/7435b88ccd1e8fab.json b/6685/data/test-cases/7435b88ccd1e8fab.json new file mode 100644 index 00000000000..f1b32937385 --- /dev/null +++ b/6685/data/test-cases/7435b88ccd1e8fab.json @@ -0,0 +1 @@ +{"uid":"7435b88ccd1e8fab","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":1710307897799,"stop":1710307897800,"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":"d789dab8d831290d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d789dab8d831290d","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"fde81281c1e41976","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fde81281c1e41976","status":"passed","time":{"start":1710286996364,"stop":1710286996364,"duration":0}},{"uid":"4674a55790f34179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4674a55790f34179","status":"passed","time":{"start":1710284258881,"stop":1710284258881,"duration":0}}]},"tags":[]},"source":"7435b88ccd1e8fab.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/746e53115698be23.json b/6685/data/test-cases/746e53115698be23.json new file mode 100644 index 00000000000..a7e382463a9 --- /dev/null +++ b/6685/data/test-cases/746e53115698be23.json @@ -0,0 +1 @@ +{"uid":"746e53115698be23","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":1710307903499,"stop":1710307903500,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f3f5917c71eabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f3f5917c71eabc3","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"ec597ce361d66792","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec597ce361d66792","status":"passed","time":{"start":1710287001716,"stop":1710287001717,"duration":1}},{"uid":"c8443f7a785a25dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8443f7a785a25dc","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"tags":[]},"source":"746e53115698be23.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a508cda6eee79a56.json b/6685/data/test-cases/74839595307407bd.json similarity index 77% rename from 6651/data/test-cases/a508cda6eee79a56.json rename to 6685/data/test-cases/74839595307407bd.json index ce0350f1368..ced36c6d358 100644 --- a/6651/data/test-cases/a508cda6eee79a56.json +++ b/6685/data/test-cases/74839595307407bd.json @@ -1 +1 @@ -{"uid":"a508cda6eee79a56","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":1710205115571,"stop":1710205115571,"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":73,"unknown":0,"total":73},"items":[{"uid":"d862a8906677ad2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d862a8906677ad2","status":"passed","time":{"start":1710205004963,"stop":1710205004964,"duration":1}},{"uid":"eb5a034ba60d8c5c","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/eb5a034ba60d8c5c","status":"passed","time":{"start":1710204900786,"stop":1710204900787,"duration":1}},{"uid":"59eb0733d3aa29be","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/59eb0733d3aa29be","status":"passed","time":{"start":1710204658515,"stop":1710204658515,"duration":0}},{"uid":"ced135970b084836","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ced135970b084836","status":"passed","time":{"start":1710203380008,"stop":1710203380008,"duration":0}},{"uid":"56879db12fce00af","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/56879db12fce00af","status":"passed","time":{"start":1710199869973,"stop":1710199869973,"duration":0}},{"uid":"488bb3654c13c7fe","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/488bb3654c13c7fe","status":"passed","time":{"start":1710199772379,"stop":1710199772380,"duration":1}},{"uid":"87591f0f7f384ba4","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/87591f0f7f384ba4","status":"passed","time":{"start":1710197312731,"stop":1710197312732,"duration":1}},{"uid":"ece7a9c21a2edf45","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ece7a9c21a2edf45","status":"passed","time":{"start":1710168147668,"stop":1710168147668,"duration":0}},{"uid":"92858b421a16d52f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/92858b421a16d52f","status":"passed","time":{"start":1710167379256,"stop":1710167379265,"duration":9}},{"uid":"c503c634fd46f8ad","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c503c634fd46f8ad","status":"passed","time":{"start":1710167447905,"stop":1710167447906,"duration":1}},{"uid":"e419136895449229","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e419136895449229","status":"passed","time":{"start":1710166585481,"stop":1710166585481,"duration":0}},{"uid":"aa00d678af934d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/aa00d678af934d","status":"passed","time":{"start":1710164815423,"stop":1710164815423,"duration":0}},{"uid":"9f106a1ef638d728","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9f106a1ef638d728","status":"passed","time":{"start":1710163978914,"stop":1710163978915,"duration":1}},{"uid":"ccd81b0500fb3879","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/ccd81b0500fb3879","status":"passed","time":{"start":1710163834523,"stop":1710163834523,"duration":0}},{"uid":"25cb300e00ecc4c5","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/25cb300e00ecc4c5","status":"passed","time":{"start":1710155882163,"stop":1710155882163,"duration":0}},{"uid":"68d065f88ca83694","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/68d065f88ca83694","status":"passed","time":{"start":1710155093753,"stop":1710155093753,"duration":0}},{"uid":"863beecb4fc9477c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/863beecb4fc9477c","status":"passed","time":{"start":1710154718366,"stop":1710154718367,"duration":1}},{"uid":"378328ea133cfd7b","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/378328ea133cfd7b","status":"passed","time":{"start":1710102732565,"stop":1710102732566,"duration":1}},{"uid":"88379c7f2ba9f5e3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/88379c7f2ba9f5e3","status":"passed","time":{"start":1710080936486,"stop":1710080936486,"duration":0}},{"uid":"980daede45d543b3","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/980daede45d543b3","status":"passed","time":{"start":1710024618614,"stop":1710024618614,"duration":0}}]},"tags":[]},"source":"a508cda6eee79a56.json","parameterValues":[]} \ No newline at end of file +{"uid":"74839595307407bd","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":1710308366470,"stop":1710308366470,"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":"2ab1adfc952dcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ab1adfc952dcf","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"2008f6718cfd79f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2008f6718cfd79f3","status":"passed","time":{"start":1710287456049,"stop":1710287456049,"duration":0}},{"uid":"89d48fca4f4343ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89d48fca4f4343ff","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"tags":[]},"source":"74839595307407bd.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/705bf8288e8bc188.json b/6685/data/test-cases/74a66228bf3e1371.json similarity index 80% rename from 6651/data/test-cases/705bf8288e8bc188.json rename to 6685/data/test-cases/74a66228bf3e1371.json index e58434244b7..ede333f0edd 100644 --- a/6651/data/test-cases/705bf8288e8bc188.json +++ b/6685/data/test-cases/74a66228bf3e1371.json @@ -1 +1 @@ -{"uid":"705bf8288e8bc188","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":1710204945848,"stop":1710204945848,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"c1332595f7a806b7","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c1332595f7a806b7","status":"passed","time":{"start":1710204830298,"stop":1710204830301,"duration":3}},{"uid":"909c8da4c2923f2b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/909c8da4c2923f2b","status":"passed","time":{"start":1710204733014,"stop":1710204733014,"duration":0}},{"uid":"375247043b398566","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/375247043b398566","status":"passed","time":{"start":1710204477782,"stop":1710204477783,"duration":1}},{"uid":"b952828bbfbf4f26","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/b952828bbfbf4f26","status":"passed","time":{"start":1710203199474,"stop":1710203199474,"duration":0}},{"uid":"ecba6a6f370d10ed","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ecba6a6f370d10ed","status":"passed","time":{"start":1710199697850,"stop":1710199697851,"duration":1}},{"uid":"91293028bad918bc","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/91293028bad918bc","status":"passed","time":{"start":1710199591765,"stop":1710199591765,"duration":0}},{"uid":"889b31992b71bb8e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/889b31992b71bb8e","status":"passed","time":{"start":1710197131793,"stop":1710197131793,"duration":0}},{"uid":"89caa65f4f178cf3","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/89caa65f4f178cf3","status":"passed","time":{"start":1710167952605,"stop":1710167952606,"duration":1}},{"uid":"bcbce2b472fb2cfc","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/bcbce2b472fb2cfc","status":"passed","time":{"start":1710167221556,"stop":1710167221557,"duration":1}},{"uid":"c54828e313eeeb3","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c54828e313eeeb3","status":"passed","time":{"start":1710167283381,"stop":1710167283381,"duration":0}},{"uid":"6ce6fc4c3e7c83f8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6ce6fc4c3e7c83f8","status":"passed","time":{"start":1710166420491,"stop":1710166420491,"duration":0}},{"uid":"5a4137a091f3edf8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5a4137a091f3edf8","status":"passed","time":{"start":1710164634575,"stop":1710164634575,"duration":0}},{"uid":"6c417365c571d874","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6c417365c571d874","status":"passed","time":{"start":1710163791793,"stop":1710163791794,"duration":1}},{"uid":"4c7eab828f75e8c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4c7eab828f75e8c","status":"passed","time":{"start":1710163655803,"stop":1710163655803,"duration":0}},{"uid":"5e7909ad13686ee0","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/5e7909ad13686ee0","status":"passed","time":{"start":1710155712327,"stop":1710155712327,"duration":0}},{"uid":"50c73a1db649e602","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/50c73a1db649e602","status":"passed","time":{"start":1710154919637,"stop":1710154919637,"duration":0}},{"uid":"67b241589f3493d5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/67b241589f3493d5","status":"passed","time":{"start":1710154537148,"stop":1710154537149,"duration":1}},{"uid":"34c64120fae125f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/34c64120fae125f","status":"passed","time":{"start":1710102560690,"stop":1710102560690,"duration":0}},{"uid":"c0e5f74ff9371f05","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c0e5f74ff9371f05","status":"passed","time":{"start":1710080763703,"stop":1710080763704,"duration":1}},{"uid":"f83a5f396d6b035","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f83a5f396d6b035","status":"passed","time":{"start":1710024433738,"stop":1710024433738,"duration":0}}]},"tags":[]},"source":"705bf8288e8bc188.json","parameterValues":[]} \ No newline at end of file +{"uid":"74a66228bf3e1371","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":1710308192972,"stop":1710308192972,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f8ddc00796efc27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f8ddc00796efc27","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"576ef8e5896cac60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/576ef8e5896cac60","status":"passed","time":{"start":1710287282003,"stop":1710287282004,"duration":1}},{"uid":"3896fe3c5469807","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3896fe3c5469807","status":"passed","time":{"start":1710284550775,"stop":1710284550775,"duration":0}}]},"tags":[]},"source":"74a66228bf3e1371.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/94bdf7bbd76c594b.json b/6685/data/test-cases/74f11ca386c36d84.json similarity index 58% rename from 6651/data/test-cases/94bdf7bbd76c594b.json rename to 6685/data/test-cases/74f11ca386c36d84.json index ea1a4b7d32c..455264078df 100644 --- a/6651/data/test-cases/94bdf7bbd76c594b.json +++ b/6685/data/test-cases/74f11ca386c36d84.json @@ -1 +1 @@ -{"uid":"94bdf7bbd76c594b","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":1710204847302,"stop":1710204847303,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"bc2c1c0c47feab5a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/bc2c1c0c47feab5a","status":"passed","time":{"start":1710204755948,"stop":1710204755948,"duration":0}},{"uid":"3c4b799c40d37d27","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3c4b799c40d37d27","status":"passed","time":{"start":1710204636025,"stop":1710204636025,"duration":0}},{"uid":"8532c86f1eb7be85","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8532c86f1eb7be85","status":"passed","time":{"start":1710204395477,"stop":1710204395477,"duration":0}},{"uid":"76080c3afce41aed","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/76080c3afce41aed","status":"passed","time":{"start":1710203122004,"stop":1710203122004,"duration":0}},{"uid":"2cdc363d7424da95","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2cdc363d7424da95","status":"passed","time":{"start":1710199608826,"stop":1710199608826,"duration":0}},{"uid":"925993be2703b20e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/925993be2703b20e","status":"passed","time":{"start":1710199506568,"stop":1710199506569,"duration":1}},{"uid":"86df21367b0cb00d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/86df21367b0cb00d","status":"passed","time":{"start":1710197033261,"stop":1710197033261,"duration":0}},{"uid":"e5aeefed708bf9e8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e5aeefed708bf9e8","status":"passed","time":{"start":1710167869142,"stop":1710167869143,"duration":1}},{"uid":"675c5586ca325b85","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/675c5586ca325b85","status":"passed","time":{"start":1710167049293,"stop":1710167049293,"duration":0}},{"uid":"bcef31dab490b0d1","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/bcef31dab490b0d1","status":"passed","time":{"start":1710167194766,"stop":1710167194766,"duration":0}},{"uid":"6d7e065257433626","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6d7e065257433626","status":"passed","time":{"start":1710166328850,"stop":1710166328850,"duration":0}},{"uid":"3631f7adedce0047","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3631f7adedce0047","status":"passed","time":{"start":1710164551137,"stop":1710164551138,"duration":1}},{"uid":"d094bc4f8f1af649","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d094bc4f8f1af649","status":"passed","time":{"start":1710163715997,"stop":1710163715998,"duration":1}},{"uid":"e4f0c1f964d5b97f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e4f0c1f964d5b97f","status":"passed","time":{"start":1710163568079,"stop":1710163568079,"duration":0}},{"uid":"e8a0293506acb84f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e8a0293506acb84f","status":"passed","time":{"start":1710155626325,"stop":1710155626326,"duration":1}},{"uid":"ab5a69dac3ab673b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ab5a69dac3ab673b","status":"passed","time":{"start":1710154824284,"stop":1710154824286,"duration":2}},{"uid":"cbb326c040fd5be3","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/cbb326c040fd5be3","status":"passed","time":{"start":1710154466426,"stop":1710154466426,"duration":0}},{"uid":"ef2b0e604cd37a5a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ef2b0e604cd37a5a","status":"passed","time":{"start":1710102475240,"stop":1710102475240,"duration":0}},{"uid":"eef519f49c9918a1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/eef519f49c9918a1","status":"passed","time":{"start":1710080673279,"stop":1710080673279,"duration":0}},{"uid":"7252e77280c21f9b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7252e77280c21f9b","status":"passed","time":{"start":1710024327576,"stop":1710024327576,"duration":0}}]},"tags":[]},"source":"94bdf7bbd76c594b.json","parameterValues":[]} \ No newline at end of file +{"uid":"74f11ca386c36d84","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":1710308097737,"stop":1710308097738,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"24342cc142b33494","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24342cc142b33494","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994278,"stop":1710306994279,"duration":1}},{"uid":"504d19f68e6b2fcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d19f68e6b2fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"31d6d0be48bfc98a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/31d6d0be48bfc98a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459558,"duration":0}}]},"tags":[]},"source":"74f11ca386c36d84.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/7db612defad2838.json b/6685/data/test-cases/758448b39be27c9.json similarity index 65% rename from 6651/data/test-cases/7db612defad2838.json rename to 6685/data/test-cases/758448b39be27c9.json index ebc016e34b1..565c0f4d392 100644 --- a/6651/data/test-cases/7db612defad2838.json +++ b/6685/data/test-cases/758448b39be27c9.json @@ -1 +1 @@ -{"uid":"7db612defad2838","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":1710205335148,"stop":1710205335148,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"6400cc51854cc23","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/6400cc51854cc23","status":"passed","time":{"start":1710205224517,"stop":1710205224517,"duration":0}},{"uid":"f3fe68e417f5f30f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f3fe68e417f5f30f","status":"passed","time":{"start":1710205109081,"stop":1710205109081,"duration":0}},{"uid":"7b103f3501a67c","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7b103f3501a67c","status":"passed","time":{"start":1710204865550,"stop":1710204865550,"duration":0}},{"uid":"86429340349441a0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/86429340349441a0","status":"passed","time":{"start":1710203577234,"stop":1710203577234,"duration":0}},{"uid":"c674371638a5d483","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c674371638a5d483","status":"passed","time":{"start":1710200067247,"stop":1710200067247,"duration":0}},{"uid":"eddaabe75876d5f8","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/eddaabe75876d5f8","status":"passed","time":{"start":1710199972400,"stop":1710199972400,"duration":0}},{"uid":"5db4ba5940873692","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5db4ba5940873692","status":"passed","time":{"start":1710197502492,"stop":1710197502492,"duration":0}},{"uid":"b86595c763e300e7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b86595c763e300e7","status":"passed","time":{"start":1710168342004,"stop":1710168342004,"duration":0}},{"uid":"4707c9cca39c27e7","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4707c9cca39c27e7","status":"passed","time":{"start":1710167568819,"stop":1710167568819,"duration":0}},{"uid":"5d88ed6df41f094b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5d88ed6df41f094b","status":"passed","time":{"start":1710167665509,"stop":1710167665509,"duration":0}},{"uid":"64e364809851e15","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/64e364809851e15","status":"passed","time":{"start":1710166795567,"stop":1710166795567,"duration":0}},{"uid":"998936806b441a0a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/998936806b441a0a","status":"passed","time":{"start":1710165026130,"stop":1710165026130,"duration":0}},{"uid":"1ad7822e5bba4701","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1ad7822e5bba4701","status":"passed","time":{"start":1710164176712,"stop":1710164176712,"duration":0}},{"uid":"9a0990df5228888e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9a0990df5228888e","status":"passed","time":{"start":1710164039985,"stop":1710164039985,"duration":0}},{"uid":"494de367bb1ec57f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/494de367bb1ec57f","status":"passed","time":{"start":1710156088901,"stop":1710156088901,"duration":0}},{"uid":"5114fc05b3d42a4d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5114fc05b3d42a4d","status":"passed","time":{"start":1710155298410,"stop":1710155298411,"duration":1}},{"uid":"ae03dc7156cb0b2d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ae03dc7156cb0b2d","status":"passed","time":{"start":1710154928194,"stop":1710154928195,"duration":1}},{"uid":"4e3c345c69d29035","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4e3c345c69d29035","status":"passed","time":{"start":1710102939221,"stop":1710102939222,"duration":1}},{"uid":"db5a9517ef89ab29","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/db5a9517ef89ab29","status":"passed","time":{"start":1710081135418,"stop":1710081135419,"duration":1}},{"uid":"ef4dd6df05bf7fc7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ef4dd6df05bf7fc7","status":"passed","time":{"start":1710024806423,"stop":1710024806423,"duration":0}}]},"tags":[]},"source":"7db612defad2838.json","parameterValues":[]} \ No newline at end of file +{"uid":"758448b39be27c9","name":"Subscribe to 30 topics (old limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to 30 topics (old limit) at once and receives messages","historyId":"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"e8eeb17c6ae0787e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8eeb17c6ae0787e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"cd01c97dc25236aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd01c97dc25236aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"15ecf93891d32e40","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15ecf93891d32e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934073,"stop":1710284934074,"duration":1}}]},"tags":[]},"source":"758448b39be27c9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/75abdfcd2db96901.json b/6685/data/test-cases/75abdfcd2db96901.json new file mode 100644 index 00000000000..d1e1416c516 --- /dev/null +++ b/6685/data/test-cases/75abdfcd2db96901.json @@ -0,0 +1 @@ +{"uid":"75abdfcd2db96901","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":1710308024292,"stop":1710308024293,"duration":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":"5804608f88f0622e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5804608f88f0622e","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"74d4ebaeb1c24b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74d4ebaeb1c24b5","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"e02e80edafccf52d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e02e80edafccf52d","status":"passed","time":{"start":1710284377467,"stop":1710284377469,"duration":2}}]},"tags":[]},"source":"75abdfcd2db96901.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/768edaa3781bce49.json b/6685/data/test-cases/768edaa3781bce49.json new file mode 100644 index 00000000000..457f3c43e91 --- /dev/null +++ b/6685/data/test-cases/768edaa3781bce49.json @@ -0,0 +1 @@ +{"uid":"768edaa3781bce49","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":1710308572942,"stop":1710308572943,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c56ed0be79bd67d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c56ed0be79bd67d6","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"b11706787dd0c69b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b11706787dd0c69b","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"748a8fa85d802aee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/748a8fa85d802aee","status":"passed","time":{"start":1710284934070,"stop":1710284934071,"duration":1}}]},"tags":[]},"source":"768edaa3781bce49.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/6d075cd13ea854f1.json b/6685/data/test-cases/7724b163879864e6.json similarity index 85% rename from 6651/data/test-cases/6d075cd13ea854f1.json rename to 6685/data/test-cases/7724b163879864e6.json index 31e530897a2..13ae9bfaf8e 100644 --- a/6651/data/test-cases/6d075cd13ea854f1.json +++ b/6685/data/test-cases/7724b163879864e6.json @@ -1 +1 @@ -{"uid":"6d075cd13ea854f1","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":1710205233008,"stop":1710205233008,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"85480c291a5e13aa","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/85480c291a5e13aa","status":"passed","time":{"start":1710205120348,"stop":1710205120348,"duration":0}},{"uid":"e9953a1c5b66a88d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e9953a1c5b66a88d","status":"passed","time":{"start":1710205004854,"stop":1710205004855,"duration":1}},{"uid":"f5e6ddc6e5461ea2","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f5e6ddc6e5461ea2","status":"passed","time":{"start":1710204772088,"stop":1710204772088,"duration":0}},{"uid":"83db94312520c439","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/83db94312520c439","status":"passed","time":{"start":1710203476061,"stop":1710203476061,"duration":0}},{"uid":"9fdfeb88783479cc","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9fdfeb88783479cc","status":"passed","time":{"start":1710199958109,"stop":1710199958109,"duration":0}},{"uid":"5ca97ec3f9dbc65d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/5ca97ec3f9dbc65d","status":"passed","time":{"start":1710199882633,"stop":1710199882634,"duration":1}},{"uid":"3a6f5700e2644e4e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3a6f5700e2644e4e","status":"passed","time":{"start":1710197397384,"stop":1710197397384,"duration":0}},{"uid":"d201a84cd09fef28","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/d201a84cd09fef28","status":"passed","time":{"start":1710168235136,"stop":1710168235137,"duration":1}},{"uid":"d444079fc71ea181","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d444079fc71ea181","status":"passed","time":{"start":1710167420262,"stop":1710167420276,"duration":14}},{"uid":"c8551119f0c9f877","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c8551119f0c9f877","status":"passed","time":{"start":1710167568727,"stop":1710167568728,"duration":1}},{"uid":"3de4a9868567b626","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3de4a9868567b626","status":"passed","time":{"start":1710166701483,"stop":1710166701483,"duration":0}},{"uid":"a37566564dbab07a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/a37566564dbab07a","status":"passed","time":{"start":1710164929238,"stop":1710164929238,"duration":0}},{"uid":"115e8938ef72cfdb","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/115e8938ef72cfdb","status":"passed","time":{"start":1710164078401,"stop":1710164078402,"duration":1}},{"uid":"b44beb4a36760870","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b44beb4a36760870","status":"passed","time":{"start":1710163927081,"stop":1710163927082,"duration":1}},{"uid":"de77b08d59469524","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/de77b08d59469524","status":"passed","time":{"start":1710155986293,"stop":1710155986294,"duration":1}},{"uid":"26fff46e194ca327","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/26fff46e194ca327","status":"passed","time":{"start":1710155212565,"stop":1710155212565,"duration":0}},{"uid":"f6b0a46ea59b874d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/f6b0a46ea59b874d","status":"passed","time":{"start":1710154813478,"stop":1710154813479,"duration":1}},{"uid":"c00680ffe9d9ed85","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c00680ffe9d9ed85","status":"passed","time":{"start":1710102845325,"stop":1710102845326,"duration":1}},{"uid":"d6d1880b23d99ca2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d6d1880b23d99ca2","status":"passed","time":{"start":1710081043183,"stop":1710081043184,"duration":1}},{"uid":"29c4ee0306cc47dd","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/29c4ee0306cc47dd","status":"passed","time":{"start":1710024705794,"stop":1710024705795,"duration":1}}]},"tags":[]},"source":"6d075cd13ea854f1.json","parameterValues":[]} \ No newline at end of file +{"uid":"7724b163879864e6","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":1710308463691,"stop":1710308463691,"duration":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":"f5c0f2e3af496c30","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5c0f2e3af496c30","status":"passed","time":{"start":1710307358461,"stop":1710307358462,"duration":1}},{"uid":"41d137d7c8a37ca4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/41d137d7c8a37ca4","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"394f52482df58817","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/394f52482df58817","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"tags":[]},"source":"7724b163879864e6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/78c9e6cce3e2f6be.json b/6685/data/test-cases/78c9e6cce3e2f6be.json new file mode 100644 index 00000000000..1c9c57f2830 --- /dev/null +++ b/6685/data/test-cases/78c9e6cce3e2f6be.json @@ -0,0 +1 @@ +{"uid":"78c9e6cce3e2f6be","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":1710307914374,"stop":1710307914375,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.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":"8e2bce3956d31535","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e2bce3956d31535","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807583,"stop":1710306807584,"duration":1}},{"uid":"d32b240f7953f135","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d32b240f7953f135","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012805,"stop":1710287012805,"duration":0}},{"uid":"88335ef16e1a935a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88335ef16e1a935a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"tags":[]},"source":"78c9e6cce3e2f6be.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/78e461413c8cc9a6.json b/6685/data/test-cases/78e461413c8cc9a6.json new file mode 100644 index 00000000000..7a31c056f39 --- /dev/null +++ b/6685/data/test-cases/78e461413c8cc9a6.json @@ -0,0 +1 @@ +{"uid":"78e461413c8cc9a6","name":"Accepts a valid Waku Message","fullName":"/src/message_validator.spec.ts: Message Validator > Accepts a valid Waku Message","historyId":"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307906861,"stop":1710307906862,"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":"1746f7e3e4edcb61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1746f7e3e4edcb61","status":"passed","time":{"start":1710306799978,"stop":1710306799980,"duration":2}},{"uid":"8cf8797a00f3f980","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf8797a00f3f980","status":"passed","time":{"start":1710287005162,"stop":1710287005163,"duration":1}},{"uid":"a87565f7395adefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a87565f7395adefd","status":"passed","time":{"start":1710284267720,"stop":1710284267721,"duration":1}}]},"tags":[]},"source":"78e461413c8cc9a6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b31c0b5e803de2dc.json b/6685/data/test-cases/7929bfc9e9d0147c.json similarity index 54% rename from 6651/data/test-cases/b31c0b5e803de2dc.json rename to 6685/data/test-cases/7929bfc9e9d0147c.json index 48c9552dc03..b73cbede3ff 100644 --- a/6651/data/test-cases/b31c0b5e803de2dc.json +++ b/6685/data/test-cases/7929bfc9e9d0147c.json @@ -1 +1 @@ -{"uid":"b31c0b5e803de2dc","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":1710205191790,"stop":1710205191794,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"44c83f5ccce729a8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/44c83f5ccce729a8","status":"passed","time":{"start":1710205085982,"stop":1710205085982,"duration":0}},{"uid":"4b7ad3e5a663771f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4b7ad3e5a663771f","status":"passed","time":{"start":1710204994570,"stop":1710204994570,"duration":0}},{"uid":"16c99498ad088e5e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/16c99498ad088e5e","status":"passed","time":{"start":1710204726949,"stop":1710204726950,"duration":1}},{"uid":"865ed1f2ead20dc0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/865ed1f2ead20dc0","status":"passed","time":{"start":1710203449575,"stop":1710203449576,"duration":1}},{"uid":"378d53136e5e4267","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/378d53136e5e4267","status":"passed","time":{"start":1710199937576,"stop":1710199937576,"duration":0}},{"uid":"180ac80111255c37","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/180ac80111255c37","status":"passed","time":{"start":1710199830800,"stop":1710199830800,"duration":0}},{"uid":"85d2d8923ed40dd2","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/85d2d8923ed40dd2","status":"passed","time":{"start":1710197382222,"stop":1710197382222,"duration":0}},{"uid":"e197784bb89087c6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e197784bb89087c6","status":"passed","time":{"start":1710168209835,"stop":1710168209835,"duration":0}},{"uid":"e4f9c883002b04d1","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e4f9c883002b04d1","status":"passed","time":{"start":1710167469799,"stop":1710167469799,"duration":0}},{"uid":"ca5cd17289c7271b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ca5cd17289c7271b","status":"passed","time":{"start":1710167530693,"stop":1710167530694,"duration":1}},{"uid":"d7e55acbe8e8a51b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d7e55acbe8e8a51b","status":"passed","time":{"start":1710166659702,"stop":1710166659703,"duration":1}},{"uid":"b2dececcd642a287","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b2dececcd642a287","status":"passed","time":{"start":1710164898059,"stop":1710164898060,"duration":1}},{"uid":"3e579ff71475e65a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3e579ff71475e65a","status":"passed","time":{"start":1710164040592,"stop":1710164040592,"duration":0}},{"uid":"2ddf763affb29e0a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2ddf763affb29e0a","status":"passed","time":{"start":1710163907869,"stop":1710163907870,"duration":1}},{"uid":"42ad0bc6cae9a845","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/42ad0bc6cae9a845","status":"passed","time":{"start":1710155958388,"stop":1710155958388,"duration":0}},{"uid":"533ec28d32884820","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/533ec28d32884820","status":"passed","time":{"start":1710155164400,"stop":1710155164400,"duration":0}},{"uid":"3d57075ce95ac0fd","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3d57075ce95ac0fd","status":"passed","time":{"start":1710154795035,"stop":1710154795035,"duration":0}},{"uid":"a36a3986d0b6aad","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a36a3986d0b6aad","status":"passed","time":{"start":1710102807253,"stop":1710102807254,"duration":1}},{"uid":"4a5d4b81eff62bb4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4a5d4b81eff62bb4","status":"passed","time":{"start":1710081003562,"stop":1710081003562,"duration":0}},{"uid":"c7d8edbdc6377265","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c7d8edbdc6377265","status":"passed","time":{"start":1710024675584,"stop":1710024675585,"duration":1}}]},"tags":[]},"source":"b31c0b5e803de2dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"7929bfc9e9d0147c","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":1710308433841,"stop":1710308433841,"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":"3595c21704790a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3595c21704790a23","status":"passed","time":{"start":1710307325063,"stop":1710307325064,"duration":1}},{"uid":"447f0bd543f4273b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/447f0bd543f4273b","status":"passed","time":{"start":1710287537361,"stop":1710287537361,"duration":0}},{"uid":"a81265624abc94da","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a81265624abc94da","status":"passed","time":{"start":1710284796484,"stop":1710284796484,"duration":0}}]},"tags":[]},"source":"7929bfc9e9d0147c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/79464d5f1aa3ee20.json b/6685/data/test-cases/79464d5f1aa3ee20.json new file mode 100644 index 00000000000..08f0e389517 --- /dev/null +++ b/6685/data/test-cases/79464d5f1aa3ee20.json @@ -0,0 +1 @@ +{"uid":"79464d5f1aa3ee20","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":1710308231837,"stop":1710308231837,"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":4,"unknown":0,"total":4},"items":[{"uid":"c6f6353d96d8d708","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6f6353d96d8d708","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"edcd42bd5d66371f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/edcd42bd5d66371f","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"6073acbce1d30c9e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6073acbce1d30c9e","status":"passed","time":{"start":1710284588137,"stop":1710284588137,"duration":0}}]},"tags":[]},"source":"79464d5f1aa3ee20.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4e86ffb719c0ee4c.json b/6685/data/test-cases/7946af4b1566759b.json similarity index 78% rename from 6651/data/test-cases/4e86ffb719c0ee4c.json rename to 6685/data/test-cases/7946af4b1566759b.json index 9c0070cfc1a..9403528bcb0 100644 --- a/6651/data/test-cases/4e86ffb719c0ee4c.json +++ b/6685/data/test-cases/7946af4b1566759b.json @@ -1 +1 @@ -{"uid":"4e86ffb719c0ee4c","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":1710205173304,"stop":1710205173304,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"e2cefd57a8493aab","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/e2cefd57a8493aab","status":"passed","time":{"start":1710205067274,"stop":1710205067275,"duration":1}},{"uid":"86a1cc1ae4b21730","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/86a1cc1ae4b21730","status":"passed","time":{"start":1710204962913,"stop":1710204962914,"duration":1}},{"uid":"ddad951c694df1b0","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ddad951c694df1b0","status":"passed","time":{"start":1710204701464,"stop":1710204701464,"duration":0}},{"uid":"ff6fe5c38fc0392a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ff6fe5c38fc0392a","status":"passed","time":{"start":1710203416580,"stop":1710203416580,"duration":0}},{"uid":"f39b1b61c152ef19","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f39b1b61c152ef19","status":"passed","time":{"start":1710199910404,"stop":1710199910405,"duration":1}},{"uid":"5017f9d94a69adba","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/5017f9d94a69adba","status":"passed","time":{"start":1710199800509,"stop":1710199800509,"duration":0}},{"uid":"33a6690916e70555","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/33a6690916e70555","status":"passed","time":{"start":1710197348910,"stop":1710197348910,"duration":0}},{"uid":"90ca02dad767616c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/90ca02dad767616c","status":"passed","time":{"start":1710168167424,"stop":1710168167424,"duration":0}},{"uid":"8469c27a16dae711","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8469c27a16dae711","status":"passed","time":{"start":1710167350120,"stop":1710167350125,"duration":5}},{"uid":"f0e87cc09e974428","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f0e87cc09e974428","status":"passed","time":{"start":1710167497863,"stop":1710167497863,"duration":0}},{"uid":"cc5b247c53bc4aa8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/cc5b247c53bc4aa8","status":"passed","time":{"start":1710166625604,"stop":1710166625605,"duration":1}},{"uid":"7b28a4f2c9fe85ca","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7b28a4f2c9fe85ca","status":"passed","time":{"start":1710164870335,"stop":1710164870335,"duration":0}},{"uid":"c22ff52a037fe694","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c22ff52a037fe694","status":"passed","time":{"start":1710164015688,"stop":1710164015688,"duration":0}},{"uid":"a3916bd5fd5126f1","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a3916bd5fd5126f1","status":"passed","time":{"start":1710163881228,"stop":1710163881228,"duration":0}},{"uid":"defb5c5b3b1a3646","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/defb5c5b3b1a3646","status":"passed","time":{"start":1710155929069,"stop":1710155929070,"duration":1}},{"uid":"cc9e6c506b77f5be","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/cc9e6c506b77f5be","status":"passed","time":{"start":1710155134285,"stop":1710155134285,"duration":0}},{"uid":"b74fd0a5f5baaeca","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b74fd0a5f5baaeca","status":"passed","time":{"start":1710154760700,"stop":1710154760701,"duration":1}},{"uid":"7b985eb20fdff0bc","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7b985eb20fdff0bc","status":"passed","time":{"start":1710102776886,"stop":1710102776887,"duration":1}},{"uid":"c23f066e8b75922a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c23f066e8b75922a","status":"passed","time":{"start":1710080978583,"stop":1710080978583,"duration":0}},{"uid":"74656c0925256e2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/74656c0925256e2","status":"passed","time":{"start":1710024644862,"stop":1710024644862,"duration":0}}]},"tags":[]},"source":"4e86ffb719c0ee4c.json","parameterValues":[]} \ No newline at end of file +{"uid":"7946af4b1566759b","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":1710308416723,"stop":1710308416723,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"c28b753d13308486","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c28b753d13308486","status":"passed","time":{"start":1710307308626,"stop":1710307308627,"duration":1}},{"uid":"fd007e5d4570da66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fd007e5d4570da66","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"a1b2d90a50460b21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1b2d90a50460b21","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"tags":[]},"source":"7946af4b1566759b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/324a29baa4cf1d24.json b/6685/data/test-cases/796f704b5003ca1a.json similarity index 75% rename from 6651/data/test-cases/324a29baa4cf1d24.json rename to 6685/data/test-cases/796f704b5003ca1a.json index 07a1c5c5b0e..ed64106d980 100644 --- a/6651/data/test-cases/324a29baa4cf1d24.json +++ b/6685/data/test-cases/796f704b5003ca1a.json @@ -1 +1 @@ -{"uid":"324a29baa4cf1d24","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":1710205115577,"stop":1710205115577,"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":"8927bbf9f740c6cb","status":"passed","time":{"start":1710205115577,"stop":1710205115577,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"71d30bec9ee9b3db","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/71d30bec9ee9b3db","status":"passed","time":{"start":1710205004981,"stop":1710205004982,"duration":1}},{"uid":"24fd6c1d8e0c1d63","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/24fd6c1d8e0c1d63","status":"passed","time":{"start":1710204900796,"stop":1710204900796,"duration":0}},{"uid":"33920bc8a008b2e4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/33920bc8a008b2e4","status":"passed","time":{"start":1710204658525,"stop":1710204658525,"duration":0}},{"uid":"d2ae659c95ef2972","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d2ae659c95ef2972","status":"passed","time":{"start":1710203380017,"stop":1710203380018,"duration":1}},{"uid":"d0fd7f0014bba5e6","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d0fd7f0014bba5e6","status":"passed","time":{"start":1710199870007,"stop":1710199870008,"duration":1}},{"uid":"5f23089ba47780e9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/5f23089ba47780e9","status":"passed","time":{"start":1710199772388,"stop":1710199772388,"duration":0}},{"uid":"4ca315689c041642","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4ca315689c041642","status":"passed","time":{"start":1710197312742,"stop":1710197312742,"duration":0}},{"uid":"756e1bc0fabd47a9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/756e1bc0fabd47a9","status":"passed","time":{"start":1710168147693,"stop":1710168147698,"duration":5}},{"uid":"9eecd9ae869cda81","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9eecd9ae869cda81","status":"passed","time":{"start":1710167379274,"stop":1710167379274,"duration":0}},{"uid":"29794e76c4c94555","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/29794e76c4c94555","status":"passed","time":{"start":1710167447914,"stop":1710167447915,"duration":1}},{"uid":"874897b70d8a8c5b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/874897b70d8a8c5b","status":"passed","time":{"start":1710166585490,"stop":1710166585490,"duration":0}},{"uid":"3dd654d5f9129b80","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3dd654d5f9129b80","status":"passed","time":{"start":1710164815480,"stop":1710164815480,"duration":0}},{"uid":"1167b3a81f5b2146","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1167b3a81f5b2146","status":"passed","time":{"start":1710163978920,"stop":1710163978920,"duration":0}},{"uid":"6fce59b263c07a1e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6fce59b263c07a1e","status":"passed","time":{"start":1710163834530,"stop":1710163834531,"duration":1}},{"uid":"e46beaeb6b93736a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e46beaeb6b93736a","status":"passed","time":{"start":1710155882181,"stop":1710155882181,"duration":0}},{"uid":"beda86fe576bc908","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/beda86fe576bc908","status":"passed","time":{"start":1710155093783,"stop":1710155093783,"duration":0}},{"uid":"3a439a86266e5fe0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3a439a86266e5fe0","status":"passed","time":{"start":1710154718377,"stop":1710154718377,"duration":0}},{"uid":"1de7c21d0824b66f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1de7c21d0824b66f","status":"passed","time":{"start":1710102732573,"stop":1710102732573,"duration":0}},{"uid":"8139f7151a1bb966","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8139f7151a1bb966","status":"passed","time":{"start":1710080936492,"stop":1710080936492,"duration":0}},{"uid":"231b46e1f4954a78","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/231b46e1f4954a78","status":"passed","time":{"start":1710024618622,"stop":1710024618622,"duration":0}}]},"tags":[]},"source":"324a29baa4cf1d24.json","parameterValues":[]} \ No newline at end of file +{"uid":"796f704b5003ca1a","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":1710308366513,"stop":1710308366513,"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":"fe61855b72a18be9","status":"passed","time":{"start":1710308366512,"stop":1710308366512,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5f0f66c8d1426d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5f0f66c8d1426d","status":"passed","time":{"start":1710307247771,"stop":1710307247771,"duration":0}},{"uid":"7f3e1fbb7bfb6079","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f3e1fbb7bfb6079","status":"passed","time":{"start":1710287456073,"stop":1710287456074,"duration":1}},{"uid":"b59299f48ab0f442","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b59299f48ab0f442","status":"passed","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"tags":[]},"source":"796f704b5003ca1a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4a3702f6283fe7bb.json b/6685/data/test-cases/7983c5373910f0a1.json similarity index 54% rename from 6651/data/test-cases/4a3702f6283fe7bb.json rename to 6685/data/test-cases/7983c5373910f0a1.json index ac74a877a9b..989bef9d712 100644 --- a/6651/data/test-cases/4a3702f6283fe7bb.json +++ b/6685/data/test-cases/7983c5373910f0a1.json @@ -1 +1 @@ -{"uid":"4a3702f6283fe7bb","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":1710205265211,"stop":1710205265212,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"2bc9e468c0fa0dc9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/2bc9e468c0fa0dc9","status":"passed","time":{"start":1710205158053,"stop":1710205158054,"duration":1}},{"uid":"5f477fd8c434768b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5f477fd8c434768b","status":"passed","time":{"start":1710205052237,"stop":1710205052237,"duration":0}},{"uid":"7efbff95f3b66e7e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7efbff95f3b66e7e","status":"passed","time":{"start":1710204796940,"stop":1710204796940,"duration":0}},{"uid":"82787024168732c2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/82787024168732c2","status":"passed","time":{"start":1710203511367,"stop":1710203511367,"duration":0}},{"uid":"10993dc42b2c9a92","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/10993dc42b2c9a92","status":"passed","time":{"start":1710199998120,"stop":1710199998120,"duration":0}},{"uid":"ba1c1c799cc10698","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ba1c1c799cc10698","status":"passed","time":{"start":1710199898544,"stop":1710199898547,"duration":3}},{"uid":"e596cae74afae336","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e596cae74afae336","status":"passed","time":{"start":1710197446714,"stop":1710197446715,"duration":1}},{"uid":"87d95de05343f96","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/87d95de05343f96","status":"passed","time":{"start":1710168274480,"stop":1710168274480,"duration":0}},{"uid":"82efeb2d517aa807","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/82efeb2d517aa807","status":"passed","time":{"start":1710167587992,"stop":1710167587992,"duration":0}},{"uid":"f5a3692b0b87a289","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f5a3692b0b87a289","status":"passed","time":{"start":1710167591475,"stop":1710167591476,"duration":1}},{"uid":"71082731e2a6801d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/71082731e2a6801d","status":"passed","time":{"start":1710166720773,"stop":1710166720773,"duration":0}},{"uid":"1bed5ef91c9902f7","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/1bed5ef91c9902f7","status":"passed","time":{"start":1710164954843,"stop":1710164954843,"duration":0}},{"uid":"2e2465b9b0af0b8b","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2e2465b9b0af0b8b","status":"passed","time":{"start":1710164112029,"stop":1710164112029,"duration":0}},{"uid":"b04897a62343a59f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b04897a62343a59f","status":"passed","time":{"start":1710163970947,"stop":1710163970948,"duration":1}},{"uid":"6d7adbcabe74a75a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6d7adbcabe74a75a","status":"passed","time":{"start":1710156015706,"stop":1710156015706,"duration":0}},{"uid":"bb1bb317bcbab596","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/bb1bb317bcbab596","status":"passed","time":{"start":1710155233879,"stop":1710155233879,"duration":0}},{"uid":"d41d6bc279c99fd7","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d41d6bc279c99fd7","status":"passed","time":{"start":1710154884018,"stop":1710154884018,"duration":0}},{"uid":"52fbc6a2d1f8e74e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/52fbc6a2d1f8e74e","status":"passed","time":{"start":1710102868709,"stop":1710102868709,"duration":0}},{"uid":"5b712dafff8c4d08","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5b712dafff8c4d08","status":"passed","time":{"start":1710081071483,"stop":1710081071483,"duration":0}},{"uid":"a82958a7d35e989a","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a82958a7d35e989a","status":"passed","time":{"start":1710024738106,"stop":1710024738106,"duration":0}}]},"tags":[]},"source":"4a3702f6283fe7bb.json","parameterValues":[]} \ No newline at end of file +{"uid":"7983c5373910f0a1","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":1710308508736,"stop":1710308508736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a4701230afe58d27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4701230afe58d27","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"b71caeedd2bbf038","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b71caeedd2bbf038","status":"passed","time":{"start":1710287596907,"stop":1710287596908,"duration":1}},{"uid":"969431d981f9c22c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/969431d981f9c22c","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"tags":[]},"source":"7983c5373910f0a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d55ebcdb3b06d9c2.json b/6685/data/test-cases/79b8b787a6cf01e9.json similarity index 53% rename from 6651/data/test-cases/d55ebcdb3b06d9c2.json rename to 6685/data/test-cases/79b8b787a6cf01e9.json index bf5fa808103..964e9729a51 100644 --- a/6651/data/test-cases/d55ebcdb3b06d9c2.json +++ b/6685/data/test-cases/79b8b787a6cf01e9.json @@ -1 +1 @@ -{"uid":"d55ebcdb3b06d9c2","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":1710205227764,"stop":1710205227765,"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":73,"unknown":0,"total":73},"items":[{"uid":"eee3b87d54193f20","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/eee3b87d54193f20","status":"passed","time":{"start":1710205126011,"stop":1710205126012,"duration":1}},{"uid":"a5a8959f6882fec0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a5a8959f6882fec0","status":"passed","time":{"start":1710205014933,"stop":1710205014933,"duration":0}},{"uid":"717c5e6e10206253","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/717c5e6e10206253","status":"passed","time":{"start":1710204755785,"stop":1710204755786,"duration":1}},{"uid":"349081ae0224b6b0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/349081ae0224b6b0","status":"passed","time":{"start":1710203470149,"stop":1710203470149,"duration":0}},{"uid":"25969e13da441bd9","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/25969e13da441bd9","status":"passed","time":{"start":1710199963485,"stop":1710199963486,"duration":1}},{"uid":"542ba3f64ab9e5bb","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/542ba3f64ab9e5bb","status":"passed","time":{"start":1710199857540,"stop":1710199857541,"duration":1}},{"uid":"cbfd3390b25a648f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/cbfd3390b25a648f","status":"passed","time":{"start":1710197420065,"stop":1710197420065,"duration":0}},{"uid":"660cc795cd26faa","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/660cc795cd26faa","status":"passed","time":{"start":1710168234014,"stop":1710168234015,"duration":1}},{"uid":"dcb672149cc5f02","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/dcb672149cc5f02","status":"passed","time":{"start":1710167536304,"stop":1710167536304,"duration":0}},{"uid":"75e96536ade4356c","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/75e96536ade4356c","status":"passed","time":{"start":1710167552776,"stop":1710167552776,"duration":0}},{"uid":"9cc20872ddced861","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/9cc20872ddced861","status":"passed","time":{"start":1710166684441,"stop":1710166684442,"duration":1}},{"uid":"6606ba4c440439e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/6606ba4c440439e","status":"passed","time":{"start":1710164921942,"stop":1710164921942,"duration":0}},{"uid":"3539f4046d8ba073","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3539f4046d8ba073","status":"passed","time":{"start":1710164068073,"stop":1710164068074,"duration":1}},{"uid":"803f0e6f09c6124b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/803f0e6f09c6124b","status":"passed","time":{"start":1710163928790,"stop":1710163928791,"duration":1}},{"uid":"8db4338525856639","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8db4338525856639","status":"passed","time":{"start":1710155981052,"stop":1710155981052,"duration":0}},{"uid":"da2dbc4a9c0ef0a8","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/da2dbc4a9c0ef0a8","status":"passed","time":{"start":1710155187854,"stop":1710155187854,"duration":0}},{"uid":"f0e8dd73c13dde7d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/f0e8dd73c13dde7d","status":"passed","time":{"start":1710154858416,"stop":1710154858417,"duration":1}},{"uid":"d726420e33969b86","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/d726420e33969b86","status":"passed","time":{"start":1710102828514,"stop":1710102828514,"duration":0}},{"uid":"398842c1183c252c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/398842c1183c252c","status":"passed","time":{"start":1710081029456,"stop":1710081029456,"duration":0}},{"uid":"a7d48c14551a678b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a7d48c14551a678b","status":"passed","time":{"start":1710024696744,"stop":1710024696744,"duration":0}}]},"tags":[]},"source":"d55ebcdb3b06d9c2.json","parameterValues":[]} \ No newline at end of file +{"uid":"79b8b787a6cf01e9","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":1710308481018,"stop":1710308481018,"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":4,"unknown":0,"total":4},"items":[{"uid":"29a6cc9ba3ddaad3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29a6cc9ba3ddaad3","status":"passed","time":{"start":1710307361629,"stop":1710307361630,"duration":1}},{"uid":"f63f906e737bd8ff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f63f906e737bd8ff","status":"passed","time":{"start":1710287560338,"stop":1710287560338,"duration":0}},{"uid":"62d125b6d2e471ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/62d125b6d2e471ac","status":"passed","time":{"start":1710284826087,"stop":1710284826088,"duration":1}}]},"tags":[]},"source":"79b8b787a6cf01e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/79c89ab89f18a3d0.json b/6685/data/test-cases/79c89ab89f18a3d0.json new file mode 100644 index 00000000000..5249cefd97c --- /dev/null +++ b/6685/data/test-cases/79c89ab89f18a3d0.json @@ -0,0 +1 @@ +{"uid":"79c89ab89f18a3d0","name":"Asymmetric encrypt & decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Asymmetric encrypt & decrypt","historyId":"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307924457,"stop":1710307924458,"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":"a772a1195095c96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a772a1195095c96","status":"passed","time":{"start":1710306817450,"stop":1710306817451,"duration":1}},{"uid":"29893cc40ee9c3d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29893cc40ee9c3d5","status":"passed","time":{"start":1710287022681,"stop":1710287022681,"duration":0}},{"uid":"bb1a20e42db45de3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb1a20e42db45de3","status":"passed","time":{"start":1710284285359,"stop":1710284285360,"duration":1}}]},"tags":[]},"source":"79c89ab89f18a3d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/81b11291241ca143.json b/6685/data/test-cases/79e48092a8e987e0.json similarity index 84% rename from 6651/data/test-cases/81b11291241ca143.json rename to 6685/data/test-cases/79e48092a8e987e0.json index d99175ec999..aed174d74b7 100644 --- a/6651/data/test-cases/81b11291241ca143.json +++ b/6685/data/test-cases/79e48092a8e987e0.json @@ -1 +1 @@ -{"uid":"81b11291241ca143","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":1710205063417,"stop":1710205063417,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"78e42a5d42b862c3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/78e42a5d42b862c3","status":"passed","time":{"start":1710204974363,"stop":1710204974363,"duration":0}},{"uid":"e9c5d59d2776c3b4","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e9c5d59d2776c3b4","status":"passed","time":{"start":1710204858050,"stop":1710204858050,"duration":0}},{"uid":"ede14145afa39716","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ede14145afa39716","status":"passed","time":{"start":1710204613881,"stop":1710204613881,"duration":0}},{"uid":"bc7a4b6bb0f203f1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/bc7a4b6bb0f203f1","status":"passed","time":{"start":1710203332615,"stop":1710203332615,"duration":0}},{"uid":"40ab17b01adcc641","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/40ab17b01adcc641","status":"passed","time":{"start":1710199825181,"stop":1710199825181,"duration":0}},{"uid":"68859f540c3e6c98","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/68859f540c3e6c98","status":"passed","time":{"start":1710199731759,"stop":1710199731760,"duration":1}},{"uid":"ccf3d430fd93ac62","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ccf3d430fd93ac62","status":"passed","time":{"start":1710197275109,"stop":1710197275110,"duration":1}},{"uid":"6aadbf9958e463c6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6aadbf9958e463c6","status":"passed","time":{"start":1710168106284,"stop":1710168106284,"duration":0}},{"uid":"7d1bbf1f9a4873f9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7d1bbf1f9a4873f9","status":"passed","time":{"start":1710167360902,"stop":1710167360911,"duration":9}},{"uid":"88f858bde42f19a2","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/88f858bde42f19a2","status":"passed","time":{"start":1710167407565,"stop":1710167407566,"duration":1}},{"uid":"cec9907bdcdd53de","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/cec9907bdcdd53de","status":"passed","time":{"start":1710166544394,"stop":1710166544395,"duration":1}},{"uid":"6bfbd7b821d77ada","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/6bfbd7b821d77ada","status":"passed","time":{"start":1710164782813,"stop":1710164782814,"duration":1}},{"uid":"7fbb6d29a83ac2d5","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7fbb6d29a83ac2d5","status":"passed","time":{"start":1710163934762,"stop":1710163934763,"duration":1}},{"uid":"37162fd76888329c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/37162fd76888329c","status":"passed","time":{"start":1710163799609,"stop":1710163799610,"duration":1}},{"uid":"eb19102fb9bb7d06","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/eb19102fb9bb7d06","status":"passed","time":{"start":1710155833700,"stop":1710155833701,"duration":1}},{"uid":"2200b425bf2e545d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2200b425bf2e545d","status":"passed","time":{"start":1710155066239,"stop":1710155066240,"duration":1}},{"uid":"e5f32efc5c5043b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e5f32efc5c5043b","status":"passed","time":{"start":1710154684657,"stop":1710154684657,"duration":0}},{"uid":"30d9a600c37db4b","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/30d9a600c37db4b","status":"passed","time":{"start":1710102693452,"stop":1710102693453,"duration":1}},{"uid":"70180520ba58a7d9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/70180520ba58a7d9","status":"passed","time":{"start":1710080898349,"stop":1710080898350,"duration":1}},{"uid":"6e3ef90f7faa3014","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6e3ef90f7faa3014","status":"passed","time":{"start":1710024575267,"stop":1710024575267,"duration":0}}]},"tags":[]},"source":"81b11291241ca143.json","parameterValues":[]} \ No newline at end of file +{"uid":"79e48092a8e987e0","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":1710308322613,"stop":1710308322613,"duration":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":"a9c1bfddce030e6c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9c1bfddce030e6c","status":"passed","time":{"start":1710307207089,"stop":1710307207090,"duration":1}},{"uid":"3893f063a7f59d7c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3893f063a7f59d7c","status":"passed","time":{"start":1710287412754,"stop":1710287412755,"duration":1}},{"uid":"4e4c5cbb4ea31a0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e4c5cbb4ea31a0c","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"tags":[]},"source":"79e48092a8e987e0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4cd859807e93e6a7.json b/6685/data/test-cases/79fbfbe79c032d6f.json similarity index 77% rename from 6651/data/test-cases/4cd859807e93e6a7.json rename to 6685/data/test-cases/79fbfbe79c032d6f.json index c2d2be1a3f5..f1b15d1ccfd 100644 --- a/6651/data/test-cases/4cd859807e93e6a7.json +++ b/6685/data/test-cases/79fbfbe79c032d6f.json @@ -1 +1 @@ -{"uid":"4cd859807e93e6a7","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":1710205115568,"stop":1710205115568,"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":73,"unknown":0,"total":73},"items":[{"uid":"131fed4f0c4879d6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/131fed4f0c4879d6","status":"passed","time":{"start":1710205004960,"stop":1710205004960,"duration":0}},{"uid":"c5d4c8ac2970133","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c5d4c8ac2970133","status":"passed","time":{"start":1710204900783,"stop":1710204900784,"duration":1}},{"uid":"fa983102286fa63e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/fa983102286fa63e","status":"passed","time":{"start":1710204658513,"stop":1710204658513,"duration":0}},{"uid":"24e5af00538bee8a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/24e5af00538bee8a","status":"passed","time":{"start":1710203380006,"stop":1710203380006,"duration":0}},{"uid":"3fe789634745fe5d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3fe789634745fe5d","status":"passed","time":{"start":1710199869971,"stop":1710199869971,"duration":0}},{"uid":"554069619ab6b99a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/554069619ab6b99a","status":"passed","time":{"start":1710199772377,"stop":1710199772377,"duration":0}},{"uid":"d3fd59a94009e773","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/d3fd59a94009e773","status":"passed","time":{"start":1710197312728,"stop":1710197312729,"duration":1}},{"uid":"75ca1c6c4a4df0","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/75ca1c6c4a4df0","status":"passed","time":{"start":1710168147658,"stop":1710168147659,"duration":1}},{"uid":"be8e9cf6051eeb66","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/be8e9cf6051eeb66","status":"passed","time":{"start":1710167379252,"stop":1710167379253,"duration":1}},{"uid":"eb8ea38af34502b8","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/eb8ea38af34502b8","status":"passed","time":{"start":1710167447900,"stop":1710167447901,"duration":1}},{"uid":"fbbb77bc579e1788","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/fbbb77bc579e1788","status":"passed","time":{"start":1710166585479,"stop":1710166585479,"duration":0}},{"uid":"45e32fa22c590f40","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/45e32fa22c590f40","status":"passed","time":{"start":1710164815417,"stop":1710164815418,"duration":1}},{"uid":"2df96faefb59acef","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2df96faefb59acef","status":"passed","time":{"start":1710163978893,"stop":1710163978894,"duration":1}},{"uid":"26a6fe16b717be0b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/26a6fe16b717be0b","status":"passed","time":{"start":1710163834520,"stop":1710163834521,"duration":1}},{"uid":"4e2c5e937f6dfbdb","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/4e2c5e937f6dfbdb","status":"passed","time":{"start":1710155882160,"stop":1710155882161,"duration":1}},{"uid":"973159bd89f89a8b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/973159bd89f89a8b","status":"passed","time":{"start":1710155093747,"stop":1710155093748,"duration":1}},{"uid":"1b13b55e88b2a8f4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1b13b55e88b2a8f4","status":"passed","time":{"start":1710154718361,"stop":1710154718362,"duration":1}},{"uid":"76db611cc12bbd4e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/76db611cc12bbd4e","status":"passed","time":{"start":1710102732562,"stop":1710102732563,"duration":1}},{"uid":"d06a04a1525bf64f","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d06a04a1525bf64f","status":"passed","time":{"start":1710080936477,"stop":1710080936484,"duration":7}},{"uid":"fbd027f3556e3943","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/fbd027f3556e3943","status":"passed","time":{"start":1710024618612,"stop":1710024618612,"duration":0}}]},"tags":[]},"source":"4cd859807e93e6a7.json","parameterValues":[]} \ No newline at end of file +{"uid":"79fbfbe79c032d6f","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":1710308366459,"stop":1710308366459,"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":"b79c952f558e6c64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b79c952f558e6c64","status":"passed","time":{"start":1710307247760,"stop":1710307247761,"duration":1}},{"uid":"dbfde84987673fd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbfde84987673fd3","status":"passed","time":{"start":1710287456038,"stop":1710287456044,"duration":6}},{"uid":"8849e9ed071b5994","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8849e9ed071b5994","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"tags":[]},"source":"79fbfbe79c032d6f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/bce5033a3a5b4816.json b/6685/data/test-cases/7a43f300770bfa02.json similarity index 54% rename from 6651/data/test-cases/bce5033a3a5b4816.json rename to 6685/data/test-cases/7a43f300770bfa02.json index 49db602141f..98535cc28f4 100644 --- a/6651/data/test-cases/bce5033a3a5b4816.json +++ b/6685/data/test-cases/7a43f300770bfa02.json @@ -1 +1 @@ -{"uid":"bce5033a3a5b4816","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":1710205265210,"stop":1710205265211,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"4f55ebcbc7ee2396","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4f55ebcbc7ee2396","status":"passed","time":{"start":1710205158053,"stop":1710205158053,"duration":0}},{"uid":"f6a4de1166ddd161","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f6a4de1166ddd161","status":"passed","time":{"start":1710205052236,"stop":1710205052237,"duration":1}},{"uid":"b1cbf3ee15f66795","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b1cbf3ee15f66795","status":"passed","time":{"start":1710204796939,"stop":1710204796939,"duration":0}},{"uid":"543a820ad3a0cf85","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/543a820ad3a0cf85","status":"passed","time":{"start":1710203511367,"stop":1710203511367,"duration":0}},{"uid":"e6e302ce455cb26e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e6e302ce455cb26e","status":"passed","time":{"start":1710199998119,"stop":1710199998120,"duration":1}},{"uid":"d54c56f7007604d4","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/d54c56f7007604d4","status":"passed","time":{"start":1710199898543,"stop":1710199898544,"duration":1}},{"uid":"4ecf1e916e256b6e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4ecf1e916e256b6e","status":"passed","time":{"start":1710197446714,"stop":1710197446714,"duration":0}},{"uid":"45a549e8d12f3bc5","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/45a549e8d12f3bc5","status":"passed","time":{"start":1710168274480,"stop":1710168274480,"duration":0}},{"uid":"6ad45726af6a82d0","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/6ad45726af6a82d0","status":"passed","time":{"start":1710167587992,"stop":1710167587992,"duration":0}},{"uid":"cb3d76f4e80e3a68","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/cb3d76f4e80e3a68","status":"passed","time":{"start":1710167591475,"stop":1710167591475,"duration":0}},{"uid":"28f842a3f2808af8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/28f842a3f2808af8","status":"passed","time":{"start":1710166720773,"stop":1710166720773,"duration":0}},{"uid":"bb5279957d68c35d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/bb5279957d68c35d","status":"passed","time":{"start":1710164954842,"stop":1710164954842,"duration":0}},{"uid":"214b39c9bec2230e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/214b39c9bec2230e","status":"passed","time":{"start":1710164112028,"stop":1710164112029,"duration":1}},{"uid":"6a9197118ab5a933","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6a9197118ab5a933","status":"passed","time":{"start":1710163970947,"stop":1710163970947,"duration":0}},{"uid":"d2ccba078998b6c9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d2ccba078998b6c9","status":"passed","time":{"start":1710156015705,"stop":1710156015706,"duration":1}},{"uid":"abe2384dfd19a895","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/abe2384dfd19a895","status":"passed","time":{"start":1710155233878,"stop":1710155233879,"duration":1}},{"uid":"873d027dec467cc5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/873d027dec467cc5","status":"passed","time":{"start":1710154884017,"stop":1710154884018,"duration":1}},{"uid":"b701b2dab0f2cb37","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b701b2dab0f2cb37","status":"passed","time":{"start":1710102868709,"stop":1710102868709,"duration":0}},{"uid":"d1d391db6102c8c4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d1d391db6102c8c4","status":"passed","time":{"start":1710081071483,"stop":1710081071483,"duration":0}},{"uid":"b72f7872a132fda","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b72f7872a132fda","status":"passed","time":{"start":1710024738105,"stop":1710024738105,"duration":0}}]},"tags":[]},"source":"bce5033a3a5b4816.json","parameterValues":[]} \ No newline at end of file +{"uid":"7a43f300770bfa02","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":1710308508735,"stop":1710308508735,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8dc364c747b628c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dc364c747b628c2","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"47f28c3df35ad84b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f28c3df35ad84b","status":"passed","time":{"start":1710287596906,"stop":1710287596907,"duration":1}},{"uid":"8beca60d01cd5f01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8beca60d01cd5f01","status":"passed","time":{"start":1710284862702,"stop":1710284862703,"duration":1}}]},"tags":[]},"source":"7a43f300770bfa02.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/3b354ead594ff078.json b/6685/data/test-cases/7ab3b6de8241738c.json similarity index 74% rename from 6651/data/test-cases/3b354ead594ff078.json rename to 6685/data/test-cases/7ab3b6de8241738c.json index 2836a47902c..cf31e90143c 100644 --- a/6651/data/test-cases/3b354ead594ff078.json +++ b/6685/data/test-cases/7ab3b6de8241738c.json @@ -1 +1 @@ -{"uid":"3b354ead594ff078","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":1710205111368,"stop":1710205111369,"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":73,"unknown":0,"total":73},"items":[{"uid":"d09b7e0ba76fd1a8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d09b7e0ba76fd1a8","status":"passed","time":{"start":1710205017188,"stop":1710205017188,"duration":0}},{"uid":"e27e0f5941ad7919","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e27e0f5941ad7919","status":"passed","time":{"start":1710204906982,"stop":1710204906982,"duration":0}},{"uid":"a31be010c90fe1d7","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a31be010c90fe1d7","status":"passed","time":{"start":1710204657702,"stop":1710204657702,"duration":0}},{"uid":"54673f466cbdb131","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/54673f466cbdb131","status":"passed","time":{"start":1710203386089,"stop":1710203386090,"duration":1}},{"uid":"716cf821be4028ed","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/716cf821be4028ed","status":"passed","time":{"start":1710199881944,"stop":1710199881945,"duration":1}},{"uid":"f746e0e38ca408ee","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f746e0e38ca408ee","status":"passed","time":{"start":1710199775347,"stop":1710199775348,"duration":1}},{"uid":"8f53a4434b01f5a3","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8f53a4434b01f5a3","status":"passed","time":{"start":1710197317816,"stop":1710197317816,"duration":0}},{"uid":"9cf2df543f52cac0","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/9cf2df543f52cac0","status":"passed","time":{"start":1710168157270,"stop":1710168157270,"duration":0}},{"uid":"74b0493391e61225","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/74b0493391e61225","status":"passed","time":{"start":1710167388049,"stop":1710167388049,"duration":0}},{"uid":"414d62f8833b3136","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/414d62f8833b3136","status":"passed","time":{"start":1710167452062,"stop":1710167452063,"duration":1}},{"uid":"aa2c37e2a2acef2a","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/aa2c37e2a2acef2a","status":"passed","time":{"start":1710166594832,"stop":1710166594832,"duration":0}},{"uid":"1c429158887c0092","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/1c429158887c0092","status":"passed","time":{"start":1710164827371,"stop":1710164827372,"duration":1}},{"uid":"14e4471f80f7f46f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/14e4471f80f7f46f","status":"passed","time":{"start":1710163975341,"stop":1710163975341,"duration":0}},{"uid":"1db7f124b6552f39","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/1db7f124b6552f39","status":"passed","time":{"start":1710163842514,"stop":1710163842515,"duration":1}},{"uid":"fff4795665a0428b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/fff4795665a0428b","status":"passed","time":{"start":1710155887165,"stop":1710155887165,"duration":0}},{"uid":"701a2d1414372b04","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/701a2d1414372b04","status":"passed","time":{"start":1710155106033,"stop":1710155106033,"duration":0}},{"uid":"c24cebfd016c2560","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c24cebfd016c2560","status":"passed","time":{"start":1710154728843,"stop":1710154728847,"duration":4}},{"uid":"5e7cd41c92bbd2f7","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5e7cd41c92bbd2f7","status":"passed","time":{"start":1710102734838,"stop":1710102734838,"duration":0}},{"uid":"9d8e96f3a87dc08a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9d8e96f3a87dc08a","status":"passed","time":{"start":1710080944317,"stop":1710080944317,"duration":0}},{"uid":"7a70fc24128625a2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7a70fc24128625a2","status":"passed","time":{"start":1710024618203,"stop":1710024618203,"duration":0}}]},"tags":[]},"source":"3b354ead594ff078.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ab3b6de8241738c","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":1710308371314,"stop":1710308371315,"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":"e535e689cf29bd40","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e535e689cf29bd40","status":"passed","time":{"start":1710307259442,"stop":1710307259442,"duration":0}},{"uid":"32db9bed7a254892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32db9bed7a254892","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"20669827cbd4a38d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20669827cbd4a38d","status":"passed","time":{"start":1710284730225,"stop":1710284730225,"duration":0}}]},"tags":[]},"source":"7ab3b6de8241738c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/57313b1b1a07b01.json b/6685/data/test-cases/7ab633ea8009b98c.json similarity index 62% rename from 6651/data/test-cases/57313b1b1a07b01.json rename to 6685/data/test-cases/7ab633ea8009b98c.json index 14522548687..934b870d269 100644 --- a/6651/data/test-cases/57313b1b1a07b01.json +++ b/6685/data/test-cases/7ab633ea8009b98c.json @@ -1 +1 @@ -{"uid":"57313b1b1a07b01","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":1710205233017,"stop":1710205233017,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"d8e482baa23ebca7","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d8e482baa23ebca7","status":"passed","time":{"start":1710205120356,"stop":1710205120356,"duration":0}},{"uid":"3807c8799785691a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3807c8799785691a","status":"passed","time":{"start":1710205004867,"stop":1710205004868,"duration":1}},{"uid":"987f8b786f95fba3","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/987f8b786f95fba3","status":"passed","time":{"start":1710204772109,"stop":1710204772110,"duration":1}},{"uid":"2e4cd11dee132d6","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2e4cd11dee132d6","status":"passed","time":{"start":1710203476066,"stop":1710203476066,"duration":0}},{"uid":"fbaea615fedf12d4","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/fbaea615fedf12d4","status":"passed","time":{"start":1710199958122,"stop":1710199958123,"duration":1}},{"uid":"9f1e81c19164351d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9f1e81c19164351d","status":"passed","time":{"start":1710199882664,"stop":1710199882664,"duration":0}},{"uid":"c1821981b01030c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c1821981b01030c","status":"passed","time":{"start":1710197397391,"stop":1710197397391,"duration":0}},{"uid":"4f436720c22f958b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4f436720c22f958b","status":"passed","time":{"start":1710168235146,"stop":1710168235147,"duration":1}},{"uid":"d7d3ddb643396dee","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d7d3ddb643396dee","status":"passed","time":{"start":1710167420291,"stop":1710167420292,"duration":1}},{"uid":"f6e0bc45f6079da5","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f6e0bc45f6079da5","status":"passed","time":{"start":1710167568734,"stop":1710167568734,"duration":0}},{"uid":"6f8ffd422a1641ec","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6f8ffd422a1641ec","status":"passed","time":{"start":1710166701491,"stop":1710166701491,"duration":0}},{"uid":"6a74134158fabd27","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/6a74134158fabd27","status":"passed","time":{"start":1710164929250,"stop":1710164929251,"duration":1}},{"uid":"bae0d8a0ead168cc","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/bae0d8a0ead168cc","status":"passed","time":{"start":1710164078408,"stop":1710164078408,"duration":0}},{"uid":"106abc9b144cb244","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/106abc9b144cb244","status":"passed","time":{"start":1710163927098,"stop":1710163927099,"duration":1}},{"uid":"7bd976d8fe8e600f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7bd976d8fe8e600f","status":"passed","time":{"start":1710155986303,"stop":1710155986303,"duration":0}},{"uid":"9963f4f8b1c6fccb","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9963f4f8b1c6fccb","status":"passed","time":{"start":1710155212572,"stop":1710155212573,"duration":1}},{"uid":"cdc0dca4de39030d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/cdc0dca4de39030d","status":"passed","time":{"start":1710154813490,"stop":1710154813491,"duration":1}},{"uid":"fe35e21d32f16eea","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/fe35e21d32f16eea","status":"passed","time":{"start":1710102845337,"stop":1710102845337,"duration":0}},{"uid":"163d6c196bc13551","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/163d6c196bc13551","status":"passed","time":{"start":1710081043192,"stop":1710081043193,"duration":1}},{"uid":"2fcab8535f00ffb8","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2fcab8535f00ffb8","status":"passed","time":{"start":1710024705820,"stop":1710024705821,"duration":1}}]},"tags":[]},"source":"57313b1b1a07b01.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ab633ea8009b98c","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":1710308463711,"stop":1710308463725,"duration":14},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7bb23ddc501c0ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7bb23ddc501c0ee","status":"passed","time":{"start":1710307358467,"stop":1710307358468,"duration":1}},{"uid":"23384b7c6a05bc8b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23384b7c6a05bc8b","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"db817318a23c4d46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db817318a23c4d46","status":"passed","time":{"start":1710284852305,"stop":1710284852309,"duration":4}}]},"tags":[]},"source":"7ab633ea8009b98c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f6db2670040db9f.json b/6685/data/test-cases/7b3d7a6013d7505.json similarity index 65% rename from 6651/data/test-cases/f6db2670040db9f.json rename to 6685/data/test-cases/7b3d7a6013d7505.json index b9e5dc6b54c..03c28c60ef9 100644 --- a/6651/data/test-cases/f6db2670040db9f.json +++ b/6685/data/test-cases/7b3d7a6013d7505.json @@ -1 +1 @@ -{"uid":"f6db2670040db9f","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":1710204945846,"stop":1710204945846,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"818313ff7a430890","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/818313ff7a430890","status":"passed","time":{"start":1710204830296,"stop":1710204830296,"duration":0}},{"uid":"ff6b7121e102a3b9","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ff6b7121e102a3b9","status":"passed","time":{"start":1710204733011,"stop":1710204733012,"duration":1}},{"uid":"551bac95846b5095","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/551bac95846b5095","status":"passed","time":{"start":1710204477777,"stop":1710204477778,"duration":1}},{"uid":"8ca4349a8425ab4d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8ca4349a8425ab4d","status":"passed","time":{"start":1710203199472,"stop":1710203199472,"duration":0}},{"uid":"f641edf5be94864d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f641edf5be94864d","status":"passed","time":{"start":1710199697836,"stop":1710199697836,"duration":0}},{"uid":"4297033b8d9d82e9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4297033b8d9d82e9","status":"passed","time":{"start":1710199591762,"stop":1710199591763,"duration":1}},{"uid":"6438d76d8c0249f0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/6438d76d8c0249f0","status":"passed","time":{"start":1710197131790,"stop":1710197131791,"duration":1}},{"uid":"4ae2f51948bc887b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4ae2f51948bc887b","status":"passed","time":{"start":1710167952602,"stop":1710167952602,"duration":0}},{"uid":"b6b607051db0c7f5","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b6b607051db0c7f5","status":"passed","time":{"start":1710167221550,"stop":1710167221551,"duration":1}},{"uid":"4cec7d2fe3c9a3ac","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/4cec7d2fe3c9a3ac","status":"passed","time":{"start":1710167283379,"stop":1710167283379,"duration":0}},{"uid":"716bd5da72600e9f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/716bd5da72600e9f","status":"passed","time":{"start":1710166420488,"stop":1710166420488,"duration":0}},{"uid":"5a5c5f949d18508a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5a5c5f949d18508a","status":"passed","time":{"start":1710164634572,"stop":1710164634572,"duration":0}},{"uid":"8c51cb392930a904","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8c51cb392930a904","status":"passed","time":{"start":1710163791791,"stop":1710163791791,"duration":0}},{"uid":"862fecb69daf8224","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/862fecb69daf8224","status":"passed","time":{"start":1710163655801,"stop":1710163655801,"duration":0}},{"uid":"865712af07152795","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/865712af07152795","status":"passed","time":{"start":1710155712324,"stop":1710155712325,"duration":1}},{"uid":"fc41efe7dc9d4c08","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/fc41efe7dc9d4c08","status":"passed","time":{"start":1710154919634,"stop":1710154919635,"duration":1}},{"uid":"d2ad821a9531a848","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d2ad821a9531a848","status":"passed","time":{"start":1710154537146,"stop":1710154537146,"duration":0}},{"uid":"83c4edc4e753eed4","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/83c4edc4e753eed4","status":"passed","time":{"start":1710102560681,"stop":1710102560688,"duration":7}},{"uid":"3b78d0f4d85eb51d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3b78d0f4d85eb51d","status":"passed","time":{"start":1710080763699,"stop":1710080763701,"duration":2}},{"uid":"406daa686ffacf79","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/406daa686ffacf79","status":"passed","time":{"start":1710024433735,"stop":1710024433736,"duration":1}}]},"tags":[]},"source":"f6db2670040db9f.json","parameterValues":[]} \ No newline at end of file +{"uid":"7b3d7a6013d7505","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":1710308192921,"stop":1710308192922,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7f39107dfc6ad8e4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f39107dfc6ad8e4","status":"passed","time":{"start":1710307078645,"stop":1710307078646,"duration":1}},{"uid":"b25df0f872a33253","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b25df0f872a33253","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"9edb6ce5e8e33ea3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9edb6ce5e8e33ea3","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"tags":[]},"source":"7b3d7a6013d7505.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/7b4f513ac4f50241.json b/6685/data/test-cases/7b4f513ac4f50241.json new file mode 100644 index 00000000000..904ca9dac80 --- /dev/null +++ b/6685/data/test-cases/7b4f513ac4f50241.json @@ -0,0 +1 @@ +{"uid":"7b4f513ac4f50241","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":1710308464139,"stop":1710308464139,"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":"b2ca281bfb340ea5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b2ca281bfb340ea5","status":"passed","time":{"start":1710307351547,"stop":1710307351547,"duration":0}},{"uid":"9e710a126d7a8e7f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e710a126d7a8e7f","status":"passed","time":{"start":1710287559410,"stop":1710287559411,"duration":1}},{"uid":"dc142bdfbac2009a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc142bdfbac2009a","status":"passed","time":{"start":1710284823514,"stop":1710284823515,"duration":1}}]},"tags":[]},"source":"7b4f513ac4f50241.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1ba9eb70b3a201d8.json b/6685/data/test-cases/7bcb8780c92ab480.json similarity index 81% rename from 6651/data/test-cases/1ba9eb70b3a201d8.json rename to 6685/data/test-cases/7bcb8780c92ab480.json index b2dd8579a2d..c11297267e5 100644 --- a/6651/data/test-cases/1ba9eb70b3a201d8.json +++ b/6685/data/test-cases/7bcb8780c92ab480.json @@ -1 +1 @@ -{"uid":"1ba9eb70b3a201d8","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":1710205335146,"stop":1710205335146,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"f24cfa854f3bec24","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f24cfa854f3bec24","status":"passed","time":{"start":1710205224515,"stop":1710205224515,"duration":0}},{"uid":"5417bc703e4fd87d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5417bc703e4fd87d","status":"passed","time":{"start":1710205109080,"stop":1710205109080,"duration":0}},{"uid":"f6f78e8af8356ecc","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f6f78e8af8356ecc","status":"passed","time":{"start":1710204865549,"stop":1710204865549,"duration":0}},{"uid":"126930ee10592c00","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/126930ee10592c00","status":"passed","time":{"start":1710203577233,"stop":1710203577233,"duration":0}},{"uid":"8c8fb3d2daf5877a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/8c8fb3d2daf5877a","status":"passed","time":{"start":1710200067245,"stop":1710200067245,"duration":0}},{"uid":"77d93cfcebd72ef0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/77d93cfcebd72ef0","status":"passed","time":{"start":1710199972399,"stop":1710199972399,"duration":0}},{"uid":"d5a9faf49b61a4fd","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/d5a9faf49b61a4fd","status":"passed","time":{"start":1710197502490,"stop":1710197502491,"duration":1}},{"uid":"b0500ad4fb848d89","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b0500ad4fb848d89","status":"passed","time":{"start":1710168342002,"stop":1710168342002,"duration":0}},{"uid":"c906394c21f61e76","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c906394c21f61e76","status":"passed","time":{"start":1710167568817,"stop":1710167568817,"duration":0}},{"uid":"75475ebaef3384","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/75475ebaef3384","status":"passed","time":{"start":1710167665507,"stop":1710167665508,"duration":1}},{"uid":"dd23c2263d6d55b2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/dd23c2263d6d55b2","status":"passed","time":{"start":1710166795565,"stop":1710166795566,"duration":1}},{"uid":"29f3a58ff110cfd","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/29f3a58ff110cfd","status":"passed","time":{"start":1710165026128,"stop":1710165026128,"duration":0}},{"uid":"6a6ab8f713fd9a13","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6a6ab8f713fd9a13","status":"passed","time":{"start":1710164176710,"stop":1710164176710,"duration":0}},{"uid":"ed83f5ab3792fed3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/ed83f5ab3792fed3","status":"passed","time":{"start":1710164039983,"stop":1710164039984,"duration":1}},{"uid":"e24180a1e30f2a93","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e24180a1e30f2a93","status":"passed","time":{"start":1710156088899,"stop":1710156088899,"duration":0}},{"uid":"969330429f50b94c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/969330429f50b94c","status":"passed","time":{"start":1710155298409,"stop":1710155298409,"duration":0}},{"uid":"9d743a588a52e2bb","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/9d743a588a52e2bb","status":"passed","time":{"start":1710154928193,"stop":1710154928193,"duration":0}},{"uid":"eee0bd1e052019c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/eee0bd1e052019c","status":"passed","time":{"start":1710102939220,"stop":1710102939220,"duration":0}},{"uid":"aad9fb99c211a27c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/aad9fb99c211a27c","status":"passed","time":{"start":1710081135417,"stop":1710081135417,"duration":0}},{"uid":"229f769e5d033037","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/229f769e5d033037","status":"passed","time":{"start":1710024806421,"stop":1710024806422,"duration":1}}]},"tags":[]},"source":"1ba9eb70b3a201d8.json","parameterValues":[]} \ No newline at end of file +{"uid":"7bcb8780c92ab480","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":1710308572940,"stop":1710308572941,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"195d4824ca7509f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/195d4824ca7509f7","status":"passed","time":{"start":1710307465627,"stop":1710307465628,"duration":1}},{"uid":"6f118b9b97bc264b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f118b9b97bc264b","status":"passed","time":{"start":1710287674908,"stop":1710287674909,"duration":1}},{"uid":"7e335ccfd63fccbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e335ccfd63fccbb","status":"passed","time":{"start":1710284934068,"stop":1710284934069,"duration":1}}]},"tags":[]},"source":"7bcb8780c92ab480.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/7be882f99455ca53.json b/6685/data/test-cases/7be882f99455ca53.json new file mode 100644 index 00000000000..e1819ed59f4 --- /dev/null +++ b/6685/data/test-cases/7be882f99455ca53.json @@ -0,0 +1 @@ +{"uid":"7be882f99455ca53","name":"pre and post cipher","fullName":"/src/encryption.spec.ts: Waku Encryption > pre and post cipher","historyId":"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307924459,"stop":1710307924459,"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":"18066555c83e69dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18066555c83e69dd","status":"passed","time":{"start":1710306817452,"stop":1710306817452,"duration":0}},{"uid":"367fbfa603dbe1a1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367fbfa603dbe1a1","status":"passed","time":{"start":1710287022682,"stop":1710287022682,"duration":0}},{"uid":"264d4d0f51d2d2d7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/264d4d0f51d2d2d7","status":"passed","time":{"start":1710284285361,"stop":1710284285361,"duration":0}}]},"tags":[]},"source":"7be882f99455ca53.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ea2c71fe2b33e499.json b/6685/data/test-cases/7c5165e0a08000e8.json similarity index 83% rename from 6651/data/test-cases/ea2c71fe2b33e499.json rename to 6685/data/test-cases/7c5165e0a08000e8.json index e979e28ab3e..60daaca014c 100644 --- a/6651/data/test-cases/ea2c71fe2b33e499.json +++ b/6685/data/test-cases/7c5165e0a08000e8.json @@ -1 +1 @@ -{"uid":"ea2c71fe2b33e499","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":1710205063392,"stop":1710205063393,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"afdc5889b1cb7214","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/afdc5889b1cb7214","status":"passed","time":{"start":1710204974347,"stop":1710204974347,"duration":0}},{"uid":"dce52d12b15b0835","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/dce52d12b15b0835","status":"passed","time":{"start":1710204858021,"stop":1710204858021,"duration":0}},{"uid":"1c183b898555c4b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1c183b898555c4b","status":"passed","time":{"start":1710204613848,"stop":1710204613849,"duration":1}},{"uid":"dbcc70dcf11c38b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/dbcc70dcf11c38b","status":"passed","time":{"start":1710203332581,"stop":1710203332582,"duration":1}},{"uid":"813e72cfbe3b6f5b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/813e72cfbe3b6f5b","status":"passed","time":{"start":1710199825169,"stop":1710199825170,"duration":1}},{"uid":"ff7fe4ee2401cd7e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ff7fe4ee2401cd7e","status":"passed","time":{"start":1710199731741,"stop":1710199731741,"duration":0}},{"uid":"8d505301ce5a5646","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8d505301ce5a5646","status":"passed","time":{"start":1710197275090,"stop":1710197275091,"duration":1}},{"uid":"68c5c210554e57ad","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/68c5c210554e57ad","status":"passed","time":{"start":1710168106236,"stop":1710168106249,"duration":13}},{"uid":"a2f07c9923eaa958","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a2f07c9923eaa958","status":"passed","time":{"start":1710167360887,"stop":1710167360888,"duration":1}},{"uid":"71ea5ae1e1357339","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/71ea5ae1e1357339","status":"passed","time":{"start":1710167407512,"stop":1710167407514,"duration":2}},{"uid":"dc4043f0d33cc130","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/dc4043f0d33cc130","status":"passed","time":{"start":1710166544361,"stop":1710166544362,"duration":1}},{"uid":"b9f1ef6b830555ad","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b9f1ef6b830555ad","status":"passed","time":{"start":1710164782774,"stop":1710164782774,"duration":0}},{"uid":"a63c33ec2169ac98","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a63c33ec2169ac98","status":"passed","time":{"start":1710163934742,"stop":1710163934742,"duration":0}},{"uid":"96811d5106186b31","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/96811d5106186b31","status":"passed","time":{"start":1710163799560,"stop":1710163799560,"duration":0}},{"uid":"d76afea49c306837","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d76afea49c306837","status":"passed","time":{"start":1710155833681,"stop":1710155833681,"duration":0}},{"uid":"f9c7359dc72d4683","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f9c7359dc72d4683","status":"passed","time":{"start":1710155066226,"stop":1710155066226,"duration":0}},{"uid":"8cfab2caca43752d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/8cfab2caca43752d","status":"passed","time":{"start":1710154684613,"stop":1710154684613,"duration":0}},{"uid":"ea907019f0bd2f68","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ea907019f0bd2f68","status":"passed","time":{"start":1710102693366,"stop":1710102693366,"duration":0}},{"uid":"85938673baba6b79","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/85938673baba6b79","status":"passed","time":{"start":1710080898336,"stop":1710080898336,"duration":0}},{"uid":"e962483104961715","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e962483104961715","status":"passed","time":{"start":1710024575229,"stop":1710024575229,"duration":0}}]},"tags":[]},"source":"ea2c71fe2b33e499.json","parameterValues":[]} \ No newline at end of file +{"uid":"7c5165e0a08000e8","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":1710308322564,"stop":1710308322564,"duration":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":"e8d782f107a22eff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8d782f107a22eff","status":"passed","time":{"start":1710307207000,"stop":1710307207000,"duration":0}},{"uid":"fe5bb70e1b29e316","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe5bb70e1b29e316","status":"passed","time":{"start":1710287412737,"stop":1710287412738,"duration":1}},{"uid":"b7435db47e6985c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b7435db47e6985c8","status":"passed","time":{"start":1710284680763,"stop":1710284680764,"duration":1}}]},"tags":[]},"source":"7c5165e0a08000e8.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/cd107b8a4703a9a5.json b/6685/data/test-cases/7ca88e97a24a550b.json similarity index 60% rename from 6651/data/test-cases/cd107b8a4703a9a5.json rename to 6685/data/test-cases/7ca88e97a24a550b.json index fea66b66d7a..8230304fcf5 100644 --- a/6651/data/test-cases/cd107b8a4703a9a5.json +++ b/6685/data/test-cases/7ca88e97a24a550b.json @@ -1 +1 @@ -{"uid":"cd107b8a4703a9a5","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":1710205199518,"stop":1710205199519,"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":73,"unknown":0,"total":73},"items":[{"uid":"5ed5c3c34dd0eaab","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5ed5c3c34dd0eaab","status":"passed","time":{"start":1710205105087,"stop":1710205105088,"duration":1}},{"uid":"d8a7c2cebb12f46","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/d8a7c2cebb12f46","status":"passed","time":{"start":1710204998963,"stop":1710204998964,"duration":1}},{"uid":"9db72f037abffbcd","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9db72f037abffbcd","status":"passed","time":{"start":1710204739415,"stop":1710204739415,"duration":0}},{"uid":"eff9582f9fd95beb","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/eff9582f9fd95beb","status":"passed","time":{"start":1710203453471,"stop":1710203453471,"duration":0}},{"uid":"46e86dc6158b3a84","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/46e86dc6158b3a84","status":"passed","time":{"start":1710199946316,"stop":1710199946316,"duration":0}},{"uid":"a2bb39572ce023bd","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a2bb39572ce023bd","status":"passed","time":{"start":1710199840490,"stop":1710199840490,"duration":0}},{"uid":"4ce73cae98cc3744","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4ce73cae98cc3744","status":"passed","time":{"start":1710197396742,"stop":1710197396743,"duration":1}},{"uid":"a35af64d25cac7ee","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a35af64d25cac7ee","status":"passed","time":{"start":1710168220885,"stop":1710168220886,"duration":1}},{"uid":"6d1904b7808938f4","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/6d1904b7808938f4","status":"passed","time":{"start":1710167545201,"stop":1710167545202,"duration":1}},{"uid":"5704934849571aa7","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5704934849571aa7","status":"passed","time":{"start":1710167538078,"stop":1710167538080,"duration":2}},{"uid":"db962a6d13e9655a","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/db962a6d13e9655a","status":"passed","time":{"start":1710166664457,"stop":1710166664458,"duration":1}},{"uid":"7abcdd91b972287b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7abcdd91b972287b","status":"passed","time":{"start":1710164898567,"stop":1710164898568,"duration":1}},{"uid":"22fb120cda272a0","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/22fb120cda272a0","status":"passed","time":{"start":1710164059063,"stop":1710164059063,"duration":0}},{"uid":"7c547a299a857f38","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/7c547a299a857f38","status":"passed","time":{"start":1710163919487,"stop":1710163919487,"duration":0}},{"uid":"36c6be552e8ae7ca","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/36c6be552e8ae7ca","status":"passed","time":{"start":1710155970005,"stop":1710155970005,"duration":0}},{"uid":"2f52d17270140ad2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2f52d17270140ad2","status":"passed","time":{"start":1710155174208,"stop":1710155174209,"duration":1}},{"uid":"e5c8679d903229e6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e5c8679d903229e6","status":"passed","time":{"start":1710154832378,"stop":1710154832378,"duration":0}},{"uid":"9c85d7776ca00985","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/9c85d7776ca00985","status":"passed","time":{"start":1710102815907,"stop":1710102815907,"duration":0}},{"uid":"af321130a3ad3bb","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/af321130a3ad3bb","status":"passed","time":{"start":1710081013949,"stop":1710081013949,"duration":0}},{"uid":"2184e650695644b0","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2184e650695644b0","status":"passed","time":{"start":1710024688131,"stop":1710024688131,"duration":0}}]},"tags":[]},"source":"cd107b8a4703a9a5.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ca88e97a24a550b","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":1710308459429,"stop":1710308459429,"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":"b84ccf31107663d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b84ccf31107663d6","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"35d62d96533dddf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35d62d96533dddf9","status":"passed","time":{"start":1710287544913,"stop":1710287544914,"duration":1}},{"uid":"4b957854e4c0c3f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4b957854e4c0c3f9","status":"passed","time":{"start":1710284805021,"stop":1710284805022,"duration":1}}]},"tags":[]},"source":"7ca88e97a24a550b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/871a33c4cb7895a7.json b/6685/data/test-cases/7caada47cca0eb68.json similarity index 54% rename from 6651/data/test-cases/871a33c4cb7895a7.json rename to 6685/data/test-cases/7caada47cca0eb68.json index 253f5043823..9285c15cb04 100644 --- a/6651/data/test-cases/871a33c4cb7895a7.json +++ b/6685/data/test-cases/7caada47cca0eb68.json @@ -1 +1 @@ -{"uid":"871a33c4cb7895a7","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":1710205191798,"stop":1710205191799,"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":73,"unknown":0,"total":73},"items":[{"uid":"c3365f71c01b599","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c3365f71c01b599","status":"passed","time":{"start":1710205085986,"stop":1710205085986,"duration":0}},{"uid":"659e0cdbf052db93","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/659e0cdbf052db93","status":"passed","time":{"start":1710204994571,"stop":1710204994572,"duration":1}},{"uid":"899ee6ab189cfbe3","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/899ee6ab189cfbe3","status":"passed","time":{"start":1710204726951,"stop":1710204726951,"duration":0}},{"uid":"bbfb40066dd76e42","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/bbfb40066dd76e42","status":"passed","time":{"start":1710203449577,"stop":1710203449577,"duration":0}},{"uid":"ed73041973cb05dd","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ed73041973cb05dd","status":"passed","time":{"start":1710199937578,"stop":1710199937579,"duration":1}},{"uid":"221ae48d935cc3d1","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/221ae48d935cc3d1","status":"passed","time":{"start":1710199830802,"stop":1710199830802,"duration":0}},{"uid":"15ea6451af0023b4","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/15ea6451af0023b4","status":"passed","time":{"start":1710197382224,"stop":1710197382224,"duration":0}},{"uid":"90a7cf3fac574277","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/90a7cf3fac574277","status":"passed","time":{"start":1710168209837,"stop":1710168209837,"duration":0}},{"uid":"3073a3231a6503ad","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3073a3231a6503ad","status":"passed","time":{"start":1710167469801,"stop":1710167469801,"duration":0}},{"uid":"e7e4f31dcdfa826e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e7e4f31dcdfa826e","status":"passed","time":{"start":1710167530695,"stop":1710167530695,"duration":0}},{"uid":"2df011da239bac1e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/2df011da239bac1e","status":"passed","time":{"start":1710166659705,"stop":1710166659706,"duration":1}},{"uid":"38d7abc9796c3579","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/38d7abc9796c3579","status":"passed","time":{"start":1710164898063,"stop":1710164898064,"duration":1}},{"uid":"1f33ffb65d7c55e7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1f33ffb65d7c55e7","status":"passed","time":{"start":1710164040594,"stop":1710164040594,"duration":0}},{"uid":"c664beed6027a367","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c664beed6027a367","status":"passed","time":{"start":1710163907871,"stop":1710163907871,"duration":0}},{"uid":"6f7397239bc658e7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6f7397239bc658e7","status":"passed","time":{"start":1710155958390,"stop":1710155958390,"duration":0}},{"uid":"c3281b19ed46b271","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c3281b19ed46b271","status":"passed","time":{"start":1710155164402,"stop":1710155164402,"duration":0}},{"uid":"da7651e4ae8ff09f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/da7651e4ae8ff09f","status":"passed","time":{"start":1710154795037,"stop":1710154795037,"duration":0}},{"uid":"adc5913cb7bfb942","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/adc5913cb7bfb942","status":"passed","time":{"start":1710102807261,"stop":1710102807262,"duration":1}},{"uid":"c80f8cee30759f69","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c80f8cee30759f69","status":"passed","time":{"start":1710081003565,"stop":1710081003565,"duration":0}},{"uid":"1226b6651e587368","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1226b6651e587368","status":"passed","time":{"start":1710024675587,"stop":1710024675587,"duration":0}}]},"tags":[]},"source":"871a33c4cb7895a7.json","parameterValues":[]} \ No newline at end of file +{"uid":"7caada47cca0eb68","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":1710308433843,"stop":1710308433843,"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":"4c3453a6dc8bc6c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c3453a6dc8bc6c6","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"9f21c2875a02317a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f21c2875a02317a","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"d46199c2bd2470ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d46199c2bd2470ad","status":"passed","time":{"start":1710284796486,"stop":1710284796487,"duration":1}}]},"tags":[]},"source":"7caada47cca0eb68.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ac211efea7dfff4c.json b/6685/data/test-cases/7cf7091976c49855.json similarity index 54% rename from 6651/data/test-cases/ac211efea7dfff4c.json rename to 6685/data/test-cases/7cf7091976c49855.json index 6a5de3ee73e..15bf71f2e12 100644 --- a/6651/data/test-cases/ac211efea7dfff4c.json +++ b/6685/data/test-cases/7cf7091976c49855.json @@ -1 +1 @@ -{"uid":"ac211efea7dfff4c","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":1710205265205,"stop":1710205265205,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"a60e436b913a1355","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a60e436b913a1355","status":"passed","time":{"start":1710205158051,"stop":1710205158051,"duration":0}},{"uid":"2cc49d9c393edfc2","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2cc49d9c393edfc2","status":"passed","time":{"start":1710205052234,"stop":1710205052234,"duration":0}},{"uid":"669c205d942e785b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/669c205d942e785b","status":"passed","time":{"start":1710204796937,"stop":1710204796937,"duration":0}},{"uid":"66875d0e7ae5bf9f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/66875d0e7ae5bf9f","status":"passed","time":{"start":1710203511364,"stop":1710203511365,"duration":1}},{"uid":"f18f99fd616fa6d2","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f18f99fd616fa6d2","status":"passed","time":{"start":1710199998117,"stop":1710199998118,"duration":1}},{"uid":"1fd15b1106925c44","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1fd15b1106925c44","status":"passed","time":{"start":1710199898541,"stop":1710199898542,"duration":1}},{"uid":"46766466e247f011","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/46766466e247f011","status":"passed","time":{"start":1710197446711,"stop":1710197446711,"duration":0}},{"uid":"40f1d48d9efc676d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/40f1d48d9efc676d","status":"passed","time":{"start":1710168274477,"stop":1710168274477,"duration":0}},{"uid":"a0d1aa32d415fd53","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a0d1aa32d415fd53","status":"passed","time":{"start":1710167587990,"stop":1710167587990,"duration":0}},{"uid":"89763a10b5587819","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/89763a10b5587819","status":"passed","time":{"start":1710167591472,"stop":1710167591472,"duration":0}},{"uid":"70811d42b0536a19","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/70811d42b0536a19","status":"passed","time":{"start":1710166720770,"stop":1710166720770,"duration":0}},{"uid":"4b1148331572a260","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/4b1148331572a260","status":"passed","time":{"start":1710164954840,"stop":1710164954840,"duration":0}},{"uid":"b56dcb40a0ee82bd","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b56dcb40a0ee82bd","status":"passed","time":{"start":1710164112025,"stop":1710164112026,"duration":1}},{"uid":"48c2a134af74a681","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/48c2a134af74a681","status":"passed","time":{"start":1710163970944,"stop":1710163970945,"duration":1}},{"uid":"fca4fdda7c642b56","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/fca4fdda7c642b56","status":"passed","time":{"start":1710156015703,"stop":1710156015703,"duration":0}},{"uid":"6a496ddef674ccbd","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6a496ddef674ccbd","status":"passed","time":{"start":1710155233875,"stop":1710155233875,"duration":0}},{"uid":"682a705224d1cbb9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/682a705224d1cbb9","status":"passed","time":{"start":1710154884015,"stop":1710154884015,"duration":0}},{"uid":"e9354d4cb7e16391","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e9354d4cb7e16391","status":"passed","time":{"start":1710102868706,"stop":1710102868707,"duration":1}},{"uid":"9cd26f0469d9dfa2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9cd26f0469d9dfa2","status":"passed","time":{"start":1710081071481,"stop":1710081071481,"duration":0}},{"uid":"2166e7d08065736","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2166e7d08065736","status":"passed","time":{"start":1710024738101,"stop":1710024738102,"duration":1}}]},"tags":[]},"source":"ac211efea7dfff4c.json","parameterValues":[]} \ No newline at end of file +{"uid":"7cf7091976c49855","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":1710308508713,"stop":1710308508714,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"71fdca3b6918ea5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/71fdca3b6918ea5a","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"2f67df56f7cc3ad9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f67df56f7cc3ad9","status":"passed","time":{"start":1710287596901,"stop":1710287596901,"duration":0}},{"uid":"433954dab3a83fcf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/433954dab3a83fcf","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"tags":[]},"source":"7cf7091976c49855.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/7d50c79b1c7fc277.json b/6685/data/test-cases/7d50c79b1c7fc277.json new file mode 100644 index 00000000000..ace0930e3e8 --- /dev/null +++ b/6685/data/test-cases/7d50c79b1c7fc277.json @@ -0,0 +1 @@ +{"uid":"7d50c79b1c7fc277","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":1710307898607,"stop":1710307898607,"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":"79872207cf39daca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79872207cf39daca","status":"passed","time":{"start":1710306791804,"stop":1710306791805,"duration":1}},{"uid":"b3935b7cd621d25d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b3935b7cd621d25d","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"ccf7ef1483fe39dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ccf7ef1483fe39dc","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"tags":[]},"source":"7d50c79b1c7fc277.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/7e13bbd413bdfe67.json b/6685/data/test-cases/7e13bbd413bdfe67.json new file mode 100644 index 00000000000..7859b04f79a --- /dev/null +++ b/6685/data/test-cases/7e13bbd413bdfe67.json @@ -0,0 +1 @@ +{"uid":"7e13bbd413bdfe67","name":"Nwaku publishes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Nwaku publishes","historyId":"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cb4c4698de6976d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4c4698de6976d3","status":"passed","time":{"start":1710307238430,"stop":1710307238431,"duration":1}},{"uid":"e41440472a4de0f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e41440472a4de0f8","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"5ab9f2b38b18ec7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ab9f2b38b18ec7","status":"passed","time":{"start":1710284710698,"stop":1710284710700,"duration":2}}]},"tags":[]},"source":"7e13bbd413bdfe67.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/7eba469f3e5f2764.json b/6685/data/test-cases/7eba469f3e5f2764.json new file mode 100644 index 00000000000..9820d73aa11 --- /dev/null +++ b/6685/data/test-cases/7eba469f3e5f2764.json @@ -0,0 +1 @@ +{"uid":"7eba469f3e5f2764","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":1710307898607,"stop":1710307898607,"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":"1b493541418e2afe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1b493541418e2afe","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"f391b961cefe1dde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f391b961cefe1dde","status":"passed","time":{"start":1710286996970,"stop":1710286996971,"duration":1}},{"uid":"647950a818d885d3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/647950a818d885d3","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"tags":[]},"source":"7eba469f3e5f2764.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/6bb2044229731200.json b/6685/data/test-cases/7ee1aee8ea0aa9f7.json similarity index 81% rename from 6651/data/test-cases/6bb2044229731200.json rename to 6685/data/test-cases/7ee1aee8ea0aa9f7.json index 7dcfcfe638c..0c2d4748b94 100644 --- a/6651/data/test-cases/6bb2044229731200.json +++ b/6685/data/test-cases/7ee1aee8ea0aa9f7.json @@ -1 +1 @@ -{"uid":"6bb2044229731200","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":1710205335141,"stop":1710205335141,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"70e64f9719edb4fb","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/70e64f9719edb4fb","status":"passed","time":{"start":1710205224510,"stop":1710205224511,"duration":1}},{"uid":"93c73a9cc0caf407","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/93c73a9cc0caf407","status":"passed","time":{"start":1710205109075,"stop":1710205109076,"duration":1}},{"uid":"e1aa1d7c07d4d501","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e1aa1d7c07d4d501","status":"passed","time":{"start":1710204865544,"stop":1710204865545,"duration":1}},{"uid":"53d7e8db52a55f8e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/53d7e8db52a55f8e","status":"passed","time":{"start":1710203577229,"stop":1710203577229,"duration":0}},{"uid":"9e63205ea6a465ce","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9e63205ea6a465ce","status":"passed","time":{"start":1710200067239,"stop":1710200067240,"duration":1}},{"uid":"13a13f8c71c6b02","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/13a13f8c71c6b02","status":"passed","time":{"start":1710199972394,"stop":1710199972395,"duration":1}},{"uid":"4654a531167ab403","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4654a531167ab403","status":"passed","time":{"start":1710197502485,"stop":1710197502485,"duration":0}},{"uid":"bf3d3f609c27e62b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bf3d3f609c27e62b","status":"passed","time":{"start":1710168341998,"stop":1710168341998,"duration":0}},{"uid":"8632274f8631c01b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8632274f8631c01b","status":"passed","time":{"start":1710167568811,"stop":1710167568811,"duration":0}},{"uid":"4ac356fa2433ad34","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/4ac356fa2433ad34","status":"passed","time":{"start":1710167665502,"stop":1710167665502,"duration":0}},{"uid":"2d17947465160ca0","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/2d17947465160ca0","status":"passed","time":{"start":1710166795560,"stop":1710166795561,"duration":1}},{"uid":"dacd119512d08e5d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/dacd119512d08e5d","status":"passed","time":{"start":1710165026122,"stop":1710165026123,"duration":1}},{"uid":"e9f61554e05457fc","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e9f61554e05457fc","status":"passed","time":{"start":1710164176706,"stop":1710164176706,"duration":0}},{"uid":"a03a2437e847a212","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a03a2437e847a212","status":"passed","time":{"start":1710164039978,"stop":1710164039978,"duration":0}},{"uid":"ccd5ab0acfa91ba4","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ccd5ab0acfa91ba4","status":"passed","time":{"start":1710156088895,"stop":1710156088895,"duration":0}},{"uid":"5aa6a0f1c58e189b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5aa6a0f1c58e189b","status":"passed","time":{"start":1710155298403,"stop":1710155298404,"duration":1}},{"uid":"ba19dc90977cc373","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ba19dc90977cc373","status":"passed","time":{"start":1710154928187,"stop":1710154928188,"duration":1}},{"uid":"27b2cebefe442d8e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/27b2cebefe442d8e","status":"passed","time":{"start":1710102939214,"stop":1710102939215,"duration":1}},{"uid":"987e8be3ca46403a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/987e8be3ca46403a","status":"passed","time":{"start":1710081135412,"stop":1710081135412,"duration":0}},{"uid":"e8467e431ea95bba","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e8467e431ea95bba","status":"passed","time":{"start":1710024806417,"stop":1710024806417,"duration":0}}]},"tags":[]},"source":"6bb2044229731200.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ee1aee8ea0aa9f7","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":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"4b2b1ed70a9f0c61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4b2b1ed70a9f0c61","status":"passed","time":{"start":1710307465622,"stop":1710307465622,"duration":0}},{"uid":"a46f110657c59a0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f110657c59a0","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"83ac94a13e5e349f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83ac94a13e5e349f","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"tags":[]},"source":"7ee1aee8ea0aa9f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/7f016940a25de20b.json b/6685/data/test-cases/7f016940a25de20b.json new file mode 100644 index 00000000000..5e128205a1f --- /dev/null +++ b/6685/data/test-cases/7f016940a25de20b.json @@ -0,0 +1 @@ +{"uid":"7f016940a25de20b","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":1710308007020,"stop":1710308007020,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5633e6f729d80ba1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5633e6f729d80ba1","status":"passed","time":{"start":1710306904612,"stop":1710306904612,"duration":0}},{"uid":"d4dc22c81f6f5fc3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4dc22c81f6f5fc3","status":"passed","time":{"start":1710287110690,"stop":1710287110691,"duration":1}},{"uid":"438f756575ae9a4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/438f756575ae9a4a","status":"passed","time":{"start":1710284372006,"stop":1710284372007,"duration":1}}]},"tags":[]},"source":"7f016940a25de20b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/99cce9a477a7775a.json b/6685/data/test-cases/7ff5db574664ea58.json similarity index 54% rename from 6651/data/test-cases/99cce9a477a7775a.json rename to 6685/data/test-cases/7ff5db574664ea58.json index 1fc18448a20..bfc1059dc5b 100644 --- a/6651/data/test-cases/99cce9a477a7775a.json +++ b/6685/data/test-cases/7ff5db574664ea58.json @@ -1 +1 @@ -{"uid":"99cce9a477a7775a","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204735362,"stop":1710204735363,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"495b0801b273cfb2","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/495b0801b273cfb2","status":"passed","time":{"start":1710205319976,"stop":1710205319977,"duration":1}},{"uid":"a27fb570dfa39d10","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a27fb570dfa39d10","status":"passed","time":{"start":1710204635820,"stop":1710204635821,"duration":1}},{"uid":"21ec4a37374f941","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/21ec4a37374f941","status":"passed","time":{"start":1710204521114,"stop":1710204521115,"duration":1}},{"uid":"f13033e03f98c439","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f13033e03f98c439","status":"passed","time":{"start":1710204277061,"stop":1710204277061,"duration":0}},{"uid":"a289f883df257cf2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/a289f883df257cf2","status":"passed","time":{"start":1710203002591,"stop":1710203002591,"duration":0}},{"uid":"42f23a1de59c397a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/42f23a1de59c397a","status":"passed","time":{"start":1710199486130,"stop":1710199486131,"duration":1}},{"uid":"ac67d7afdc319400","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ac67d7afdc319400","status":"passed","time":{"start":1710199383478,"stop":1710199383479,"duration":1}},{"uid":"f0026087f9f167e1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f0026087f9f167e1","status":"passed","time":{"start":1710196920112,"stop":1710196920112,"duration":0}},{"uid":"1f875d6e1369f882","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/1f875d6e1369f882","status":"passed","time":{"start":1710167736496,"stop":1710167736496,"duration":0}},{"uid":"cfd2504c55d1cc1b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/cfd2504c55d1cc1b","status":"passed","time":{"start":1710166917303,"stop":1710166917303,"duration":0}},{"uid":"5c6c73d25875f7bf","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5c6c73d25875f7bf","status":"passed","time":{"start":1710167079841,"stop":1710167079841,"duration":0}},{"uid":"cec71a0146127aa1","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/cec71a0146127aa1","status":"passed","time":{"start":1710166208116,"stop":1710166208116,"duration":0}},{"uid":"20ff65c23d9d9818","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/20ff65c23d9d9818","status":"passed","time":{"start":1710164434216,"stop":1710164434216,"duration":0}},{"uid":"ae655bbcc28f05a6","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ae655bbcc28f05a6","status":"passed","time":{"start":1710163587840,"stop":1710163587840,"duration":0}},{"uid":"14358fcc54c65cf2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/14358fcc54c65cf2","status":"passed","time":{"start":1710163441159,"stop":1710163441159,"duration":0}},{"uid":"6cc0a26b5a0218","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6cc0a26b5a0218","status":"passed","time":{"start":1710155508708,"stop":1710155508709,"duration":1}},{"uid":"8c2627096163422","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8c2627096163422","status":"passed","time":{"start":1710154702833,"stop":1710154702834,"duration":1}},{"uid":"cab4afc1aab99e4d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/cab4afc1aab99e4d","status":"passed","time":{"start":1710154336634,"stop":1710154336635,"duration":1}},{"uid":"123b375fbb222494","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/123b375fbb222494","status":"passed","time":{"start":1710102353929,"stop":1710102353930,"duration":1}},{"uid":"849bea588fd7ab48","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/849bea588fd7ab48","status":"passed","time":{"start":1710080558369,"stop":1710080558370,"duration":1}}]},"tags":[]},"source":"99cce9a477a7775a.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ff5db574664ea58","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307980879,"stop":1710307980880,"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":"befaca5b98b5fad5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/befaca5b98b5fad5","status":"passed","time":{"start":1710306873741,"stop":1710306873741,"duration":0}},{"uid":"ce79f17657db958","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce79f17657db958","status":"passed","time":{"start":1710287079740,"stop":1710287079740,"duration":0}},{"uid":"d01f1dce8ef1d015","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d01f1dce8ef1d015","status":"passed","time":{"start":1710284342261,"stop":1710284342262,"duration":1}}]},"tags":[]},"source":"7ff5db574664ea58.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/cffaef01ee21d7de.json b/6685/data/test-cases/7ff97b8129b3dc26.json similarity index 74% rename from 6651/data/test-cases/cffaef01ee21d7de.json rename to 6685/data/test-cases/7ff97b8129b3dc26.json index 68d5148ea31..06d4099f124 100644 --- a/6651/data/test-cases/cffaef01ee21d7de.json +++ b/6685/data/test-cases/7ff97b8129b3dc26.json @@ -1 +1 @@ -{"uid":"cffaef01ee21d7de","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":1710205063417,"stop":1710205063417,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"f6cdab74b8f1ee2c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f6cdab74b8f1ee2c","status":"passed","time":{"start":1710204974363,"stop":1710204974363,"duration":0}},{"uid":"e0c157c1b7f75756","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e0c157c1b7f75756","status":"passed","time":{"start":1710204858050,"stop":1710204858050,"duration":0}},{"uid":"6c9dba1cda859bbd","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6c9dba1cda859bbd","status":"passed","time":{"start":1710204613880,"stop":1710204613881,"duration":1}},{"uid":"71e03ada83249848","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/71e03ada83249848","status":"passed","time":{"start":1710203332615,"stop":1710203332615,"duration":0}},{"uid":"c16e4b0127cee482","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c16e4b0127cee482","status":"passed","time":{"start":1710199825181,"stop":1710199825181,"duration":0}},{"uid":"61c33be6c18d0741","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/61c33be6c18d0741","status":"passed","time":{"start":1710199731758,"stop":1710199731759,"duration":1}},{"uid":"dfc98065fa4566aa","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/dfc98065fa4566aa","status":"passed","time":{"start":1710197275109,"stop":1710197275109,"duration":0}},{"uid":"f62858ab0cf19c79","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f62858ab0cf19c79","status":"passed","time":{"start":1710168106280,"stop":1710168106281,"duration":1}},{"uid":"fe1654aef2c7b8b0","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/fe1654aef2c7b8b0","status":"passed","time":{"start":1710167360902,"stop":1710167360902,"duration":0}},{"uid":"21f0496446b35e72","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/21f0496446b35e72","status":"passed","time":{"start":1710167407564,"stop":1710167407565,"duration":1}},{"uid":"18dd7d0e9499a051","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/18dd7d0e9499a051","status":"passed","time":{"start":1710166544394,"stop":1710166544394,"duration":0}},{"uid":"658a0def2b52fff2","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/658a0def2b52fff2","status":"passed","time":{"start":1710164782803,"stop":1710164782813,"duration":10}},{"uid":"e0bdf9f7f14a992","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e0bdf9f7f14a992","status":"passed","time":{"start":1710163934762,"stop":1710163934762,"duration":0}},{"uid":"2d5a82180c69ade6","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2d5a82180c69ade6","status":"passed","time":{"start":1710163799609,"stop":1710163799609,"duration":0}},{"uid":"6f5e889a54bf3aa","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6f5e889a54bf3aa","status":"passed","time":{"start":1710155833700,"stop":1710155833700,"duration":0}},{"uid":"8655ac961486fe59","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8655ac961486fe59","status":"passed","time":{"start":1710155066239,"stop":1710155066239,"duration":0}},{"uid":"c79f3643ac5ff72d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c79f3643ac5ff72d","status":"passed","time":{"start":1710154684657,"stop":1710154684657,"duration":0}},{"uid":"ef13287a64060f5f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ef13287a64060f5f","status":"passed","time":{"start":1710102693452,"stop":1710102693452,"duration":0}},{"uid":"e5978def07b8f5cc","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e5978def07b8f5cc","status":"passed","time":{"start":1710080898349,"stop":1710080898349,"duration":0}},{"uid":"3db9391ddc2899d2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3db9391ddc2899d2","status":"passed","time":{"start":1710024575265,"stop":1710024575267,"duration":2}}]},"tags":[]},"source":"cffaef01ee21d7de.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ff97b8129b3dc26","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":1710308322595,"stop":1710308322595,"duration":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":"2c53c3e6c7c27a6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c53c3e6c7c27a6d","status":"passed","time":{"start":1710307207052,"stop":1710307207057,"duration":5}},{"uid":"8b1fc1aa0f00023","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b1fc1aa0f00023","status":"passed","time":{"start":1710287412744,"stop":1710287412744,"duration":0}},{"uid":"1653ebbce3ec8fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1653ebbce3ec8fe8","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"tags":[]},"source":"7ff97b8129b3dc26.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/801d856912befc9b.json b/6685/data/test-cases/801d856912befc9b.json new file mode 100644 index 00000000000..fb0eb79afe2 --- /dev/null +++ b/6685/data/test-cases/801d856912befc9b.json @@ -0,0 +1 @@ +{"uid":"801d856912befc9b","name":"throws on content topic with generation field greater than 0","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with generation field greater than 0","historyId":"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890265,"stop":1710307890265,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a1429473f82d3959","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a1429473f82d3959","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"2451619aa855d5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2451619aa855d5e9","status":"passed","time":{"start":1710286988736,"stop":1710286988737,"duration":1}},{"uid":"aea625bb3f347453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aea625bb3f347453","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"tags":[]},"source":"801d856912befc9b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d63ca1979bcd25ea.json b/6685/data/test-cases/80e534f40888f6d0.json similarity index 84% rename from 6651/data/test-cases/d63ca1979bcd25ea.json rename to 6685/data/test-cases/80e534f40888f6d0.json index fecb32e83d2..bd97dbea628 100644 --- a/6651/data/test-cases/d63ca1979bcd25ea.json +++ b/6685/data/test-cases/80e534f40888f6d0.json @@ -1 +1 @@ -{"uid":"d63ca1979bcd25ea","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":1710205232993,"stop":1710205232993,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"2c9b9693b90040bc","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/2c9b9693b90040bc","status":"passed","time":{"start":1710205120328,"stop":1710205120329,"duration":1}},{"uid":"68bee4031ae5630f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/68bee4031ae5630f","status":"passed","time":{"start":1710205004841,"stop":1710205004842,"duration":1}},{"uid":"54c0562c9486e011","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/54c0562c9486e011","status":"passed","time":{"start":1710204772061,"stop":1710204772062,"duration":1}},{"uid":"763045f08cc9e923","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/763045f08cc9e923","status":"passed","time":{"start":1710203476038,"stop":1710203476038,"duration":0}},{"uid":"76598196c24e464c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/76598196c24e464c","status":"passed","time":{"start":1710199958099,"stop":1710199958100,"duration":1}},{"uid":"f6d77f6bcf475ac8","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f6d77f6bcf475ac8","status":"passed","time":{"start":1710199882623,"stop":1710199882623,"duration":0}},{"uid":"a72fcddc1c07ad21","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a72fcddc1c07ad21","status":"passed","time":{"start":1710197397370,"stop":1710197397370,"duration":0}},{"uid":"ce1a06a579b31ac1","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ce1a06a579b31ac1","status":"passed","time":{"start":1710168235061,"stop":1710168235061,"duration":0}},{"uid":"db8c9e782e61f5eb","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/db8c9e782e61f5eb","status":"passed","time":{"start":1710167420212,"stop":1710167420213,"duration":1}},{"uid":"b4e90218093051c1","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b4e90218093051c1","status":"passed","time":{"start":1710167568714,"stop":1710167568715,"duration":1}},{"uid":"a0602f00962a7c4d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/a0602f00962a7c4d","status":"passed","time":{"start":1710166701449,"stop":1710166701450,"duration":1}},{"uid":"ae8f10bbb8bf1deb","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ae8f10bbb8bf1deb","status":"passed","time":{"start":1710164929208,"stop":1710164929209,"duration":1}},{"uid":"59ffcf2f766098f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/59ffcf2f766098f","status":"passed","time":{"start":1710164078376,"stop":1710164078377,"duration":1}},{"uid":"24c5ee3f7d8ec98d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/24c5ee3f7d8ec98d","status":"passed","time":{"start":1710163927051,"stop":1710163927052,"duration":1}},{"uid":"9ea989bece1c91c3","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9ea989bece1c91c3","status":"passed","time":{"start":1710155986266,"stop":1710155986267,"duration":1}},{"uid":"4a6b2d8b0e5f658c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4a6b2d8b0e5f658c","status":"passed","time":{"start":1710155212550,"stop":1710155212551,"duration":1}},{"uid":"6f610582be7b3fc6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/6f610582be7b3fc6","status":"passed","time":{"start":1710154813457,"stop":1710154813457,"duration":0}},{"uid":"dee793c958f59d20","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/dee793c958f59d20","status":"passed","time":{"start":1710102845314,"stop":1710102845314,"duration":0}},{"uid":"1bb790ff3551fc3e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1bb790ff3551fc3e","status":"passed","time":{"start":1710081043164,"stop":1710081043165,"duration":1}},{"uid":"1d091c02f4ad7eae","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1d091c02f4ad7eae","status":"passed","time":{"start":1710024705736,"stop":1710024705736,"duration":0}}]},"tags":[]},"source":"d63ca1979bcd25ea.json","parameterValues":[]} \ No newline at end of file +{"uid":"80e534f40888f6d0","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":1710308463673,"stop":1710308463673,"duration":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":"60cd3ef631a89cf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60cd3ef631a89cf","status":"passed","time":{"start":1710307358452,"stop":1710307358453,"duration":1}},{"uid":"c67b2c10aa18cf7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c67b2c10aa18cf7","status":"passed","time":{"start":1710287569228,"stop":1710287569229,"duration":1}},{"uid":"54f07028252ac0e0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/54f07028252ac0e0","status":"passed","time":{"start":1710284852270,"stop":1710284852270,"duration":0}}]},"tags":[]},"source":"80e534f40888f6d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/829ede11b709a426.json b/6685/data/test-cases/829ede11b709a426.json new file mode 100644 index 00000000000..261c8878cae --- /dev/null +++ b/6685/data/test-cases/829ede11b709a426.json @@ -0,0 +1 @@ +{"uid":"829ede11b709a426","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":1710308225039,"stop":1710308225039,"duration":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":"c19b90daaf76611d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c19b90daaf76611d","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"c993653dc2e34e52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c993653dc2e34e52","status":"passed","time":{"start":1710287300122,"stop":1710287300123,"duration":1}},{"uid":"472a4b3952c601e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/472a4b3952c601e8","status":"passed","time":{"start":1710284561378,"stop":1710284561378,"duration":0}}]},"tags":[]},"source":"829ede11b709a426.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b1ca3740809d0a56.json b/6685/data/test-cases/82b670b0d8b7e698.json similarity index 84% rename from 6651/data/test-cases/b1ca3740809d0a56.json rename to 6685/data/test-cases/82b670b0d8b7e698.json index aa478ceaf67..dfadaa421a5 100644 --- a/6651/data/test-cases/b1ca3740809d0a56.json +++ b/6685/data/test-cases/82b670b0d8b7e698.json @@ -1 +1 @@ -{"uid":"b1ca3740809d0a56","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":1710205233000,"stop":1710205233000,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"52257f3693cd8f8a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/52257f3693cd8f8a","status":"passed","time":{"start":1710205120339,"stop":1710205120340,"duration":1}},{"uid":"44bdf6801123462d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/44bdf6801123462d","status":"passed","time":{"start":1710205004848,"stop":1710205004848,"duration":0}},{"uid":"e17b213d01230313","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e17b213d01230313","status":"passed","time":{"start":1710204772079,"stop":1710204772080,"duration":1}},{"uid":"a56a63805fd92abd","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/a56a63805fd92abd","status":"passed","time":{"start":1710203476043,"stop":1710203476043,"duration":0}},{"uid":"21fe46ae243117e8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/21fe46ae243117e8","status":"passed","time":{"start":1710199958103,"stop":1710199958103,"duration":0}},{"uid":"4595f1d3c413f442","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4595f1d3c413f442","status":"passed","time":{"start":1710199882626,"stop":1710199882627,"duration":1}},{"uid":"f5ef00eca4664a65","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f5ef00eca4664a65","status":"passed","time":{"start":1710197397378,"stop":1710197397378,"duration":0}},{"uid":"f43bec8faf7634ee","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f43bec8faf7634ee","status":"passed","time":{"start":1710168235071,"stop":1710168235073,"duration":2}},{"uid":"18be93e0b7bc7101","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/18be93e0b7bc7101","status":"passed","time":{"start":1710167420216,"stop":1710167420242,"duration":26}},{"uid":"8b1712a11632936d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/8b1712a11632936d","status":"passed","time":{"start":1710167568719,"stop":1710167568719,"duration":0}},{"uid":"7460a1f4764e3011","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7460a1f4764e3011","status":"passed","time":{"start":1710166701462,"stop":1710166701462,"duration":0}},{"uid":"7fbbe4be5bf5e25f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7fbbe4be5bf5e25f","status":"passed","time":{"start":1710164929230,"stop":1710164929230,"duration":0}},{"uid":"cfb99ab91ab93533","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cfb99ab91ab93533","status":"passed","time":{"start":1710164078394,"stop":1710164078395,"duration":1}},{"uid":"73bf99941a1c52ef","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/73bf99941a1c52ef","status":"passed","time":{"start":1710163927069,"stop":1710163927069,"duration":0}},{"uid":"5be52464deb18be","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/5be52464deb18be","status":"passed","time":{"start":1710155986276,"stop":1710155986277,"duration":1}},{"uid":"2d2ffcb0d12e636a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2d2ffcb0d12e636a","status":"passed","time":{"start":1710155212558,"stop":1710155212558,"duration":0}},{"uid":"20a09de4679248","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/20a09de4679248","status":"passed","time":{"start":1710154813461,"stop":1710154813461,"duration":0}},{"uid":"779c1032fb665ad6","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/779c1032fb665ad6","status":"passed","time":{"start":1710102845319,"stop":1710102845319,"duration":0}},{"uid":"77e7facf1c8f30ba","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/77e7facf1c8f30ba","status":"passed","time":{"start":1710081043170,"stop":1710081043170,"duration":0}},{"uid":"a2f89f0f541ab985","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a2f89f0f541ab985","status":"passed","time":{"start":1710024705740,"stop":1710024705741,"duration":1}}]},"tags":[]},"source":"b1ca3740809d0a56.json","parameterValues":[]} \ No newline at end of file +{"uid":"82b670b0d8b7e698","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":1710308463677,"stop":1710308463685,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b187afb44db4040a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b187afb44db4040a","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"413d68ad710d9377","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/413d68ad710d9377","status":"passed","time":{"start":1710287569247,"stop":1710287569248,"duration":1}},{"uid":"43804236506cf727","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43804236506cf727","status":"passed","time":{"start":1710284852287,"stop":1710284852288,"duration":1}}]},"tags":[]},"source":"82b670b0d8b7e698.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/83079f62ee1ee2a.json b/6685/data/test-cases/83079f62ee1ee2a.json new file mode 100644 index 00000000000..62b926ff6c6 --- /dev/null +++ b/6685/data/test-cases/83079f62ee1ee2a.json @@ -0,0 +1 @@ +{"uid":"83079f62ee1ee2a","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","fullName":"/tests/sdk/content_topic.spec.ts: SDK: Creating by Content Topic > \"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","historyId":"a785f8092a7a73f358d38d07164b5cc8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308388677,"stop":1710308388677,"duration":0},"status":"broken","statusMessage":"(HTTP code 404) no such container - No such container: f0c984ffbf9006b52137d34a2cd9e27434c42c799a63b497623a2af07c093d74 ","statusTrace":"Error: (HTTP code 404) no such container - No such container: f0c984ffbf9006b52137d34a2cd9e27434c42c799a63b497623a2af07c093d74 \n at /home/runner/work/js-waku/js-waku/node_modules/docker-modem/lib/modem.js:343:17\n at getCause (/home/runner/work/js-waku/js-waku/node_modules/docker-modem/lib/modem.js:373:7)\n at Modem.buildPayload (/home/runner/work/js-waku/js-waku/node_modules/docker-modem/lib/modem.js:342:5)\n at IncomingMessage. (/home/runner/work/js-waku/js-waku/node_modules/docker-modem/lib/modem.js:310:16)\n at IncomingMessage.emit (node:events:529:35)\n at IncomingMessage.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1400:12)\n at processTicksAndRejections (node:internal/process/task_queues:82:21)","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{},"status":"broken","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{},"status":"broken","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sdk"},{"name":"parentSuite","value":"SDK: Creating by Content Topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"cc59c9a10a2d041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc59c9a10a2d041","status":"broken","statusDetails":"(HTTP code 404) no such container - No such container: 40cfc6e809b259d80302cc28530c5001daa9d9bbc48ba91433794052f3b28e7a ","time":{"start":1710307270090,"stop":1710307270091,"duration":1}}]},"tags":[]},"source":"83079f62ee1ee2a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9b1947a85f3c81be.json b/6685/data/test-cases/838507040b6f4e5.json similarity index 72% rename from 6651/data/test-cases/9b1947a85f3c81be.json rename to 6685/data/test-cases/838507040b6f4e5.json index 032f282fc61..c702496fc57 100644 --- a/6651/data/test-cases/9b1947a85f3c81be.json +++ b/6685/data/test-cases/838507040b6f4e5.json @@ -1 +1 @@ -{"uid":"9b1947a85f3c81be","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":1710205173353,"stop":1710205173353,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"854f879a5e2960f8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/854f879a5e2960f8","status":"passed","time":{"start":1710205067298,"stop":1710205067298,"duration":0}},{"uid":"124a451d0f333784","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/124a451d0f333784","status":"passed","time":{"start":1710204962931,"stop":1710204962931,"duration":0}},{"uid":"b8bf738c08eaede9","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b8bf738c08eaede9","status":"passed","time":{"start":1710204701480,"stop":1710204701480,"duration":0}},{"uid":"106dfa06432d1d68","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/106dfa06432d1d68","status":"passed","time":{"start":1710203416649,"stop":1710203416649,"duration":0}},{"uid":"96264e65ff192176","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/96264e65ff192176","status":"passed","time":{"start":1710199910431,"stop":1710199910432,"duration":1}},{"uid":"a411077c3b021fb7","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a411077c3b021fb7","status":"passed","time":{"start":1710199800525,"stop":1710199800526,"duration":1}},{"uid":"5b3f5abd916336d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5b3f5abd916336d","status":"passed","time":{"start":1710197348927,"stop":1710197348927,"duration":0}},{"uid":"9bd9d6958c50b0b4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/9bd9d6958c50b0b4","status":"passed","time":{"start":1710168167454,"stop":1710168167454,"duration":0}},{"uid":"7d21cdbd0b6cd5ea","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7d21cdbd0b6cd5ea","status":"passed","time":{"start":1710167350143,"stop":1710167350143,"duration":0}},{"uid":"aa8b439f8a156569","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/aa8b439f8a156569","status":"passed","time":{"start":1710167497881,"stop":1710167497881,"duration":0}},{"uid":"8c44d367eb5f743e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/8c44d367eb5f743e","status":"passed","time":{"start":1710166625624,"stop":1710166625624,"duration":0}},{"uid":"259bf6c055bf7da","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/259bf6c055bf7da","status":"passed","time":{"start":1710164870362,"stop":1710164870362,"duration":0}},{"uid":"5f71745bd6a4f8f9","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/5f71745bd6a4f8f9","status":"passed","time":{"start":1710164015719,"stop":1710164015719,"duration":0}},{"uid":"2f8b8e2adb4e9ff0","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2f8b8e2adb4e9ff0","status":"passed","time":{"start":1710163881254,"stop":1710163881254,"duration":0}},{"uid":"9ec10849f3f07a92","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9ec10849f3f07a92","status":"passed","time":{"start":1710155929091,"stop":1710155929091,"duration":0}},{"uid":"9d30f04f8ea1903b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9d30f04f8ea1903b","status":"passed","time":{"start":1710155134313,"stop":1710155134313,"duration":0}},{"uid":"1d9dc2904c66704d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1d9dc2904c66704d","status":"passed","time":{"start":1710154760726,"stop":1710154760726,"duration":0}},{"uid":"3c92a76328e35913","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3c92a76328e35913","status":"passed","time":{"start":1710102776906,"stop":1710102776906,"duration":0}},{"uid":"6c53728513ecd4e3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6c53728513ecd4e3","status":"passed","time":{"start":1710080978598,"stop":1710080978599,"duration":1}},{"uid":"403c16bc20ce747c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/403c16bc20ce747c","status":"passed","time":{"start":1710024644936,"stop":1710024644937,"duration":1}}]},"tags":[]},"source":"9b1947a85f3c81be.json","parameterValues":[]} \ No newline at end of file +{"uid":"838507040b6f4e5","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":1710308416742,"stop":1710308416742,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"cf0ce8e3701f87b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf0ce8e3701f87b9","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"2e2b92ad5f3d27df","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e2b92ad5f3d27df","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"913a112af87820f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/913a112af87820f9","status":"passed","time":{"start":1710284775865,"stop":1710284775865,"duration":0}}]},"tags":[]},"source":"838507040b6f4e5.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/200ce8f25184947b.json b/6685/data/test-cases/83f59e87b88e83fa.json similarity index 77% rename from 6651/data/test-cases/200ce8f25184947b.json rename to 6685/data/test-cases/83f59e87b88e83fa.json index bcbceee984f..225dfc4b325 100644 --- a/6651/data/test-cases/200ce8f25184947b.json +++ b/6685/data/test-cases/83f59e87b88e83fa.json @@ -1 +1 @@ -{"uid":"200ce8f25184947b","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":1710205115575,"stop":1710205115575,"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":73,"unknown":0,"total":73},"items":[{"uid":"a1f4538127360fc8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a1f4538127360fc8","status":"passed","time":{"start":1710205004973,"stop":1710205004979,"duration":6}},{"uid":"4b552dcb9d27745c","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4b552dcb9d27745c","status":"passed","time":{"start":1710204900794,"stop":1710204900795,"duration":1}},{"uid":"1e4ebc3de02366e0","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1e4ebc3de02366e0","status":"passed","time":{"start":1710204658522,"stop":1710204658522,"duration":0}},{"uid":"af1a5519b4e2b409","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/af1a5519b4e2b409","status":"passed","time":{"start":1710203380015,"stop":1710203380016,"duration":1}},{"uid":"c5e4bb364ffaf412","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c5e4bb364ffaf412","status":"passed","time":{"start":1710199870004,"stop":1710199870004,"duration":0}},{"uid":"e04e8da4401d9ad0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e04e8da4401d9ad0","status":"passed","time":{"start":1710199772383,"stop":1710199772383,"duration":0}},{"uid":"f22207074e74b46a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f22207074e74b46a","status":"passed","time":{"start":1710197312739,"stop":1710197312740,"duration":1}},{"uid":"90facfcccf361ca0","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/90facfcccf361ca0","status":"passed","time":{"start":1710168147672,"stop":1710168147673,"duration":1}},{"uid":"d06462dc42d1c46","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d06462dc42d1c46","status":"passed","time":{"start":1710167379271,"stop":1710167379272,"duration":1}},{"uid":"76116c66d214e94e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/76116c66d214e94e","status":"passed","time":{"start":1710167447912,"stop":1710167447912,"duration":0}},{"uid":"9eb2533a4cb82835","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/9eb2533a4cb82835","status":"passed","time":{"start":1710166585487,"stop":1710166585488,"duration":1}},{"uid":"ad85ca06af8f7815","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ad85ca06af8f7815","status":"passed","time":{"start":1710164815443,"stop":1710164815444,"duration":1}},{"uid":"2bb951ae446b94fc","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2bb951ae446b94fc","status":"passed","time":{"start":1710163978918,"stop":1710163978918,"duration":0}},{"uid":"aeb474bdd48653c9","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/aeb474bdd48653c9","status":"passed","time":{"start":1710163834527,"stop":1710163834528,"duration":1}},{"uid":"6fc8a145fa594d6","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6fc8a145fa594d6","status":"passed","time":{"start":1710155882175,"stop":1710155882175,"duration":0}},{"uid":"4a76cce263a0dff6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4a76cce263a0dff6","status":"passed","time":{"start":1710155093758,"stop":1710155093758,"duration":0}},{"uid":"3f12089aaa529421","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3f12089aaa529421","status":"passed","time":{"start":1710154718374,"stop":1710154718374,"duration":0}},{"uid":"20ee685f1510b55a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/20ee685f1510b55a","status":"passed","time":{"start":1710102732570,"stop":1710102732570,"duration":0}},{"uid":"409f5f71e73f5a07","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/409f5f71e73f5a07","status":"passed","time":{"start":1710080936489,"stop":1710080936490,"duration":1}},{"uid":"c276da80cf9961b4","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c276da80cf9961b4","status":"passed","time":{"start":1710024618618,"stop":1710024618618,"duration":0}}]},"tags":[]},"source":"200ce8f25184947b.json","parameterValues":[]} \ No newline at end of file +{"uid":"83f59e87b88e83fa","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":1710308366485,"stop":1710308366494,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","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":"47779898da58d576","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47779898da58d576","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"2ca5de7ad803296d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ca5de7ad803296d","status":"passed","time":{"start":1710287456063,"stop":1710287456064,"duration":1}},{"uid":"d194fcd7532a2118","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d194fcd7532a2118","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"tags":[]},"source":"83f59e87b88e83fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/83fa7ede22082b24.json b/6685/data/test-cases/83fa7ede22082b24.json new file mode 100644 index 00000000000..41ec05f8feb --- /dev/null +++ b/6685/data/test-cases/83fa7ede22082b24.json @@ -0,0 +1 @@ +{"uid":"83fa7ede22082b24","name":"topics with same application and version share the same shard","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > topics with same application and version share the same shard","historyId":"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890268,"stop":1710307890268,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca603481f76b34de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca603481f76b34de","status":"passed","time":{"start":1710306783479,"stop":1710306783479,"duration":0}},{"uid":"bf06334492c33e00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf06334492c33e00","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"3e918c719fb4ab49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e918c719fb4ab49","status":"passed","time":{"start":1710284251170,"stop":1710284251170,"duration":0}}]},"tags":[]},"source":"83fa7ede22082b24.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8412b4099a1f4f25.json b/6685/data/test-cases/8412b4099a1f4f25.json new file mode 100644 index 00000000000..990fcdaecab --- /dev/null +++ b/6685/data/test-cases/8412b4099a1f4f25.json @@ -0,0 +1 @@ +{"uid":"8412b4099a1f4f25","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":1710308225040,"stop":1710308225041,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"2523f602b4d214cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2523f602b4d214cc","status":"passed","time":{"start":1710307101318,"stop":1710307101318,"duration":0}},{"uid":"cf3d2059364326d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cf3d2059364326d6","status":"passed","time":{"start":1710287300126,"stop":1710287300126,"duration":0}},{"uid":"d0c71fc5adae6c9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d0c71fc5adae6c9f","status":"passed","time":{"start":1710284561379,"stop":1710284561380,"duration":1}}]},"tags":[]},"source":"8412b4099a1f4f25.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a03b82e1c000bd50.json b/6685/data/test-cases/8456d9887da5650e.json similarity index 54% rename from 6651/data/test-cases/a03b82e1c000bd50.json rename to 6685/data/test-cases/8456d9887da5650e.json index 78e17415b70..98830220c25 100644 --- a/6651/data/test-cases/a03b82e1c000bd50.json +++ b/6685/data/test-cases/8456d9887da5650e.json @@ -1 +1 @@ -{"uid":"a03b82e1c000bd50","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204735363,"stop":1710204735364,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"dc44097267ff8c7f","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/dc44097267ff8c7f","status":"passed","time":{"start":1710205319977,"stop":1710205319977,"duration":0}},{"uid":"3a19133f8bd4d8d0","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3a19133f8bd4d8d0","status":"passed","time":{"start":1710204635821,"stop":1710204635822,"duration":1}},{"uid":"4d862fa4719c0270","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4d862fa4719c0270","status":"passed","time":{"start":1710204521115,"stop":1710204521116,"duration":1}},{"uid":"dd27f5ecef435a59","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/dd27f5ecef435a59","status":"passed","time":{"start":1710204277061,"stop":1710204277062,"duration":1}},{"uid":"c16142e696f1b9cc","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c16142e696f1b9cc","status":"passed","time":{"start":1710203002592,"stop":1710203002592,"duration":0}},{"uid":"b215a609acd2001d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b215a609acd2001d","status":"passed","time":{"start":1710199486131,"stop":1710199486131,"duration":0}},{"uid":"3e25c66fe4e0628f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/3e25c66fe4e0628f","status":"passed","time":{"start":1710199383479,"stop":1710199383480,"duration":1}},{"uid":"71826a09306fcccd","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/71826a09306fcccd","status":"passed","time":{"start":1710196920113,"stop":1710196920113,"duration":0}},{"uid":"5dfc8c6baf47fe1","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/5dfc8c6baf47fe1","status":"passed","time":{"start":1710167736497,"stop":1710167736497,"duration":0}},{"uid":"3417adbe46c624e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3417adbe46c624e","status":"passed","time":{"start":1710166917303,"stop":1710166917304,"duration":1}},{"uid":"76460bb185aa7a14","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/76460bb185aa7a14","status":"passed","time":{"start":1710167079841,"stop":1710167079841,"duration":0}},{"uid":"8d60e9bbd64167c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/8d60e9bbd64167c","status":"passed","time":{"start":1710166208116,"stop":1710166208117,"duration":1}},{"uid":"36805fff8458b19b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/36805fff8458b19b","status":"passed","time":{"start":1710164434217,"stop":1710164434217,"duration":0}},{"uid":"8afacdcd4ba0adf9","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8afacdcd4ba0adf9","status":"passed","time":{"start":1710163587840,"stop":1710163587841,"duration":1}},{"uid":"b017954cf58882a3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b017954cf58882a3","status":"passed","time":{"start":1710163441159,"stop":1710163441160,"duration":1}},{"uid":"8bd65c7c7e0f0ba0","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8bd65c7c7e0f0ba0","status":"passed","time":{"start":1710155508709,"stop":1710155508710,"duration":1}},{"uid":"6bf6c55754ceced0","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6bf6c55754ceced0","status":"passed","time":{"start":1710154702834,"stop":1710154702834,"duration":0}},{"uid":"e64ac6e0f1515a9b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e64ac6e0f1515a9b","status":"passed","time":{"start":1710154336635,"stop":1710154336636,"duration":1}},{"uid":"2ab983bad2e14e56","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2ab983bad2e14e56","status":"passed","time":{"start":1710102353936,"stop":1710102353937,"duration":1}},{"uid":"74a862da545eb35b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/74a862da545eb35b","status":"passed","time":{"start":1710080558370,"stop":1710080558371,"duration":1}}]},"tags":[]},"source":"a03b82e1c000bd50.json","parameterValues":[]} \ No newline at end of file +{"uid":"8456d9887da5650e","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307980880,"stop":1710307980880,"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":"80bd6dda223934cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/80bd6dda223934cc","status":"passed","time":{"start":1710306873742,"stop":1710306873743,"duration":1}},{"uid":"a36f1ddf363a1411","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a36f1ddf363a1411","status":"passed","time":{"start":1710287079741,"stop":1710287079741,"duration":0}},{"uid":"a0b426baa601faf2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0b426baa601faf2","status":"passed","time":{"start":1710284342262,"stop":1710284342262,"duration":0}}]},"tags":[]},"source":"8456d9887da5650e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/84b1d7798322e257.json b/6685/data/test-cases/84b1d7798322e257.json new file mode 100644 index 00000000000..29cb6c13713 --- /dev/null +++ b/6685/data/test-cases/84b1d7798322e257.json @@ -0,0 +1 @@ +{"uid":"84b1d7798322e257","name":"Check received message with timestamp: 1710307939355 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1710307939355 ","historyId":"2c7e1b26e34599e43e87d0b67b08fcf0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308416743,"stop":1710308416744,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"84b1d7798322e257.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/856c6dd98bcbf879.json b/6685/data/test-cases/856c6dd98bcbf879.json new file mode 100644 index 00000000000..e525a18e043 --- /dev/null +++ b/6685/data/test-cases/856c6dd98bcbf879.json @@ -0,0 +1 @@ +{"uid":"856c6dd98bcbf879","name":"Used by Waku Relay","fullName":"/tests/waku.node.spec.ts: Decryption Keys > Used by Waku Relay","historyId":"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308510824,"stop":1710308510825,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Decryption Keys"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f045d647f60bfc8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f045d647f60bfc8","status":"passed","time":{"start":1710307392999,"stop":1710307393000,"duration":1}},{"uid":"d8e29488bb4aa2d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8e29488bb4aa2d6","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"2277770f6ca7c6d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2277770f6ca7c6d0","status":"passed","time":{"start":1710284869464,"stop":1710284869464,"duration":0}}]},"tags":[]},"source":"856c6dd98bcbf879.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/85ad27be440476f7.json b/6685/data/test-cases/85ad27be440476f7.json new file mode 100644 index 00000000000..4ef1455e65d --- /dev/null +++ b/6685/data/test-cases/85ad27be440476f7.json @@ -0,0 +1 @@ +{"uid":"85ad27be440476f7","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":1710307898610,"stop":1710307898610,"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":"942f45714d816161","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/942f45714d816161","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"8ca68e5487de5041","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8ca68e5487de5041","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"92ac4ccfc93d1616","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92ac4ccfc93d1616","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"tags":[]},"source":"85ad27be440476f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/861a4a1dc01d6259.json b/6685/data/test-cases/861a4a1dc01d6259.json new file mode 100644 index 00000000000..e9be51a78b5 --- /dev/null +++ b/6685/data/test-cases/861a4a1dc01d6259.json @@ -0,0 +1 @@ +{"uid":"861a4a1dc01d6259","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":1710308092720,"stop":1710308092721,"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":"2c0feff6ec28ed9c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0feff6ec28ed9c","status":"passed","time":{"start":1710306981521,"stop":1710306981521,"duration":0}},{"uid":"9401ebc691347f03","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9401ebc691347f03","status":"passed","time":{"start":1710287198169,"stop":1710287198170,"duration":1}},{"uid":"3c046c66e586d700","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c046c66e586d700","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"tags":[]},"source":"861a4a1dc01d6259.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/af2f61bcf3085e23.json b/6685/data/test-cases/863c4b36cc41b13b.json similarity index 50% rename from 6651/data/test-cases/af2f61bcf3085e23.json rename to 6685/data/test-cases/863c4b36cc41b13b.json index bced7b3904f..5a6210624a6 100644 --- a/6651/data/test-cases/af2f61bcf3085e23.json +++ b/6685/data/test-cases/863c4b36cc41b13b.json @@ -1 +1 @@ -{"uid":"af2f61bcf3085e23","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":1710204899743,"stop":1710204899744,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"594e04dee91cfb2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/594e04dee91cfb2","status":"passed","time":{"start":1710204806669,"stop":1710204806669,"duration":0}},{"uid":"2fa9e2ac33284820","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2fa9e2ac33284820","status":"passed","time":{"start":1710204694700,"stop":1710204694701,"duration":1}},{"uid":"4b16cd1457225450","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4b16cd1457225450","status":"passed","time":{"start":1710204443723,"stop":1710204443723,"duration":0}},{"uid":"77d63752ee3b435d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/77d63752ee3b435d","status":"passed","time":{"start":1710203160986,"stop":1710203160986,"duration":0}},{"uid":"2e7018a2d308b13b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2e7018a2d308b13b","status":"passed","time":{"start":1710199643204,"stop":1710199643204,"duration":0}},{"uid":"90a6c26f77aa24a4","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/90a6c26f77aa24a4","status":"passed","time":{"start":1710199542651,"stop":1710199542651,"duration":0}},{"uid":"f111ff19d5d5de35","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f111ff19d5d5de35","status":"passed","time":{"start":1710197093492,"stop":1710197093492,"duration":0}},{"uid":"7c4524c935d0275b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/7c4524c935d0275b","status":"passed","time":{"start":1710167911489,"stop":1710167911489,"duration":0}},{"uid":"b15207e2f52308af","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b15207e2f52308af","status":"passed","time":{"start":1710167091034,"stop":1710167091034,"duration":0}},{"uid":"a7f0e51ab8a0e520","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a7f0e51ab8a0e520","status":"passed","time":{"start":1710167250244,"stop":1710167250244,"duration":0}},{"uid":"637fa25446a4868b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/637fa25446a4868b","status":"passed","time":{"start":1710166370246,"stop":1710166370246,"duration":0}},{"uid":"7f06ddd71b06b9ae","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7f06ddd71b06b9ae","status":"passed","time":{"start":1710164596089,"stop":1710164596089,"duration":0}},{"uid":"306cc722f6f938dc","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/306cc722f6f938dc","status":"passed","time":{"start":1710163758462,"stop":1710163758462,"duration":0}},{"uid":"64c33ba3057fe5f2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/64c33ba3057fe5f2","status":"passed","time":{"start":1710163612303,"stop":1710163612303,"duration":0}},{"uid":"f325ca42b1250f35","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f325ca42b1250f35","status":"passed","time":{"start":1710155669391,"stop":1710155669394,"duration":3}},{"uid":"e7bd9b81ac547f0e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e7bd9b81ac547f0e","status":"passed","time":{"start":1710154869475,"stop":1710154869475,"duration":0}},{"uid":"c810fad5b2a37de2","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c810fad5b2a37de2","status":"passed","time":{"start":1710154499745,"stop":1710154499745,"duration":0}},{"uid":"5db5d9386890250","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5db5d9386890250","status":"passed","time":{"start":1710102515891,"stop":1710102515892,"duration":1}},{"uid":"285cfe21932271f1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/285cfe21932271f1","status":"passed","time":{"start":1710080713506,"stop":1710080713506,"duration":0}},{"uid":"e2c927ce3c066c06","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e2c927ce3c066c06","status":"passed","time":{"start":1710024376285,"stop":1710024376285,"duration":0}}]},"tags":[]},"source":"af2f61bcf3085e23.json","parameterValues":[]} \ No newline at end of file +{"uid":"863c4b36cc41b13b","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":1710308167162,"stop":1710308167163,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"a9d27b9164a2c223","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9d27b9164a2c223","status":"passed","time":{"start":1710307045667,"stop":1710307045667,"duration":0}},{"uid":"9f9417a5666f0638","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f9417a5666f0638","status":"passed","time":{"start":1710287245619,"stop":1710287245619,"duration":0}},{"uid":"1a490683543a3651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1a490683543a3651","status":"passed","time":{"start":1710284503146,"stop":1710284503146,"duration":0}}]},"tags":[]},"source":"863c4b36cc41b13b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8664e8cba76b4d45.json b/6685/data/test-cases/8664e8cba76b4d45.json new file mode 100644 index 00000000000..1cc4cfe198a --- /dev/null +++ b/6685/data/test-cases/8664e8cba76b4d45.json @@ -0,0 +1 @@ +{"uid":"8664e8cba76b4d45","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":1710307897770,"stop":1710307897772,"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":"9366d344f70107b5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9366d344f70107b5","status":"passed","time":{"start":1710306791276,"stop":1710306791276,"duration":0}},{"uid":"ab6358f6b20862a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab6358f6b20862a9","status":"passed","time":{"start":1710286996357,"stop":1710286996357,"duration":0}},{"uid":"a7edf881fd428da1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a7edf881fd428da1","status":"passed","time":{"start":1710284258874,"stop":1710284258874,"duration":0}}]},"tags":[]},"source":"8664e8cba76b4d45.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/528f9fc542128c0d.json b/6685/data/test-cases/866a9c956e93f7d8.json similarity index 76% rename from 6651/data/test-cases/528f9fc542128c0d.json rename to 6685/data/test-cases/866a9c956e93f7d8.json index 32cc73d8c62..63a1c9f3cbe 100644 --- a/6651/data/test-cases/528f9fc542128c0d.json +++ b/6685/data/test-cases/866a9c956e93f7d8.json @@ -1 +1 @@ -{"uid":"528f9fc542128c0d","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":1710204847309,"stop":1710204847309,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"8e42930711a8f4d7","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/8e42930711a8f4d7","status":"passed","time":{"start":1710204755951,"stop":1710204755951,"duration":0}},{"uid":"3ef1c9cacf2152f5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3ef1c9cacf2152f5","status":"passed","time":{"start":1710204636105,"stop":1710204636105,"duration":0}},{"uid":"b1d310aa0adbede2","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b1d310aa0adbede2","status":"passed","time":{"start":1710204395492,"stop":1710204395492,"duration":0}},{"uid":"8b96f264fbdeae83","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8b96f264fbdeae83","status":"passed","time":{"start":1710203122008,"stop":1710203122008,"duration":0}},{"uid":"c358255172a7d23a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c358255172a7d23a","status":"passed","time":{"start":1710199608829,"stop":1710199608829,"duration":0}},{"uid":"ed0dda3b618bd5a4","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ed0dda3b618bd5a4","status":"passed","time":{"start":1710199506572,"stop":1710199506574,"duration":2}},{"uid":"861d6aae6af27f67","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/861d6aae6af27f67","status":"passed","time":{"start":1710197033291,"stop":1710197033291,"duration":0}},{"uid":"3cd6a0d64afbd07d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/3cd6a0d64afbd07d","status":"passed","time":{"start":1710167869154,"stop":1710167869155,"duration":1}},{"uid":"aea68b7ce6b59425","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/aea68b7ce6b59425","status":"passed","time":{"start":1710167049297,"stop":1710167049297,"duration":0}},{"uid":"87371ada85fcbdd7","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/87371ada85fcbdd7","status":"passed","time":{"start":1710167194771,"stop":1710167194771,"duration":0}},{"uid":"b5d7da8e684ac8e6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b5d7da8e684ac8e6","status":"passed","time":{"start":1710166328853,"stop":1710166328854,"duration":1}},{"uid":"d48714ef5184f3a2","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/d48714ef5184f3a2","status":"passed","time":{"start":1710164551142,"stop":1710164551143,"duration":1}},{"uid":"b1c6e4059889fe67","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b1c6e4059889fe67","status":"passed","time":{"start":1710163716001,"stop":1710163716002,"duration":1}},{"uid":"a87fbf47c4db7c63","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a87fbf47c4db7c63","status":"passed","time":{"start":1710163568082,"stop":1710163568083,"duration":1}},{"uid":"c1de8e5f5c72ede","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c1de8e5f5c72ede","status":"passed","time":{"start":1710155626332,"stop":1710155626333,"duration":1}},{"uid":"ae3671244c122a77","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ae3671244c122a77","status":"passed","time":{"start":1710154824291,"stop":1710154824291,"duration":0}},{"uid":"96df801419063e11","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/96df801419063e11","status":"passed","time":{"start":1710154466435,"stop":1710154466436,"duration":1}},{"uid":"d3e28a2e61a47234","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/d3e28a2e61a47234","status":"passed","time":{"start":1710102475243,"stop":1710102475244,"duration":1}},{"uid":"b0f89052a12c8214","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b0f89052a12c8214","status":"passed","time":{"start":1710080673292,"stop":1710080673292,"duration":0}},{"uid":"c6dd1326c585a688","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c6dd1326c585a688","status":"passed","time":{"start":1710024327580,"stop":1710024327580,"duration":0}}]},"tags":[]},"source":"528f9fc542128c0d.json","parameterValues":[]} \ No newline at end of file +{"uid":"866a9c956e93f7d8","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":1710308097734,"stop":1710308097735,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"90735eebe174ec27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/90735eebe174ec27","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"bd58ac5733107275","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd58ac5733107275","status":"passed","time":{"start":1710287196199,"stop":1710287196200,"duration":1}},{"uid":"93ff8f6940890e0e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93ff8f6940890e0e","status":"passed","time":{"start":1710284459544,"stop":1710284459545,"duration":1}}]},"tags":[]},"source":"866a9c956e93f7d8.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8787c51874f5a990.json b/6685/data/test-cases/8787c51874f5a990.json new file mode 100644 index 00000000000..8650e9b8e14 --- /dev/null +++ b/6685/data/test-cases/8787c51874f5a990.json @@ -0,0 +1 @@ +{"uid":"8787c51874f5a990","name":"throws on content topic with empty application field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with empty application field","historyId":"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890265,"stop":1710307890265,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d979d7690842cbd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d979d7690842cbd","status":"passed","time":{"start":1710306783476,"stop":1710306783476,"duration":0}},{"uid":"1a0e2d90ba5f9be4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a0e2d90ba5f9be4","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"cc6b1ef0241a70c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc6b1ef0241a70c0","status":"passed","time":{"start":1710284251167,"stop":1710284251167,"duration":0}}]},"tags":[]},"source":"8787c51874f5a990.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c6b57aedfe2585a1.json b/6685/data/test-cases/87da7cd12e65d93d.json similarity index 59% rename from 6651/data/test-cases/c6b57aedfe2585a1.json rename to 6685/data/test-cases/87da7cd12e65d93d.json index 8578544d8fd..aa61ebf0290 100644 --- a/6651/data/test-cases/c6b57aedfe2585a1.json +++ b/6685/data/test-cases/87da7cd12e65d93d.json @@ -1 +1 @@ -{"uid":"c6b57aedfe2585a1","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":1710205151661,"stop":1710205151662,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"5883bd4d0d2dae22","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5883bd4d0d2dae22","status":"passed","time":{"start":1710205062155,"stop":1710205062156,"duration":1}},{"uid":"46f5aed23d0fc5db","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/46f5aed23d0fc5db","status":"passed","time":{"start":1710204955077,"stop":1710204955078,"duration":1}},{"uid":"2185347ea6e68c46","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/2185347ea6e68c46","status":"passed","time":{"start":1710204695542,"stop":1710204695543,"duration":1}},{"uid":"ca3750f904da3d42","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ca3750f904da3d42","status":"passed","time":{"start":1710203409321,"stop":1710203409321,"duration":0}},{"uid":"72b14cbeceb818f5","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/72b14cbeceb818f5","status":"passed","time":{"start":1710199908131,"stop":1710199908132,"duration":1}},{"uid":"eaac7eed4a07ee29","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/eaac7eed4a07ee29","status":"passed","time":{"start":1710199804379,"stop":1710199804379,"duration":0}},{"uid":"3adb482cc1b73720","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3adb482cc1b73720","status":"passed","time":{"start":1710197356182,"stop":1710197356183,"duration":1}},{"uid":"251130b085a6d14f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/251130b085a6d14f","status":"passed","time":{"start":1710168175049,"stop":1710168175050,"duration":1}},{"uid":"e75339a2dcd3c5b2","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e75339a2dcd3c5b2","status":"passed","time":{"start":1710167421790,"stop":1710167421791,"duration":1}},{"uid":"89549c566e234c47","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/89549c566e234c47","status":"passed","time":{"start":1710167479909,"stop":1710167479910,"duration":1}},{"uid":"e82bcb2fc86f5efb","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e82bcb2fc86f5efb","status":"passed","time":{"start":1710166628577,"stop":1710166628579,"duration":2}},{"uid":"2fbe728cd354fd40","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2fbe728cd354fd40","status":"passed","time":{"start":1710164858160,"stop":1710164858160,"duration":0}},{"uid":"224ffc11306b7c5","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/224ffc11306b7c5","status":"passed","time":{"start":1710164009253,"stop":1710164009254,"duration":1}},{"uid":"e77a65ade89d4b7e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e77a65ade89d4b7e","status":"passed","time":{"start":1710163874858,"stop":1710163874858,"duration":0}},{"uid":"30162de0a1470391","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/30162de0a1470391","status":"passed","time":{"start":1710155926662,"stop":1710155926663,"duration":1}},{"uid":"72f1e8794f3c13f1","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/72f1e8794f3c13f1","status":"passed","time":{"start":1710155126345,"stop":1710155126348,"duration":3}},{"uid":"b09057da285715c6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b09057da285715c6","status":"passed","time":{"start":1710154760922,"stop":1710154760944,"duration":22}},{"uid":"449b97e5e1c5852d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/449b97e5e1c5852d","status":"passed","time":{"start":1710102772300,"stop":1710102772301,"duration":1}},{"uid":"2bfaf4826279c7ee","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2bfaf4826279c7ee","status":"passed","time":{"start":1710080969893,"stop":1710080969894,"duration":1}},{"uid":"4f7a1ac04099e173","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4f7a1ac04099e173","status":"passed","time":{"start":1710024636273,"stop":1710024636273,"duration":0}}]},"tags":[]},"source":"c6b57aedfe2585a1.json","parameterValues":[]} \ No newline at end of file +{"uid":"87da7cd12e65d93d","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":1710308426366,"stop":1710308426367,"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":"9998c2aa8633982e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9998c2aa8633982e","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fdee9fb7203e392f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fdee9fb7203e392f","status":"passed","time":{"start":1710287503528,"stop":1710287503528,"duration":0}},{"uid":"36e60396cbbd3e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36e60396cbbd3e68","status":"passed","time":{"start":1710284762780,"stop":1710284762780,"duration":0}}]},"tags":[]},"source":"87da7cd12e65d93d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/882fdf9ae41376be.json b/6685/data/test-cases/882fdf9ae41376be.json new file mode 100644 index 00000000000..2f790839512 --- /dev/null +++ b/6685/data/test-cases/882fdf9ae41376be.json @@ -0,0 +1 @@ +{"uid":"882fdf9ae41376be","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":1710307914057,"stop":1710307914058,"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":"4a6f40e677e13508","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4a6f40e677e13508","status":"passed","time":{"start":1710306807146,"stop":1710306807147,"duration":1}},{"uid":"e9bb722c6b890ada","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bb722c6b890ada","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"9f74f387a691efda","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9f74f387a691efda","status":"passed","time":{"start":1710284274241,"stop":1710284274242,"duration":1}}]},"tags":[]},"source":"882fdf9ae41376be.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/3a5afe08ab5e16a4.json b/6685/data/test-cases/88d3a1f39edc2c6a.json similarity index 81% rename from 6651/data/test-cases/3a5afe08ab5e16a4.json rename to 6685/data/test-cases/88d3a1f39edc2c6a.json index 8941542f00c..19d0836614e 100644 --- a/6651/data/test-cases/3a5afe08ab5e16a4.json +++ b/6685/data/test-cases/88d3a1f39edc2c6a.json @@ -1 +1 @@ -{"uid":"3a5afe08ab5e16a4","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":1710205335146,"stop":1710205335147,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"c39bf628deb06ec4","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c39bf628deb06ec4","status":"passed","time":{"start":1710205224516,"stop":1710205224516,"duration":0}},{"uid":"b0fc46bd4d18ee94","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b0fc46bd4d18ee94","status":"passed","time":{"start":1710205109080,"stop":1710205109080,"duration":0}},{"uid":"c2138196fb890074","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c2138196fb890074","status":"passed","time":{"start":1710204865549,"stop":1710204865550,"duration":1}},{"uid":"99bc6ca916e96d7e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/99bc6ca916e96d7e","status":"passed","time":{"start":1710203577233,"stop":1710203577234,"duration":1}},{"uid":"6856cc79bfd2b3e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6856cc79bfd2b3e","status":"passed","time":{"start":1710200067246,"stop":1710200067246,"duration":0}},{"uid":"174df7000a98f322","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/174df7000a98f322","status":"passed","time":{"start":1710199972399,"stop":1710199972400,"duration":1}},{"uid":"2d5ec47bb625b5a7","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2d5ec47bb625b5a7","status":"passed","time":{"start":1710197502491,"stop":1710197502491,"duration":0}},{"uid":"7138926cd92cee0d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/7138926cd92cee0d","status":"passed","time":{"start":1710168342003,"stop":1710168342003,"duration":0}},{"uid":"a37ae4096624461a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a37ae4096624461a","status":"passed","time":{"start":1710167568818,"stop":1710167568818,"duration":0}},{"uid":"841eba1a8dff28a5","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/841eba1a8dff28a5","status":"passed","time":{"start":1710167665508,"stop":1710167665508,"duration":0}},{"uid":"c1fb5eb4b42f24be","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c1fb5eb4b42f24be","status":"passed","time":{"start":1710166795566,"stop":1710166795566,"duration":0}},{"uid":"81ed36c78c9504f0","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/81ed36c78c9504f0","status":"passed","time":{"start":1710165026129,"stop":1710165026129,"duration":0}},{"uid":"f50774da8aa6cce6","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f50774da8aa6cce6","status":"passed","time":{"start":1710164176711,"stop":1710164176711,"duration":0}},{"uid":"da97c71eb59c745f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/da97c71eb59c745f","status":"passed","time":{"start":1710164039984,"stop":1710164039984,"duration":0}},{"uid":"61b0a11c98b4b8dd","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/61b0a11c98b4b8dd","status":"passed","time":{"start":1710156088900,"stop":1710156088900,"duration":0}},{"uid":"874d3da7a11d21e7","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/874d3da7a11d21e7","status":"passed","time":{"start":1710155298409,"stop":1710155298410,"duration":1}},{"uid":"5377df2cb6feb124","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/5377df2cb6feb124","status":"passed","time":{"start":1710154928193,"stop":1710154928194,"duration":1}},{"uid":"8f3b450d174479e2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8f3b450d174479e2","status":"passed","time":{"start":1710102939220,"stop":1710102939221,"duration":1}},{"uid":"bd9e70b3a131a874","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bd9e70b3a131a874","status":"passed","time":{"start":1710081135417,"stop":1710081135418,"duration":1}},{"uid":"3aaa476cc085b29e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3aaa476cc085b29e","status":"passed","time":{"start":1710024806422,"stop":1710024806422,"duration":0}}]},"tags":[]},"source":"3a5afe08ab5e16a4.json","parameterValues":[]} \ No newline at end of file +{"uid":"88d3a1f39edc2c6a","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":1710308572941,"stop":1710308572942,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"367c95cd8cf1e56e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/367c95cd8cf1e56e","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"994eb32d21c392e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/994eb32d21c392e","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"c10d1ef6eb18451e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c10d1ef6eb18451e","status":"passed","time":{"start":1710284934069,"stop":1710284934070,"duration":1}}]},"tags":[]},"source":"88d3a1f39edc2c6a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9013efb1d84d7ba7.json b/6685/data/test-cases/88fe3a2699e813cf.json similarity index 81% rename from 6651/data/test-cases/9013efb1d84d7ba7.json rename to 6685/data/test-cases/88fe3a2699e813cf.json index 236de6e5c75..ec56f877be7 100644 --- a/6651/data/test-cases/9013efb1d84d7ba7.json +++ b/6685/data/test-cases/88fe3a2699e813cf.json @@ -1 +1 @@ -{"uid":"9013efb1d84d7ba7","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":1710205335144,"stop":1710205335144,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"c116ce84b3a8bd2b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c116ce84b3a8bd2b","status":"passed","time":{"start":1710205224513,"stop":1710205224513,"duration":0}},{"uid":"b25697b330ff9c51","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b25697b330ff9c51","status":"passed","time":{"start":1710205109078,"stop":1710205109078,"duration":0}},{"uid":"ebf0966565467cb6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ebf0966565467cb6","status":"passed","time":{"start":1710204865547,"stop":1710204865547,"duration":0}},{"uid":"6ee64ed4aedb2c96","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/6ee64ed4aedb2c96","status":"passed","time":{"start":1710203577231,"stop":1710203577231,"duration":0}},{"uid":"9e65c658e3f73b58","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9e65c658e3f73b58","status":"passed","time":{"start":1710200067242,"stop":1710200067243,"duration":1}},{"uid":"4df9effea6b470bd","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4df9effea6b470bd","status":"passed","time":{"start":1710199972397,"stop":1710199972397,"duration":0}},{"uid":"9a165932a9d8a4a2","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9a165932a9d8a4a2","status":"passed","time":{"start":1710197502488,"stop":1710197502488,"duration":0}},{"uid":"366a640a651ce80b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/366a640a651ce80b","status":"passed","time":{"start":1710168342000,"stop":1710168342001,"duration":1}},{"uid":"4ff79fd53d6211f6","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4ff79fd53d6211f6","status":"passed","time":{"start":1710167568814,"stop":1710167568814,"duration":0}},{"uid":"a5006f2439b5ddad","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a5006f2439b5ddad","status":"passed","time":{"start":1710167665505,"stop":1710167665505,"duration":0}},{"uid":"97306f9a0ebc2ce0","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/97306f9a0ebc2ce0","status":"passed","time":{"start":1710166795563,"stop":1710166795564,"duration":1}},{"uid":"8833c8a57ec6573","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8833c8a57ec6573","status":"passed","time":{"start":1710165026125,"stop":1710165026126,"duration":1}},{"uid":"669128af68f4910","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/669128af68f4910","status":"passed","time":{"start":1710164176708,"stop":1710164176709,"duration":1}},{"uid":"55c6f427287573dd","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/55c6f427287573dd","status":"passed","time":{"start":1710164039981,"stop":1710164039981,"duration":0}},{"uid":"d8fc6673792ca5cb","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d8fc6673792ca5cb","status":"passed","time":{"start":1710156088897,"stop":1710156088897,"duration":0}},{"uid":"157130c7e89bf385","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/157130c7e89bf385","status":"passed","time":{"start":1710155298407,"stop":1710155298407,"duration":0}},{"uid":"51a8961a25a5f41e","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/51a8961a25a5f41e","status":"passed","time":{"start":1710154928191,"stop":1710154928191,"duration":0}},{"uid":"ba8cf58b559eb375","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ba8cf58b559eb375","status":"passed","time":{"start":1710102939217,"stop":1710102939218,"duration":1}},{"uid":"6bbf99a54e22835e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6bbf99a54e22835e","status":"passed","time":{"start":1710081135414,"stop":1710081135415,"duration":1}},{"uid":"16a4623f4eb91ff","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/16a4623f4eb91ff","status":"passed","time":{"start":1710024806420,"stop":1710024806420,"duration":0}}]},"tags":[]},"source":"9013efb1d84d7ba7.json","parameterValues":[]} \ No newline at end of file +{"uid":"88fe3a2699e813cf","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":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"9ff2747ee46298db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9ff2747ee46298db","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"20199ffb9770dc4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20199ffb9770dc4e","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"3ae47eca4170fb6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae47eca4170fb6d","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"tags":[]},"source":"88fe3a2699e813cf.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5612d5efce37601c.json b/6685/data/test-cases/8905cadf20ceef91.json similarity index 84% rename from 6651/data/test-cases/5612d5efce37601c.json rename to 6685/data/test-cases/8905cadf20ceef91.json index e31353ce582..e74baa379b9 100644 --- a/6651/data/test-cases/5612d5efce37601c.json +++ b/6685/data/test-cases/8905cadf20ceef91.json @@ -1 +1 @@ -{"uid":"5612d5efce37601c","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":1710205232999,"stop":1710205232999,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"93d249a131d06878","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/93d249a131d06878","status":"passed","time":{"start":1710205120337,"stop":1710205120338,"duration":1}},{"uid":"916c184c0f6f86af","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/916c184c0f6f86af","status":"passed","time":{"start":1710205004844,"stop":1710205004844,"duration":0}},{"uid":"8775bfadf4abfa61","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8775bfadf4abfa61","status":"passed","time":{"start":1710204772077,"stop":1710204772078,"duration":1}},{"uid":"e320c2e177a232ae","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e320c2e177a232ae","status":"passed","time":{"start":1710203476042,"stop":1710203476042,"duration":0}},{"uid":"e0acbbfbcc430ba","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e0acbbfbcc430ba","status":"passed","time":{"start":1710199958102,"stop":1710199958102,"duration":0}},{"uid":"8d8e5f07c653952f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8d8e5f07c653952f","status":"passed","time":{"start":1710199882626,"stop":1710199882626,"duration":0}},{"uid":"4b27efffd07184a1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4b27efffd07184a1","status":"passed","time":{"start":1710197397377,"stop":1710197397378,"duration":1}},{"uid":"cf66d2ee2f846fab","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cf66d2ee2f846fab","status":"passed","time":{"start":1710168235067,"stop":1710168235068,"duration":1}},{"uid":"21be21a627b899e1","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/21be21a627b899e1","status":"passed","time":{"start":1710167420215,"stop":1710167420216,"duration":1}},{"uid":"16665829773dad36","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/16665829773dad36","status":"passed","time":{"start":1710167568718,"stop":1710167568718,"duration":0}},{"uid":"f9a48a7780fb45e7","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f9a48a7780fb45e7","status":"passed","time":{"start":1710166701460,"stop":1710166701461,"duration":1}},{"uid":"8c1c44c3ea735187","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8c1c44c3ea735187","status":"passed","time":{"start":1710164929229,"stop":1710164929230,"duration":1}},{"uid":"568fa95f1147a7ea","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/568fa95f1147a7ea","status":"passed","time":{"start":1710164078380,"stop":1710164078380,"duration":0}},{"uid":"cd979bcd60cd5bb8","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/cd979bcd60cd5bb8","status":"passed","time":{"start":1710163927067,"stop":1710163927068,"duration":1}},{"uid":"a8099086395f9c8d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a8099086395f9c8d","status":"passed","time":{"start":1710155986274,"stop":1710155986275,"duration":1}},{"uid":"13609f8cfe0113f5","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/13609f8cfe0113f5","status":"passed","time":{"start":1710155212557,"stop":1710155212557,"duration":0}},{"uid":"ae6b386e393a4fa3","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ae6b386e393a4fa3","status":"passed","time":{"start":1710154813460,"stop":1710154813460,"duration":0}},{"uid":"113eab6795fb6be3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/113eab6795fb6be3","status":"passed","time":{"start":1710102845317,"stop":1710102845318,"duration":1}},{"uid":"f56c0f731951bce3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f56c0f731951bce3","status":"passed","time":{"start":1710081043169,"stop":1710081043169,"duration":0}},{"uid":"f099a9fefac3eaf1","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f099a9fefac3eaf1","status":"passed","time":{"start":1710024705739,"stop":1710024705740,"duration":1}}]},"tags":[]},"source":"5612d5efce37601c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8905cadf20ceef91","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":1710308463676,"stop":1710308463676,"duration":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":"3d0424f2603c0f2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3d0424f2603c0f2a","status":"passed","time":{"start":1710307358455,"stop":1710307358456,"duration":1}},{"uid":"5e92cdfb663d0231","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e92cdfb663d0231","status":"passed","time":{"start":1710287569246,"stop":1710287569247,"duration":1}},{"uid":"5a11645935a25555","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a11645935a25555","status":"passed","time":{"start":1710284852280,"stop":1710284852287,"duration":7}}]},"tags":[]},"source":"8905cadf20ceef91.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8229a7db82aa1b79.json b/6685/data/test-cases/8909c0c2f9cb72fe.json similarity index 77% rename from 6651/data/test-cases/8229a7db82aa1b79.json rename to 6685/data/test-cases/8909c0c2f9cb72fe.json index 848a42ead56..2fe9b281f3a 100644 --- a/6651/data/test-cases/8229a7db82aa1b79.json +++ b/6685/data/test-cases/8909c0c2f9cb72fe.json @@ -1 +1 @@ -{"uid":"8229a7db82aa1b79","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":1710205115566,"stop":1710205115567,"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":73,"unknown":0,"total":73},"items":[{"uid":"441d9058f81b4aa2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/441d9058f81b4aa2","status":"passed","time":{"start":1710205004958,"stop":1710205004958,"duration":0}},{"uid":"c0c0f55692a5472","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c0c0f55692a5472","status":"passed","time":{"start":1710204900781,"stop":1710204900781,"duration":0}},{"uid":"e374f749de8d5e0f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e374f749de8d5e0f","status":"passed","time":{"start":1710204658511,"stop":1710204658511,"duration":0}},{"uid":"5477122b3c3f358a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5477122b3c3f358a","status":"passed","time":{"start":1710203380004,"stop":1710203380004,"duration":0}},{"uid":"58f395d337c1a8bf","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/58f395d337c1a8bf","status":"passed","time":{"start":1710199869968,"stop":1710199869968,"duration":0}},{"uid":"913a6c82f80c99f6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/913a6c82f80c99f6","status":"passed","time":{"start":1710199772370,"stop":1710199772371,"duration":1}},{"uid":"ed474eb82ba030d4","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ed474eb82ba030d4","status":"passed","time":{"start":1710197312726,"stop":1710197312726,"duration":0}},{"uid":"198b94ef19563021","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/198b94ef19563021","status":"passed","time":{"start":1710168147656,"stop":1710168147656,"duration":0}},{"uid":"843aeeb91385788","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/843aeeb91385788","status":"passed","time":{"start":1710167379246,"stop":1710167379246,"duration":0}},{"uid":"6492a43e525b6228","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/6492a43e525b6228","status":"passed","time":{"start":1710167447894,"stop":1710167447895,"duration":1}},{"uid":"f5cac507d92a48d4","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f5cac507d92a48d4","status":"passed","time":{"start":1710166585474,"stop":1710166585475,"duration":1}},{"uid":"cf616804a45d96f2","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/cf616804a45d96f2","status":"passed","time":{"start":1710164815415,"stop":1710164815415,"duration":0}},{"uid":"69d261827c3da725","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/69d261827c3da725","status":"passed","time":{"start":1710163978888,"stop":1710163978892,"duration":4}},{"uid":"f005611abe334bb","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f005611abe334bb","status":"passed","time":{"start":1710163834503,"stop":1710163834503,"duration":0}},{"uid":"378aeea8639d477b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/378aeea8639d477b","status":"passed","time":{"start":1710155882158,"stop":1710155882158,"duration":0}},{"uid":"e9f1593a6e1c208a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e9f1593a6e1c208a","status":"passed","time":{"start":1710155093743,"stop":1710155093744,"duration":1}},{"uid":"ee91280a97786d5d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ee91280a97786d5d","status":"passed","time":{"start":1710154718357,"stop":1710154718358,"duration":1}},{"uid":"528b3e389e0b8276","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/528b3e389e0b8276","status":"passed","time":{"start":1710102732560,"stop":1710102732561,"duration":1}},{"uid":"7f7fdb49c882489c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7f7fdb49c882489c","status":"passed","time":{"start":1710080936470,"stop":1710080936470,"duration":0}},{"uid":"cafc7a8f433f1e80","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/cafc7a8f433f1e80","status":"passed","time":{"start":1710024618610,"stop":1710024618610,"duration":0}}]},"tags":[]},"source":"8229a7db82aa1b79.json","parameterValues":[]} \ No newline at end of file +{"uid":"8909c0c2f9cb72fe","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":1710308366457,"stop":1710308366458,"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":"4d89a1ccfe2dc914","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d89a1ccfe2dc914","status":"passed","time":{"start":1710307247757,"stop":1710307247757,"duration":0}},{"uid":"5f3515b8f16b5d5e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f3515b8f16b5d5e","status":"passed","time":{"start":1710287456024,"stop":1710287456025,"duration":1}},{"uid":"e2892f645730f3b5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2892f645730f3b5","status":"passed","time":{"start":1710284723007,"stop":1710284723008,"duration":1}}]},"tags":[]},"source":"8909c0c2f9cb72fe.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/cd1ead264f4c2ce6.json b/6685/data/test-cases/890f2f771fad488d.json similarity index 85% rename from 6651/data/test-cases/cd1ead264f4c2ce6.json rename to 6685/data/test-cases/890f2f771fad488d.json index a264ef2b11e..cdd8ce3250b 100644 --- a/6651/data/test-cases/cd1ead264f4c2ce6.json +++ b/6685/data/test-cases/890f2f771fad488d.json @@ -1 +1 @@ -{"uid":"cd1ead264f4c2ce6","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":1710205233017,"stop":1710205233017,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"7ab8d418da678b5e","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/7ab8d418da678b5e","status":"passed","time":{"start":1710205120356,"stop":1710205120357,"duration":1}},{"uid":"d28b47290b5cccdd","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/d28b47290b5cccdd","status":"passed","time":{"start":1710205004868,"stop":1710205004868,"duration":0}},{"uid":"c0c81326f6ce149b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c0c81326f6ce149b","status":"passed","time":{"start":1710204772110,"stop":1710204772110,"duration":0}},{"uid":"db8c01640aacd3f8","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/db8c01640aacd3f8","status":"passed","time":{"start":1710203476066,"stop":1710203476066,"duration":0}},{"uid":"af2c841d21b34c2a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/af2c841d21b34c2a","status":"passed","time":{"start":1710199958123,"stop":1710199958123,"duration":0}},{"uid":"94241c9c8e5044da","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/94241c9c8e5044da","status":"passed","time":{"start":1710199882664,"stop":1710199882664,"duration":0}},{"uid":"3578e8c5963e7b5f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3578e8c5963e7b5f","status":"passed","time":{"start":1710197397391,"stop":1710197397400,"duration":9}},{"uid":"ddb2fa15816812b3","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ddb2fa15816812b3","status":"passed","time":{"start":1710168235147,"stop":1710168235147,"duration":0}},{"uid":"5e2fdbba939654ef","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5e2fdbba939654ef","status":"passed","time":{"start":1710167420292,"stop":1710167420296,"duration":4}},{"uid":"3c49896eeea960b3","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3c49896eeea960b3","status":"passed","time":{"start":1710167568734,"stop":1710167568735,"duration":1}},{"uid":"731cbe9ca16f3749","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/731cbe9ca16f3749","status":"passed","time":{"start":1710166701491,"stop":1710166701492,"duration":1}},{"uid":"28151c5631048348","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/28151c5631048348","status":"passed","time":{"start":1710164929251,"stop":1710164929251,"duration":0}},{"uid":"9c13cb3b4df15533","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9c13cb3b4df15533","status":"passed","time":{"start":1710164078408,"stop":1710164078408,"duration":0}},{"uid":"4238b4c0775fd655","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4238b4c0775fd655","status":"passed","time":{"start":1710163927099,"stop":1710163927099,"duration":0}},{"uid":"c79bf53bfce425a7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c79bf53bfce425a7","status":"passed","time":{"start":1710155986303,"stop":1710155986304,"duration":1}},{"uid":"65b7ed1faf6a49fb","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/65b7ed1faf6a49fb","status":"passed","time":{"start":1710155212574,"stop":1710155212574,"duration":0}},{"uid":"96480655c5cd3cd4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/96480655c5cd3cd4","status":"passed","time":{"start":1710154813491,"stop":1710154813491,"duration":0}},{"uid":"2dff4dbe7ac90363","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2dff4dbe7ac90363","status":"passed","time":{"start":1710102845337,"stop":1710102845338,"duration":1}},{"uid":"2ef40d4fec194c40","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2ef40d4fec194c40","status":"passed","time":{"start":1710081043193,"stop":1710081043193,"duration":0}},{"uid":"be5166c1b290104","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/be5166c1b290104","status":"passed","time":{"start":1710024705821,"stop":1710024705821,"duration":0}}]},"tags":[]},"source":"cd1ead264f4c2ce6.json","parameterValues":[]} \ No newline at end of file +{"uid":"890f2f771fad488d","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":1710308463728,"stop":1710308463728,"duration":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":"6f1720d029b5785c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f1720d029b5785c","status":"passed","time":{"start":1710307358469,"stop":1710307358473,"duration":4}},{"uid":"4dd6f00e956e0f6a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4dd6f00e956e0f6a","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"b6a400343e25cd9b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6a400343e25cd9b","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"tags":[]},"source":"890f2f771fad488d.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/bae960c47367fe01.json b/6685/data/test-cases/892992fb15f32132.json similarity index 85% rename from 6651/data/test-cases/bae960c47367fe01.json rename to 6685/data/test-cases/892992fb15f32132.json index a4e2baf3507..146412792b9 100644 --- a/6651/data/test-cases/bae960c47367fe01.json +++ b/6685/data/test-cases/892992fb15f32132.json @@ -1 +1 @@ -{"uid":"bae960c47367fe01","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":1710205232999,"stop":1710205233000,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"1b74e9c1e3aac4c3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/1b74e9c1e3aac4c3","status":"passed","time":{"start":1710205120338,"stop":1710205120339,"duration":1}},{"uid":"e8c3195885a65377","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e8c3195885a65377","status":"passed","time":{"start":1710205004847,"stop":1710205004848,"duration":1}},{"uid":"7df242784d91ce60","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7df242784d91ce60","status":"passed","time":{"start":1710204772078,"stop":1710204772079,"duration":1}},{"uid":"1441344f0f6db2ca","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1441344f0f6db2ca","status":"passed","time":{"start":1710203476042,"stop":1710203476043,"duration":1}},{"uid":"f1bec3a92910eaf3","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f1bec3a92910eaf3","status":"passed","time":{"start":1710199958102,"stop":1710199958103,"duration":1}},{"uid":"45720322101fb9f2","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/45720322101fb9f2","status":"passed","time":{"start":1710199882626,"stop":1710199882626,"duration":0}},{"uid":"af6b2a235ca1a4a0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/af6b2a235ca1a4a0","status":"passed","time":{"start":1710197397378,"stop":1710197397378,"duration":0}},{"uid":"323fb4940da1e22c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/323fb4940da1e22c","status":"passed","time":{"start":1710168235068,"stop":1710168235071,"duration":3}},{"uid":"83474507f9c700d8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/83474507f9c700d8","status":"passed","time":{"start":1710167420216,"stop":1710167420216,"duration":0}},{"uid":"37643895f0b36cd","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/37643895f0b36cd","status":"passed","time":{"start":1710167568718,"stop":1710167568719,"duration":1}},{"uid":"1a0a54234b5a47d2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/1a0a54234b5a47d2","status":"passed","time":{"start":1710166701461,"stop":1710166701462,"duration":1}},{"uid":"ab6fd697126a92b0","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ab6fd697126a92b0","status":"passed","time":{"start":1710164929230,"stop":1710164929230,"duration":0}},{"uid":"66ca24f7dcff4fb1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/66ca24f7dcff4fb1","status":"passed","time":{"start":1710164078380,"stop":1710164078394,"duration":14}},{"uid":"9cc8c70f9d3aee8a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9cc8c70f9d3aee8a","status":"passed","time":{"start":1710163927068,"stop":1710163927069,"duration":1}},{"uid":"bcf45435d4121c7b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bcf45435d4121c7b","status":"passed","time":{"start":1710155986275,"stop":1710155986276,"duration":1}},{"uid":"a3378f957768660f","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/a3378f957768660f","status":"passed","time":{"start":1710155212557,"stop":1710155212558,"duration":1}},{"uid":"22b77cadad5c3bf8","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/22b77cadad5c3bf8","status":"passed","time":{"start":1710154813461,"stop":1710154813461,"duration":0}},{"uid":"c0165c59c4a59ed7","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c0165c59c4a59ed7","status":"passed","time":{"start":1710102845318,"stop":1710102845318,"duration":0}},{"uid":"87d37d373a0338ef","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/87d37d373a0338ef","status":"passed","time":{"start":1710081043170,"stop":1710081043170,"duration":0}},{"uid":"cd0ec3c16ff5c98f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/cd0ec3c16ff5c98f","status":"passed","time":{"start":1710024705740,"stop":1710024705740,"duration":0}}]},"tags":[]},"source":"bae960c47367fe01.json","parameterValues":[]} \ No newline at end of file +{"uid":"892992fb15f32132","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":1710308463677,"stop":1710308463677,"duration":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":"1c67d90e32d1afdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c67d90e32d1afdc","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"fa809e93f7033117","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fa809e93f7033117","status":"passed","time":{"start":1710287569247,"stop":1710287569247,"duration":0}},{"uid":"e07bea22c04007fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e07bea22c04007fc","status":"passed","time":{"start":1710284852287,"stop":1710284852287,"duration":0}}]},"tags":[]},"source":"892992fb15f32132.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/89b54af2980f24ba.json b/6685/data/test-cases/89b54af2980f24ba.json new file mode 100644 index 00000000000..50aacb9ac27 --- /dev/null +++ b/6685/data/test-cases/89b54af2980f24ba.json @@ -0,0 +1 @@ +{"uid":"89b54af2980f24ba","name":"Sets default value correctly","fullName":"/tests/waku.node.spec.ts: User Agent > Sets default value correctly","historyId":"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308510825,"stop":1710308510825,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"User Agent\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"User Agent"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c3b54c1ca7eaa0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c3b54c1ca7eaa0d","status":"passed","time":{"start":1710307393000,"stop":1710307393000,"duration":0}},{"uid":"58f38e0614b4716","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58f38e0614b4716","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"767ac26b4b156a52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/767ac26b4b156a52","status":"passed","time":{"start":1710284869465,"stop":1710284869465,"duration":0}}]},"tags":[]},"source":"89b54af2980f24ba.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/89ca8c82e825b65e.json b/6685/data/test-cases/89ca8c82e825b65e.json new file mode 100644 index 00000000000..06eab3bc03c --- /dev/null +++ b/6685/data/test-cases/89ca8c82e825b65e.json @@ -0,0 +1 @@ +{"uid":"89ca8c82e825b65e","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":1710307914056,"stop":1710307914056,"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":"650a853b2ce60d7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/650a853b2ce60d7d","status":"passed","time":{"start":1710306807145,"stop":1710306807145,"duration":0}},{"uid":"93857a34822761eb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93857a34822761eb","status":"passed","time":{"start":1710287012264,"stop":1710287012264,"duration":0}},{"uid":"259d3642f38a1d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/259d3642f38a1d0","status":"passed","time":{"start":1710284274240,"stop":1710284274240,"duration":0}}]},"tags":[]},"source":"89ca8c82e825b65e.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/29088e75ca4d4b4d.json b/6685/data/test-cases/8af2ac9464a5ac31.json similarity index 74% rename from 6651/data/test-cases/29088e75ca4d4b4d.json rename to 6685/data/test-cases/8af2ac9464a5ac31.json index a766bf7f983..b28143f478f 100644 --- a/6651/data/test-cases/29088e75ca4d4b4d.json +++ b/6685/data/test-cases/8af2ac9464a5ac31.json @@ -1 +1 @@ -{"uid":"29088e75ca4d4b4d","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":1710205111359,"stop":1710205111359,"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":73,"unknown":0,"total":73},"items":[{"uid":"f64e479a139e49f3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f64e479a139e49f3","status":"passed","time":{"start":1710205017178,"stop":1710205017178,"duration":0}},{"uid":"edeb86b6d14044f3","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/edeb86b6d14044f3","status":"passed","time":{"start":1710204906969,"stop":1710204906969,"duration":0}},{"uid":"28c722fdccd19513","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/28c722fdccd19513","status":"passed","time":{"start":1710204657691,"stop":1710204657692,"duration":1}},{"uid":"1db940a84de336d7","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1db940a84de336d7","status":"passed","time":{"start":1710203386080,"stop":1710203386080,"duration":0}},{"uid":"6ffa57d9454beb8c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6ffa57d9454beb8c","status":"passed","time":{"start":1710199881924,"stop":1710199881924,"duration":0}},{"uid":"4431164972a71f2","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4431164972a71f2","status":"passed","time":{"start":1710199775337,"stop":1710199775338,"duration":1}},{"uid":"4659eb6a9f9c5d1c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4659eb6a9f9c5d1c","status":"passed","time":{"start":1710197317804,"stop":1710197317805,"duration":1}},{"uid":"fe57729ca9c7c7e3","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/fe57729ca9c7c7e3","status":"passed","time":{"start":1710168157235,"stop":1710168157237,"duration":2}},{"uid":"ad1471a05d7f73d2","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ad1471a05d7f73d2","status":"passed","time":{"start":1710167388040,"stop":1710167388040,"duration":0}},{"uid":"7ce3f4b1cde994e5","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7ce3f4b1cde994e5","status":"passed","time":{"start":1710167452030,"stop":1710167452031,"duration":1}},{"uid":"34f209f1ea836ecd","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/34f209f1ea836ecd","status":"passed","time":{"start":1710166594816,"stop":1710166594816,"duration":0}},{"uid":"ad46acceae4babcd","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ad46acceae4babcd","status":"passed","time":{"start":1710164827335,"stop":1710164827336,"duration":1}},{"uid":"da77070e3879c9c8","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/da77070e3879c9c8","status":"passed","time":{"start":1710163975330,"stop":1710163975330,"duration":0}},{"uid":"8b5ab6a4a6226b0e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8b5ab6a4a6226b0e","status":"passed","time":{"start":1710163842474,"stop":1710163842474,"duration":0}},{"uid":"35af152aa728317","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/35af152aa728317","status":"passed","time":{"start":1710155887156,"stop":1710155887157,"duration":1}},{"uid":"d84fc73b441bc6ce","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d84fc73b441bc6ce","status":"passed","time":{"start":1710155106016,"stop":1710155106016,"duration":0}},{"uid":"4af64d7437937067","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/4af64d7437937067","status":"passed","time":{"start":1710154728831,"stop":1710154728831,"duration":0}},{"uid":"a9d6be921ec6b1ff","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a9d6be921ec6b1ff","status":"passed","time":{"start":1710102734828,"stop":1710102734829,"duration":1}},{"uid":"84a54fdd24257bb5","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/84a54fdd24257bb5","status":"passed","time":{"start":1710080944305,"stop":1710080944306,"duration":1}},{"uid":"28b8c99b7e225c12","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/28b8c99b7e225c12","status":"passed","time":{"start":1710024618188,"stop":1710024618189,"duration":1}}]},"tags":[]},"source":"29088e75ca4d4b4d.json","parameterValues":[]} \ No newline at end of file +{"uid":"8af2ac9464a5ac31","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":1710308371294,"stop":1710308371295,"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":"fbcae8c37b12d546","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbcae8c37b12d546","status":"passed","time":{"start":1710307259433,"stop":1710307259434,"duration":1}},{"uid":"b0027d07ff8c9b8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0027d07ff8c9b8c","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"d1f086e43ae75619","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f086e43ae75619","status":"passed","time":{"start":1710284730214,"stop":1710284730215,"duration":1}}]},"tags":[]},"source":"8af2ac9464a5ac31.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4a65e270562baa8c.json b/6685/data/test-cases/8b01fe7edcdf95a5.json similarity index 52% rename from 6651/data/test-cases/4a65e270562baa8c.json rename to 6685/data/test-cases/8b01fe7edcdf95a5.json index 44568bcf253..25561c351ed 100644 --- a/6651/data/test-cases/4a65e270562baa8c.json +++ b/6685/data/test-cases/8b01fe7edcdf95a5.json @@ -1 +1 @@ -{"uid":"4a65e270562baa8c","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":1710204705523,"stop":1710204705524,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"cdc73127ffb7d648","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/cdc73127ffb7d648","status":"passed","time":{"start":1710205293841,"stop":1710205293842,"duration":1}},{"uid":"1451aff2501a9c13","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/1451aff2501a9c13","status":"passed","time":{"start":1710204606302,"stop":1710204606302,"duration":0}},{"uid":"743d63dec88b3842","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/743d63dec88b3842","status":"passed","time":{"start":1710204491217,"stop":1710204491217,"duration":0}},{"uid":"9d7b9cc70c955e35","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9d7b9cc70c955e35","status":"passed","time":{"start":1710204248703,"stop":1710204248703,"duration":0}},{"uid":"2f615b282e8fb445","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2f615b282e8fb445","status":"passed","time":{"start":1710202977728,"stop":1710202977728,"duration":0}},{"uid":"4b106434aab6359c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/4b106434aab6359c","status":"passed","time":{"start":1710199459321,"stop":1710199459321,"duration":0}},{"uid":"69176a9491df834a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/69176a9491df834a","status":"passed","time":{"start":1710199353198,"stop":1710199353198,"duration":0}},{"uid":"e009c4e1e9ea19ac","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e009c4e1e9ea19ac","status":"passed","time":{"start":1710196892891,"stop":1710196892892,"duration":1}},{"uid":"7402197b8d05f5ac","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/7402197b8d05f5ac","status":"passed","time":{"start":1710167709433,"stop":1710167709434,"duration":1}},{"uid":"326a99647d6000ff","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/326a99647d6000ff","status":"passed","time":{"start":1710166891544,"stop":1710166891544,"duration":0}},{"uid":"7b2814ddece8bee4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7b2814ddece8bee4","status":"passed","time":{"start":1710167051946,"stop":1710167051946,"duration":0}},{"uid":"ea897e5d42209a66","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/ea897e5d42209a66","status":"passed","time":{"start":1710166179967,"stop":1710166179967,"duration":0}},{"uid":"4ca8b30dca201891","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/4ca8b30dca201891","status":"passed","time":{"start":1710164405445,"stop":1710164405446,"duration":1}},{"uid":"9d671ed745c0d484","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9d671ed745c0d484","status":"passed","time":{"start":1710163557202,"stop":1710163557203,"duration":1}},{"uid":"c672bad75114575","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c672bad75114575","status":"passed","time":{"start":1710163418945,"stop":1710163418946,"duration":1}},{"uid":"872d7de348aef56","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/872d7de348aef56","status":"passed","time":{"start":1710155480027,"stop":1710155480028,"duration":1}},{"uid":"13a8f0d052ca7df6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/13a8f0d052ca7df6","status":"passed","time":{"start":1710154677911,"stop":1710154677911,"duration":0}},{"uid":"43fa7084dd77939f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/43fa7084dd77939f","status":"passed","time":{"start":1710154316263,"stop":1710154316263,"duration":0}},{"uid":"a9e168169de9c378","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a9e168169de9c378","status":"passed","time":{"start":1710102325461,"stop":1710102325461,"duration":0}},{"uid":"4af9c8198f5d0ae9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4af9c8198f5d0ae9","status":"passed","time":{"start":1710080529728,"stop":1710080529729,"duration":1}}]},"tags":[]},"source":"4a65e270562baa8c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8b01fe7edcdf95a5","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":1710307950773,"stop":1710307950773,"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":"bcb300717e507f66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcb300717e507f66","status":"passed","time":{"start":1710306844174,"stop":1710306844175,"duration":1}},{"uid":"a0346a96121f6c71","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0346a96121f6c71","status":"passed","time":{"start":1710287049797,"stop":1710287049798,"duration":1}},{"uid":"42de015596a8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42de015596a8f5","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"tags":[]},"source":"8b01fe7edcdf95a5.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c4871884d78a8500.json b/6685/data/test-cases/8b46c3f41c89c6e9.json similarity index 81% rename from 6651/data/test-cases/c4871884d78a8500.json rename to 6685/data/test-cases/8b46c3f41c89c6e9.json index dde8c93e839..2ad96c18879 100644 --- a/6651/data/test-cases/c4871884d78a8500.json +++ b/6685/data/test-cases/8b46c3f41c89c6e9.json @@ -1 +1 @@ -{"uid":"c4871884d78a8500","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":1710205335160,"stop":1710205335160,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"f6cae0d7e3819832","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f6cae0d7e3819832","status":"passed","time":{"start":1710205224523,"stop":1710205224524,"duration":1}},{"uid":"96ddd306e435bb98","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/96ddd306e435bb98","status":"passed","time":{"start":1710205109088,"stop":1710205109088,"duration":0}},{"uid":"7360aaae672ede35","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7360aaae672ede35","status":"passed","time":{"start":1710204865557,"stop":1710204865557,"duration":0}},{"uid":"65a05a2b99996dcd","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/65a05a2b99996dcd","status":"passed","time":{"start":1710203577240,"stop":1710203577240,"duration":0}},{"uid":"74f201882bfadd2b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/74f201882bfadd2b","status":"passed","time":{"start":1710200067254,"stop":1710200067255,"duration":1}},{"uid":"fe6d9a14decaba7a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/fe6d9a14decaba7a","status":"passed","time":{"start":1710199972408,"stop":1710199972408,"duration":0}},{"uid":"4aba34b10a06bfc5","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4aba34b10a06bfc5","status":"passed","time":{"start":1710197502500,"stop":1710197502501,"duration":1}},{"uid":"598ddaa8af5337a8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/598ddaa8af5337a8","status":"passed","time":{"start":1710168342011,"stop":1710168342011,"duration":0}},{"uid":"77296683fbbfc365","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/77296683fbbfc365","status":"passed","time":{"start":1710167568834,"stop":1710167568834,"duration":0}},{"uid":"dbd372f901144324","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/dbd372f901144324","status":"passed","time":{"start":1710167665518,"stop":1710167665518,"duration":0}},{"uid":"49ab9c556668f4b5","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/49ab9c556668f4b5","status":"passed","time":{"start":1710166795573,"stop":1710166795573,"duration":0}},{"uid":"58e60fea195cee1f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/58e60fea195cee1f","status":"passed","time":{"start":1710165026137,"stop":1710165026137,"duration":0}},{"uid":"b1cf4b63e46c4b52","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b1cf4b63e46c4b52","status":"passed","time":{"start":1710164176719,"stop":1710164176720,"duration":1}},{"uid":"4a976a2714269553","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4a976a2714269553","status":"passed","time":{"start":1710164039994,"stop":1710164039994,"duration":0}},{"uid":"8d8181e6e3ee648c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8d8181e6e3ee648c","status":"passed","time":{"start":1710156088907,"stop":1710156088907,"duration":0}},{"uid":"d9203ac7f91a1ed","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d9203ac7f91a1ed","status":"passed","time":{"start":1710155298418,"stop":1710155298418,"duration":0}},{"uid":"f655fd062e18581f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/f655fd062e18581f","status":"passed","time":{"start":1710154928202,"stop":1710154928202,"duration":0}},{"uid":"e7b4f11b5dd242b4","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e7b4f11b5dd242b4","status":"passed","time":{"start":1710102939229,"stop":1710102939229,"duration":0}},{"uid":"122f849366df258f","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/122f849366df258f","status":"passed","time":{"start":1710081135425,"stop":1710081135426,"duration":1}},{"uid":"841aac6238890ff","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/841aac6238890ff","status":"passed","time":{"start":1710024806429,"stop":1710024806429,"duration":0}}]},"tags":[]},"source":"c4871884d78a8500.json","parameterValues":[]} \ No newline at end of file +{"uid":"8b46c3f41c89c6e9","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":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"81124934c58f99f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/81124934c58f99f1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"9eb2b90c91ddcacf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eb2b90c91ddcacf","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"f6bc83585328164","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bc83585328164","status":"passed","time":{"start":1710284934078,"stop":1710284934079,"duration":1}}]},"tags":[]},"source":"8b46c3f41c89c6e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/aaa6a09a45a3a75.json b/6685/data/test-cases/8bc89afb1807ee97.json similarity index 89% rename from 6651/data/test-cases/aaa6a09a45a3a75.json rename to 6685/data/test-cases/8bc89afb1807ee97.json index 38be62374bf..d525431ecde 100644 --- a/6651/data/test-cases/aaa6a09a45a3a75.json +++ b/6685/data/test-cases/8bc89afb1807ee97.json @@ -1 +1 @@ -{"uid":"aaa6a09a45a3a75","name":"Check received message with timestamp: 1710204694548000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1710204694548000000 ","historyId":"1d089a52491a67150b91ecdfd8382c20:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205173349,"stop":1710205173349,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"aaa6a09a45a3a75.json","parameterValues":[]} \ No newline at end of file +{"uid":"8bc89afb1807ee97","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":1710308416731,"stop":1710308416732,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"1464194acb38af00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1464194acb38af00","status":"passed","time":{"start":1710307308637,"stop":1710307308637,"duration":0}},{"uid":"73939f37857fe5ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73939f37857fe5ba","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"b8f82bdeda3e3151","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8f82bdeda3e3151","status":"passed","time":{"start":1710284775859,"stop":1710284775860,"duration":1}}]},"tags":[]},"source":"8bc89afb1807ee97.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8bd6177918ba9545.json b/6685/data/test-cases/8bd6177918ba9545.json new file mode 100644 index 00000000000..10092308f38 --- /dev/null +++ b/6685/data/test-cases/8bd6177918ba9545.json @@ -0,0 +1 @@ +{"uid":"8bd6177918ba9545","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":1710308416746,"stop":1710308416746,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"27f7bb091abd7099","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27f7bb091abd7099","status":"passed","time":{"start":1710307308649,"stop":1710307308650,"duration":1}},{"uid":"945978f91eaaa751","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/945978f91eaaa751","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"7e7185e5d9c8b36c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e7185e5d9c8b36c","status":"passed","time":{"start":1710284775871,"stop":1710284775871,"duration":0}}]},"tags":[]},"source":"8bd6177918ba9545.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8c36f2a47e6b003f.json b/6685/data/test-cases/8c36f2a47e6b003f.json new file mode 100644 index 00000000000..c3cdd97a5b4 --- /dev/null +++ b/6685/data/test-cases/8c36f2a47e6b003f.json @@ -0,0 +1 @@ +{"uid":"8c36f2a47e6b003f","name":"Query Generator sorting by timestamp while page direction is forward","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is forward","historyId":"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308477759,"stop":1710308477760,"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":4,"unknown":0,"total":4},"items":[{"uid":"4f9b2c23a0afcd26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f9b2c23a0afcd26","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"99c8561c6d8826a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99c8561c6d8826a6","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"5196852759f3d31d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5196852759f3d31d","status":"passed","time":{"start":1710284843495,"stop":1710284843495,"duration":0}}]},"tags":[]},"source":"8c36f2a47e6b003f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8c40f41a15c1d4d7.json b/6685/data/test-cases/8c40f41a15c1d4d7.json new file mode 100644 index 00000000000..7899545041f --- /dev/null +++ b/6685/data/test-cases/8c40f41a15c1d4d7.json @@ -0,0 +1 @@ +{"uid":"8c40f41a15c1d4d7","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":1710308167160,"stop":1710308167161,"duration":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":4,"unknown":0,"total":4},"items":[{"uid":"655c81158abecd87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/655c81158abecd87","status":"passed","time":{"start":1710307045663,"stop":1710307045664,"duration":1}},{"uid":"4408ad52ed7ebd3a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4408ad52ed7ebd3a","status":"passed","time":{"start":1710287245616,"stop":1710287245617,"duration":1}},{"uid":"3cab01240372d2c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3cab01240372d2c9","status":"passed","time":{"start":1710284503144,"stop":1710284503145,"duration":1}}]},"tags":[]},"source":"8c40f41a15c1d4d7.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/56fa31340971a1ca.json b/6685/data/test-cases/8c93309cc785a8f3.json similarity index 59% rename from 6651/data/test-cases/56fa31340971a1ca.json rename to 6685/data/test-cases/8c93309cc785a8f3.json index eb53372d785..f8fd67b114f 100644 --- a/6651/data/test-cases/56fa31340971a1ca.json +++ b/6685/data/test-cases/8c93309cc785a8f3.json @@ -1 +1 @@ -{"uid":"56fa31340971a1ca","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":1710205151662,"stop":1710205151662,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"12d05b65551ef070","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/12d05b65551ef070","status":"passed","time":{"start":1710205062158,"stop":1710205062159,"duration":1}},{"uid":"5aaf54a9847d9a8a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5aaf54a9847d9a8a","status":"passed","time":{"start":1710204955079,"stop":1710204955079,"duration":0}},{"uid":"4dbf75308e8a40de","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4dbf75308e8a40de","status":"passed","time":{"start":1710204695545,"stop":1710204695546,"duration":1}},{"uid":"d74490b8ebc9f501","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d74490b8ebc9f501","status":"passed","time":{"start":1710203409325,"stop":1710203409326,"duration":1}},{"uid":"c2ba4ac9260cefce","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c2ba4ac9260cefce","status":"passed","time":{"start":1710199908133,"stop":1710199908133,"duration":0}},{"uid":"560c82c5a6a6e12d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/560c82c5a6a6e12d","status":"passed","time":{"start":1710199804381,"stop":1710199804381,"duration":0}},{"uid":"83a585890bc081dc","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/83a585890bc081dc","status":"passed","time":{"start":1710197356184,"stop":1710197356184,"duration":0}},{"uid":"2e0d6941f942b95f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2e0d6941f942b95f","status":"passed","time":{"start":1710168175051,"stop":1710168175051,"duration":0}},{"uid":"39eb19760e8ebdc9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/39eb19760e8ebdc9","status":"passed","time":{"start":1710167421794,"stop":1710167421795,"duration":1}},{"uid":"b34f3acfe2550885","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b34f3acfe2550885","status":"passed","time":{"start":1710167479911,"stop":1710167479912,"duration":1}},{"uid":"c2b95bcdf16b57b8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c2b95bcdf16b57b8","status":"passed","time":{"start":1710166628580,"stop":1710166628580,"duration":0}},{"uid":"f8f0104f33dd842d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f8f0104f33dd842d","status":"passed","time":{"start":1710164858162,"stop":1710164858162,"duration":0}},{"uid":"545e6a55989c5afe","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/545e6a55989c5afe","status":"passed","time":{"start":1710164009256,"stop":1710164009256,"duration":0}},{"uid":"3196ea84e6bc9e1","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3196ea84e6bc9e1","status":"passed","time":{"start":1710163874860,"stop":1710163874860,"duration":0}},{"uid":"4b13c8f4fc54c4ab","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/4b13c8f4fc54c4ab","status":"passed","time":{"start":1710155926664,"stop":1710155926664,"duration":0}},{"uid":"4a71f1f819de1b4b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4a71f1f819de1b4b","status":"passed","time":{"start":1710155126349,"stop":1710155126350,"duration":1}},{"uid":"253e70c3d4c218c8","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/253e70c3d4c218c8","status":"passed","time":{"start":1710154760945,"stop":1710154760945,"duration":0}},{"uid":"95fe1f0f8fcad8d1","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/95fe1f0f8fcad8d1","status":"passed","time":{"start":1710102772303,"stop":1710102772304,"duration":1}},{"uid":"2d19005b729f9535","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2d19005b729f9535","status":"passed","time":{"start":1710080969896,"stop":1710080969897,"duration":1}},{"uid":"6e086964a884fd38","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6e086964a884fd38","status":"passed","time":{"start":1710024636274,"stop":1710024636274,"duration":0}}]},"tags":[]},"source":"56fa31340971a1ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"8c93309cc785a8f3","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":1710308426368,"stop":1710308426368,"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":4,"unknown":0,"total":4},"items":[{"uid":"cf701fc9996a67b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf701fc9996a67b0","status":"passed","time":{"start":1710307300371,"stop":1710307300375,"duration":4}},{"uid":"2096c65938706d89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2096c65938706d89","status":"passed","time":{"start":1710287503529,"stop":1710287503530,"duration":1}},{"uid":"5dc4a825577924bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc4a825577924bf","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"tags":[]},"source":"8c93309cc785a8f3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a16284c29800ae13.json b/6685/data/test-cases/8ce25c6e5d913987.json similarity index 61% rename from 6651/data/test-cases/a16284c29800ae13.json rename to 6685/data/test-cases/8ce25c6e5d913987.json index 5fdf4d3d3a0..ccf5ee61c69 100644 --- a/6651/data/test-cases/a16284c29800ae13.json +++ b/6685/data/test-cases/8ce25c6e5d913987.json @@ -1 +1 @@ -{"uid":"a16284c29800ae13","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":1710205199517,"stop":1710205199517,"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":73,"unknown":0,"total":73},"items":[{"uid":"106ffa0288ebff1b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/106ffa0288ebff1b","status":"passed","time":{"start":1710205105086,"stop":1710205105086,"duration":0}},{"uid":"f5b8c6099bb87387","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f5b8c6099bb87387","status":"passed","time":{"start":1710204998962,"stop":1710204998962,"duration":0}},{"uid":"bca7fcd8ac3681a7","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bca7fcd8ac3681a7","status":"passed","time":{"start":1710204739413,"stop":1710204739414,"duration":1}},{"uid":"ef1240200c367f26","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ef1240200c367f26","status":"passed","time":{"start":1710203453470,"stop":1710203453470,"duration":0}},{"uid":"3c73382911e3ba57","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3c73382911e3ba57","status":"passed","time":{"start":1710199946314,"stop":1710199946315,"duration":1}},{"uid":"b4b8303eacccb92d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b4b8303eacccb92d","status":"passed","time":{"start":1710199840488,"stop":1710199840489,"duration":1}},{"uid":"1a56f526a376b420","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1a56f526a376b420","status":"passed","time":{"start":1710197396739,"stop":1710197396740,"duration":1}},{"uid":"67c5562a4c98d205","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/67c5562a4c98d205","status":"passed","time":{"start":1710168220884,"stop":1710168220884,"duration":0}},{"uid":"a1106915706beb4a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a1106915706beb4a","status":"passed","time":{"start":1710167545200,"stop":1710167545200,"duration":0}},{"uid":"5c0491d3bf4738e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5c0491d3bf4738e","status":"passed","time":{"start":1710167538077,"stop":1710167538077,"duration":0}},{"uid":"7c99c70048159233","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7c99c70048159233","status":"passed","time":{"start":1710166664456,"stop":1710166664456,"duration":0}},{"uid":"466a32b8d023b02a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/466a32b8d023b02a","status":"passed","time":{"start":1710164898566,"stop":1710164898566,"duration":0}},{"uid":"d7e6d6891ad67b68","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d7e6d6891ad67b68","status":"passed","time":{"start":1710164059061,"stop":1710164059061,"duration":0}},{"uid":"8a076aca317d812c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8a076aca317d812c","status":"passed","time":{"start":1710163919486,"stop":1710163919486,"duration":0}},{"uid":"1093ebcb174bd42a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/1093ebcb174bd42a","status":"passed","time":{"start":1710155969992,"stop":1710155969992,"duration":0}},{"uid":"6984aa89698b92e6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6984aa89698b92e6","status":"passed","time":{"start":1710155174206,"stop":1710155174206,"duration":0}},{"uid":"751ffd830de625d7","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/751ffd830de625d7","status":"passed","time":{"start":1710154832376,"stop":1710154832377,"duration":1}},{"uid":"2b1aa7c716b2586c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2b1aa7c716b2586c","status":"passed","time":{"start":1710102815905,"stop":1710102815905,"duration":0}},{"uid":"7e93d147bfb1ef0f","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7e93d147bfb1ef0f","status":"passed","time":{"start":1710081013947,"stop":1710081013948,"duration":1}},{"uid":"788c003c836d083","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/788c003c836d083","status":"passed","time":{"start":1710024688130,"stop":1710024688130,"duration":0}}]},"tags":[]},"source":"a16284c29800ae13.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ce25c6e5d913987","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":1710308459427,"stop":1710308459428,"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":"38c00c623f09ddd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c00c623f09ddd3","status":"passed","time":{"start":1710307342524,"stop":1710307342524,"duration":0}},{"uid":"efadcda4a6457c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efadcda4a6457c1","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"408125da4eca71ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/408125da4eca71ef","status":"passed","time":{"start":1710284805010,"stop":1710284805010,"duration":0}}]},"tags":[]},"source":"8ce25c6e5d913987.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8e05e21e26d709f0.json b/6685/data/test-cases/8e05e21e26d709f0.json new file mode 100644 index 00000000000..1a691fdfbaf --- /dev/null +++ b/6685/data/test-cases/8e05e21e26d709f0.json @@ -0,0 +1 @@ +{"uid":"8e05e21e26d709f0","name":"creates an iterator","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > creates an iterator","historyId":"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308495151,"stop":1710308495152,"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":"45cdc78611b3b2d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45cdc78611b3b2d0","status":"passed","time":{"start":1710307377258,"stop":1710307377258,"duration":0}},{"uid":"d01bec99451fcff4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d01bec99451fcff4","status":"passed","time":{"start":1710287579551,"stop":1710287579551,"duration":0}},{"uid":"60b8673fb00980eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60b8673fb00980eb","status":"passed","time":{"start":1710284855734,"stop":1710284855735,"duration":1}}]},"tags":[]},"source":"8e05e21e26d709f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8e4c928caf641c35.json b/6685/data/test-cases/8e4c928caf641c35.json new file mode 100644 index 00000000000..42bc3136bf0 --- /dev/null +++ b/6685/data/test-cases/8e4c928caf641c35.json @@ -0,0 +1 @@ +{"uid":"8e4c928caf641c35","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":1710307925683,"stop":1710307925683,"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":"1f2a6ed620d3bf35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f2a6ed620d3bf35","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"6526c9df0d15832a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6526c9df0d15832a","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"847263cb4908fb4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847263cb4908fb4c","status":"passed","time":{"start":1710284286705,"stop":1710284286706,"duration":1}}]},"tags":[]},"source":"8e4c928caf641c35.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/75ebf3c11a080416.json b/6685/data/test-cases/8e6a138e283a681c.json similarity index 85% rename from 6651/data/test-cases/75ebf3c11a080416.json rename to 6685/data/test-cases/8e6a138e283a681c.json index 496f98adfa4..a8919097257 100644 --- a/6651/data/test-cases/75ebf3c11a080416.json +++ b/6685/data/test-cases/8e6a138e283a681c.json @@ -1 +1 @@ -{"uid":"75ebf3c11a080416","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":1710205233013,"stop":1710205233013,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"d15faeb6d31f9010","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d15faeb6d31f9010","status":"passed","time":{"start":1710205120351,"stop":1710205120351,"duration":0}},{"uid":"fd4376c1b6d1d25e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/fd4376c1b6d1d25e","status":"passed","time":{"start":1710205004857,"stop":1710205004858,"duration":1}},{"uid":"837e57e9d1d64a9e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/837e57e9d1d64a9e","status":"passed","time":{"start":1710204772090,"stop":1710204772090,"duration":0}},{"uid":"798e14b75f1ada9e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/798e14b75f1ada9e","status":"passed","time":{"start":1710203476063,"stop":1710203476064,"duration":1}},{"uid":"aa968bbd9d9a9e3a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/aa968bbd9d9a9e3a","status":"passed","time":{"start":1710199958111,"stop":1710199958112,"duration":1}},{"uid":"53e76771c542d5ea","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/53e76771c542d5ea","status":"passed","time":{"start":1710199882646,"stop":1710199882647,"duration":1}},{"uid":"9721f207526f5175","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9721f207526f5175","status":"passed","time":{"start":1710197397387,"stop":1710197397387,"duration":0}},{"uid":"cc8c9c7fe2c50477","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cc8c9c7fe2c50477","status":"passed","time":{"start":1710168235142,"stop":1710168235142,"duration":0}},{"uid":"89d1bc6bae828869","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/89d1bc6bae828869","status":"passed","time":{"start":1710167420279,"stop":1710167420279,"duration":0}},{"uid":"56f5c759ed56abef","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/56f5c759ed56abef","status":"passed","time":{"start":1710167568730,"stop":1710167568730,"duration":0}},{"uid":"d87699d509a1e01","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d87699d509a1e01","status":"passed","time":{"start":1710166701488,"stop":1710166701488,"duration":0}},{"uid":"b3817ff1ba2eccb7","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b3817ff1ba2eccb7","status":"passed","time":{"start":1710164929240,"stop":1710164929241,"duration":1}},{"uid":"d20d73c6b05f22d6","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d20d73c6b05f22d6","status":"passed","time":{"start":1710164078404,"stop":1710164078404,"duration":0}},{"uid":"9d68c20f8b886a23","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9d68c20f8b886a23","status":"passed","time":{"start":1710163927088,"stop":1710163927089,"duration":1}},{"uid":"b89a9e5fec7e0849","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b89a9e5fec7e0849","status":"passed","time":{"start":1710155986299,"stop":1710155986299,"duration":0}},{"uid":"a2f77d6616628998","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/a2f77d6616628998","status":"passed","time":{"start":1710155212568,"stop":1710155212568,"duration":0}},{"uid":"128fca7ab1aef868","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/128fca7ab1aef868","status":"passed","time":{"start":1710154813483,"stop":1710154813487,"duration":4}},{"uid":"2ef25fd6356a1cf0","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2ef25fd6356a1cf0","status":"passed","time":{"start":1710102845328,"stop":1710102845329,"duration":1}},{"uid":"e1eed1791857d771","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e1eed1791857d771","status":"passed","time":{"start":1710081043189,"stop":1710081043189,"duration":0}},{"uid":"20e7bbf1bd541484","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/20e7bbf1bd541484","status":"passed","time":{"start":1710024705817,"stop":1710024705817,"duration":0}}]},"tags":[]},"source":"75ebf3c11a080416.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e6a138e283a681c","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":1710308463694,"stop":1710308463694,"duration":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":"8d1e9a236b17131f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d1e9a236b17131f","status":"passed","time":{"start":1710307358465,"stop":1710307358465,"duration":0}},{"uid":"9ccc04d6e597df26","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ccc04d6e597df26","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"f6bb78ec48de6c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bb78ec48de6c1","status":"passed","time":{"start":1710284852300,"stop":1710284852301,"duration":1}}]},"tags":[]},"source":"8e6a138e283a681c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8e8d0276ca592d6.json b/6685/data/test-cases/8e8d0276ca592d6.json new file mode 100644 index 00000000000..815a3bc844d --- /dev/null +++ b/6685/data/test-cases/8e8d0276ca592d6.json @@ -0,0 +1 @@ +{"uid":"8e8d0276ca592d6","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":1710308167156,"stop":1710308167156,"duration":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":"d3544ff089ce3856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3544ff089ce3856","status":"passed","time":{"start":1710307045654,"stop":1710307045657,"duration":3}},{"uid":"97f6fcfd156755b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97f6fcfd156755b4","status":"passed","time":{"start":1710287245596,"stop":1710287245597,"duration":1}},{"uid":"9297f292176c4edd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9297f292176c4edd","status":"passed","time":{"start":1710284503140,"stop":1710284503141,"duration":1}}]},"tags":[]},"source":"8e8d0276ca592d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/8e92bddc868abe9e.json b/6685/data/test-cases/8e92bddc868abe9e.json new file mode 100644 index 00000000000..77792b23e6a --- /dev/null +++ b/6685/data/test-cases/8e92bddc868abe9e.json @@ -0,0 +1 @@ +{"uid":"8e92bddc868abe9e","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":1710308357664,"stop":1710308357665,"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":"a62589f6ca215a48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a62589f6ca215a48","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"18450a8f8a8984ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18450a8f8a8984ab","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"fbc8376dd9a2863e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbc8376dd9a2863e","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"tags":[]},"source":"8e92bddc868abe9e.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ffcca143f7a70e93.json b/6685/data/test-cases/8e9f99911ffa2a09.json similarity index 81% rename from 6651/data/test-cases/ffcca143f7a70e93.json rename to 6685/data/test-cases/8e9f99911ffa2a09.json index 03a8fddb953..0f29834c2d3 100644 --- a/6651/data/test-cases/ffcca143f7a70e93.json +++ b/6685/data/test-cases/8e9f99911ffa2a09.json @@ -1 +1 @@ -{"uid":"ffcca143f7a70e93","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":1710205335152,"stop":1710205335152,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"614384f21cd0567f","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/614384f21cd0567f","status":"passed","time":{"start":1710205224521,"stop":1710205224521,"duration":0}},{"uid":"3511457b9bbfa10b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3511457b9bbfa10b","status":"passed","time":{"start":1710205109085,"stop":1710205109085,"duration":0}},{"uid":"b7ddb2e8d5467aa","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b7ddb2e8d5467aa","status":"passed","time":{"start":1710204865554,"stop":1710204865554,"duration":0}},{"uid":"4c4006cb0ec3a0e4","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/4c4006cb0ec3a0e4","status":"passed","time":{"start":1710203577238,"stop":1710203577238,"duration":0}},{"uid":"dd4d249c75fe98cd","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/dd4d249c75fe98cd","status":"passed","time":{"start":1710200067251,"stop":1710200067251,"duration":0}},{"uid":"2eb57625ab2211a6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2eb57625ab2211a6","status":"passed","time":{"start":1710199972405,"stop":1710199972405,"duration":0}},{"uid":"e8dcfcddebc9492d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e8dcfcddebc9492d","status":"passed","time":{"start":1710197502497,"stop":1710197502497,"duration":0}},{"uid":"31a086c1185012c6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/31a086c1185012c6","status":"passed","time":{"start":1710168342008,"stop":1710168342008,"duration":0}},{"uid":"886faf2116811358","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/886faf2116811358","status":"passed","time":{"start":1710167568828,"stop":1710167568829,"duration":1}},{"uid":"28c72d90615df3df","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/28c72d90615df3df","status":"passed","time":{"start":1710167665514,"stop":1710167665515,"duration":1}},{"uid":"e17048e1ec47bba6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e17048e1ec47bba6","status":"passed","time":{"start":1710166795571,"stop":1710166795571,"duration":0}},{"uid":"c9af5151cd059ee","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c9af5151cd059ee","status":"passed","time":{"start":1710165026134,"stop":1710165026134,"duration":0}},{"uid":"19171790d101b21","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/19171790d101b21","status":"passed","time":{"start":1710164176716,"stop":1710164176716,"duration":0}},{"uid":"8f430712624bd9fe","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8f430712624bd9fe","status":"passed","time":{"start":1710164039990,"stop":1710164039990,"duration":0}},{"uid":"ea3117e5e283f292","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ea3117e5e283f292","status":"passed","time":{"start":1710156088904,"stop":1710156088905,"duration":1}},{"uid":"3bc552eccaf1d59d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3bc552eccaf1d59d","status":"passed","time":{"start":1710155298415,"stop":1710155298415,"duration":0}},{"uid":"d5542dd3cf2f43b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d5542dd3cf2f43b","status":"passed","time":{"start":1710154928199,"stop":1710154928199,"duration":0}},{"uid":"a0ae6e1ec5ab2679","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a0ae6e1ec5ab2679","status":"passed","time":{"start":1710102939225,"stop":1710102939226,"duration":1}},{"uid":"57f2a7d0762076e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/57f2a7d0762076e","status":"passed","time":{"start":1710081135423,"stop":1710081135423,"duration":0}},{"uid":"1270f49e3883a69b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1270f49e3883a69b","status":"passed","time":{"start":1710024806426,"stop":1710024806427,"duration":1}}]},"tags":[]},"source":"ffcca143f7a70e93.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e9f99911ffa2a09","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":1710308572946,"stop":1710308572946,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"3e3789192373e528","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3789192373e528","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"17ce3b93a051d7f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17ce3b93a051d7f8","status":"passed","time":{"start":1710287674914,"stop":1710287674914,"duration":0}},{"uid":"721eec4be250a917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/721eec4be250a917","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"tags":[]},"source":"8e9f99911ffa2a09.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d977cff1d6ee598b.json b/6685/data/test-cases/8ef819c359058ade.json similarity index 78% rename from 6651/data/test-cases/d977cff1d6ee598b.json rename to 6685/data/test-cases/8ef819c359058ade.json index 3877c979954..949d62a4377 100644 --- a/6651/data/test-cases/d977cff1d6ee598b.json +++ b/6685/data/test-cases/8ef819c359058ade.json @@ -1 +1 @@ -{"uid":"d977cff1d6ee598b","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":1710205173303,"stop":1710205173303,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"63c9f958b1ddc5bf","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/63c9f958b1ddc5bf","status":"passed","time":{"start":1710205067273,"stop":1710205067273,"duration":0}},{"uid":"6dd3ae616df80f7b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6dd3ae616df80f7b","status":"passed","time":{"start":1710204962910,"stop":1710204962911,"duration":1}},{"uid":"94fca8d2a3a862dc","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/94fca8d2a3a862dc","status":"passed","time":{"start":1710204701462,"stop":1710204701463,"duration":1}},{"uid":"1903cfaed67e3fe4","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1903cfaed67e3fe4","status":"passed","time":{"start":1710203416579,"stop":1710203416579,"duration":0}},{"uid":"6d48f9b8f2c0d83d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6d48f9b8f2c0d83d","status":"passed","time":{"start":1710199910396,"stop":1710199910396,"duration":0}},{"uid":"eb101e47086a9918","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/eb101e47086a9918","status":"passed","time":{"start":1710199800507,"stop":1710199800508,"duration":1}},{"uid":"6cb5f7154da5054f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/6cb5f7154da5054f","status":"passed","time":{"start":1710197348909,"stop":1710197348909,"duration":0}},{"uid":"563e10350c0bb1f9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/563e10350c0bb1f9","status":"passed","time":{"start":1710168167423,"stop":1710168167423,"duration":0}},{"uid":"64d34ad34bdf2594","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/64d34ad34bdf2594","status":"passed","time":{"start":1710167350119,"stop":1710167350119,"duration":0}},{"uid":"9f01593ecbf49022","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/9f01593ecbf49022","status":"passed","time":{"start":1710167497861,"stop":1710167497861,"duration":0}},{"uid":"cac3379a9fcdea42","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/cac3379a9fcdea42","status":"passed","time":{"start":1710166625601,"stop":1710166625601,"duration":0}},{"uid":"9ecffa867b6cd63b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9ecffa867b6cd63b","status":"passed","time":{"start":1710164870333,"stop":1710164870333,"duration":0}},{"uid":"8109a34c3aa20256","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8109a34c3aa20256","status":"passed","time":{"start":1710164015687,"stop":1710164015687,"duration":0}},{"uid":"1ddd17e6263d6f59","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/1ddd17e6263d6f59","status":"passed","time":{"start":1710163881226,"stop":1710163881226,"duration":0}},{"uid":"955fa1acca45bc5","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/955fa1acca45bc5","status":"passed","time":{"start":1710155929068,"stop":1710155929068,"duration":0}},{"uid":"b40645bbc429940c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b40645bbc429940c","status":"passed","time":{"start":1710155134283,"stop":1710155134284,"duration":1}},{"uid":"750efad3581ef26a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/750efad3581ef26a","status":"passed","time":{"start":1710154760698,"stop":1710154760699,"duration":1}},{"uid":"f90ecb3348566d7a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f90ecb3348566d7a","status":"passed","time":{"start":1710102776885,"stop":1710102776885,"duration":0}},{"uid":"16d188c3c3a435b4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/16d188c3c3a435b4","status":"passed","time":{"start":1710080978582,"stop":1710080978582,"duration":0}},{"uid":"ffb968d2890f3735","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ffb968d2890f3735","status":"passed","time":{"start":1710024644860,"stop":1710024644860,"duration":0}}]},"tags":[]},"source":"d977cff1d6ee598b.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ef819c359058ade","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":1710308416721,"stop":1710308416722,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"544ff99790528a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/544ff99790528a2a","status":"passed","time":{"start":1710307308623,"stop":1710307308624,"duration":1}},{"uid":"ae09bf5edf7e1abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae09bf5edf7e1abd","status":"passed","time":{"start":1710287509747,"stop":1710287509748,"duration":1}},{"uid":"9375cefe7c859543","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9375cefe7c859543","status":"passed","time":{"start":1710284775839,"stop":1710284775840,"duration":1}}]},"tags":[]},"source":"8ef819c359058ade.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/fa4079a80d1b6f72.json b/6685/data/test-cases/8f368556e5b8d11e.json similarity index 81% rename from 6651/data/test-cases/fa4079a80d1b6f72.json rename to 6685/data/test-cases/8f368556e5b8d11e.json index e8f805af298..d8897337be1 100644 --- a/6651/data/test-cases/fa4079a80d1b6f72.json +++ b/6685/data/test-cases/8f368556e5b8d11e.json @@ -1 +1 @@ -{"uid":"fa4079a80d1b6f72","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":1710205335145,"stop":1710205335146,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"74842117d738c2b8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/74842117d738c2b8","status":"passed","time":{"start":1710205224515,"stop":1710205224515,"duration":0}},{"uid":"469d9c9fec19e4a4","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/469d9c9fec19e4a4","status":"passed","time":{"start":1710205109079,"stop":1710205109080,"duration":1}},{"uid":"588e02ec65413211","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/588e02ec65413211","status":"passed","time":{"start":1710204865549,"stop":1710204865549,"duration":0}},{"uid":"e9a0fdd7e9b815d1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e9a0fdd7e9b815d1","status":"passed","time":{"start":1710203577232,"stop":1710203577233,"duration":1}},{"uid":"f00722593762917c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f00722593762917c","status":"passed","time":{"start":1710200067244,"stop":1710200067245,"duration":1}},{"uid":"a244f0e47c56cd30","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a244f0e47c56cd30","status":"passed","time":{"start":1710199972399,"stop":1710199972399,"duration":0}},{"uid":"529b73209164546e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/529b73209164546e","status":"passed","time":{"start":1710197502490,"stop":1710197502490,"duration":0}},{"uid":"58cbdae28e29f38a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/58cbdae28e29f38a","status":"passed","time":{"start":1710168342002,"stop":1710168342002,"duration":0}},{"uid":"38bf978407d64b3f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/38bf978407d64b3f","status":"passed","time":{"start":1710167568816,"stop":1710167568817,"duration":1}},{"uid":"7fd2c8eee348f5de","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7fd2c8eee348f5de","status":"passed","time":{"start":1710167665507,"stop":1710167665507,"duration":0}},{"uid":"601a53663b8b79b5","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/601a53663b8b79b5","status":"passed","time":{"start":1710166795565,"stop":1710166795565,"duration":0}},{"uid":"714f735518a121d2","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/714f735518a121d2","status":"passed","time":{"start":1710165026128,"stop":1710165026128,"duration":0}},{"uid":"8ddf6f5b8f86815a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8ddf6f5b8f86815a","status":"passed","time":{"start":1710164176710,"stop":1710164176710,"duration":0}},{"uid":"5d7bbcc83a33018b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/5d7bbcc83a33018b","status":"passed","time":{"start":1710164039983,"stop":1710164039983,"duration":0}},{"uid":"f24d40de18a7b58c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f24d40de18a7b58c","status":"passed","time":{"start":1710156088899,"stop":1710156088899,"duration":0}},{"uid":"7f39e313da1e1a35","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7f39e313da1e1a35","status":"passed","time":{"start":1710155298408,"stop":1710155298409,"duration":1}},{"uid":"19ed75c90a022ec6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/19ed75c90a022ec6","status":"passed","time":{"start":1710154928192,"stop":1710154928193,"duration":1}},{"uid":"abb1e4561b93f73","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/abb1e4561b93f73","status":"passed","time":{"start":1710102939219,"stop":1710102939220,"duration":1}},{"uid":"b128eb0dc084b167","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b128eb0dc084b167","status":"passed","time":{"start":1710081135416,"stop":1710081135417,"duration":1}},{"uid":"9e8fd1d299de5217","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9e8fd1d299de5217","status":"passed","time":{"start":1710024806421,"stop":1710024806421,"duration":0}}]},"tags":[]},"source":"fa4079a80d1b6f72.json","parameterValues":[]} \ No newline at end of file +{"uid":"8f368556e5b8d11e","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":1710308572940,"stop":1710308572940,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"d8081ed8b174f564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8081ed8b174f564","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"aa5b11f556baa714","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa5b11f556baa714","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"dc114479ee832491","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc114479ee832491","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"tags":[]},"source":"8f368556e5b8d11e.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/775cb751096e90ba.json b/6685/data/test-cases/8f4d38912d716ea4.json similarity index 83% rename from 6651/data/test-cases/775cb751096e90ba.json rename to 6685/data/test-cases/8f4d38912d716ea4.json index 6a4c7fcb1a3..21c281f7e0a 100644 --- a/6651/data/test-cases/775cb751096e90ba.json +++ b/6685/data/test-cases/8f4d38912d716ea4.json @@ -1 +1 @@ -{"uid":"775cb751096e90ba","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":1710205063401,"stop":1710205063401,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"1dcbd3d6d445dea1","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/1dcbd3d6d445dea1","status":"passed","time":{"start":1710204974354,"stop":1710204974354,"duration":0}},{"uid":"970656122223ff18","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/970656122223ff18","status":"passed","time":{"start":1710204858036,"stop":1710204858037,"duration":1}},{"uid":"5cb6d9b19f728653","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5cb6d9b19f728653","status":"passed","time":{"start":1710204613872,"stop":1710204613872,"duration":0}},{"uid":"c30d1e6ecf62ec05","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c30d1e6ecf62ec05","status":"passed","time":{"start":1710203332600,"stop":1710203332600,"duration":0}},{"uid":"db0ac3f8773ca604","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/db0ac3f8773ca604","status":"passed","time":{"start":1710199825175,"stop":1710199825175,"duration":0}},{"uid":"c6c668902a945833","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c6c668902a945833","status":"passed","time":{"start":1710199731747,"stop":1710199731747,"duration":0}},{"uid":"2c623e6874f6a371","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2c623e6874f6a371","status":"passed","time":{"start":1710197275097,"stop":1710197275097,"duration":0}},{"uid":"cf7f1b551533141d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cf7f1b551533141d","status":"passed","time":{"start":1710168106267,"stop":1710168106267,"duration":0}},{"uid":"f074de04d3c13b25","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f074de04d3c13b25","status":"passed","time":{"start":1710167360895,"stop":1710167360895,"duration":0}},{"uid":"6e6370ddf4370f41","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/6e6370ddf4370f41","status":"passed","time":{"start":1710167407545,"stop":1710167407546,"duration":1}},{"uid":"9009db3d2a4f831e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/9009db3d2a4f831e","status":"passed","time":{"start":1710166544387,"stop":1710166544387,"duration":0}},{"uid":"5d510d34c3597589","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5d510d34c3597589","status":"passed","time":{"start":1710164782783,"stop":1710164782784,"duration":1}},{"uid":"d8723bdbba30b0a1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d8723bdbba30b0a1","status":"passed","time":{"start":1710163934754,"stop":1710163934754,"duration":0}},{"uid":"76ac3378f63488d8","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/76ac3378f63488d8","status":"passed","time":{"start":1710163799576,"stop":1710163799576,"duration":0}},{"uid":"77a44aca0a4a6e1f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/77a44aca0a4a6e1f","status":"passed","time":{"start":1710155833692,"stop":1710155833693,"duration":1}},{"uid":"3bae2598f8cf062f","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3bae2598f8cf062f","status":"passed","time":{"start":1710155066232,"stop":1710155066232,"duration":0}},{"uid":"806595c876704de6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/806595c876704de6","status":"passed","time":{"start":1710154684618,"stop":1710154684619,"duration":1}},{"uid":"7fb51606c7cec982","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7fb51606c7cec982","status":"passed","time":{"start":1710102693427,"stop":1710102693427,"duration":0}},{"uid":"a51b6d38a3d9b17d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/a51b6d38a3d9b17d","status":"passed","time":{"start":1710080898342,"stop":1710080898342,"duration":0}},{"uid":"a5bd726eebafdbda","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a5bd726eebafdbda","status":"passed","time":{"start":1710024575251,"stop":1710024575251,"duration":0}}]},"tags":[]},"source":"775cb751096e90ba.json","parameterValues":[]} \ No newline at end of file +{"uid":"8f4d38912d716ea4","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":1710308322595,"stop":1710308322595,"duration":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":"fd8dd94ddae5d487","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd8dd94ddae5d487","status":"passed","time":{"start":1710307207058,"stop":1710307207058,"duration":0}},{"uid":"415511530335f4c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/415511530335f4c0","status":"passed","time":{"start":1710287412745,"stop":1710287412745,"duration":0}},{"uid":"43b7144321503d51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43b7144321503d51","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"tags":[]},"source":"8f4d38912d716ea4.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/756ee6c4789cdc1e.json b/6685/data/test-cases/8f70853da5af5ead.json similarity index 53% rename from 6651/data/test-cases/756ee6c4789cdc1e.json rename to 6685/data/test-cases/8f70853da5af5ead.json index f9a1f94d36a..7823c4dfe5c 100644 --- a/6651/data/test-cases/756ee6c4789cdc1e.json +++ b/6685/data/test-cases/8f70853da5af5ead.json @@ -1 +1 @@ -{"uid":"756ee6c4789cdc1e","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":1710204847157,"stop":1710204847158,"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}],"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}],"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":23,"unknown":0,"total":23},"items":[{"uid":"e05da92e11a7acb5","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/e05da92e11a7acb5","status":"passed","time":{"start":1710204758057,"stop":1710204758057,"duration":0}},{"uid":"6ea82d0b359ceb28","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6ea82d0b359ceb28","status":"passed","time":{"start":1710204644535,"stop":1710204644535,"duration":0}},{"uid":"ed264d17a5d69804","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ed264d17a5d69804","status":"passed","time":{"start":1710204397791,"stop":1710204397792,"duration":1}},{"uid":"5394c402d51018cd","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5394c402d51018cd","status":"passed","time":{"start":1710203124560,"stop":1710203124560,"duration":0}},{"uid":"afc1061750b0275a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/afc1061750b0275a","status":"passed","time":{"start":1710199597267,"stop":1710199597268,"duration":1}},{"uid":"9c386b732f87e1a0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9c386b732f87e1a0","status":"passed","time":{"start":1710199500502,"stop":1710199500502,"duration":0}},{"uid":"6e1ac782e2a53f10","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/6e1ac782e2a53f10","status":"passed","time":{"start":1710197045880,"stop":1710197045881,"duration":1}},{"uid":"71cd42fc648b3cc4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/71cd42fc648b3cc4","status":"passed","time":{"start":1710167852340,"stop":1710167852341,"duration":1}},{"uid":"badb16af4c64c426","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/badb16af4c64c426","status":"passed","time":{"start":1710167082314,"stop":1710167082315,"duration":1}},{"uid":"3636660415a9a6a4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3636660415a9a6a4","status":"passed","time":{"start":1710167195439,"stop":1710167195439,"duration":0}},{"uid":"8e1a8e037d6d6643","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/8e1a8e037d6d6643","status":"passed","time":{"start":1710166330616,"stop":1710166330617,"duration":1}},{"uid":"a914256a4845e972","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/a914256a4845e972","status":"passed","time":{"start":1710164562592,"stop":1710164562592,"duration":0}},{"uid":"c7657c04f94dd1f5","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c7657c04f94dd1f5","status":"passed","time":{"start":1710163707607,"stop":1710163707608,"duration":1}},{"uid":"1514038efdf2b65b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/1514038efdf2b65b","status":"passed","time":{"start":1710163560159,"stop":1710163560160,"duration":1}},{"uid":"f95a2cb3012cd59e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f95a2cb3012cd59e","status":"passed","time":{"start":1710155619548,"stop":1710155619549,"duration":1}},{"uid":"b8c62faf6d7640","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b8c62faf6d7640","status":"passed","time":{"start":1710154844973,"stop":1710154844973,"duration":0}},{"uid":"36627ccab942eab2","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/36627ccab942eab2","status":"passed","time":{"start":1710154443620,"stop":1710154443621,"duration":1}},{"uid":"6b2be464ac7f3a53","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6b2be464ac7f3a53","status":"passed","time":{"start":1710102468299,"stop":1710102468299,"duration":0}},{"uid":"e0f3700fe1215e67","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e0f3700fe1215e67","status":"passed","time":{"start":1710080683646,"stop":1710080683647,"duration":1}},{"uid":"b8fc4e6fa1e10bb1","reportUrl":"https://waku-org.github.io/js-waku/6617//#testresult/b8fc4e6fa1e10bb1","status":"passed","time":{"start":1709873506674,"stop":1709873506675,"duration":1}}]},"tags":[]},"source":"756ee6c4789cdc1e.json","parameterValues":[]} \ No newline at end of file +{"uid":"8f70853da5af5ead","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":1710308092685,"stop":1710308092685,"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}],"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}],"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":"3126d9bf5267218d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3126d9bf5267218d","status":"passed","time":{"start":1710306981490,"stop":1710306981491,"duration":1}},{"uid":"85604c0f65c9c498","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85604c0f65c9c498","status":"passed","time":{"start":1710287198105,"stop":1710287198105,"duration":0}},{"uid":"986c8937656c2be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/986c8937656c2be","status":"passed","time":{"start":1710284459986,"stop":1710284459986,"duration":0}}]},"tags":[]},"source":"8f70853da5af5ead.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f5d7067ee9209454.json b/6685/data/test-cases/8f74ce67607fe248.json similarity index 80% rename from 6651/data/test-cases/f5d7067ee9209454.json rename to 6685/data/test-cases/8f74ce67607fe248.json index 133eb17ca10..a9e43fa42a7 100644 --- a/6651/data/test-cases/f5d7067ee9209454.json +++ b/6685/data/test-cases/8f74ce67607fe248.json @@ -1 +1 @@ -{"uid":"f5d7067ee9209454","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":1710204945847,"stop":1710204945847,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"344156234a56b372","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/344156234a56b372","status":"passed","time":{"start":1710204830296,"stop":1710204830297,"duration":1}},{"uid":"9b3cd879a7160b37","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9b3cd879a7160b37","status":"passed","time":{"start":1710204733012,"stop":1710204733013,"duration":1}},{"uid":"bead0e0756fe05bc","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bead0e0756fe05bc","status":"passed","time":{"start":1710204477779,"stop":1710204477780,"duration":1}},{"uid":"b2423769c6358c80","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/b2423769c6358c80","status":"passed","time":{"start":1710203199473,"stop":1710203199473,"duration":0}},{"uid":"69588fdc7d60f52b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/69588fdc7d60f52b","status":"passed","time":{"start":1710199697837,"stop":1710199697837,"duration":0}},{"uid":"fe3b9cefdea80fd6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/fe3b9cefdea80fd6","status":"passed","time":{"start":1710199591763,"stop":1710199591763,"duration":0}},{"uid":"3a36d19885780749","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3a36d19885780749","status":"passed","time":{"start":1710197131791,"stop":1710197131792,"duration":1}},{"uid":"26250158b6fe4615","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/26250158b6fe4615","status":"passed","time":{"start":1710167952603,"stop":1710167952603,"duration":0}},{"uid":"59ae4191c21c801c","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/59ae4191c21c801c","status":"passed","time":{"start":1710167221551,"stop":1710167221553,"duration":2}},{"uid":"f8bba4c6abf5a565","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f8bba4c6abf5a565","status":"passed","time":{"start":1710167283380,"stop":1710167283380,"duration":0}},{"uid":"6c32ac3c8d606c28","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6c32ac3c8d606c28","status":"passed","time":{"start":1710166420489,"stop":1710166420489,"duration":0}},{"uid":"ab4a158b1ab750a6","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ab4a158b1ab750a6","status":"passed","time":{"start":1710164634573,"stop":1710164634573,"duration":0}},{"uid":"96319deff63bca23","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/96319deff63bca23","status":"passed","time":{"start":1710163791792,"stop":1710163791792,"duration":0}},{"uid":"792187bfae907d37","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/792187bfae907d37","status":"passed","time":{"start":1710163655802,"stop":1710163655802,"duration":0}},{"uid":"637f7b8f6ed7a204","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/637f7b8f6ed7a204","status":"passed","time":{"start":1710155712325,"stop":1710155712326,"duration":1}},{"uid":"ebfc53f1cd1cf641","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ebfc53f1cd1cf641","status":"passed","time":{"start":1710154919635,"stop":1710154919636,"duration":1}},{"uid":"2a943e161a6eddb8","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/2a943e161a6eddb8","status":"passed","time":{"start":1710154537147,"stop":1710154537147,"duration":0}},{"uid":"dbda8ed34a036d97","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/dbda8ed34a036d97","status":"passed","time":{"start":1710102560688,"stop":1710102560688,"duration":0}},{"uid":"ac3e34142c457595","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ac3e34142c457595","status":"passed","time":{"start":1710080763702,"stop":1710080763702,"duration":0}},{"uid":"63e9e51c699be06b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/63e9e51c699be06b","status":"passed","time":{"start":1710024433736,"stop":1710024433737,"duration":1}}]},"tags":[]},"source":"f5d7067ee9209454.json","parameterValues":[]} \ No newline at end of file +{"uid":"8f74ce67607fe248","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":1710308192970,"stop":1710308192971,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"98f30a5843dbba20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/98f30a5843dbba20","status":"passed","time":{"start":1710307078650,"stop":1710307078650,"duration":0}},{"uid":"8df3b3f4d22af581","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8df3b3f4d22af581","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"f64f531c3d6ec712","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f64f531c3d6ec712","status":"passed","time":{"start":1710284550772,"stop":1710284550773,"duration":1}}]},"tags":[]},"source":"8f74ce67607fe248.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/19be0015b00973ce.json b/6685/data/test-cases/9111ea84523b95fe.json similarity index 80% rename from 6651/data/test-cases/19be0015b00973ce.json rename to 6685/data/test-cases/9111ea84523b95fe.json index e293507415b..65284980d63 100644 --- a/6651/data/test-cases/19be0015b00973ce.json +++ b/6685/data/test-cases/9111ea84523b95fe.json @@ -1 +1 @@ -{"uid":"19be0015b00973ce","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":1710204945845,"stop":1710204945846,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"d87e1528aa8041c5","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d87e1528aa8041c5","status":"passed","time":{"start":1710204830295,"stop":1710204830295,"duration":0}},{"uid":"a283660c68b56692","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a283660c68b56692","status":"passed","time":{"start":1710204733011,"stop":1710204733011,"duration":0}},{"uid":"38bd201b19128b5e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/38bd201b19128b5e","status":"passed","time":{"start":1710204477774,"stop":1710204477776,"duration":2}},{"uid":"3e41a8591f3aada5","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3e41a8591f3aada5","status":"passed","time":{"start":1710203199471,"stop":1710203199472,"duration":1}},{"uid":"d8f86584c7fa611e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d8f86584c7fa611e","status":"passed","time":{"start":1710199697835,"stop":1710199697836,"duration":1}},{"uid":"ae6142eff239ceff","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ae6142eff239ceff","status":"passed","time":{"start":1710199591762,"stop":1710199591762,"duration":0}},{"uid":"62dd253befb6b9f1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/62dd253befb6b9f1","status":"passed","time":{"start":1710197131789,"stop":1710197131790,"duration":1}},{"uid":"92bf647c0a76940b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/92bf647c0a76940b","status":"passed","time":{"start":1710167952601,"stop":1710167952601,"duration":0}},{"uid":"be8404f6fe4f9c90","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/be8404f6fe4f9c90","status":"passed","time":{"start":1710167221550,"stop":1710167221550,"duration":0}},{"uid":"f64db20ebab23a84","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f64db20ebab23a84","status":"passed","time":{"start":1710167283378,"stop":1710167283379,"duration":1}},{"uid":"6c0b4ec62ae0307c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6c0b4ec62ae0307c","status":"passed","time":{"start":1710166420487,"stop":1710166420488,"duration":1}},{"uid":"4fe3d60e95f57327","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/4fe3d60e95f57327","status":"passed","time":{"start":1710164634571,"stop":1710164634572,"duration":1}},{"uid":"4f1d4c782639c94a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4f1d4c782639c94a","status":"passed","time":{"start":1710163791791,"stop":1710163791791,"duration":0}},{"uid":"616c384d93880bcf","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/616c384d93880bcf","status":"passed","time":{"start":1710163655800,"stop":1710163655801,"duration":1}},{"uid":"fdcba35e77efe375","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/fdcba35e77efe375","status":"passed","time":{"start":1710155712324,"stop":1710155712324,"duration":0}},{"uid":"3c4349f17b6ad733","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3c4349f17b6ad733","status":"passed","time":{"start":1710154919634,"stop":1710154919634,"duration":0}},{"uid":"ef5798e7446123e7","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ef5798e7446123e7","status":"passed","time":{"start":1710154537146,"stop":1710154537146,"duration":0}},{"uid":"5cc0e301f788192","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5cc0e301f788192","status":"passed","time":{"start":1710102560680,"stop":1710102560681,"duration":1}},{"uid":"16d042eb25f76faf","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/16d042eb25f76faf","status":"passed","time":{"start":1710080763698,"stop":1710080763698,"duration":0}},{"uid":"52bb6341df91e1c0","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/52bb6341df91e1c0","status":"passed","time":{"start":1710024433735,"stop":1710024433735,"duration":0}}]},"tags":[]},"source":"19be0015b00973ce.json","parameterValues":[]} \ No newline at end of file +{"uid":"9111ea84523b95fe","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":1710308192969,"stop":1710308192969,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e06321cee29d90c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e06321cee29d90c7","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"9b445a8f69698970","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b445a8f69698970","status":"passed","time":{"start":1710287282000,"stop":1710287282001,"duration":1}},{"uid":"c0292ae26bd1706a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c0292ae26bd1706a","status":"passed","time":{"start":1710284550769,"stop":1710284550770,"duration":1}}]},"tags":[]},"source":"9111ea84523b95fe.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9117289dde432b2f.json b/6685/data/test-cases/9117289dde432b2f.json new file mode 100644 index 00000000000..db7d58472f5 --- /dev/null +++ b/6685/data/test-cases/9117289dde432b2f.json @@ -0,0 +1 @@ +{"uid":"9117289dde432b2f","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":1710308416747,"stop":1710308416747,"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":"b5cabd941399f45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5cabd941399f45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"35b2b188399bea4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35b2b188399bea4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509783,"stop":1710287509784,"duration":1}},{"uid":"889a479d0ee42e64","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/889a479d0ee42e64","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775874,"stop":1710284775874,"duration":0}}]},"tags":[]},"source":"9117289dde432b2f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9195e5e15efab4b.json b/6685/data/test-cases/9195e5e15efab4b.json new file mode 100644 index 00000000000..6cc712d6aae --- /dev/null +++ b/6685/data/test-cases/9195e5e15efab4b.json @@ -0,0 +1 @@ +{"uid":"9195e5e15efab4b","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":1710307898605,"stop":1710307898606,"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":"eab128fb35e5d15a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eab128fb35e5d15a","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"710fe3fa2379f83b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/710fe3fa2379f83b","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"d1f485f1943aba79","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f485f1943aba79","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"tags":[]},"source":"9195e5e15efab4b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/91a9d57cda423db.json b/6685/data/test-cases/91a9d57cda423db.json new file mode 100644 index 00000000000..dba5aaef045 --- /dev/null +++ b/6685/data/test-cases/91a9d57cda423db.json @@ -0,0 +1 @@ +{"uid":"91a9d57cda423db","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":1710308459425,"stop":1710308459426,"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":"ce05dda30542d80e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce05dda30542d80e","status":"passed","time":{"start":1710307342519,"stop":1710307342520,"duration":1}},{"uid":"5ea5e58299bb2a9a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5ea5e58299bb2a9a","status":"passed","time":{"start":1710287544910,"stop":1710287544911,"duration":1}},{"uid":"f956aab39190b59f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f956aab39190b59f","status":"passed","time":{"start":1710284805008,"stop":1710284805008,"duration":0}}]},"tags":[]},"source":"91a9d57cda423db.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/92c55f66bc83ffbf.json b/6685/data/test-cases/92c55f66bc83ffbf.json new file mode 100644 index 00000000000..06098982a54 --- /dev/null +++ b/6685/data/test-cases/92c55f66bc83ffbf.json @@ -0,0 +1 @@ +{"uid":"92c55f66bc83ffbf","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":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"8331c3ddab54ef15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8331c3ddab54ef15","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"efda5e6304605269","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efda5e6304605269","status":"passed","time":{"start":1710287674905,"stop":1710287674906,"duration":1}},{"uid":"3282beed6b2b7dd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3282beed6b2b7dd1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"tags":[]},"source":"92c55f66bc83ffbf.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/92efcaff04194f18.json b/6685/data/test-cases/92efcaff04194f18.json new file mode 100644 index 00000000000..91194a13807 --- /dev/null +++ b/6685/data/test-cases/92efcaff04194f18.json @@ -0,0 +1 @@ +{"uid":"92efcaff04194f18","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":1710308167157,"stop":1710308167157,"duration":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":"24efdf966e4ef57d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24efdf966e4ef57d","status":"passed","time":{"start":1710307045657,"stop":1710307045659,"duration":2}},{"uid":"a3538c79f8a8d637","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3538c79f8a8d637","status":"passed","time":{"start":1710287245597,"stop":1710287245607,"duration":10}},{"uid":"6f5b7f7f91bcf274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6f5b7f7f91bcf274","status":"passed","time":{"start":1710284503141,"stop":1710284503141,"duration":0}}]},"tags":[]},"source":"92efcaff04194f18.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8970efcd225e1c45.json b/6685/data/test-cases/93a0c157206c50ba.json similarity index 84% rename from 6651/data/test-cases/8970efcd225e1c45.json rename to 6685/data/test-cases/93a0c157206c50ba.json index ead2397bcf7..c43692891f4 100644 --- a/6651/data/test-cases/8970efcd225e1c45.json +++ b/6685/data/test-cases/93a0c157206c50ba.json @@ -1 +1 @@ -{"uid":"8970efcd225e1c45","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":1710205063419,"stop":1710205063420,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"469aa3c9447445e9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/469aa3c9447445e9","status":"passed","time":{"start":1710204974367,"stop":1710204974368,"duration":1}},{"uid":"8ac2491a915330fa","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/8ac2491a915330fa","status":"passed","time":{"start":1710204858052,"stop":1710204858053,"duration":1}},{"uid":"1153247ff240daed","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1153247ff240daed","status":"passed","time":{"start":1710204613887,"stop":1710204613888,"duration":1}},{"uid":"177b7082a69ffbd2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/177b7082a69ffbd2","status":"passed","time":{"start":1710203332617,"stop":1710203332617,"duration":0}},{"uid":"fc50e4f0b1a4e95e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/fc50e4f0b1a4e95e","status":"passed","time":{"start":1710199825183,"stop":1710199825183,"duration":0}},{"uid":"bba5cbabb3083bae","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bba5cbabb3083bae","status":"passed","time":{"start":1710199731764,"stop":1710199731765,"duration":1}},{"uid":"4775cfd3189ba9e4","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4775cfd3189ba9e4","status":"passed","time":{"start":1710197275114,"stop":1710197275114,"duration":0}},{"uid":"cc565bdbbe7c1210","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cc565bdbbe7c1210","status":"passed","time":{"start":1710168106286,"stop":1710168106286,"duration":0}},{"uid":"dac90123abe848af","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/dac90123abe848af","status":"passed","time":{"start":1710167360916,"stop":1710167360917,"duration":1}},{"uid":"cf41bad16978de31","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/cf41bad16978de31","status":"passed","time":{"start":1710167407572,"stop":1710167407573,"duration":1}},{"uid":"7e3fa141514507af","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7e3fa141514507af","status":"passed","time":{"start":1710166544397,"stop":1710166544397,"duration":0}},{"uid":"45ee22f29540d64","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/45ee22f29540d64","status":"passed","time":{"start":1710164782815,"stop":1710164782816,"duration":1}},{"uid":"1189ec932c29ff11","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1189ec932c29ff11","status":"passed","time":{"start":1710163934765,"stop":1710163934765,"duration":0}},{"uid":"a7853fd15479adb3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a7853fd15479adb3","status":"passed","time":{"start":1710163799617,"stop":1710163799618,"duration":1}},{"uid":"7379ac53399da21c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7379ac53399da21c","status":"passed","time":{"start":1710155833703,"stop":1710155833703,"duration":0}},{"uid":"efd3e97292ba433c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/efd3e97292ba433c","status":"passed","time":{"start":1710155066242,"stop":1710155066242,"duration":0}},{"uid":"7ebd380620527b64","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7ebd380620527b64","status":"passed","time":{"start":1710154684659,"stop":1710154684659,"duration":0}},{"uid":"f59bf809d6e670f0","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f59bf809d6e670f0","status":"passed","time":{"start":1710102693455,"stop":1710102693455,"duration":0}},{"uid":"d5eae044f0452a9c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d5eae044f0452a9c","status":"passed","time":{"start":1710080898354,"stop":1710080898355,"duration":1}},{"uid":"d16f194fc0edf755","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d16f194fc0edf755","status":"passed","time":{"start":1710024575271,"stop":1710024575280,"duration":9}}]},"tags":[]},"source":"8970efcd225e1c45.json","parameterValues":[]} \ No newline at end of file +{"uid":"93a0c157206c50ba","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":1710308322615,"stop":1710308322615,"duration":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":"2ba8dca9e38d7969","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ba8dca9e38d7969","status":"passed","time":{"start":1710307207092,"stop":1710307207092,"duration":0}},{"uid":"9794cc747adb734a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9794cc747adb734a","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"495c3499b53b3f7b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/495c3499b53b3f7b","status":"passed","time":{"start":1710284680790,"stop":1710284680791,"duration":1}}]},"tags":[]},"source":"93a0c157206c50ba.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/943f71db8026f162.json b/6685/data/test-cases/943f71db8026f162.json new file mode 100644 index 00000000000..51eeac6eafa --- /dev/null +++ b/6685/data/test-cases/943f71db8026f162.json @@ -0,0 +1 @@ +{"uid":"943f71db8026f162","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":1710308494290,"stop":1710308494290,"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":"c36628ea0624b88","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c36628ea0624b88","status":"passed","time":{"start":1710307383798,"stop":1710307383799,"duration":1}},{"uid":"49e3ba01c6cd5874","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49e3ba01c6cd5874","status":"passed","time":{"start":1710287594290,"stop":1710287594293,"duration":3}},{"uid":"c3a31c26fefc3b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c3a31c26fefc3b3e","status":"passed","time":{"start":1710284859497,"stop":1710284859498,"duration":1}}]},"tags":[]},"source":"943f71db8026f162.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/48ec22c1e2e93c99.json b/6685/data/test-cases/94c1a6601a18a435.json similarity index 81% rename from 6651/data/test-cases/48ec22c1e2e93c99.json rename to 6685/data/test-cases/94c1a6601a18a435.json index a34ea538c7f..87913021043 100644 --- a/6651/data/test-cases/48ec22c1e2e93c99.json +++ b/6685/data/test-cases/94c1a6601a18a435.json @@ -1 +1 @@ -{"uid":"48ec22c1e2e93c99","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":1710205335157,"stop":1710205335159,"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},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"5f91721d9a693dda","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5f91721d9a693dda","status":"passed","time":{"start":1710205224523,"stop":1710205224523,"duration":0}},{"uid":"9fe9d5f7591152d5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9fe9d5f7591152d5","status":"passed","time":{"start":1710205109087,"stop":1710205109087,"duration":0}},{"uid":"2e8073773c5302c7","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/2e8073773c5302c7","status":"passed","time":{"start":1710204865556,"stop":1710204865557,"duration":1}},{"uid":"5909e991eb38c84b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5909e991eb38c84b","status":"passed","time":{"start":1710203577240,"stop":1710203577240,"duration":0}},{"uid":"e4ec024ee19f0138","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e4ec024ee19f0138","status":"passed","time":{"start":1710200067254,"stop":1710200067254,"duration":0}},{"uid":"fdd7b23fad4521bf","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/fdd7b23fad4521bf","status":"passed","time":{"start":1710199972407,"stop":1710199972408,"duration":1}},{"uid":"4d480b56b7d02f7","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4d480b56b7d02f7","status":"passed","time":{"start":1710197502500,"stop":1710197502500,"duration":0}},{"uid":"c7a326d08343d9ec","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c7a326d08343d9ec","status":"passed","time":{"start":1710168342010,"stop":1710168342010,"duration":0}},{"uid":"ea070cd754c81b27","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ea070cd754c81b27","status":"passed","time":{"start":1710167568834,"stop":1710167568834,"duration":0}},{"uid":"bfd19c901ee2b235","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/bfd19c901ee2b235","status":"passed","time":{"start":1710167665518,"stop":1710167665518,"duration":0}},{"uid":"dc8d5c29019dbe9f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/dc8d5c29019dbe9f","status":"passed","time":{"start":1710166795573,"stop":1710166795573,"duration":0}},{"uid":"84f9f745daf4eece","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/84f9f745daf4eece","status":"passed","time":{"start":1710165026137,"stop":1710165026137,"duration":0}},{"uid":"7508aedcffe503a4","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7508aedcffe503a4","status":"passed","time":{"start":1710164176719,"stop":1710164176719,"duration":0}},{"uid":"117614938a09ea91","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/117614938a09ea91","status":"passed","time":{"start":1710164039993,"stop":1710164039993,"duration":0}},{"uid":"18a69fb7c25f6f7f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/18a69fb7c25f6f7f","status":"passed","time":{"start":1710156088907,"stop":1710156088907,"duration":0}},{"uid":"5020ed538dc5813","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5020ed538dc5813","status":"passed","time":{"start":1710155298418,"stop":1710155298418,"duration":0}},{"uid":"22420bbdce990afc","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/22420bbdce990afc","status":"passed","time":{"start":1710154928202,"stop":1710154928202,"duration":0}},{"uid":"93515c5079fcf3e0","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/93515c5079fcf3e0","status":"passed","time":{"start":1710102939228,"stop":1710102939229,"duration":1}},{"uid":"c7fabf0e0050011d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c7fabf0e0050011d","status":"passed","time":{"start":1710081135425,"stop":1710081135425,"duration":0}},{"uid":"3a359d57f993276f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3a359d57f993276f","status":"passed","time":{"start":1710024806429,"stop":1710024806429,"duration":0}}]},"tags":[]},"source":"48ec22c1e2e93c99.json","parameterValues":[]} \ No newline at end of file +{"uid":"94c1a6601a18a435","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":1710308572948,"stop":1710308572949,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7f285870fe8b1795","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f285870fe8b1795","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"d71d46d38b380f96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d71d46d38b380f96","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"c92f23dcd0c7bf8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c92f23dcd0c7bf8b","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"tags":[]},"source":"94c1a6601a18a435.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/94d202265557b95.json b/6685/data/test-cases/94d202265557b95.json new file mode 100644 index 00000000000..b9a2761266f --- /dev/null +++ b/6685/data/test-cases/94d202265557b95.json @@ -0,0 +1 @@ +{"uid":"94d202265557b95","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":1710308092721,"stop":1710308092721,"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":"88b3a75e271d6266","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88b3a75e271d6266","status":"passed","time":{"start":1710306981522,"stop":1710306981524,"duration":2}},{"uid":"db34df37d21e0529","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/db34df37d21e0529","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"209994afd18c7a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/209994afd18c7a9","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"tags":[]},"source":"94d202265557b95.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/952571cd432fe180.json b/6685/data/test-cases/952571cd432fe180.json new file mode 100644 index 00000000000..f3a10b29c01 --- /dev/null +++ b/6685/data/test-cases/952571cd432fe180.json @@ -0,0 +1 @@ +{"uid":"952571cd432fe180","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":1710308092701,"stop":1710308092702,"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":"2a68dd79b81a3b9a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a68dd79b81a3b9a","status":"passed","time":{"start":1710306981506,"stop":1710306981506,"duration":0}},{"uid":"1c0459ab974de853","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c0459ab974de853","status":"passed","time":{"start":1710287198122,"stop":1710287198124,"duration":2}},{"uid":"69fa1474507c4637","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/69fa1474507c4637","status":"passed","time":{"start":1710284459997,"stop":1710284459997,"duration":0}}]},"tags":[]},"source":"952571cd432fe180.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b0531b9afdc7152b.json b/6685/data/test-cases/95e0f99bb51c9783.json similarity index 84% rename from 6651/data/test-cases/b0531b9afdc7152b.json rename to 6685/data/test-cases/95e0f99bb51c9783.json index ad88c7fa9be..77ad1f5b79a 100644 --- a/6651/data/test-cases/b0531b9afdc7152b.json +++ b/6685/data/test-cases/95e0f99bb51c9783.json @@ -1 +1 @@ -{"uid":"b0531b9afdc7152b","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":1710205063416,"stop":1710205063416,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"92852f6393ed791d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/92852f6393ed791d","status":"passed","time":{"start":1710204974360,"stop":1710204974361,"duration":1}},{"uid":"e5d33f00af189116","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e5d33f00af189116","status":"passed","time":{"start":1710204858048,"stop":1710204858049,"duration":1}},{"uid":"d15d9bf8898e7a2b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d15d9bf8898e7a2b","status":"passed","time":{"start":1710204613878,"stop":1710204613879,"duration":1}},{"uid":"7242a5e20becc028","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/7242a5e20becc028","status":"passed","time":{"start":1710203332613,"stop":1710203332613,"duration":0}},{"uid":"501e49d1781ce3a4","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/501e49d1781ce3a4","status":"passed","time":{"start":1710199825180,"stop":1710199825180,"duration":0}},{"uid":"5f7e2111b1417663","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/5f7e2111b1417663","status":"passed","time":{"start":1710199731756,"stop":1710199731757,"duration":1}},{"uid":"1b1fc7144852d680","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1b1fc7144852d680","status":"passed","time":{"start":1710197275107,"stop":1710197275109,"duration":2}},{"uid":"29b3f3c692882b3d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/29b3f3c692882b3d","status":"passed","time":{"start":1710168106279,"stop":1710168106280,"duration":1}},{"uid":"ee21f0517cfc1423","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ee21f0517cfc1423","status":"passed","time":{"start":1710167360901,"stop":1710167360901,"duration":0}},{"uid":"f423e30096e54a98","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f423e30096e54a98","status":"passed","time":{"start":1710167407563,"stop":1710167407563,"duration":0}},{"uid":"167344bc1fc8dc23","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/167344bc1fc8dc23","status":"passed","time":{"start":1710166544393,"stop":1710166544393,"duration":0}},{"uid":"aa8fb348ce14b305","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/aa8fb348ce14b305","status":"passed","time":{"start":1710164782791,"stop":1710164782792,"duration":1}},{"uid":"2aeab01f7c712651","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2aeab01f7c712651","status":"passed","time":{"start":1710163934761,"stop":1710163934761,"duration":0}},{"uid":"b99f153a32337f29","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b99f153a32337f29","status":"passed","time":{"start":1710163799608,"stop":1710163799608,"duration":0}},{"uid":"17c91ac8fff4924d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/17c91ac8fff4924d","status":"passed","time":{"start":1710155833699,"stop":1710155833699,"duration":0}},{"uid":"63345bb5a00b072a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/63345bb5a00b072a","status":"passed","time":{"start":1710155066238,"stop":1710155066238,"duration":0}},{"uid":"e04935888a1ed346","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e04935888a1ed346","status":"passed","time":{"start":1710154684634,"stop":1710154684634,"duration":0}},{"uid":"ab8bb821909e0cec","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ab8bb821909e0cec","status":"passed","time":{"start":1710102693450,"stop":1710102693451,"duration":1}},{"uid":"a40b520f31f5d3ec","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/a40b520f31f5d3ec","status":"passed","time":{"start":1710080898348,"stop":1710080898348,"duration":0}},{"uid":"7b7eb50cea70353a","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7b7eb50cea70353a","status":"passed","time":{"start":1710024575259,"stop":1710024575264,"duration":5}}]},"tags":[]},"source":"b0531b9afdc7152b.json","parameterValues":[]} \ No newline at end of file +{"uid":"95e0f99bb51c9783","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":1710308322611,"stop":1710308322612,"duration":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":"bca8c0d799250b5c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bca8c0d799250b5c","status":"passed","time":{"start":1710307207087,"stop":1710307207088,"duration":1}},{"uid":"66c12a193eba7ec6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66c12a193eba7ec6","status":"passed","time":{"start":1710287412753,"stop":1710287412753,"duration":0}},{"uid":"98b1ecd01aa0405c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/98b1ecd01aa0405c","status":"passed","time":{"start":1710284680787,"stop":1710284680787,"duration":0}}]},"tags":[]},"source":"95e0f99bb51c9783.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/961c402fe2a47a78.json b/6685/data/test-cases/961c402fe2a47a78.json new file mode 100644 index 00000000000..11b9efbf31c --- /dev/null +++ b/6685/data/test-cases/961c402fe2a47a78.json @@ -0,0 +1 @@ +{"uid":"961c402fe2a47a78","name":"Rejects garbage","fullName":"/src/message_validator.spec.ts: Message Validator > Rejects garbage","historyId":"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307906862,"stop":1710307906863,"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":"767f66186c35121d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/767f66186c35121d","status":"passed","time":{"start":1710306799980,"stop":1710306799980,"duration":0}},{"uid":"77ee8f566b3ae056","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77ee8f566b3ae056","status":"passed","time":{"start":1710287005164,"stop":1710287005164,"duration":0}},{"uid":"9c1098ed4902be00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c1098ed4902be00","status":"passed","time":{"start":1710284267722,"stop":1710284267722,"duration":0}}]},"tags":[]},"source":"961c402fe2a47a78.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/96248d99d46394e1.json b/6685/data/test-cases/96248d99d46394e1.json new file mode 100644 index 00000000000..a197b4fb639 --- /dev/null +++ b/6685/data/test-cases/96248d99d46394e1.json @@ -0,0 +1 @@ +{"uid":"96248d99d46394e1","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is also > A test","historyId":"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308193084,"stop":1710308193085,"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":"329107f8811dd049","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/329107f8811dd049","status":"passed","time":{"start":1710307078724,"stop":1710307078724,"duration":0}},{"uid":"a6c65a2abfc32007","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6c65a2abfc32007","status":"passed","time":{"start":1710287282131,"stop":1710287282132,"duration":1}},{"uid":"70dee33a62f0f922","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70dee33a62f0f922","status":"passed","time":{"start":1710284550840,"stop":1710284550841,"duration":1}}]},"tags":[]},"source":"96248d99d46394e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ad041cc6a9b8343.json b/6685/data/test-cases/963bd816a7c1d5c1.json similarity index 84% rename from 6651/data/test-cases/ad041cc6a9b8343.json rename to 6685/data/test-cases/963bd816a7c1d5c1.json index e71d01a5907..1cf452b5531 100644 --- a/6651/data/test-cases/ad041cc6a9b8343.json +++ b/6685/data/test-cases/963bd816a7c1d5c1.json @@ -1 +1 @@ -{"uid":"ad041cc6a9b8343","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":1710205233004,"stop":1710205233008,"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":72,"unknown":0,"total":72},"items":[{"uid":"eb7c8c79801e6324","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/eb7c8c79801e6324","status":"passed","time":{"start":1710205120346,"stop":1710205120348,"duration":2}},{"uid":"b13efcec25185831","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b13efcec25185831","status":"passed","time":{"start":1710205004854,"stop":1710205004854,"duration":0}},{"uid":"1c241ac8b1796268","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1c241ac8b1796268","status":"passed","time":{"start":1710204772087,"stop":1710204772088,"duration":1}},{"uid":"1617d145725c5b0d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1617d145725c5b0d","status":"passed","time":{"start":1710203476058,"stop":1710203476059,"duration":1}},{"uid":"2cfb100c70cf8561","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2cfb100c70cf8561","status":"passed","time":{"start":1710199958108,"stop":1710199958109,"duration":1}},{"uid":"833e9c9d419513b2","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/833e9c9d419513b2","status":"passed","time":{"start":1710199882633,"stop":1710199882633,"duration":0}},{"uid":"e931362e8e8300fa","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e931362e8e8300fa","status":"passed","time":{"start":1710197397384,"stop":1710197397384,"duration":0}},{"uid":"85473117240b51e6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/85473117240b51e6","status":"passed","time":{"start":1710168235129,"stop":1710168235136,"duration":7}},{"uid":"5847180d9203e161","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5847180d9203e161","status":"passed","time":{"start":1710167420249,"stop":1710167420262,"duration":13}},{"uid":"63ad5d7e5c3b7be3","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/63ad5d7e5c3b7be3","status":"passed","time":{"start":1710167568726,"stop":1710167568727,"duration":1}},{"uid":"886dba242bb7fd06","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/886dba242bb7fd06","status":"passed","time":{"start":1710166701473,"stop":1710166701474,"duration":1}},{"uid":"e1ed6f69ff40eab5","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e1ed6f69ff40eab5","status":"passed","time":{"start":1710164929237,"stop":1710164929238,"duration":1}},{"uid":"c3462d80e51aab0","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c3462d80e51aab0","status":"passed","time":{"start":1710164078400,"stop":1710164078401,"duration":1}},{"uid":"25aae072f85f1672","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/25aae072f85f1672","status":"passed","time":{"start":1710163927079,"stop":1710163927081,"duration":2}},{"uid":"508bea24e13115e3","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/508bea24e13115e3","status":"passed","time":{"start":1710155986292,"stop":1710155986293,"duration":1}},{"uid":"7f6cb46ce0e6687d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7f6cb46ce0e6687d","status":"passed","time":{"start":1710155212564,"stop":1710155212564,"duration":0}},{"uid":"4be5d11c10739c4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/4be5d11c10739c4","status":"passed","time":{"start":1710154813473,"stop":1710154813475,"duration":2}},{"uid":"5168147794f55c5","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5168147794f55c5","status":"passed","time":{"start":1710102845325,"stop":1710102845325,"duration":0}},{"uid":"4e2790fd3af7a12d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4e2790fd3af7a12d","status":"passed","time":{"start":1710081043177,"stop":1710081043178,"duration":1}},{"uid":"cabc923d9f9f6444","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/cabc923d9f9f6444","status":"passed","time":{"start":1710024705779,"stop":1710024705780,"duration":1}}]},"tags":[]},"source":"ad041cc6a9b8343.json","parameterValues":[]} \ No newline at end of file +{"uid":"963bd816a7c1d5c1","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":1710308463694,"stop":1710308463705,"duration":11},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bbede38292c05609","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbede38292c05609","status":"passed","time":{"start":1710307358465,"stop":1710307358466,"duration":1}},{"uid":"63d0e1b8551c0d6c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/63d0e1b8551c0d6c","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"d4c58249334f0efd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4c58249334f0efd","status":"passed","time":{"start":1710284852301,"stop":1710284852301,"duration":0}}]},"tags":[]},"source":"963bd816a7c1d5c1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/37681c34947956d6.json b/6685/data/test-cases/966b221cc867f9ad.json similarity index 81% rename from 6651/data/test-cases/37681c34947956d6.json rename to 6685/data/test-cases/966b221cc867f9ad.json index 0dd597d228e..de96fb72705 100644 --- a/6651/data/test-cases/37681c34947956d6.json +++ b/6685/data/test-cases/966b221cc867f9ad.json @@ -1 +1 @@ -{"uid":"37681c34947956d6","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":1710205335150,"stop":1710205335150,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"98362022ab213d87","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/98362022ab213d87","status":"passed","time":{"start":1710205224518,"stop":1710205224518,"duration":0}},{"uid":"2bb26da1bc591b0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2bb26da1bc591b0","status":"passed","time":{"start":1710205109083,"stop":1710205109083,"duration":0}},{"uid":"f20f3d174d6ffde4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f20f3d174d6ffde4","status":"passed","time":{"start":1710204865552,"stop":1710204865552,"duration":0}},{"uid":"edfdde5f3ebb0dfa","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/edfdde5f3ebb0dfa","status":"passed","time":{"start":1710203577236,"stop":1710203577236,"duration":0}},{"uid":"21bcdc73b996f6a4","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/21bcdc73b996f6a4","status":"passed","time":{"start":1710200067248,"stop":1710200067249,"duration":1}},{"uid":"8341d2c2fa25278a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8341d2c2fa25278a","status":"passed","time":{"start":1710199972402,"stop":1710199972402,"duration":0}},{"uid":"86b0e1ffe5252d5f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/86b0e1ffe5252d5f","status":"passed","time":{"start":1710197502494,"stop":1710197502494,"duration":0}},{"uid":"783ec88c73546ee8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/783ec88c73546ee8","status":"passed","time":{"start":1710168342006,"stop":1710168342006,"duration":0}},{"uid":"59b691336ef532b7","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/59b691336ef532b7","status":"passed","time":{"start":1710167568823,"stop":1710167568826,"duration":3}},{"uid":"3de0ead58adf17d0","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3de0ead58adf17d0","status":"passed","time":{"start":1710167665512,"stop":1710167665512,"duration":0}},{"uid":"3500f4f2f843e752","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3500f4f2f843e752","status":"passed","time":{"start":1710166795568,"stop":1710166795568,"duration":0}},{"uid":"63ac948fc69c3ef4","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/63ac948fc69c3ef4","status":"passed","time":{"start":1710165026132,"stop":1710165026132,"duration":0}},{"uid":"39d56b57e847f1b2","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/39d56b57e847f1b2","status":"passed","time":{"start":1710164176714,"stop":1710164176714,"duration":0}},{"uid":"e24c879038238b74","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e24c879038238b74","status":"passed","time":{"start":1710164039987,"stop":1710164039987,"duration":0}},{"uid":"fd9f14327d1000cb","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/fd9f14327d1000cb","status":"passed","time":{"start":1710156088902,"stop":1710156088902,"duration":0}},{"uid":"8bf24ec5c1e434c0","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8bf24ec5c1e434c0","status":"passed","time":{"start":1710155298412,"stop":1710155298413,"duration":1}},{"uid":"d3685b731004108b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d3685b731004108b","status":"passed","time":{"start":1710154928196,"stop":1710154928197,"duration":1}},{"uid":"f462c78137d9f7a4","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f462c78137d9f7a4","status":"passed","time":{"start":1710102939223,"stop":1710102939223,"duration":0}},{"uid":"89c55950dc1a9767","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/89c55950dc1a9767","status":"passed","time":{"start":1710081135420,"stop":1710081135420,"duration":0}},{"uid":"b84b135590a07bb","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b84b135590a07bb","status":"passed","time":{"start":1710024806424,"stop":1710024806424,"duration":0}}]},"tags":[]},"source":"37681c34947956d6.json","parameterValues":[]} \ No newline at end of file +{"uid":"966b221cc867f9ad","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":1710308572944,"stop":1710308572944,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"a44d8e03505b29d8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a44d8e03505b29d8","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"302a4f0be25ad5b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/302a4f0be25ad5b0","status":"passed","time":{"start":1710287674911,"stop":1710287674912,"duration":1}},{"uid":"d3cc908085ac8245","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3cc908085ac8245","status":"passed","time":{"start":1710284934072,"stop":1710284934073,"duration":1}}]},"tags":[]},"source":"966b221cc867f9ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9692272bf2580154.json b/6685/data/test-cases/9692272bf2580154.json new file mode 100644 index 00000000000..04b6a7e47eb --- /dev/null +++ b/6685/data/test-cases/9692272bf2580154.json @@ -0,0 +1 @@ +{"uid":"9692272bf2580154","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":1710307897769,"stop":1710307897770,"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":"322ec624736566aa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/322ec624736566aa","status":"passed","time":{"start":1710306791275,"stop":1710306791276,"duration":1}},{"uid":"a0ae040649cba6bc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0ae040649cba6bc","status":"passed","time":{"start":1710286996356,"stop":1710286996357,"duration":1}},{"uid":"7afa655ef9ded852","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7afa655ef9ded852","status":"passed","time":{"start":1710284258873,"stop":1710284258874,"duration":1}}]},"tags":[]},"source":"9692272bf2580154.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9750a678d29afff7.json b/6685/data/test-cases/9750a678d29afff7.json new file mode 100644 index 00000000000..aa06c62a32b --- /dev/null +++ b/6685/data/test-cases/9750a678d29afff7.json @@ -0,0 +1 @@ +{"uid":"9750a678d29afff7","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":1710307918134,"stop":1710307918135,"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":"8b043309421b5cb4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b043309421b5cb4","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"137ac58dd42e9eda","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/137ac58dd42e9eda","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"10b20c6c570ef1d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/10b20c6c570ef1d1","status":"passed","time":{"start":1710284279138,"stop":1710284279139,"duration":1}}]},"tags":[]},"source":"9750a678d29afff7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/97973916a21869f0.json b/6685/data/test-cases/97973916a21869f0.json new file mode 100644 index 00000000000..dede789068c --- /dev/null +++ b/6685/data/test-cases/97973916a21869f0.json @@ -0,0 +1 @@ +{"uid":"97973916a21869f0","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":1710308007025,"stop":1710308007025,"duration":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":"553e808c8c82db60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/553e808c8c82db60","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"a4285bd878157cf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4285bd878157cf9","status":"passed","time":{"start":1710287110711,"stop":1710287110713,"duration":2}},{"uid":"1159f9e747b75bc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1159f9e747b75bc4","status":"passed","time":{"start":1710284372021,"stop":1710284372021,"duration":0}}]},"tags":[]},"source":"97973916a21869f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/97b5d4d8cc7677d3.json b/6685/data/test-cases/97b5d4d8cc7677d3.json new file mode 100644 index 00000000000..65d4b710a46 --- /dev/null +++ b/6685/data/test-cases/97b5d4d8cc7677d3.json @@ -0,0 +1 @@ +{"uid":"97b5d4d8cc7677d3","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":1710308092703,"stop":1710308092704,"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":"1c531c411e8d1bb2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c531c411e8d1bb2","status":"passed","time":{"start":1710306981508,"stop":1710306981508,"duration":0}},{"uid":"666face20fb3f029","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/666face20fb3f029","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"e8bf1105b1b6015a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e8bf1105b1b6015a","status":"passed","time":{"start":1710284459999,"stop":1710284459999,"duration":0}}]},"tags":[]},"source":"97b5d4d8cc7677d3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d7cb0404dd3c1699.json b/6685/data/test-cases/989a3bdc2ee27224.json similarity index 83% rename from 6651/data/test-cases/d7cb0404dd3c1699.json rename to 6685/data/test-cases/989a3bdc2ee27224.json index 1ae3f20c64f..2197dff9253 100644 --- a/6651/data/test-cases/d7cb0404dd3c1699.json +++ b/6685/data/test-cases/989a3bdc2ee27224.json @@ -1 +1 @@ -{"uid":"d7cb0404dd3c1699","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":1710205063396,"stop":1710205063396,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"3365ac71fa779444","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3365ac71fa779444","status":"passed","time":{"start":1710204974351,"stop":1710204974351,"duration":0}},{"uid":"cbe2e62ce472d93","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/cbe2e62ce472d93","status":"passed","time":{"start":1710204858027,"stop":1710204858027,"duration":0}},{"uid":"aea1dbfb82ff4ac","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/aea1dbfb82ff4ac","status":"passed","time":{"start":1710204613864,"stop":1710204613864,"duration":0}},{"uid":"9ec61090f0268efc","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9ec61090f0268efc","status":"passed","time":{"start":1710203332584,"stop":1710203332585,"duration":1}},{"uid":"e2f4f84674faf1b6","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e2f4f84674faf1b6","status":"passed","time":{"start":1710199825172,"stop":1710199825173,"duration":1}},{"uid":"89d506e427fad8e0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/89d506e427fad8e0","status":"passed","time":{"start":1710199731744,"stop":1710199731744,"duration":0}},{"uid":"843b9c21b027b092","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/843b9c21b027b092","status":"passed","time":{"start":1710197275094,"stop":1710197275095,"duration":1}},{"uid":"8444c73dd6a3d03e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/8444c73dd6a3d03e","status":"passed","time":{"start":1710168106260,"stop":1710168106261,"duration":1}},{"uid":"e380ef7629a5b680","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e380ef7629a5b680","status":"passed","time":{"start":1710167360892,"stop":1710167360892,"duration":0}},{"uid":"eb4c83166d135e18","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/eb4c83166d135e18","status":"passed","time":{"start":1710167407539,"stop":1710167407540,"duration":1}},{"uid":"23e339b7e61b10ac","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/23e339b7e61b10ac","status":"passed","time":{"start":1710166544370,"stop":1710166544370,"duration":0}},{"uid":"59894c101395c7e9","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/59894c101395c7e9","status":"passed","time":{"start":1710164782777,"stop":1710164782777,"duration":0}},{"uid":"d8b4811b73692230","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d8b4811b73692230","status":"passed","time":{"start":1710163934751,"stop":1710163934751,"duration":0}},{"uid":"c8382d624bd2c19e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c8382d624bd2c19e","status":"passed","time":{"start":1710163799566,"stop":1710163799566,"duration":0}},{"uid":"3228cf729d4d580","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/3228cf729d4d580","status":"passed","time":{"start":1710155833690,"stop":1710155833690,"duration":0}},{"uid":"4297565dc87e235b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4297565dc87e235b","status":"passed","time":{"start":1710155066229,"stop":1710155066229,"duration":0}},{"uid":"d429461b8092876e","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d429461b8092876e","status":"passed","time":{"start":1710154684616,"stop":1710154684616,"duration":0}},{"uid":"c6fd9609c7f27b7c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c6fd9609c7f27b7c","status":"passed","time":{"start":1710102693369,"stop":1710102693369,"duration":0}},{"uid":"28c00bc530d836c0","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/28c00bc530d836c0","status":"passed","time":{"start":1710080898339,"stop":1710080898339,"duration":0}},{"uid":"61a526fc4f0fac5d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/61a526fc4f0fac5d","status":"passed","time":{"start":1710024575245,"stop":1710024575246,"duration":1}}]},"tags":[]},"source":"d7cb0404dd3c1699.json","parameterValues":[]} \ No newline at end of file +{"uid":"989a3bdc2ee27224","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":1710308322567,"stop":1710308322567,"duration":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":"a82a3f7416a0f3e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82a3f7416a0f3e2","status":"passed","time":{"start":1710307207049,"stop":1710307207049,"duration":0}},{"uid":"43d9ae001eb0b892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43d9ae001eb0b892","status":"passed","time":{"start":1710287412740,"stop":1710287412740,"duration":0}},{"uid":"dff85c261003806c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dff85c261003806c","status":"passed","time":{"start":1710284680766,"stop":1710284680767,"duration":1}}]},"tags":[]},"source":"989a3bdc2ee27224.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c48ae4e032318953.json b/6685/data/test-cases/98dcb862c1c7ae3d.json similarity index 60% rename from 6651/data/test-cases/c48ae4e032318953.json rename to 6685/data/test-cases/98dcb862c1c7ae3d.json index 4a93b6d2247..de32f11d5c4 100644 --- a/6651/data/test-cases/c48ae4e032318953.json +++ b/6685/data/test-cases/98dcb862c1c7ae3d.json @@ -1 +1 @@ -{"uid":"c48ae4e032318953","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":1710205199520,"stop":1710205199520,"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":73,"unknown":0,"total":73},"items":[{"uid":"bc43b7704e97331b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/bc43b7704e97331b","status":"passed","time":{"start":1710205105088,"stop":1710205105089,"duration":1}},{"uid":"7015c66bc4fa9c53","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/7015c66bc4fa9c53","status":"passed","time":{"start":1710204998964,"stop":1710204998965,"duration":1}},{"uid":"4394240a8b3943f5","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4394240a8b3943f5","status":"passed","time":{"start":1710204739417,"stop":1710204739418,"duration":1}},{"uid":"f9ae20750553939a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f9ae20750553939a","status":"passed","time":{"start":1710203453472,"stop":1710203453472,"duration":0}},{"uid":"3083bd4f52cf68cf","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3083bd4f52cf68cf","status":"passed","time":{"start":1710199946317,"stop":1710199946317,"duration":0}},{"uid":"c832179792391603","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c832179792391603","status":"passed","time":{"start":1710199840491,"stop":1710199840492,"duration":1}},{"uid":"8d5846bce1282c0e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8d5846bce1282c0e","status":"passed","time":{"start":1710197396744,"stop":1710197396745,"duration":1}},{"uid":"b82b3b16cd900332","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b82b3b16cd900332","status":"passed","time":{"start":1710168220886,"stop":1710168220886,"duration":0}},{"uid":"1552a47ddedc5278","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/1552a47ddedc5278","status":"passed","time":{"start":1710167545202,"stop":1710167545203,"duration":1}},{"uid":"c6989147a1bc710","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c6989147a1bc710","status":"passed","time":{"start":1710167538080,"stop":1710167538081,"duration":1}},{"uid":"d161a9219c13da9e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d161a9219c13da9e","status":"passed","time":{"start":1710166664466,"stop":1710166664467,"duration":1}},{"uid":"956a11e9d1d0e226","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/956a11e9d1d0e226","status":"passed","time":{"start":1710164898568,"stop":1710164898568,"duration":0}},{"uid":"4c917146bb97a528","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4c917146bb97a528","status":"passed","time":{"start":1710164059064,"stop":1710164059064,"duration":0}},{"uid":"78d5f15f69f7169","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/78d5f15f69f7169","status":"passed","time":{"start":1710163919488,"stop":1710163919488,"duration":0}},{"uid":"62a2f0bd84193838","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/62a2f0bd84193838","status":"passed","time":{"start":1710155970006,"stop":1710155970007,"duration":1}},{"uid":"ed208dd3c82819ec","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ed208dd3c82819ec","status":"passed","time":{"start":1710155174210,"stop":1710155174211,"duration":1}},{"uid":"e015321ebbe52fa9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e015321ebbe52fa9","status":"passed","time":{"start":1710154832379,"stop":1710154832379,"duration":0}},{"uid":"9db41f05f487fbb3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/9db41f05f487fbb3","status":"passed","time":{"start":1710102815907,"stop":1710102815908,"duration":1}},{"uid":"2f0d42222c9d8b6d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2f0d42222c9d8b6d","status":"passed","time":{"start":1710081013949,"stop":1710081013950,"duration":1}},{"uid":"e885fcf9accd21e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e885fcf9accd21e","status":"passed","time":{"start":1710024688132,"stop":1710024688132,"duration":0}}]},"tags":[]},"source":"c48ae4e032318953.json","parameterValues":[]} \ No newline at end of file +{"uid":"98dcb862c1c7ae3d","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":1710308459430,"stop":1710308459437,"duration":7},"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":"f1395b7b08944575","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1395b7b08944575","status":"passed","time":{"start":1710307342526,"stop":1710307342527,"duration":1}},{"uid":"7b3b05c0e1fdaef9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7b3b05c0e1fdaef9","status":"passed","time":{"start":1710287544914,"stop":1710287544915,"duration":1}},{"uid":"bddcf7c7532dc614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bddcf7c7532dc614","status":"passed","time":{"start":1710284805023,"stop":1710284805024,"duration":1}}]},"tags":[]},"source":"98dcb862c1c7ae3d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/98eb5a41dbbfc7b3.json b/6685/data/test-cases/98eb5a41dbbfc7b3.json new file mode 100644 index 00000000000..bc17252411c --- /dev/null +++ b/6685/data/test-cases/98eb5a41dbbfc7b3.json @@ -0,0 +1 @@ +{"uid":"98eb5a41dbbfc7b3","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":1710308024292,"stop":1710308024292,"duration":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":"e55fd2f3abb2014a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e55fd2f3abb2014a","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"780da0a06d0973d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/780da0a06d0973d4","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"9c40a39ade9eba0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c40a39ade9eba0","status":"passed","time":{"start":1710284377467,"stop":1710284377467,"duration":0}}]},"tags":[]},"source":"98eb5a41dbbfc7b3.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/991bb43b8028c47d.json b/6685/data/test-cases/991bb43b8028c47d.json new file mode 100644 index 00000000000..9c723c92fd9 --- /dev/null +++ b/6685/data/test-cases/991bb43b8028c47d.json @@ -0,0 +1 @@ +{"uid":"991bb43b8028c47d","name":"Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","historyId":"7bd157d82bd27d5dba72bbc094194aad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308366480,"stop":1710308366480,"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":"991bb43b8028c47d.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a16e530ecfe7ab43.json b/6685/data/test-cases/998d0f3d1a58d304.json similarity index 85% rename from 6651/data/test-cases/a16e530ecfe7ab43.json rename to 6685/data/test-cases/998d0f3d1a58d304.json index 8cfb0cfef95..173fb402157 100644 --- a/6651/data/test-cases/a16e530ecfe7ab43.json +++ b/6685/data/test-cases/998d0f3d1a58d304.json @@ -1 +1 @@ -{"uid":"a16e530ecfe7ab43","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":1710205233020,"stop":1710205233020,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"4e298ccf032db5f1","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4e298ccf032db5f1","status":"passed","time":{"start":1710205120361,"stop":1710205120362,"duration":1}},{"uid":"26f02514a367df86","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/26f02514a367df86","status":"passed","time":{"start":1710205004871,"stop":1710205004872,"duration":1}},{"uid":"fe61e5bcac8c3485","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/fe61e5bcac8c3485","status":"passed","time":{"start":1710204772112,"stop":1710204772113,"duration":1}},{"uid":"f71614b9b228cbc1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f71614b9b228cbc1","status":"passed","time":{"start":1710203476069,"stop":1710203476070,"duration":1}},{"uid":"b37a39ac5a9ef964","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b37a39ac5a9ef964","status":"passed","time":{"start":1710199958128,"stop":1710199958128,"duration":0}},{"uid":"61bee8e78fc7fff5","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/61bee8e78fc7fff5","status":"passed","time":{"start":1710199882674,"stop":1710199882674,"duration":0}},{"uid":"a69db4136257c57f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a69db4136257c57f","status":"passed","time":{"start":1710197397407,"stop":1710197397407,"duration":0}},{"uid":"ab60520e7ce29d73","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ab60520e7ce29d73","status":"passed","time":{"start":1710168235154,"stop":1710168235155,"duration":1}},{"uid":"f11eef826e41def9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f11eef826e41def9","status":"passed","time":{"start":1710167420304,"stop":1710167420304,"duration":0}},{"uid":"15ffb57e44f9cab3","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/15ffb57e44f9cab3","status":"passed","time":{"start":1710167568737,"stop":1710167568738,"duration":1}},{"uid":"6947d41490e8630c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6947d41490e8630c","status":"passed","time":{"start":1710166701494,"stop":1710166701494,"duration":0}},{"uid":"45ec6e51d3daf941","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/45ec6e51d3daf941","status":"passed","time":{"start":1710164929254,"stop":1710164929254,"duration":0}},{"uid":"5a3593e65aa33677","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/5a3593e65aa33677","status":"passed","time":{"start":1710164078412,"stop":1710164078412,"duration":0}},{"uid":"2dd57c2c597f21a7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2dd57c2c597f21a7","status":"passed","time":{"start":1710163927118,"stop":1710163927118,"duration":0}},{"uid":"9060ebd23b615d9d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9060ebd23b615d9d","status":"passed","time":{"start":1710155986307,"stop":1710155986308,"duration":1}},{"uid":"ea1b888615c91768","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ea1b888615c91768","status":"passed","time":{"start":1710155212577,"stop":1710155212577,"duration":0}},{"uid":"30bcd1f2a9cd05e4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/30bcd1f2a9cd05e4","status":"passed","time":{"start":1710154813494,"stop":1710154813494,"duration":0}},{"uid":"2b7b1136275bb752","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2b7b1136275bb752","status":"passed","time":{"start":1710102845340,"stop":1710102845340,"duration":0}},{"uid":"c285fee1da22f093","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c285fee1da22f093","status":"passed","time":{"start":1710081043198,"stop":1710081043198,"duration":0}},{"uid":"32076380010ec8f6","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/32076380010ec8f6","status":"passed","time":{"start":1710024705826,"stop":1710024705827,"duration":1}}]},"tags":[]},"source":"a16e530ecfe7ab43.json","parameterValues":[]} \ No newline at end of file +{"uid":"998d0f3d1a58d304","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":1710308463743,"stop":1710308463744,"duration":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":"bb0251893ab6f044","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0251893ab6f044","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"68256d45487e0b66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68256d45487e0b66","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"1ff803a56f5b7476","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ff803a56f5b7476","status":"passed","time":{"start":1710284852316,"stop":1710284852316,"duration":0}}]},"tags":[]},"source":"998d0f3d1a58d304.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/99d71c6091ab4366.json b/6685/data/test-cases/99d71c6091ab4366.json new file mode 100644 index 00000000000..f9aa89f2c23 --- /dev/null +++ b/6685/data/test-cases/99d71c6091ab4366.json @@ -0,0 +1 @@ +{"uid":"99d71c6091ab4366","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":1710307991227,"stop":1710307991228,"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":"8a981ae9069cc5ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a981ae9069cc5ed","status":"passed","time":{"start":1710306877075,"stop":1710306877076,"duration":1}},{"uid":"61080b8b5753e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/61080b8b5753e8","status":"passed","time":{"start":1710287085419,"stop":1710287085419,"duration":0}},{"uid":"498167903e667c2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/498167903e667c2c","status":"passed","time":{"start":1710284350513,"stop":1710284350514,"duration":1}}]},"tags":[]},"source":"99d71c6091ab4366.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9aa22523f7525502.json b/6685/data/test-cases/9aa22523f7525502.json new file mode 100644 index 00000000000..455e5a81964 --- /dev/null +++ b/6685/data/test-cases/9aa22523f7525502.json @@ -0,0 +1 @@ +{"uid":"9aa22523f7525502","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":1710308231836,"stop":1710308231836,"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":4,"unknown":0,"total":4},"items":[{"uid":"38e7c6a940a06079","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38e7c6a940a06079","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"39edacd0a544514f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39edacd0a544514f","status":"passed","time":{"start":1710287317291,"stop":1710287317292,"duration":1}},{"uid":"46e9d56011bf59d8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46e9d56011bf59d8","status":"passed","time":{"start":1710284588136,"stop":1710284588136,"duration":0}}]},"tags":[]},"source":"9aa22523f7525502.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9d43c803ee344bf4.json b/6685/data/test-cases/9b487717c3dbd229.json similarity index 76% rename from 6651/data/test-cases/9d43c803ee344bf4.json rename to 6685/data/test-cases/9b487717c3dbd229.json index a6fa9a27a8e..0ed8daf92fb 100644 --- a/6651/data/test-cases/9d43c803ee344bf4.json +++ b/6685/data/test-cases/9b487717c3dbd229.json @@ -1 +1 @@ -{"uid":"9d43c803ee344bf4","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":1710205115570,"stop":1710205115570,"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":73,"unknown":0,"total":73},"items":[{"uid":"d8c52e579b825bb5","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d8c52e579b825bb5","status":"passed","time":{"start":1710205004962,"stop":1710205004963,"duration":1}},{"uid":"ffd90fccd8b3ab84","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ffd90fccd8b3ab84","status":"passed","time":{"start":1710204900786,"stop":1710204900786,"duration":0}},{"uid":"662f8280e64c4fb3","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/662f8280e64c4fb3","status":"passed","time":{"start":1710204658515,"stop":1710204658515,"duration":0}},{"uid":"c1b8e05f498dcd04","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c1b8e05f498dcd04","status":"passed","time":{"start":1710203380008,"stop":1710203380008,"duration":0}},{"uid":"1e4bde75bc9090ce","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/1e4bde75bc9090ce","status":"passed","time":{"start":1710199869972,"stop":1710199869973,"duration":1}},{"uid":"6c3570b931a48e9a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/6c3570b931a48e9a","status":"passed","time":{"start":1710199772379,"stop":1710199772379,"duration":0}},{"uid":"483e8cc1a3b691ee","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/483e8cc1a3b691ee","status":"passed","time":{"start":1710197312731,"stop":1710197312731,"duration":0}},{"uid":"54d2dcdca461a549","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/54d2dcdca461a549","status":"passed","time":{"start":1710168147667,"stop":1710168147668,"duration":1}},{"uid":"5cd5b360230fb4db","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5cd5b360230fb4db","status":"passed","time":{"start":1710167379256,"stop":1710167379256,"duration":0}},{"uid":"a9e32d0417d262ce","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a9e32d0417d262ce","status":"passed","time":{"start":1710167447904,"stop":1710167447905,"duration":1}},{"uid":"86c809c9024174b4","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/86c809c9024174b4","status":"passed","time":{"start":1710166585481,"stop":1710166585481,"duration":0}},{"uid":"f755ec19588a6470","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f755ec19588a6470","status":"passed","time":{"start":1710164815423,"stop":1710164815423,"duration":0}},{"uid":"8886d5f28539aed4","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8886d5f28539aed4","status":"passed","time":{"start":1710163978908,"stop":1710163978909,"duration":1}},{"uid":"e586b40a4d88edc1","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e586b40a4d88edc1","status":"passed","time":{"start":1710163834523,"stop":1710163834523,"duration":0}},{"uid":"747b61f331809422","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/747b61f331809422","status":"passed","time":{"start":1710155882163,"stop":1710155882163,"duration":0}},{"uid":"b141ad4f4b947d2a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b141ad4f4b947d2a","status":"passed","time":{"start":1710155093751,"stop":1710155093752,"duration":1}},{"uid":"609236189097e040","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/609236189097e040","status":"passed","time":{"start":1710154718365,"stop":1710154718366,"duration":1}},{"uid":"9b7532c20ba225","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/9b7532c20ba225","status":"passed","time":{"start":1710102732565,"stop":1710102732565,"duration":0}},{"uid":"744a0eb9b2bae5b8","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/744a0eb9b2bae5b8","status":"passed","time":{"start":1710080936485,"stop":1710080936486,"duration":1}},{"uid":"f8f6f6c695287d4","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f8f6f6c695287d4","status":"passed","time":{"start":1710024618613,"stop":1710024618614,"duration":1}}]},"tags":[]},"source":"9d43c803ee344bf4.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b487717c3dbd229","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":1710308366470,"stop":1710308366470,"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":"ead1906609d6d38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ead1906609d6d38f","status":"passed","time":{"start":1710307247762,"stop":1710307247763,"duration":1}},{"uid":"75d18f7d7c8e79a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/75d18f7d7c8e79a2","status":"passed","time":{"start":1710287456048,"stop":1710287456049,"duration":1}},{"uid":"1e2b8ba61c672448","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1e2b8ba61c672448","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"tags":[]},"source":"9b487717c3dbd229.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/432451c89d2aab61.json b/6685/data/test-cases/9c02f68bff4018ff.json similarity index 78% rename from 6651/data/test-cases/432451c89d2aab61.json rename to 6685/data/test-cases/9c02f68bff4018ff.json index e92b369df00..9b2a4507d53 100644 --- a/6651/data/test-cases/432451c89d2aab61.json +++ b/6685/data/test-cases/9c02f68bff4018ff.json @@ -1 +1 @@ -{"uid":"432451c89d2aab61","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":1710205173306,"stop":1710205173306,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"fcd1f667d9be1300","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fcd1f667d9be1300","status":"passed","time":{"start":1710205067276,"stop":1710205067276,"duration":0}},{"uid":"101b365ee39ce774","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/101b365ee39ce774","status":"passed","time":{"start":1710204962916,"stop":1710204962917,"duration":1}},{"uid":"53c0c4bd374ed6a2","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/53c0c4bd374ed6a2","status":"passed","time":{"start":1710204701467,"stop":1710204701467,"duration":0}},{"uid":"89371c8b8cd9f7b0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/89371c8b8cd9f7b0","status":"passed","time":{"start":1710203416609,"stop":1710203416609,"duration":0}},{"uid":"5d3782c187a99264","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5d3782c187a99264","status":"passed","time":{"start":1710199910409,"stop":1710199910409,"duration":0}},{"uid":"b793ba3ded153608","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b793ba3ded153608","status":"passed","time":{"start":1710199800511,"stop":1710199800511,"duration":0}},{"uid":"c1bd3abcd9dd16f4","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c1bd3abcd9dd16f4","status":"passed","time":{"start":1710197348912,"stop":1710197348912,"duration":0}},{"uid":"dd042e6a75cfa0b9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/dd042e6a75cfa0b9","status":"passed","time":{"start":1710168167426,"stop":1710168167426,"duration":0}},{"uid":"b6c4b0e712c35a1a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b6c4b0e712c35a1a","status":"passed","time":{"start":1710167350127,"stop":1710167350127,"duration":0}},{"uid":"b6d55f64653c2da5","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b6d55f64653c2da5","status":"passed","time":{"start":1710167497866,"stop":1710167497866,"duration":0}},{"uid":"bcc770cdc08b54c2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/bcc770cdc08b54c2","status":"passed","time":{"start":1710166625608,"stop":1710166625609,"duration":1}},{"uid":"94395b77438e3206","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/94395b77438e3206","status":"passed","time":{"start":1710164870337,"stop":1710164870337,"duration":0}},{"uid":"bdded214d98f5dfc","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/bdded214d98f5dfc","status":"passed","time":{"start":1710164015690,"stop":1710164015690,"duration":0}},{"uid":"aca262070bad846c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/aca262070bad846c","status":"passed","time":{"start":1710163881229,"stop":1710163881230,"duration":1}},{"uid":"c21c13b9d104abca","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c21c13b9d104abca","status":"passed","time":{"start":1710155929071,"stop":1710155929071,"duration":0}},{"uid":"681ed313dce014c3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/681ed313dce014c3","status":"passed","time":{"start":1710155134286,"stop":1710155134287,"duration":1}},{"uid":"b1c12213b11e29ee","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b1c12213b11e29ee","status":"passed","time":{"start":1710154760702,"stop":1710154760703,"duration":1}},{"uid":"77dc3a1cce658fe9","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/77dc3a1cce658fe9","status":"passed","time":{"start":1710102776889,"stop":1710102776889,"duration":0}},{"uid":"244a5d0fde35af8","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/244a5d0fde35af8","status":"passed","time":{"start":1710080978585,"stop":1710080978585,"duration":0}},{"uid":"65a71a44e53c2026","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/65a71a44e53c2026","status":"passed","time":{"start":1710024644864,"stop":1710024644864,"duration":0}}]},"tags":[]},"source":"432451c89d2aab61.json","parameterValues":[]} \ No newline at end of file +{"uid":"9c02f68bff4018ff","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":1710308416725,"stop":1710308416725,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"dce829795d10844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dce829795d10844f","status":"passed","time":{"start":1710307308630,"stop":1710307308630,"duration":0}},{"uid":"3c67fe696e9b7555","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c67fe696e9b7555","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"f510034ed123f889","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f510034ed123f889","status":"passed","time":{"start":1710284775853,"stop":1710284775853,"duration":0}}]},"tags":[]},"source":"9c02f68bff4018ff.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9c6ab8325e4360b1.json b/6685/data/test-cases/9c6ab8325e4360b1.json new file mode 100644 index 00000000000..7e953616271 --- /dev/null +++ b/6685/data/test-cases/9c6ab8325e4360b1.json @@ -0,0 +1 @@ +{"uid":"9c6ab8325e4360b1","name":"converts content topics to expected shard index","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > converts content topics to expected shard index","historyId":"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890268,"stop":1710307890268,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a4bf2fadb86874d4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4bf2fadb86874d4","status":"passed","time":{"start":1710306783478,"stop":1710306783479,"duration":1}},{"uid":"85bc9a9d14a19c32","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85bc9a9d14a19c32","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"510af38918ffdc14","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/510af38918ffdc14","status":"passed","time":{"start":1710284251169,"stop":1710284251170,"duration":1}}]},"tags":[]},"source":"9c6ab8325e4360b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b4cf127f513d3d7a.json b/6685/data/test-cases/9ce74eaf73156058.json similarity index 85% rename from 6651/data/test-cases/b4cf127f513d3d7a.json rename to 6685/data/test-cases/9ce74eaf73156058.json index 6e00200abef..785bfd67912 100644 --- a/6651/data/test-cases/b4cf127f513d3d7a.json +++ b/6685/data/test-cases/9ce74eaf73156058.json @@ -1 +1 @@ -{"uid":"b4cf127f513d3d7a","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":1710205233001,"stop":1710205233002,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"8fcce81d76d7a4dd","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/8fcce81d76d7a4dd","status":"passed","time":{"start":1710205120343,"stop":1710205120343,"duration":0}},{"uid":"946735d79c46328e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/946735d79c46328e","status":"passed","time":{"start":1710205004851,"stop":1710205004851,"duration":0}},{"uid":"bbcd2f764acc0270","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bbcd2f764acc0270","status":"passed","time":{"start":1710204772084,"stop":1710204772085,"duration":1}},{"uid":"2b4d5e014785eff1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2b4d5e014785eff1","status":"passed","time":{"start":1710203476055,"stop":1710203476055,"duration":0}},{"uid":"7042f598279883a2","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7042f598279883a2","status":"passed","time":{"start":1710199958105,"stop":1710199958105,"duration":0}},{"uid":"ead3d2da2b0533e9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ead3d2da2b0533e9","status":"passed","time":{"start":1710199882630,"stop":1710199882630,"duration":0}},{"uid":"5eb7c6e4ce5b6d23","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5eb7c6e4ce5b6d23","status":"passed","time":{"start":1710197397380,"stop":1710197397380,"duration":0}},{"uid":"3674ff186e22ffb6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/3674ff186e22ffb6","status":"passed","time":{"start":1710168235121,"stop":1710168235122,"duration":1}},{"uid":"246ee2aa9e57ad49","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/246ee2aa9e57ad49","status":"passed","time":{"start":1710167420243,"stop":1710167420243,"duration":0}},{"uid":"fe2ea723739489d3","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/fe2ea723739489d3","status":"passed","time":{"start":1710167568721,"stop":1710167568721,"duration":0}},{"uid":"dcbf792c238b92c0","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/dcbf792c238b92c0","status":"passed","time":{"start":1710166701465,"stop":1710166701466,"duration":1}},{"uid":"492fc350d8d55314","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/492fc350d8d55314","status":"passed","time":{"start":1710164929232,"stop":1710164929232,"duration":0}},{"uid":"c023888360df832a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c023888360df832a","status":"passed","time":{"start":1710164078397,"stop":1710164078397,"duration":0}},{"uid":"cd2a4dc83a0b1464","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/cd2a4dc83a0b1464","status":"passed","time":{"start":1710163927073,"stop":1710163927073,"duration":0}},{"uid":"f88da5366af47268","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f88da5366af47268","status":"passed","time":{"start":1710155986285,"stop":1710155986286,"duration":1}},{"uid":"2ab84f5c128c79c4","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2ab84f5c128c79c4","status":"passed","time":{"start":1710155212561,"stop":1710155212561,"duration":0}},{"uid":"12ab8e74fc9aa3","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/12ab8e74fc9aa3","status":"passed","time":{"start":1710154813466,"stop":1710154813467,"duration":1}},{"uid":"de0da5f27ba675f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/de0da5f27ba675f","status":"passed","time":{"start":1710102845321,"stop":1710102845321,"duration":0}},{"uid":"c806c6810f888d89","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c806c6810f888d89","status":"passed","time":{"start":1710081043174,"stop":1710081043175,"duration":1}},{"uid":"e8310867dbd92bf2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e8310867dbd92bf2","status":"passed","time":{"start":1710024705756,"stop":1710024705757,"duration":1}}]},"tags":[]},"source":"b4cf127f513d3d7a.json","parameterValues":[]} \ No newline at end of file +{"uid":"9ce74eaf73156058","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":1710308463687,"stop":1710308463687,"duration":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":"833dfd32459b4bc1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/833dfd32459b4bc1","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"b0e2c54be7889de6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0e2c54be7889de6","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"d793ecaf4a3bb78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d793ecaf4a3bb78a","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"tags":[]},"source":"9ce74eaf73156058.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9d551bb723d2168.json b/6685/data/test-cases/9d551bb723d2168.json new file mode 100644 index 00000000000..dbad60103e1 --- /dev/null +++ b/6685/data/test-cases/9d551bb723d2168.json @@ -0,0 +1 @@ +{"uid":"9d551bb723d2168","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":1710307892759,"stop":1710307892759,"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":"cf1063a889173df4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf1063a889173df4","status":"passed","time":{"start":1710306786079,"stop":1710306786080,"duration":1}},{"uid":"4c597a22893bee86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c597a22893bee86","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"7687a35965073ff8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7687a35965073ff8","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"tags":[]},"source":"9d551bb723d2168.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9d57b5bb71a46123.json b/6685/data/test-cases/9d57b5bb71a46123.json new file mode 100644 index 00000000000..57b85561e1c --- /dev/null +++ b/6685/data/test-cases/9d57b5bb71a46123.json @@ -0,0 +1 @@ +{"uid":"9d57b5bb71a46123","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":1710308416730,"stop":1710308416730,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"3fec82bb7b063175","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fec82bb7b063175","status":"passed","time":{"start":1710307308635,"stop":1710307308636,"duration":1}},{"uid":"2cba29ae8953cccd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cba29ae8953cccd","status":"passed","time":{"start":1710287509769,"stop":1710287509770,"duration":1}},{"uid":"75dbbc8cfec8ee28","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75dbbc8cfec8ee28","status":"passed","time":{"start":1710284775858,"stop":1710284775859,"duration":1}}]},"tags":[]},"source":"9d57b5bb71a46123.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9d9819428e416d31.json b/6685/data/test-cases/9d9819428e416d31.json new file mode 100644 index 00000000000..b774fc5f253 --- /dev/null +++ b/6685/data/test-cases/9d9819428e416d31.json @@ -0,0 +1 @@ +{"uid":"9d9819428e416d31","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":1710307897781,"stop":1710307897799,"duration":18},"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":"775e74f751ab19dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/775e74f751ab19dc","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"68e96def61057d86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68e96def61057d86","status":"passed","time":{"start":1710286996363,"stop":1710286996364,"duration":1}},{"uid":"91853ae42175e3ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91853ae42175e3ea","status":"passed","time":{"start":1710284258880,"stop":1710284258881,"duration":1}}]},"tags":[]},"source":"9d9819428e416d31.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9da10f2a72d020c2.json b/6685/data/test-cases/9da10f2a72d020c2.json new file mode 100644 index 00000000000..4f985a8ddd9 --- /dev/null +++ b/6685/data/test-cases/9da10f2a72d020c2.json @@ -0,0 +1 @@ +{"uid":"9da10f2a72d020c2","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":1710307897768,"stop":1710307897769,"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":"eebb04d35b0f7f8a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eebb04d35b0f7f8a","status":"passed","time":{"start":1710306791274,"stop":1710306791275,"duration":1}},{"uid":"53af5b0c17aaa95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53af5b0c17aaa95","status":"passed","time":{"start":1710286996355,"stop":1710286996356,"duration":1}},{"uid":"f29efcef7070348a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f29efcef7070348a","status":"passed","time":{"start":1710284258872,"stop":1710284258873,"duration":1}}]},"tags":[]},"source":"9da10f2a72d020c2.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9db02907f6a1d226.json b/6685/data/test-cases/9db02907f6a1d226.json new file mode 100644 index 00000000000..44b162853d6 --- /dev/null +++ b/6685/data/test-cases/9db02907f6a1d226.json @@ -0,0 +1 @@ +{"uid":"9db02907f6a1d226","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":1710308416730,"stop":1710308416730,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"1ab840fd47e5a0a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ab840fd47e5a0a0","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"d1e18f967985253a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1e18f967985253a","status":"passed","time":{"start":1710287509768,"stop":1710287509769,"duration":1}},{"uid":"71c1ce81f82fa722","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/71c1ce81f82fa722","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"tags":[]},"source":"9db02907f6a1d226.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b50725ed6493b83c.json b/6685/data/test-cases/9e1305aefbe96bf2.json similarity index 78% rename from 6651/data/test-cases/b50725ed6493b83c.json rename to 6685/data/test-cases/9e1305aefbe96bf2.json index ee0b7e4a90a..ccd40ee0382 100644 --- a/6651/data/test-cases/b50725ed6493b83c.json +++ b/6685/data/test-cases/9e1305aefbe96bf2.json @@ -1 +1 @@ -{"uid":"b50725ed6493b83c","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":1710205173279,"stop":1710205173279,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"544d94ead5d9fdeb","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/544d94ead5d9fdeb","status":"passed","time":{"start":1710205067266,"stop":1710205067266,"duration":0}},{"uid":"a3bd3f9fc7398cab","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a3bd3f9fc7398cab","status":"passed","time":{"start":1710204962898,"stop":1710204962899,"duration":1}},{"uid":"7c6c8afc820cbe8f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7c6c8afc820cbe8f","status":"passed","time":{"start":1710204701445,"stop":1710204701445,"duration":0}},{"uid":"6e0a4eb1c7ea3dfd","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/6e0a4eb1c7ea3dfd","status":"passed","time":{"start":1710203416552,"stop":1710203416553,"duration":1}},{"uid":"6750727a0174474a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6750727a0174474a","status":"passed","time":{"start":1710199910379,"stop":1710199910380,"duration":1}},{"uid":"ca1cf35822d2b56e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ca1cf35822d2b56e","status":"passed","time":{"start":1710199800496,"stop":1710199800497,"duration":1}},{"uid":"62a3fe6964c9977f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/62a3fe6964c9977f","status":"passed","time":{"start":1710197348904,"stop":1710197348904,"duration":0}},{"uid":"56031eae55e21305","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/56031eae55e21305","status":"passed","time":{"start":1710168167415,"stop":1710168167415,"duration":0}},{"uid":"9a87babd5e47bdc2","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9a87babd5e47bdc2","status":"passed","time":{"start":1710167350113,"stop":1710167350114,"duration":1}},{"uid":"26d6eefcffeed6f8","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/26d6eefcffeed6f8","status":"passed","time":{"start":1710167497854,"stop":1710167497854,"duration":0}},{"uid":"f03b8dfd99877d40","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f03b8dfd99877d40","status":"passed","time":{"start":1710166625592,"stop":1710166625592,"duration":0}},{"uid":"5a7ae1918b743f77","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5a7ae1918b743f77","status":"passed","time":{"start":1710164870327,"stop":1710164870328,"duration":1}},{"uid":"ed3642b3f755437e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ed3642b3f755437e","status":"passed","time":{"start":1710164015677,"stop":1710164015678,"duration":1}},{"uid":"3271bd38883ec7b4","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3271bd38883ec7b4","status":"passed","time":{"start":1710163881221,"stop":1710163881221,"duration":0}},{"uid":"d5311829b9f9c3ae","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d5311829b9f9c3ae","status":"passed","time":{"start":1710155929058,"stop":1710155929059,"duration":1}},{"uid":"6a23cfa2a92f96e7","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6a23cfa2a92f96e7","status":"passed","time":{"start":1710155134270,"stop":1710155134270,"duration":0}},{"uid":"d8ab38cb04028067","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d8ab38cb04028067","status":"passed","time":{"start":1710154760693,"stop":1710154760693,"duration":0}},{"uid":"66577209ac912892","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/66577209ac912892","status":"passed","time":{"start":1710102776880,"stop":1710102776880,"duration":0}},{"uid":"bc2ace6c2ccd9557","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bc2ace6c2ccd9557","status":"passed","time":{"start":1710080978577,"stop":1710080978577,"duration":0}},{"uid":"3092998fca3929eb","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3092998fca3929eb","status":"passed","time":{"start":1710024644853,"stop":1710024644854,"duration":1}}]},"tags":[]},"source":"b50725ed6493b83c.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e1305aefbe96bf2","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":1710308416716,"stop":1710308416716,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"a0ba5e5942159cde","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a0ba5e5942159cde","status":"passed","time":{"start":1710307308615,"stop":1710307308616,"duration":1}},{"uid":"59b04a64aa5e1397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/59b04a64aa5e1397","status":"passed","time":{"start":1710287509741,"stop":1710287509742,"duration":1}},{"uid":"efd5eb14d3e56416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd5eb14d3e56416","status":"passed","time":{"start":1710284775830,"stop":1710284775831,"duration":1}}]},"tags":[]},"source":"9e1305aefbe96bf2.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9e515653af22fab5.json b/6685/data/test-cases/9e515653af22fab5.json new file mode 100644 index 00000000000..44b7edf095f --- /dev/null +++ b/6685/data/test-cases/9e515653af22fab5.json @@ -0,0 +1 @@ +{"uid":"9e515653af22fab5","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":1710308007024,"stop":1710308007025,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e865917c9879f60b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e865917c9879f60b","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"525fa3a34195991","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/525fa3a34195991","status":"passed","time":{"start":1710287110704,"stop":1710287110711,"duration":7}},{"uid":"a23235678e1c7d29","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a23235678e1c7d29","status":"passed","time":{"start":1710284372020,"stop":1710284372021,"duration":1}}]},"tags":[]},"source":"9e515653af22fab5.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9e66eb9adf5eeea0.json b/6685/data/test-cases/9e66eb9adf5eeea0.json new file mode 100644 index 00000000000..b808c870d50 --- /dev/null +++ b/6685/data/test-cases/9e66eb9adf5eeea0.json @@ -0,0 +1 @@ +{"uid":"9e66eb9adf5eeea0","name":"Query Generator - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - forward","historyId":"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308485475,"stop":1710308485476,"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},{"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},{"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":"317322a1e6dcd704","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/317322a1e6dcd704","status":"passed","time":{"start":1710307365850,"stop":1710307365851,"duration":1}},{"uid":"651746bd85aa8110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/651746bd85aa8110","status":"passed","time":{"start":1710287564356,"stop":1710287564356,"duration":0}},{"uid":"91909b7fe3d4f33e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91909b7fe3d4f33e","status":"passed","time":{"start":1710284831309,"stop":1710284831309,"duration":0}}]},"tags":[]},"source":"9e66eb9adf5eeea0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9ed9d83a3d684b6.json b/6685/data/test-cases/9ed9d83a3d684b6.json new file mode 100644 index 00000000000..6b9459c7c27 --- /dev/null +++ b/6685/data/test-cases/9ed9d83a3d684b6.json @@ -0,0 +1 @@ +{"uid":"9ed9d83a3d684b6","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":1710308007020,"stop":1710308007021,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1cbec48f3bca7534","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1cbec48f3bca7534","status":"passed","time":{"start":1710306904613,"stop":1710306904613,"duration":0}},{"uid":"81c6d3a50508be94","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81c6d3a50508be94","status":"passed","time":{"start":1710287110693,"stop":1710287110700,"duration":7}},{"uid":"18dc78a4c5393c69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18dc78a4c5393c69","status":"passed","time":{"start":1710284372007,"stop":1710284372008,"duration":1}}]},"tags":[]},"source":"9ed9d83a3d684b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/2636d9633b131e94.json b/6685/data/test-cases/9f15e2d6dc7cce18.json similarity index 84% rename from 6651/data/test-cases/2636d9633b131e94.json rename to 6685/data/test-cases/9f15e2d6dc7cce18.json index 85700da7f74..0145c6773c2 100644 --- a/6651/data/test-cases/2636d9633b131e94.json +++ b/6685/data/test-cases/9f15e2d6dc7cce18.json @@ -1 +1 @@ -{"uid":"2636d9633b131e94","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":1710205233018,"stop":1710205233018,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"65c0eecfbfd49c00","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/65c0eecfbfd49c00","status":"passed","time":{"start":1710205120358,"stop":1710205120358,"duration":0}},{"uid":"ff7a44ddf3460c9a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ff7a44ddf3460c9a","status":"passed","time":{"start":1710205004868,"stop":1710205004869,"duration":1}},{"uid":"1417fb4d48358021","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1417fb4d48358021","status":"passed","time":{"start":1710204772110,"stop":1710204772111,"duration":1}},{"uid":"be1f581850de5ae3","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/be1f581850de5ae3","status":"passed","time":{"start":1710203476067,"stop":1710203476067,"duration":0}},{"uid":"6b6fb77a44122094","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6b6fb77a44122094","status":"passed","time":{"start":1710199958125,"stop":1710199958125,"duration":0}},{"uid":"52bb9ade6e8aa097","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/52bb9ade6e8aa097","status":"passed","time":{"start":1710199882665,"stop":1710199882665,"duration":0}},{"uid":"38bf76d0f707a20b","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/38bf76d0f707a20b","status":"passed","time":{"start":1710197397401,"stop":1710197397402,"duration":1}},{"uid":"baa743d16bf49070","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/baa743d16bf49070","status":"passed","time":{"start":1710168235149,"stop":1710168235150,"duration":1}},{"uid":"a9caf87f6f338c62","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a9caf87f6f338c62","status":"passed","time":{"start":1710167420302,"stop":1710167420302,"duration":0}},{"uid":"3e014165cc83e4c0","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3e014165cc83e4c0","status":"passed","time":{"start":1710167568735,"stop":1710167568736,"duration":1}},{"uid":"d34d62732e6c1be0","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d34d62732e6c1be0","status":"passed","time":{"start":1710166701492,"stop":1710166701492,"duration":0}},{"uid":"70443862dcd91400","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/70443862dcd91400","status":"passed","time":{"start":1710164929252,"stop":1710164929252,"duration":0}},{"uid":"2c53ec831588237","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2c53ec831588237","status":"passed","time":{"start":1710164078409,"stop":1710164078409,"duration":0}},{"uid":"d9505dc753f882da","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/d9505dc753f882da","status":"passed","time":{"start":1710163927100,"stop":1710163927100,"duration":0}},{"uid":"61368b4958515547","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/61368b4958515547","status":"passed","time":{"start":1710155986304,"stop":1710155986306,"duration":2}},{"uid":"42b4091a76f9690e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/42b4091a76f9690e","status":"passed","time":{"start":1710155212575,"stop":1710155212575,"duration":0}},{"uid":"6063a46107f8f18d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/6063a46107f8f18d","status":"passed","time":{"start":1710154813492,"stop":1710154813492,"duration":0}},{"uid":"74b155d1e5514ed5","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/74b155d1e5514ed5","status":"passed","time":{"start":1710102845338,"stop":1710102845339,"duration":1}},{"uid":"87c851254ef456e0","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/87c851254ef456e0","status":"passed","time":{"start":1710081043193,"stop":1710081043194,"duration":1}},{"uid":"1befda17c4f9d673","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1befda17c4f9d673","status":"passed","time":{"start":1710024705824,"stop":1710024705824,"duration":0}}]},"tags":[]},"source":"2636d9633b131e94.json","parameterValues":[]} \ No newline at end of file +{"uid":"9f15e2d6dc7cce18","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":1710308463731,"stop":1710308463731,"duration":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":"968a1ec7be9646c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/968a1ec7be9646c1","status":"passed","time":{"start":1710307358473,"stop":1710307358474,"duration":1}},{"uid":"b7c40110494c8cc7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7c40110494c8cc7","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"8fd688594ff524d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fd688594ff524d5","status":"passed","time":{"start":1710284852313,"stop":1710284852313,"duration":0}}]},"tags":[]},"source":"9f15e2d6dc7cce18.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/24cdce659605147.json b/6685/data/test-cases/9f274ec6ba40301.json similarity index 51% rename from 6651/data/test-cases/24cdce659605147.json rename to 6685/data/test-cases/9f274ec6ba40301.json index f1649e4c97b..6898dde49f0 100644 --- a/6651/data/test-cases/24cdce659605147.json +++ b/6685/data/test-cases/9f274ec6ba40301.json @@ -1 +1 @@ -{"uid":"24cdce659605147","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":1710204705524,"stop":1710204705524,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"9c22afc48784f7ce","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/9c22afc48784f7ce","status":"passed","time":{"start":1710205293842,"stop":1710205293842,"duration":0}},{"uid":"56b432ec0d731b6d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/56b432ec0d731b6d","status":"passed","time":{"start":1710204606303,"stop":1710204606303,"duration":0}},{"uid":"3728a05145131347","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/3728a05145131347","status":"passed","time":{"start":1710204491251,"stop":1710204491255,"duration":4}},{"uid":"5869fc661fbd18f8","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5869fc661fbd18f8","status":"passed","time":{"start":1710204248703,"stop":1710204248704,"duration":1}},{"uid":"6d1d402794f4b696","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/6d1d402794f4b696","status":"passed","time":{"start":1710202977729,"stop":1710202977729,"duration":0}},{"uid":"e28f4ca337d49467","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e28f4ca337d49467","status":"passed","time":{"start":1710199459322,"stop":1710199459322,"duration":0}},{"uid":"a22162d90103a22a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a22162d90103a22a","status":"passed","time":{"start":1710199353199,"stop":1710199353199,"duration":0}},{"uid":"6605deafcd09e136","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/6605deafcd09e136","status":"passed","time":{"start":1710196892892,"stop":1710196892892,"duration":0}},{"uid":"a02ec705457a56ce","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a02ec705457a56ce","status":"passed","time":{"start":1710167709434,"stop":1710167709434,"duration":0}},{"uid":"883618ac9faf7982","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/883618ac9faf7982","status":"passed","time":{"start":1710166891544,"stop":1710166891547,"duration":3}},{"uid":"5340900816c1cca4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5340900816c1cca4","status":"passed","time":{"start":1710167051946,"stop":1710167051946,"duration":0}},{"uid":"1b6da0ff7473ba93","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/1b6da0ff7473ba93","status":"passed","time":{"start":1710166179968,"stop":1710166179968,"duration":0}},{"uid":"846e00f0b5c7744","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/846e00f0b5c7744","status":"passed","time":{"start":1710164405446,"stop":1710164405446,"duration":0}},{"uid":"ba4ab96f05d40189","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ba4ab96f05d40189","status":"passed","time":{"start":1710163557203,"stop":1710163557210,"duration":7}},{"uid":"6edff9f2eec2cb57","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6edff9f2eec2cb57","status":"passed","time":{"start":1710163418946,"stop":1710163418947,"duration":1}},{"uid":"bc46375789038425","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bc46375789038425","status":"passed","time":{"start":1710155480028,"stop":1710155480028,"duration":0}},{"uid":"a7aab37ec52a406c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/a7aab37ec52a406c","status":"passed","time":{"start":1710154677911,"stop":1710154677912,"duration":1}},{"uid":"a842b9b3ed480be2","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a842b9b3ed480be2","status":"passed","time":{"start":1710154316263,"stop":1710154316263,"duration":0}},{"uid":"e3067f09a0b2da7c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e3067f09a0b2da7c","status":"passed","time":{"start":1710102325461,"stop":1710102325466,"duration":5}},{"uid":"89009e9bbef8929d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/89009e9bbef8929d","status":"passed","time":{"start":1710080529729,"stop":1710080529729,"duration":0}}]},"tags":[]},"source":"24cdce659605147.json","parameterValues":[]} \ No newline at end of file +{"uid":"9f274ec6ba40301","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":1710307950773,"stop":1710307950774,"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":"c44e49cf7d62444a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c44e49cf7d62444a","status":"passed","time":{"start":1710306844181,"stop":1710306844183,"duration":2}},{"uid":"aa9ac8446d2b1448","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9ac8446d2b1448","status":"passed","time":{"start":1710287049799,"stop":1710287049801,"duration":2}},{"uid":"8c8a465e2522677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c8a465e2522677b","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"tags":[]},"source":"9f274ec6ba40301.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b8f01d9098d7cad9.json b/6685/data/test-cases/9f3a6aa4fb66c49f.json similarity index 78% rename from 6651/data/test-cases/b8f01d9098d7cad9.json rename to 6685/data/test-cases/9f3a6aa4fb66c49f.json index 048329c104e..332cc8d3694 100644 --- a/6651/data/test-cases/b8f01d9098d7cad9.json +++ b/6685/data/test-cases/9f3a6aa4fb66c49f.json @@ -1 +1 @@ -{"uid":"b8f01d9098d7cad9","name":"Error when try to subscribe to more than 31 topics (old limit)","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Error when try to subscribe to more than 31 topics (old limit)","historyId":"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204945840,"stop":1710204945840,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":73,"passed":0,"unknown":0,"total":73},"items":[{"uid":"e6c28a0f840fa5f","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/e6c28a0f840fa5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204830291,"stop":1710204830291,"duration":0}},{"uid":"ee6a419b47a1e890","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ee6a419b47a1e890","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204733006,"stop":1710204733006,"duration":0}},{"uid":"ec61db682b7b2045","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ec61db682b7b2045","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204477763,"stop":1710204477764,"duration":1}},{"uid":"af66b386aadc7b93","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/af66b386aadc7b93","status":"skipped","statusDetails":"Test ignored","time":{"start":1710203199466,"stop":1710203199466,"duration":0}},{"uid":"f3df1b865a0403ae","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f3df1b865a0403ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199697812,"stop":1710199697812,"duration":0}},{"uid":"bec3eb8cbc690fae","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bec3eb8cbc690fae","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199591757,"stop":1710199591757,"duration":0}},{"uid":"e2efd94057a94fc","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e2efd94057a94fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710197131781,"stop":1710197131781,"duration":0}},{"uid":"947c041743e1e959","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/947c041743e1e959","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167952595,"stop":1710167952595,"duration":0}},{"uid":"e31a07d0c11ce4df","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e31a07d0c11ce4df","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167221545,"stop":1710167221545,"duration":0}},{"uid":"6b63299c9f8a37de","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/6b63299c9f8a37de","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167283372,"stop":1710167283373,"duration":1}},{"uid":"7c7934b71d877988","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7c7934b71d877988","status":"skipped","statusDetails":"Test ignored","time":{"start":1710166420482,"stop":1710166420482,"duration":0}},{"uid":"114e14f9c1b21064","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/114e14f9c1b21064","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164634566,"stop":1710164634566,"duration":0}},{"uid":"8e2c359ef8429a84","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8e2c359ef8429a84","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163791785,"stop":1710163791785,"duration":0}},{"uid":"50da3bd3d383fa40","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/50da3bd3d383fa40","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163655790,"stop":1710163655790,"duration":0}},{"uid":"84eaa1bc9ca55b35","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/84eaa1bc9ca55b35","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155712315,"stop":1710155712315,"duration":0}},{"uid":"821cf6bcfbb756","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/821cf6bcfbb756","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154919628,"stop":1710154919629,"duration":1}},{"uid":"e1db9efbb5fac00b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e1db9efbb5fac00b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154537139,"stop":1710154537139,"duration":0}},{"uid":"ea1f2884cf21411f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ea1f2884cf21411f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710102560659,"stop":1710102560660,"duration":1}},{"uid":"5ddc17df13a35b26","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5ddc17df13a35b26","status":"skipped","statusDetails":"Test ignored","time":{"start":1710080763688,"stop":1710080763688,"duration":0}},{"uid":"691982f374262da3","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/691982f374262da3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710024433723,"stop":1710024433723,"duration":0}}]},"tags":[]},"source":"b8f01d9098d7cad9.json","parameterValues":[]} \ No newline at end of file +{"uid":"9f3a6aa4fb66c49f","name":"Error when try to subscribe to more than 31 topics (old limit)","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Error when try to subscribe to more than 31 topics (old limit)","historyId":"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"2ffe60db289622f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ffe60db289622f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078642,"stop":1710307078643,"duration":1}},{"uid":"9626f71b8536b9b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9626f71b8536b9b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281995,"stop":1710287281995,"duration":0}},{"uid":"59fd6774b74105cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/59fd6774b74105cb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550756,"stop":1710284550757,"duration":1}}]},"tags":[]},"source":"9f3a6aa4fb66c49f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9f71d6a666464cb0.json b/6685/data/test-cases/9f71d6a666464cb0.json new file mode 100644 index 00000000000..b00e683d8bb --- /dev/null +++ b/6685/data/test-cases/9f71d6a666464cb0.json @@ -0,0 +1 @@ +{"uid":"9f71d6a666464cb0","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":1710308464140,"stop":1710308464140,"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":"30cfc64235762ce7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30cfc64235762ce7","status":"passed","time":{"start":1710307351549,"stop":1710307351549,"duration":0}},{"uid":"ccaa198a11f21d47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ccaa198a11f21d47","status":"passed","time":{"start":1710287559411,"stop":1710287559412,"duration":1}},{"uid":"8c9d0156fbd4c51b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c9d0156fbd4c51b","status":"passed","time":{"start":1710284823516,"stop":1710284823517,"duration":1}}]},"tags":[]},"source":"9f71d6a666464cb0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ce355b48497cc2af.json b/6685/data/test-cases/9f8165fc4a6960e1.json similarity index 78% rename from 6651/data/test-cases/ce355b48497cc2af.json rename to 6685/data/test-cases/9f8165fc4a6960e1.json index 49b85be63db..7808a40c0f2 100644 --- a/6651/data/test-cases/ce355b48497cc2af.json +++ b/6685/data/test-cases/9f8165fc4a6960e1.json @@ -1 +1 @@ -{"uid":"ce355b48497cc2af","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":1710205173304,"stop":1710205173304,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"3dd4638c867faa3b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3dd4638c867faa3b","status":"passed","time":{"start":1710205067274,"stop":1710205067274,"duration":0}},{"uid":"6c012c52ac1f0189","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6c012c52ac1f0189","status":"passed","time":{"start":1710204962912,"stop":1710204962913,"duration":1}},{"uid":"379339738efe132e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/379339738efe132e","status":"passed","time":{"start":1710204701463,"stop":1710204701464,"duration":1}},{"uid":"f0a1c93e00a0a572","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f0a1c93e00a0a572","status":"passed","time":{"start":1710203416579,"stop":1710203416580,"duration":1}},{"uid":"871d43d943964a5c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/871d43d943964a5c","status":"passed","time":{"start":1710199910397,"stop":1710199910403,"duration":6}},{"uid":"c951d24a8a7f8c74","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c951d24a8a7f8c74","status":"passed","time":{"start":1710199800509,"stop":1710199800509,"duration":0}},{"uid":"4acb5185bf8c04aa","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4acb5185bf8c04aa","status":"passed","time":{"start":1710197348909,"stop":1710197348910,"duration":1}},{"uid":"c95b5a16502439e9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c95b5a16502439e9","status":"passed","time":{"start":1710168167424,"stop":1710168167424,"duration":0}},{"uid":"f48f503b09e41d78","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f48f503b09e41d78","status":"passed","time":{"start":1710167350120,"stop":1710167350120,"duration":0}},{"uid":"feab91be4d4320ff","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/feab91be4d4320ff","status":"passed","time":{"start":1710167497862,"stop":1710167497862,"duration":0}},{"uid":"5c9014695e934763","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5c9014695e934763","status":"passed","time":{"start":1710166625603,"stop":1710166625604,"duration":1}},{"uid":"196c33c37726b718","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/196c33c37726b718","status":"passed","time":{"start":1710164870334,"stop":1710164870335,"duration":1}},{"uid":"394069f795dce195","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/394069f795dce195","status":"passed","time":{"start":1710164015688,"stop":1710164015688,"duration":0}},{"uid":"db7b7352b46bb1ed","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/db7b7352b46bb1ed","status":"passed","time":{"start":1710163881227,"stop":1710163881228,"duration":1}},{"uid":"835c1f52445cd59c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/835c1f52445cd59c","status":"passed","time":{"start":1710155929069,"stop":1710155929069,"duration":0}},{"uid":"f57c43c2f1a7ae05","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f57c43c2f1a7ae05","status":"passed","time":{"start":1710155134284,"stop":1710155134285,"duration":1}},{"uid":"3dc987259b7891d9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3dc987259b7891d9","status":"passed","time":{"start":1710154760700,"stop":1710154760700,"duration":0}},{"uid":"11ba4a322e6e994d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/11ba4a322e6e994d","status":"passed","time":{"start":1710102776886,"stop":1710102776886,"duration":0}},{"uid":"e10d6d46c2d29f4e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e10d6d46c2d29f4e","status":"passed","time":{"start":1710080978583,"stop":1710080978583,"duration":0}},{"uid":"7582a6670bea079","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7582a6670bea079","status":"passed","time":{"start":1710024644861,"stop":1710024644862,"duration":1}}]},"tags":[]},"source":"ce355b48497cc2af.json","parameterValues":[]} \ No newline at end of file +{"uid":"9f8165fc4a6960e1","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":1710308416722,"stop":1710308416723,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"e08fbc7d1d669cd6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e08fbc7d1d669cd6","status":"passed","time":{"start":1710307308625,"stop":1710307308626,"duration":1}},{"uid":"4e771888c988c08b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e771888c988c08b","status":"passed","time":{"start":1710287509748,"stop":1710287509749,"duration":1}},{"uid":"319aff53cb0b3685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/319aff53cb0b3685","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"tags":[]},"source":"9f8165fc4a6960e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/9fcf5ca8de7d5e3.json b/6685/data/test-cases/9fcf5ca8de7d5e3.json new file mode 100644 index 00000000000..34768b3cceb --- /dev/null +++ b/6685/data/test-cases/9fcf5ca8de7d5e3.json @@ -0,0 +1 @@ +{"uid":"9fcf5ca8de7d5e3","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":1710307889889,"stop":1710307889890,"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":"56b4807bb648705b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56b4807bb648705b","status":"passed","time":{"start":1710306783350,"stop":1710306783351,"duration":1}},{"uid":"ce9e83fe9eb09063","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce9e83fe9eb09063","status":"passed","time":{"start":1710286988508,"stop":1710286988508,"duration":0}},{"uid":"38d245db65f3f706","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38d245db65f3f706","status":"passed","time":{"start":1710284250979,"stop":1710284250979,"duration":0}}]},"tags":[]},"source":"9fcf5ca8de7d5e3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/969f2d5a7fac6254.json b/6685/data/test-cases/9fd0fca2df1ee3be.json similarity index 76% rename from 6651/data/test-cases/969f2d5a7fac6254.json rename to 6685/data/test-cases/9fd0fca2df1ee3be.json index bb36f15007b..0a0214b71e4 100644 --- a/6651/data/test-cases/969f2d5a7fac6254.json +++ b/6685/data/test-cases/9fd0fca2df1ee3be.json @@ -1 +1 @@ -{"uid":"969f2d5a7fac6254","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":1710204847295,"stop":1710204847296,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"3539dbee02abd537","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3539dbee02abd537","status":"passed","time":{"start":1710204755944,"stop":1710204755944,"duration":0}},{"uid":"71c9b426cd9c2497","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/71c9b426cd9c2497","status":"passed","time":{"start":1710204636021,"stop":1710204636021,"duration":0}},{"uid":"7fa2e85b4e34fc55","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7fa2e85b4e34fc55","status":"passed","time":{"start":1710204395469,"stop":1710204395471,"duration":2}},{"uid":"a3a4f34242c9ab03","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/a3a4f34242c9ab03","status":"passed","time":{"start":1710203121999,"stop":1710203122000,"duration":1}},{"uid":"b7433a8684611822","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b7433a8684611822","status":"passed","time":{"start":1710199608814,"stop":1710199608814,"duration":0}},{"uid":"ebf4862c34ff1851","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ebf4862c34ff1851","status":"passed","time":{"start":1710199506564,"stop":1710199506564,"duration":0}},{"uid":"52992cb12fbf4bd8","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/52992cb12fbf4bd8","status":"passed","time":{"start":1710197033226,"stop":1710197033227,"duration":1}},{"uid":"c74f295a35170d61","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c74f295a35170d61","status":"passed","time":{"start":1710167869137,"stop":1710167869138,"duration":1}},{"uid":"936d3cde52b21fb5","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/936d3cde52b21fb5","status":"passed","time":{"start":1710167049286,"stop":1710167049286,"duration":0}},{"uid":"69e493b4991eeafa","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/69e493b4991eeafa","status":"passed","time":{"start":1710167194752,"stop":1710167194752,"duration":0}},{"uid":"ebd5efeaf24abb43","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/ebd5efeaf24abb43","status":"passed","time":{"start":1710166328846,"stop":1710166328846,"duration":0}},{"uid":"c18b44a9c759b80b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c18b44a9c759b80b","status":"passed","time":{"start":1710164551130,"stop":1710164551130,"duration":0}},{"uid":"73c8dd57028ddbdb","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/73c8dd57028ddbdb","status":"passed","time":{"start":1710163715992,"stop":1710163715993,"duration":1}},{"uid":"70c22584a5fd198","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/70c22584a5fd198","status":"passed","time":{"start":1710163568070,"stop":1710163568073,"duration":3}},{"uid":"f25adaa6914c9708","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f25adaa6914c9708","status":"passed","time":{"start":1710155626321,"stop":1710155626321,"duration":0}},{"uid":"d272682a2a383154","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d272682a2a383154","status":"passed","time":{"start":1710154824273,"stop":1710154824273,"duration":0}},{"uid":"30be7df35522a835","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/30be7df35522a835","status":"passed","time":{"start":1710154466414,"stop":1710154466415,"duration":1}},{"uid":"22f940264db9423d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/22f940264db9423d","status":"passed","time":{"start":1710102475234,"stop":1710102475236,"duration":2}},{"uid":"cf6ac96f10fb5f2a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/cf6ac96f10fb5f2a","status":"passed","time":{"start":1710080673274,"stop":1710080673274,"duration":0}},{"uid":"c276f620822ceb25","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c276f620822ceb25","status":"passed","time":{"start":1710024327572,"stop":1710024327572,"duration":0}}]},"tags":[]},"source":"969f2d5a7fac6254.json","parameterValues":[]} \ No newline at end of file +{"uid":"9fd0fca2df1ee3be","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":1710308097726,"stop":1710308097727,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"9d9abffb00bc665f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d9abffb00bc665f","status":"passed","time":{"start":1710306994266,"stop":1710306994267,"duration":1}},{"uid":"72de208438f9466f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72de208438f9466f","status":"passed","time":{"start":1710287196188,"stop":1710287196188,"duration":0}},{"uid":"e6cb4fbeb87c8789","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6cb4fbeb87c8789","status":"passed","time":{"start":1710284459536,"stop":1710284459536,"duration":0}}]},"tags":[]},"source":"9fd0fca2df1ee3be.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1a4177b347a004dc.json b/6685/data/test-cases/a00442e33e94af34.json similarity index 78% rename from 6651/data/test-cases/1a4177b347a004dc.json rename to 6685/data/test-cases/a00442e33e94af34.json index 3c75bf0b265..7862bffd86d 100644 --- a/6651/data/test-cases/1a4177b347a004dc.json +++ b/6685/data/test-cases/a00442e33e94af34.json @@ -1 +1 @@ -{"uid":"1a4177b347a004dc","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":1710205173291,"stop":1710205173291,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"d5977216f8da5e54","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d5977216f8da5e54","status":"passed","time":{"start":1710205067268,"stop":1710205067269,"duration":1}},{"uid":"63fa5ce0cdfba5ac","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/63fa5ce0cdfba5ac","status":"passed","time":{"start":1710204962904,"stop":1710204962905,"duration":1}},{"uid":"bd31d9dca752dfe6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bd31d9dca752dfe6","status":"passed","time":{"start":1710204701460,"stop":1710204701460,"duration":0}},{"uid":"e3a50a726dec4847","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e3a50a726dec4847","status":"passed","time":{"start":1710203416577,"stop":1710203416577,"duration":0}},{"uid":"42b4cd574cbbc495","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/42b4cd574cbbc495","status":"passed","time":{"start":1710199910387,"stop":1710199910387,"duration":0}},{"uid":"adb9ff78639cca32","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/adb9ff78639cca32","status":"passed","time":{"start":1710199800505,"stop":1710199800505,"duration":0}},{"uid":"225294e8e88d7f64","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/225294e8e88d7f64","status":"passed","time":{"start":1710197348907,"stop":1710197348907,"duration":0}},{"uid":"4f33caefa7030ee6","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4f33caefa7030ee6","status":"passed","time":{"start":1710168167419,"stop":1710168167419,"duration":0}},{"uid":"e63a5926273b7364","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e63a5926273b7364","status":"passed","time":{"start":1710167350116,"stop":1710167350117,"duration":1}},{"uid":"2beb068528154a26","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2beb068528154a26","status":"passed","time":{"start":1710167497858,"stop":1710167497859,"duration":1}},{"uid":"b7dad38def2227fb","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b7dad38def2227fb","status":"passed","time":{"start":1710166625598,"stop":1710166625598,"duration":0}},{"uid":"dba62aa5f8f9504f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/dba62aa5f8f9504f","status":"passed","time":{"start":1710164870331,"stop":1710164870331,"duration":0}},{"uid":"3d349a758985dd8f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3d349a758985dd8f","status":"passed","time":{"start":1710164015684,"stop":1710164015684,"duration":0}},{"uid":"b8da3ba7ec3f5fc1","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b8da3ba7ec3f5fc1","status":"passed","time":{"start":1710163881224,"stop":1710163881224,"duration":0}},{"uid":"340fda6b08332587","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/340fda6b08332587","status":"passed","time":{"start":1710155929064,"stop":1710155929065,"duration":1}},{"uid":"573d0242c4ca3d76","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/573d0242c4ca3d76","status":"passed","time":{"start":1710155134273,"stop":1710155134273,"duration":0}},{"uid":"a087f27d9ca69513","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a087f27d9ca69513","status":"passed","time":{"start":1710154760696,"stop":1710154760696,"duration":0}},{"uid":"69dfc1f5cf5f5b9c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/69dfc1f5cf5f5b9c","status":"passed","time":{"start":1710102776883,"stop":1710102776883,"duration":0}},{"uid":"f8ab8fcc5dc37c05","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f8ab8fcc5dc37c05","status":"passed","time":{"start":1710080978579,"stop":1710080978579,"duration":0}},{"uid":"f7b36c34c641c07d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f7b36c34c641c07d","status":"passed","time":{"start":1710024644856,"stop":1710024644857,"duration":1}}]},"tags":[]},"source":"1a4177b347a004dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"a00442e33e94af34","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":1710308416719,"stop":1710308416719,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"b7e9da6ceb20ae10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7e9da6ceb20ae10","status":"passed","time":{"start":1710307308619,"stop":1710307308619,"duration":0}},{"uid":"5157c10829172cc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5157c10829172cc5","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"da22599163c7ee21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/da22599163c7ee21","status":"passed","time":{"start":1710284775837,"stop":1710284775837,"duration":0}}]},"tags":[]},"source":"a00442e33e94af34.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ddce36bbe6960351.json b/6685/data/test-cases/a04404af5618e869.json similarity index 81% rename from 6651/data/test-cases/ddce36bbe6960351.json rename to 6685/data/test-cases/a04404af5618e869.json index bc1a7a5d555..29b68480f38 100644 --- a/6651/data/test-cases/ddce36bbe6960351.json +++ b/6685/data/test-cases/a04404af5618e869.json @@ -1 +1 @@ -{"uid":"ddce36bbe6960351","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":1710205335131,"stop":1710205335132,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"5dc5c245781fd925","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5dc5c245781fd925","status":"passed","time":{"start":1710205224507,"stop":1710205224507,"duration":0}},{"uid":"4833dad6fafc90a5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4833dad6fafc90a5","status":"passed","time":{"start":1710205109072,"stop":1710205109073,"duration":1}},{"uid":"c75aee64e6f8e8e5","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c75aee64e6f8e8e5","status":"passed","time":{"start":1710204865541,"stop":1710204865542,"duration":1}},{"uid":"1e6c8a3c795f0813","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1e6c8a3c795f0813","status":"passed","time":{"start":1710203577226,"stop":1710203577226,"duration":0}},{"uid":"39fc6f9b49c371f7","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/39fc6f9b49c371f7","status":"passed","time":{"start":1710200067237,"stop":1710200067237,"duration":0}},{"uid":"1b232675ac82f2bf","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1b232675ac82f2bf","status":"passed","time":{"start":1710199972392,"stop":1710199972392,"duration":0}},{"uid":"82a97cb44af0347a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/82a97cb44af0347a","status":"passed","time":{"start":1710197502482,"stop":1710197502482,"duration":0}},{"uid":"832761817e95b1fb","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/832761817e95b1fb","status":"passed","time":{"start":1710168341995,"stop":1710168341995,"duration":0}},{"uid":"5ae2126e43f89c83","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5ae2126e43f89c83","status":"passed","time":{"start":1710167568808,"stop":1710167568808,"duration":0}},{"uid":"6521b9fb591dcf77","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/6521b9fb591dcf77","status":"passed","time":{"start":1710167665499,"stop":1710167665499,"duration":0}},{"uid":"c61df48c259b64f8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c61df48c259b64f8","status":"passed","time":{"start":1710166795557,"stop":1710166795557,"duration":0}},{"uid":"28278489f7895c75","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/28278489f7895c75","status":"passed","time":{"start":1710165026119,"stop":1710165026120,"duration":1}},{"uid":"cd3bfffcde2085a4","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cd3bfffcde2085a4","status":"passed","time":{"start":1710164176703,"stop":1710164176703,"duration":0}},{"uid":"fddfaebc0f90ccd4","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/fddfaebc0f90ccd4","status":"passed","time":{"start":1710164039975,"stop":1710164039975,"duration":0}},{"uid":"6ff32f342fa33e84","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6ff32f342fa33e84","status":"passed","time":{"start":1710156088892,"stop":1710156088893,"duration":1}},{"uid":"ed557fc86597ee72","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ed557fc86597ee72","status":"passed","time":{"start":1710155298400,"stop":1710155298401,"duration":1}},{"uid":"69206d7294a8b61b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/69206d7294a8b61b","status":"passed","time":{"start":1710154928184,"stop":1710154928185,"duration":1}},{"uid":"5f2c73cb53c15048","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5f2c73cb53c15048","status":"passed","time":{"start":1710102939211,"stop":1710102939211,"duration":0}},{"uid":"1cc0e2ce9561b3eb","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1cc0e2ce9561b3eb","status":"passed","time":{"start":1710081135409,"stop":1710081135409,"duration":0}},{"uid":"6c0e99f8f93f76e8","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6c0e99f8f93f76e8","status":"passed","time":{"start":1710024806414,"stop":1710024806414,"duration":0}}]},"tags":[]},"source":"ddce36bbe6960351.json","parameterValues":[]} \ No newline at end of file +{"uid":"a04404af5618e869","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":1710308572933,"stop":1710308572934,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2b71b4b5e041ed7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b71b4b5e041ed7d","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"a73ee83d0c96f7c6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a73ee83d0c96f7c6","status":"passed","time":{"start":1710287674897,"stop":1710287674898,"duration":1}},{"uid":"8f64f05a613a00c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f64f05a613a00c6","status":"passed","time":{"start":1710284934060,"stop":1710284934061,"duration":1}}]},"tags":[]},"source":"a04404af5618e869.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a0e59bc0e054e13b.json b/6685/data/test-cases/a0e59bc0e054e13b.json new file mode 100644 index 00000000000..341ee15dd3b --- /dev/null +++ b/6685/data/test-cases/a0e59bc0e054e13b.json @@ -0,0 +1 @@ +{"uid":"a0e59bc0e054e13b","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":1710308494293,"stop":1710308494293,"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":"8e0b9f018cda4f27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e0b9f018cda4f27","status":"passed","time":{"start":1710307383801,"stop":1710307383802,"duration":1}},{"uid":"c92ac285584c9666","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c92ac285584c9666","status":"passed","time":{"start":1710287594295,"stop":1710287594296,"duration":1}},{"uid":"1780bbaee237965c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1780bbaee237965c","status":"passed","time":{"start":1710284859500,"stop":1710284859500,"duration":0}}]},"tags":[]},"source":"a0e59bc0e054e13b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a15bce393d5fdd3b.json b/6685/data/test-cases/a15bce393d5fdd3b.json new file mode 100644 index 00000000000..dcc920fee2b --- /dev/null +++ b/6685/data/test-cases/a15bce393d5fdd3b.json @@ -0,0 +1 @@ +{"uid":"a15bce393d5fdd3b","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":1710307914372,"stop":1710307914373,"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":"2c9e6b240ddc59f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c9e6b240ddc59f6","status":"passed","time":{"start":1710306807581,"stop":1710306807581,"duration":0}},{"uid":"6d44d04ff1d38fe4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d44d04ff1d38fe4","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"ba0bfa3b4df2ff97","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba0bfa3b4df2ff97","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"tags":[]},"source":"a15bce393d5fdd3b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a2008042c6b59cae.json b/6685/data/test-cases/a2008042c6b59cae.json new file mode 100644 index 00000000000..bd4ac98214c --- /dev/null +++ b/6685/data/test-cases/a2008042c6b59cae.json @@ -0,0 +1 @@ +{"uid":"a2008042c6b59cae","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":1710307918135,"stop":1710307918135,"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":"9304872b0e847c78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9304872b0e847c78","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"c0b491c869733d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0b491c869733d6","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"c08d838e8b2d8eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c08d838e8b2d8eb","status":"passed","time":{"start":1710284279139,"stop":1710284279139,"duration":0}}]},"tags":[]},"source":"a2008042c6b59cae.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4dc2716c69a70223.json b/6685/data/test-cases/a22bcc638e0dc16f.json similarity index 54% rename from 6651/data/test-cases/4dc2716c69a70223.json rename to 6685/data/test-cases/a22bcc638e0dc16f.json index a6ee42c6323..f01340c5b39 100644 --- a/6651/data/test-cases/4dc2716c69a70223.json +++ b/6685/data/test-cases/a22bcc638e0dc16f.json @@ -1 +1 @@ -{"uid":"4dc2716c69a70223","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":1710205191794,"stop":1710205191797,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"870c21041e4a44a9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/870c21041e4a44a9","status":"passed","time":{"start":1710205085983,"stop":1710205085983,"duration":0}},{"uid":"16486180cdac6a35","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/16486180cdac6a35","status":"passed","time":{"start":1710204994570,"stop":1710204994571,"duration":1}},{"uid":"4dcb9003ff8257af","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4dcb9003ff8257af","status":"passed","time":{"start":1710204726950,"stop":1710204726950,"duration":0}},{"uid":"3256fb94b9b2c07d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3256fb94b9b2c07d","status":"passed","time":{"start":1710203449576,"stop":1710203449576,"duration":0}},{"uid":"663866cf1f893865","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/663866cf1f893865","status":"passed","time":{"start":1710199937577,"stop":1710199937577,"duration":0}},{"uid":"2a4a84469d0d08e8","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2a4a84469d0d08e8","status":"passed","time":{"start":1710199830801,"stop":1710199830801,"duration":0}},{"uid":"b6883090cf6c8243","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b6883090cf6c8243","status":"passed","time":{"start":1710197382222,"stop":1710197382222,"duration":0}},{"uid":"da48751b3cfaa94e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/da48751b3cfaa94e","status":"passed","time":{"start":1710168209835,"stop":1710168209835,"duration":0}},{"uid":"2946f6c00ce63fa9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/2946f6c00ce63fa9","status":"passed","time":{"start":1710167469799,"stop":1710167469800,"duration":1}},{"uid":"bfd2720166e31d53","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/bfd2720166e31d53","status":"passed","time":{"start":1710167530694,"stop":1710167530694,"duration":0}},{"uid":"996f9e43a2cd1678","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/996f9e43a2cd1678","status":"passed","time":{"start":1710166659703,"stop":1710166659704,"duration":1}},{"uid":"8671d96faa9c8a73","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8671d96faa9c8a73","status":"passed","time":{"start":1710164898060,"stop":1710164898061,"duration":1}},{"uid":"9413466a0605b696","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9413466a0605b696","status":"passed","time":{"start":1710164040592,"stop":1710164040593,"duration":1}},{"uid":"39060cb3b67d9225","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/39060cb3b67d9225","status":"passed","time":{"start":1710163907870,"stop":1710163907870,"duration":0}},{"uid":"523b979f1bed0c2","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/523b979f1bed0c2","status":"passed","time":{"start":1710155958388,"stop":1710155958389,"duration":1}},{"uid":"50ff4e7bd1b8699","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/50ff4e7bd1b8699","status":"passed","time":{"start":1710155164401,"stop":1710155164401,"duration":0}},{"uid":"af6c76ea6550249","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/af6c76ea6550249","status":"passed","time":{"start":1710154795035,"stop":1710154795036,"duration":1}},{"uid":"6d6955734bfa391a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6d6955734bfa391a","status":"passed","time":{"start":1710102807254,"stop":1710102807259,"duration":5}},{"uid":"5f8b0246ecdcbaa3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5f8b0246ecdcbaa3","status":"passed","time":{"start":1710081003562,"stop":1710081003563,"duration":1}},{"uid":"c2a7d05698a4c9bf","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c2a7d05698a4c9bf","status":"passed","time":{"start":1710024675586,"stop":1710024675586,"duration":0}}]},"tags":[]},"source":"4dc2716c69a70223.json","parameterValues":[]} \ No newline at end of file +{"uid":"a22bcc638e0dc16f","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":1710308433841,"stop":1710308433842,"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":"dfa4a03f36985f76","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfa4a03f36985f76","status":"passed","time":{"start":1710307325064,"stop":1710307325064,"duration":0}},{"uid":"8cd5fedef70e18ef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cd5fedef70e18ef","status":"passed","time":{"start":1710287537361,"stop":1710287537362,"duration":1}},{"uid":"a118fc74c3164d39","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a118fc74c3164d39","status":"passed","time":{"start":1710284796484,"stop":1710284796485,"duration":1}}]},"tags":[]},"source":"a22bcc638e0dc16f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a294baa10a5ddd71.json b/6685/data/test-cases/a294baa10a5ddd71.json new file mode 100644 index 00000000000..39c6052679f --- /dev/null +++ b/6685/data/test-cases/a294baa10a5ddd71.json @@ -0,0 +1 @@ +{"uid":"a294baa10a5ddd71","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":1710308357665,"stop":1710308357666,"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":"2130bdc84c81d757","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2130bdc84c81d757","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"15b5b000ba4f4090","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15b5b000ba4f4090","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"b981c9547dc5ed11","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b981c9547dc5ed11","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"tags":[]},"source":"a294baa10a5ddd71.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a2a0c02e20b55eff.json b/6685/data/test-cases/a2a0c02e20b55eff.json new file mode 100644 index 00000000000..0d989efa1db --- /dev/null +++ b/6685/data/test-cases/a2a0c02e20b55eff.json @@ -0,0 +1 @@ +{"uid":"a2a0c02e20b55eff","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":1710307950104,"stop":1710307950104,"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":"cacdebe74832f79c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacdebe74832f79c","status":"passed","time":{"start":1710306846371,"stop":1710306846371,"duration":0}},{"uid":"cc6dfb6ad2f9a4ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc6dfb6ad2f9a4ee","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"32d43fbfe485d05c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32d43fbfe485d05c","status":"passed","time":{"start":1710284311923,"stop":1710284311923,"duration":0}}]},"tags":[]},"source":"a2a0c02e20b55eff.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4a165188cd9ae8ad.json b/6685/data/test-cases/a2a13a70ec24708f.json similarity index 76% rename from 6651/data/test-cases/4a165188cd9ae8ad.json rename to 6685/data/test-cases/a2a13a70ec24708f.json index 9e4d0f3f46a..1b765c0f181 100644 --- a/6651/data/test-cases/4a165188cd9ae8ad.json +++ b/6685/data/test-cases/a2a13a70ec24708f.json @@ -1 +1 @@ -{"uid":"4a165188cd9ae8ad","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":1710205115565,"stop":1710205115566,"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":73,"unknown":0,"total":73},"items":[{"uid":"ba1134f3272d08cf","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ba1134f3272d08cf","status":"passed","time":{"start":1710205004957,"stop":1710205004957,"duration":0}},{"uid":"7f409b998736ad9f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/7f409b998736ad9f","status":"passed","time":{"start":1710204900779,"stop":1710204900780,"duration":1}},{"uid":"42b28cb9ce9856e6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/42b28cb9ce9856e6","status":"passed","time":{"start":1710204658510,"stop":1710204658510,"duration":0}},{"uid":"2bbca7a1b20daa52","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2bbca7a1b20daa52","status":"passed","time":{"start":1710203380003,"stop":1710203380003,"duration":0}},{"uid":"3a48756a363618a5","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3a48756a363618a5","status":"passed","time":{"start":1710199869967,"stop":1710199869967,"duration":0}},{"uid":"47d9e9ddb4b25bde","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/47d9e9ddb4b25bde","status":"passed","time":{"start":1710199772369,"stop":1710199772370,"duration":1}},{"uid":"fac8d30b3f61c50f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/fac8d30b3f61c50f","status":"passed","time":{"start":1710197312725,"stop":1710197312726,"duration":1}},{"uid":"7aa695038f7049e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/7aa695038f7049e","status":"passed","time":{"start":1710168147654,"stop":1710168147655,"duration":1}},{"uid":"742cb27ca7a1c574","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/742cb27ca7a1c574","status":"passed","time":{"start":1710167379244,"stop":1710167379245,"duration":1}},{"uid":"bd8efa728c7bb9a2","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/bd8efa728c7bb9a2","status":"passed","time":{"start":1710167447888,"stop":1710167447889,"duration":1}},{"uid":"cec768707a42aa8f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/cec768707a42aa8f","status":"passed","time":{"start":1710166585473,"stop":1710166585474,"duration":1}},{"uid":"310f96161407862","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/310f96161407862","status":"passed","time":{"start":1710164815414,"stop":1710164815414,"duration":0}},{"uid":"14d4bb4382e4a4b0","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/14d4bb4382e4a4b0","status":"passed","time":{"start":1710163978883,"stop":1710163978883,"duration":0}},{"uid":"b4f109dce1e9fcd0","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b4f109dce1e9fcd0","status":"passed","time":{"start":1710163834500,"stop":1710163834502,"duration":2}},{"uid":"c937753c9b63c9c4","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c937753c9b63c9c4","status":"passed","time":{"start":1710155882157,"stop":1710155882157,"duration":0}},{"uid":"80d2987ec23a27d9","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/80d2987ec23a27d9","status":"passed","time":{"start":1710155093740,"stop":1710155093741,"duration":1}},{"uid":"10d323b320c9d40d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/10d323b320c9d40d","status":"passed","time":{"start":1710154718355,"stop":1710154718356,"duration":1}},{"uid":"b4ac99b21e232492","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b4ac99b21e232492","status":"passed","time":{"start":1710102732559,"stop":1710102732560,"duration":1}},{"uid":"72b6ee03edbb82e4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/72b6ee03edbb82e4","status":"passed","time":{"start":1710080936468,"stop":1710080936469,"duration":1}},{"uid":"2ce9e82e2fef3e95","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2ce9e82e2fef3e95","status":"passed","time":{"start":1710024618609,"stop":1710024618609,"duration":0}}]},"tags":[]},"source":"4a165188cd9ae8ad.json","parameterValues":[]} \ No newline at end of file +{"uid":"a2a13a70ec24708f","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":1710308366456,"stop":1710308366456,"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":"c83c95df309a546a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c83c95df309a546a","status":"passed","time":{"start":1710307247755,"stop":1710307247756,"duration":1}},{"uid":"2879cbb1e9c4953","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2879cbb1e9c4953","status":"passed","time":{"start":1710287456022,"stop":1710287456023,"duration":1}},{"uid":"27fbdf2ee224a758","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/27fbdf2ee224a758","status":"passed","time":{"start":1710284723006,"stop":1710284723007,"duration":1}}]},"tags":[]},"source":"a2a13a70ec24708f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a2b74148ccc017c8.json b/6685/data/test-cases/a2b74148ccc017c8.json new file mode 100644 index 00000000000..27cbd0782de --- /dev/null +++ b/6685/data/test-cases/a2b74148ccc017c8.json @@ -0,0 +1 @@ +{"uid":"a2b74148ccc017c8","name":"Check received message with timestamp: 1710307939355000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1710307939355000000 ","historyId":"f61870a71c0af651203ca6de999ee2ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308416743,"stop":1710308416743,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"a2b74148ccc017c8.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/12919f9bbd18b652.json b/6685/data/test-cases/a2d388e45591383b.json similarity index 53% rename from 6651/data/test-cases/12919f9bbd18b652.json rename to 6685/data/test-cases/a2d388e45591383b.json index 10051ade71a..9edf7f6c784 100644 --- a/6651/data/test-cases/12919f9bbd18b652.json +++ b/6685/data/test-cases/a2d388e45591383b.json @@ -1 +1 @@ -{"uid":"12919f9bbd18b652","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204735365,"stop":1710204735365,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"a697ecd3b57acce7","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/a697ecd3b57acce7","status":"passed","time":{"start":1710205319978,"stop":1710205319978,"duration":0}},{"uid":"8034531c29507d46","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/8034531c29507d46","status":"passed","time":{"start":1710204635822,"stop":1710204635823,"duration":1}},{"uid":"a8a04e358a4c332","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a8a04e358a4c332","status":"passed","time":{"start":1710204521116,"stop":1710204521117,"duration":1}},{"uid":"5211e6767c152722","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5211e6767c152722","status":"passed","time":{"start":1710204277062,"stop":1710204277063,"duration":1}},{"uid":"15706432fe9bb3c0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/15706432fe9bb3c0","status":"passed","time":{"start":1710203002592,"stop":1710203002593,"duration":1}},{"uid":"55c074e5adc3f7dd","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/55c074e5adc3f7dd","status":"passed","time":{"start":1710199486131,"stop":1710199486132,"duration":1}},{"uid":"72bb083f8d4bff0f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/72bb083f8d4bff0f","status":"passed","time":{"start":1710199383480,"stop":1710199383481,"duration":1}},{"uid":"299d8c76abe4c06a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/299d8c76abe4c06a","status":"passed","time":{"start":1710196920113,"stop":1710196920113,"duration":0}},{"uid":"767f7e7a3c1c6adb","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/767f7e7a3c1c6adb","status":"passed","time":{"start":1710167736497,"stop":1710167736498,"duration":1}},{"uid":"643b03b57a95bec4","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/643b03b57a95bec4","status":"passed","time":{"start":1710166917304,"stop":1710166917305,"duration":1}},{"uid":"85c80977c942a400","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/85c80977c942a400","status":"passed","time":{"start":1710167079842,"stop":1710167079842,"duration":0}},{"uid":"c9ce675b4e04ea2e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c9ce675b4e04ea2e","status":"passed","time":{"start":1710166208117,"stop":1710166208117,"duration":0}},{"uid":"c61277a1be6317f9","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c61277a1be6317f9","status":"passed","time":{"start":1710164434217,"stop":1710164434218,"duration":1}},{"uid":"a90de00b105b9fea","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a90de00b105b9fea","status":"passed","time":{"start":1710163587841,"stop":1710163587841,"duration":0}},{"uid":"185ba7390cd4c5e0","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/185ba7390cd4c5e0","status":"passed","time":{"start":1710163441160,"stop":1710163441161,"duration":1}},{"uid":"a39fae7e90da3a2d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a39fae7e90da3a2d","status":"passed","time":{"start":1710155508710,"stop":1710155508714,"duration":4}},{"uid":"97895222119bfcc0","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/97895222119bfcc0","status":"passed","time":{"start":1710154702834,"stop":1710154702835,"duration":1}},{"uid":"b821dc65b9620ded","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b821dc65b9620ded","status":"passed","time":{"start":1710154336636,"stop":1710154336637,"duration":1}},{"uid":"5d2b5ca06851c1ec","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5d2b5ca06851c1ec","status":"passed","time":{"start":1710102353937,"stop":1710102353942,"duration":5}},{"uid":"6be061290c1e26a9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6be061290c1e26a9","status":"passed","time":{"start":1710080558371,"stop":1710080558371,"duration":0}}]},"tags":[]},"source":"12919f9bbd18b652.json","parameterValues":[]} \ No newline at end of file +{"uid":"a2d388e45591383b","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307980880,"stop":1710307980881,"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":"ff3ad5448c070309","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff3ad5448c070309","status":"passed","time":{"start":1710306873744,"stop":1710306873745,"duration":1}},{"uid":"b8b199be222be21f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8b199be222be21f","status":"passed","time":{"start":1710287079741,"stop":1710287079742,"duration":1}},{"uid":"5fc679d69ae7133e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5fc679d69ae7133e","status":"passed","time":{"start":1710284342262,"stop":1710284342264,"duration":2}}]},"tags":[]},"source":"a2d388e45591383b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/de87a9b8ba84288c.json b/6685/data/test-cases/a2d57c5036577429.json similarity index 81% rename from 6651/data/test-cases/de87a9b8ba84288c.json rename to 6685/data/test-cases/a2d57c5036577429.json index 2360cc47ddb..d709df38af1 100644 --- a/6651/data/test-cases/de87a9b8ba84288c.json +++ b/6685/data/test-cases/a2d57c5036577429.json @@ -1 +1 @@ -{"uid":"de87a9b8ba84288c","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":1710205335146,"stop":1710205335146,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"ee43afe24c5968a4","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ee43afe24c5968a4","status":"passed","time":{"start":1710205224515,"stop":1710205224515,"duration":0}},{"uid":"1d54a7fe262061e5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/1d54a7fe262061e5","status":"passed","time":{"start":1710205109080,"stop":1710205109080,"duration":0}},{"uid":"3e9e4f025facff3a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3e9e4f025facff3a","status":"passed","time":{"start":1710204865549,"stop":1710204865549,"duration":0}},{"uid":"33731cc796b5ece0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/33731cc796b5ece0","status":"passed","time":{"start":1710203577233,"stop":1710203577233,"duration":0}},{"uid":"7eb366fc2bfffe4a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7eb366fc2bfffe4a","status":"passed","time":{"start":1710200067245,"stop":1710200067245,"duration":0}},{"uid":"a3996a563dc8839","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a3996a563dc8839","status":"passed","time":{"start":1710199972399,"stop":1710199972399,"duration":0}},{"uid":"16b74e238a68c11b","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/16b74e238a68c11b","status":"passed","time":{"start":1710197502491,"stop":1710197502491,"duration":0}},{"uid":"7b7585023f9978ec","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/7b7585023f9978ec","status":"passed","time":{"start":1710168342003,"stop":1710168342003,"duration":0}},{"uid":"f6272d45cb8335c8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f6272d45cb8335c8","status":"passed","time":{"start":1710167568817,"stop":1710167568818,"duration":1}},{"uid":"9636c7494776e97e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/9636c7494776e97e","status":"passed","time":{"start":1710167665508,"stop":1710167665508,"duration":0}},{"uid":"3edb9cb84f6b8159","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3edb9cb84f6b8159","status":"passed","time":{"start":1710166795566,"stop":1710166795566,"duration":0}},{"uid":"188c14d494d8c8fb","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/188c14d494d8c8fb","status":"passed","time":{"start":1710165026128,"stop":1710165026129,"duration":1}},{"uid":"fc9dd10d163095ad","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/fc9dd10d163095ad","status":"passed","time":{"start":1710164176710,"stop":1710164176711,"duration":1}},{"uid":"bf1b729ae818b23","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/bf1b729ae818b23","status":"passed","time":{"start":1710164039984,"stop":1710164039984,"duration":0}},{"uid":"a092ee8bdbf999a1","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a092ee8bdbf999a1","status":"passed","time":{"start":1710156088899,"stop":1710156088899,"duration":0}},{"uid":"a907e3bdf3f6cf51","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/a907e3bdf3f6cf51","status":"passed","time":{"start":1710155298409,"stop":1710155298409,"duration":0}},{"uid":"a4de1d27a02e56a6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a4de1d27a02e56a6","status":"passed","time":{"start":1710154928193,"stop":1710154928193,"duration":0}},{"uid":"88e2d7a0610ebb5d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/88e2d7a0610ebb5d","status":"passed","time":{"start":1710102939220,"stop":1710102939220,"duration":0}},{"uid":"7e615e53197a9beb","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7e615e53197a9beb","status":"passed","time":{"start":1710081135417,"stop":1710081135417,"duration":0}},{"uid":"9833d08985aa4de2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9833d08985aa4de2","status":"passed","time":{"start":1710024806422,"stop":1710024806422,"duration":0}}]},"tags":[]},"source":"de87a9b8ba84288c.json","parameterValues":[]} \ No newline at end of file +{"uid":"a2d57c5036577429","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":1710308572941,"stop":1710308572941,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"c6aac06e5388af35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6aac06e5388af35","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"4ad17a0bb1ebee30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ad17a0bb1ebee30","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"4313db6b9ffb964d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4313db6b9ffb964d","status":"passed","time":{"start":1710284934069,"stop":1710284934069,"duration":0}}]},"tags":[]},"source":"a2d57c5036577429.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a304d3776387cc8d.json b/6685/data/test-cases/a304d3776387cc8d.json new file mode 100644 index 00000000000..ae282191cc8 --- /dev/null +++ b/6685/data/test-cases/a304d3776387cc8d.json @@ -0,0 +1 @@ +{"uid":"a304d3776387cc8d","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":1710308463687,"stop":1710308463687,"duration":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":"730f8adb736453b7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/730f8adb736453b7","status":"passed","time":{"start":1710307358457,"stop":1710307358458,"duration":1}},{"uid":"2cf2c91c3c63c91c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf2c91c3c63c91c","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"29f95d6206c6b0f2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29f95d6206c6b0f2","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"tags":[]},"source":"a304d3776387cc8d.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d804b0b098e5dd5b.json b/6685/data/test-cases/a3064e5c2bf90011.json similarity index 76% rename from 6651/data/test-cases/d804b0b098e5dd5b.json rename to 6685/data/test-cases/a3064e5c2bf90011.json index 114c1b074eb..451d94e46ce 100644 --- a/6651/data/test-cases/d804b0b098e5dd5b.json +++ b/6685/data/test-cases/a3064e5c2bf90011.json @@ -1 +1 @@ -{"uid":"d804b0b098e5dd5b","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":1710204847307,"stop":1710204847308,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"58f051d56c459062","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/58f051d56c459062","status":"passed","time":{"start":1710204755951,"stop":1710204755951,"duration":0}},{"uid":"5c4733cbc6b4affa","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5c4733cbc6b4affa","status":"passed","time":{"start":1710204636104,"stop":1710204636104,"duration":0}},{"uid":"7d7c6a7ee7f31b83","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7d7c6a7ee7f31b83","status":"passed","time":{"start":1710204395484,"stop":1710204395484,"duration":0}},{"uid":"9b6ef86b730b0c57","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9b6ef86b730b0c57","status":"passed","time":{"start":1710203122007,"stop":1710203122008,"duration":1}},{"uid":"ff4834a7c1afd194","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ff4834a7c1afd194","status":"passed","time":{"start":1710199608829,"stop":1710199608829,"duration":0}},{"uid":"baa9e00ab5b5f54","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/baa9e00ab5b5f54","status":"passed","time":{"start":1710199506572,"stop":1710199506572,"duration":0}},{"uid":"ce656f928eadde9a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ce656f928eadde9a","status":"passed","time":{"start":1710197033290,"stop":1710197033291,"duration":1}},{"uid":"742e393ded3225e4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/742e393ded3225e4","status":"passed","time":{"start":1710167869154,"stop":1710167869154,"duration":0}},{"uid":"9c75207a13c68b1a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9c75207a13c68b1a","status":"passed","time":{"start":1710167049297,"stop":1710167049297,"duration":0}},{"uid":"e84c0060bbe7d1ff","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e84c0060bbe7d1ff","status":"passed","time":{"start":1710167194770,"stop":1710167194770,"duration":0}},{"uid":"ccaaac30c6feeeea","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/ccaaac30c6feeeea","status":"passed","time":{"start":1710166328853,"stop":1710166328853,"duration":0}},{"uid":"c0a4366bd34b7f19","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c0a4366bd34b7f19","status":"passed","time":{"start":1710164551142,"stop":1710164551142,"duration":0}},{"uid":"9ffdbdaae4a5717","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9ffdbdaae4a5717","status":"passed","time":{"start":1710163716001,"stop":1710163716001,"duration":0}},{"uid":"d9aea63626f539d7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/d9aea63626f539d7","status":"passed","time":{"start":1710163568082,"stop":1710163568082,"duration":0}},{"uid":"21fdddce8ddfd69a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/21fdddce8ddfd69a","status":"passed","time":{"start":1710155626331,"stop":1710155626332,"duration":1}},{"uid":"32b36104eeff314b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/32b36104eeff314b","status":"passed","time":{"start":1710154824291,"stop":1710154824291,"duration":0}},{"uid":"c73d2687585c3996","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c73d2687585c3996","status":"passed","time":{"start":1710154466435,"stop":1710154466435,"duration":0}},{"uid":"c10af313f860e444","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c10af313f860e444","status":"passed","time":{"start":1710102475243,"stop":1710102475243,"duration":0}},{"uid":"aff647337e1121dc","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/aff647337e1121dc","status":"passed","time":{"start":1710080673291,"stop":1710080673292,"duration":1}},{"uid":"4d456bbf7a9a5900","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4d456bbf7a9a5900","status":"passed","time":{"start":1710024327579,"stop":1710024327580,"duration":1}}]},"tags":[]},"source":"d804b0b098e5dd5b.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3064e5c2bf90011","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":1710308097734,"stop":1710308097734,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"e1b43c71a5f4ee15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1b43c71a5f4ee15","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"c090093c3070e8bf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c090093c3070e8bf","status":"passed","time":{"start":1710287196196,"stop":1710287196196,"duration":0}},{"uid":"372008bfb2cca5e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/372008bfb2cca5e6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"tags":[]},"source":"a3064e5c2bf90011.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/26707daec191cd2f.json b/6685/data/test-cases/a31cddde6ff2d07a.json similarity index 81% rename from 6651/data/test-cases/26707daec191cd2f.json rename to 6685/data/test-cases/a31cddde6ff2d07a.json index 6aa31b25e14..7b6eea070ff 100644 --- a/6651/data/test-cases/26707daec191cd2f.json +++ b/6685/data/test-cases/a31cddde6ff2d07a.json @@ -1 +1 @@ -{"uid":"26707daec191cd2f","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":1710205335147,"stop":1710205335148,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"8266df58f8cd77c6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/8266df58f8cd77c6","status":"passed","time":{"start":1710205224516,"stop":1710205224516,"duration":0}},{"uid":"12883f23ae63e801","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/12883f23ae63e801","status":"passed","time":{"start":1710205109081,"stop":1710205109081,"duration":0}},{"uid":"eefc7e444c00ae5e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/eefc7e444c00ae5e","status":"passed","time":{"start":1710204865550,"stop":1710204865550,"duration":0}},{"uid":"c5c5d11d77cf2d08","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c5c5d11d77cf2d08","status":"passed","time":{"start":1710203577234,"stop":1710203577234,"duration":0}},{"uid":"b0d268676c9ba8eb","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b0d268676c9ba8eb","status":"passed","time":{"start":1710200067246,"stop":1710200067246,"duration":0}},{"uid":"ddada3111044cbac","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ddada3111044cbac","status":"passed","time":{"start":1710199972400,"stop":1710199972400,"duration":0}},{"uid":"98fbef4ddb3e6d6e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/98fbef4ddb3e6d6e","status":"passed","time":{"start":1710197502492,"stop":1710197502492,"duration":0}},{"uid":"416a0204ed351c8a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/416a0204ed351c8a","status":"passed","time":{"start":1710168342003,"stop":1710168342004,"duration":1}},{"uid":"4ccd667a11fbbb4e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4ccd667a11fbbb4e","status":"passed","time":{"start":1710167568818,"stop":1710167568819,"duration":1}},{"uid":"24575b4605a9019f","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/24575b4605a9019f","status":"passed","time":{"start":1710167665509,"stop":1710167665509,"duration":0}},{"uid":"5b8f785518995901","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5b8f785518995901","status":"passed","time":{"start":1710166795567,"stop":1710166795567,"duration":0}},{"uid":"e0a943abb7b39efe","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e0a943abb7b39efe","status":"passed","time":{"start":1710165026129,"stop":1710165026130,"duration":1}},{"uid":"84abaea82ce4a339","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/84abaea82ce4a339","status":"passed","time":{"start":1710164176711,"stop":1710164176712,"duration":1}},{"uid":"4c65185b441870a4","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4c65185b441870a4","status":"passed","time":{"start":1710164039985,"stop":1710164039985,"duration":0}},{"uid":"6eec8a583b9c118c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6eec8a583b9c118c","status":"passed","time":{"start":1710156088900,"stop":1710156088901,"duration":1}},{"uid":"4a596d3e74f14ea5","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4a596d3e74f14ea5","status":"passed","time":{"start":1710155298410,"stop":1710155298410,"duration":0}},{"uid":"19ca6611403116b6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/19ca6611403116b6","status":"passed","time":{"start":1710154928194,"stop":1710154928194,"duration":0}},{"uid":"e2e8c7961d9eb430","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e2e8c7961d9eb430","status":"passed","time":{"start":1710102939221,"stop":1710102939221,"duration":0}},{"uid":"ea5b8f15c2a7a420","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ea5b8f15c2a7a420","status":"passed","time":{"start":1710081135418,"stop":1710081135418,"duration":0}},{"uid":"ea6751c01e34d141","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ea6751c01e34d141","status":"passed","time":{"start":1710024806422,"stop":1710024806422,"duration":0}}]},"tags":[]},"source":"26707daec191cd2f.json","parameterValues":[]} \ No newline at end of file +{"uid":"a31cddde6ff2d07a","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":1710308572942,"stop":1710308572942,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"62c2fd63fa08f33f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62c2fd63fa08f33f","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"829b5dd1a053baba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/829b5dd1a053baba","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"73d88c49cf9395fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/73d88c49cf9395fe","status":"passed","time":{"start":1710284934070,"stop":1710284934070,"duration":0}}]},"tags":[]},"source":"a31cddde6ff2d07a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/dae60b04c4623e20.json b/6685/data/test-cases/a3901eae495650d0.json similarity index 98% rename from 6651/data/test-cases/dae60b04c4623e20.json rename to 6685/data/test-cases/a3901eae495650d0.json index 571d2f4e83e..932e993fc6e 100644 --- a/6651/data/test-cases/dae60b04c4623e20.json +++ b/6685/data/test-cases/a3901eae495650d0.json @@ -1 +1 @@ -{"uid":"dae60b04c4623e20","name":"Push message with custom timestamp: 1679446447365","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1679446447365","historyId":"96f3688012a4da13a3bd84f184e88c77:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205233018,"stop":1710205233018,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"dae60b04c4623e20.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3901eae495650d0","name":"Push message with custom timestamp: 1679549692890","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1679549692890","historyId":"323501d65d457909fd47a4675e42d3c1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308463732,"stop":1710308463733,"duration":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":"a3901eae495650d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/dfde40d0d04de821.json b/6685/data/test-cases/a3e7a40f648c632b.json similarity index 84% rename from 6651/data/test-cases/dfde40d0d04de821.json rename to 6685/data/test-cases/a3e7a40f648c632b.json index 3888168c4a4..1285bc76dbd 100644 --- a/6651/data/test-cases/dfde40d0d04de821.json +++ b/6685/data/test-cases/a3e7a40f648c632b.json @@ -1 +1 @@ -{"uid":"dfde40d0d04de821","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":1710205063409,"stop":1710205063412,"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":73,"unknown":0,"total":73},"items":[{"uid":"d508c7837c165597","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d508c7837c165597","status":"passed","time":{"start":1710204974357,"stop":1710204974357,"duration":0}},{"uid":"200330b49fed5638","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/200330b49fed5638","status":"passed","time":{"start":1710204858039,"stop":1710204858039,"duration":0}},{"uid":"5546c98616c1fa85","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5546c98616c1fa85","status":"passed","time":{"start":1710204613875,"stop":1710204613875,"duration":0}},{"uid":"cb3dbf6ee3d121f8","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/cb3dbf6ee3d121f8","status":"passed","time":{"start":1710203332609,"stop":1710203332610,"duration":1}},{"uid":"198e184f3def567d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/198e184f3def567d","status":"passed","time":{"start":1710199825177,"stop":1710199825177,"duration":0}},{"uid":"7a67e5e31f453a29","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7a67e5e31f453a29","status":"passed","time":{"start":1710199731750,"stop":1710199731750,"duration":0}},{"uid":"b1b8f94f3fd19368","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b1b8f94f3fd19368","status":"passed","time":{"start":1710197275102,"stop":1710197275102,"duration":0}},{"uid":"2b6ea8835c7c4844","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2b6ea8835c7c4844","status":"passed","time":{"start":1710168106274,"stop":1710168106275,"duration":1}},{"uid":"b8716dc0e6cee83f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b8716dc0e6cee83f","status":"passed","time":{"start":1710167360897,"stop":1710167360897,"duration":0}},{"uid":"e4b628400c5401b2","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e4b628400c5401b2","status":"passed","time":{"start":1710167407551,"stop":1710167407552,"duration":1}},{"uid":"6a6bb6b53d2babcf","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6a6bb6b53d2babcf","status":"passed","time":{"start":1710166544389,"stop":1710166544390,"duration":1}},{"uid":"ba0587569baf9349","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ba0587569baf9349","status":"passed","time":{"start":1710164782787,"stop":1710164782788,"duration":1}},{"uid":"6d198f51a217fc87","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6d198f51a217fc87","status":"passed","time":{"start":1710163934756,"stop":1710163934757,"duration":1}},{"uid":"cb84af545a2a5e58","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/cb84af545a2a5e58","status":"passed","time":{"start":1710163799582,"stop":1710163799583,"duration":1}},{"uid":"b2744a10d0cc6b5","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b2744a10d0cc6b5","status":"passed","time":{"start":1710155833695,"stop":1710155833695,"duration":0}},{"uid":"103ffb8de084ba9","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/103ffb8de084ba9","status":"passed","time":{"start":1710155066234,"stop":1710155066235,"duration":1}},{"uid":"650313deaca3e62b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/650313deaca3e62b","status":"passed","time":{"start":1710154684621,"stop":1710154684621,"duration":0}},{"uid":"a29afec50fd523d1","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a29afec50fd523d1","status":"passed","time":{"start":1710102693429,"stop":1710102693429,"duration":0}},{"uid":"7b4393ab71dd724e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7b4393ab71dd724e","status":"passed","time":{"start":1710080898344,"stop":1710080898345,"duration":1}},{"uid":"23c7518aa3d486d2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/23c7518aa3d486d2","status":"passed","time":{"start":1710024575256,"stop":1710024575256,"duration":0}}]},"tags":[]},"source":"dfde40d0d04de821.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3e7a40f648c632b","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":1710308322599,"stop":1710308322599,"duration":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":"338264e49e30009d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/338264e49e30009d","status":"passed","time":{"start":1710307207069,"stop":1710307207070,"duration":1}},{"uid":"42760d5a25077d1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/42760d5a25077d1b","status":"passed","time":{"start":1710287412748,"stop":1710287412749,"duration":1}},{"uid":"9cfc250fc05d9225","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cfc250fc05d9225","status":"passed","time":{"start":1710284680773,"stop":1710284680774,"duration":1}}]},"tags":[]},"source":"a3e7a40f648c632b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a4c5ee5fa0ac66ca.json b/6685/data/test-cases/a4c5ee5fa0ac66ca.json new file mode 100644 index 00000000000..8fd757224b1 --- /dev/null +++ b/6685/data/test-cases/a4c5ee5fa0ac66ca.json @@ -0,0 +1 @@ +{"uid":"a4c5ee5fa0ac66ca","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":1710308416735,"stop":1710308416736,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"3abdc73832c6540d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3abdc73832c6540d","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"79db02969a51c5b1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/79db02969a51c5b1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"305b71458ba093ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/305b71458ba093ac","status":"passed","time":{"start":1710284775862,"stop":1710284775862,"duration":0}}]},"tags":[]},"source":"a4c5ee5fa0ac66ca.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a5076e03f24a6ad4.json b/6685/data/test-cases/a5076e03f24a6ad4.json new file mode 100644 index 00000000000..3defb0b3475 --- /dev/null +++ b/6685/data/test-cases/a5076e03f24a6ad4.json @@ -0,0 +1 @@ +{"uid":"a5076e03f24a6ad4","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":1710308510822,"stop":1710308510823,"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":"551c392fcbaf7f61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/551c392fcbaf7f61","status":"passed","time":{"start":1710307392998,"stop":1710307392998,"duration":0}},{"uid":"eb959f04f822c672","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eb959f04f822c672","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"db77bf42a5ef0995","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db77bf42a5ef0995","status":"passed","time":{"start":1710284869462,"stop":1710284869462,"duration":0}}]},"tags":[]},"source":"a5076e03f24a6ad4.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/3e573a0c55464cc8.json b/6685/data/test-cases/a56f00e9692bb775.json similarity index 74% rename from 6651/data/test-cases/3e573a0c55464cc8.json rename to 6685/data/test-cases/a56f00e9692bb775.json index e3a5398e3d8..f4ce850f8d8 100644 --- a/6651/data/test-cases/3e573a0c55464cc8.json +++ b/6685/data/test-cases/a56f00e9692bb775.json @@ -1 +1 @@ -{"uid":"3e573a0c55464cc8","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205111359,"stop":1710205111359,"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":73,"unknown":0,"total":73},"items":[{"uid":"d09df2346a58ed1f","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d09df2346a58ed1f","status":"passed","time":{"start":1710205017178,"stop":1710205017179,"duration":1}},{"uid":"21e476ef44a9585b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/21e476ef44a9585b","status":"passed","time":{"start":1710204906969,"stop":1710204906969,"duration":0}},{"uid":"6578415947ef62a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6578415947ef62a","status":"passed","time":{"start":1710204657692,"stop":1710204657692,"duration":0}},{"uid":"f7db5f6e1a0708d2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f7db5f6e1a0708d2","status":"passed","time":{"start":1710203386080,"stop":1710203386081,"duration":1}},{"uid":"ca7fd171bc4b832","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ca7fd171bc4b832","status":"passed","time":{"start":1710199881924,"stop":1710199881924,"duration":0}},{"uid":"10604ad76b16f9db","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/10604ad76b16f9db","status":"passed","time":{"start":1710199775338,"stop":1710199775338,"duration":0}},{"uid":"57ec9b913a635d23","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/57ec9b913a635d23","status":"passed","time":{"start":1710197317805,"stop":1710197317806,"duration":1}},{"uid":"1804f49430cfc336","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/1804f49430cfc336","status":"passed","time":{"start":1710168157244,"stop":1710168157245,"duration":1}},{"uid":"c5408416089d02c1","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c5408416089d02c1","status":"passed","time":{"start":1710167388040,"stop":1710167388040,"duration":0}},{"uid":"8f12255bd6ac4014","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/8f12255bd6ac4014","status":"passed","time":{"start":1710167452031,"stop":1710167452032,"duration":1}},{"uid":"b8f0bc0e1dcd3ade","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b8f0bc0e1dcd3ade","status":"passed","time":{"start":1710166594816,"stop":1710166594816,"duration":0}},{"uid":"eef961aae0062a08","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/eef961aae0062a08","status":"passed","time":{"start":1710164827336,"stop":1710164827337,"duration":1}},{"uid":"b17145393e7aa4d7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b17145393e7aa4d7","status":"passed","time":{"start":1710163975331,"stop":1710163975331,"duration":0}},{"uid":"cb98d50b081c580b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/cb98d50b081c580b","status":"passed","time":{"start":1710163842474,"stop":1710163842481,"duration":7}},{"uid":"46fb5a6bcb826a9a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/46fb5a6bcb826a9a","status":"passed","time":{"start":1710155887157,"stop":1710155887157,"duration":0}},{"uid":"1b85aa3a0261d1fe","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1b85aa3a0261d1fe","status":"passed","time":{"start":1710155106016,"stop":1710155106016,"duration":0}},{"uid":"c1f9d88bfe9d3a3a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c1f9d88bfe9d3a3a","status":"passed","time":{"start":1710154728831,"stop":1710154728832,"duration":1}},{"uid":"3ff61f115c17ece2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3ff61f115c17ece2","status":"passed","time":{"start":1710102734829,"stop":1710102734829,"duration":0}},{"uid":"41f6db42d73c1665","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/41f6db42d73c1665","status":"passed","time":{"start":1710080944306,"stop":1710080944307,"duration":1}},{"uid":"68459dea0250e23d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/68459dea0250e23d","status":"passed","time":{"start":1710024618189,"stop":1710024618189,"duration":0}}]},"tags":[]},"source":"3e573a0c55464cc8.json","parameterValues":[]} \ No newline at end of file +{"uid":"a56f00e9692bb775","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308371295,"stop":1710308371296,"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":"fbf9a75c9f644c6e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbf9a75c9f644c6e","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"f567ea56811a7256","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f567ea56811a7256","status":"passed","time":{"start":1710287460899,"stop":1710287460900,"duration":1}},{"uid":"847c823f4d6e5044","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847c823f4d6e5044","status":"passed","time":{"start":1710284730215,"stop":1710284730215,"duration":0}}]},"tags":[]},"source":"a56f00e9692bb775.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1a52c2429a231ba6.json b/6685/data/test-cases/a5bb15c1e84648ab.json similarity index 76% rename from 6651/data/test-cases/1a52c2429a231ba6.json rename to 6685/data/test-cases/a5bb15c1e84648ab.json index 9766cbbc8ba..192554dba8c 100644 --- a/6651/data/test-cases/1a52c2429a231ba6.json +++ b/6685/data/test-cases/a5bb15c1e84648ab.json @@ -1 +1 @@ -{"uid":"1a52c2429a231ba6","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":1710205115567,"stop":1710205115567,"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":73,"unknown":0,"total":73},"items":[{"uid":"cac53f0234ff9dc5","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/cac53f0234ff9dc5","status":"passed","time":{"start":1710205004959,"stop":1710205004959,"duration":0}},{"uid":"455b8af7032d866","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/455b8af7032d866","status":"passed","time":{"start":1710204900782,"stop":1710204900782,"duration":0}},{"uid":"e6e85d3c53978d9d","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e6e85d3c53978d9d","status":"passed","time":{"start":1710204658512,"stop":1710204658512,"duration":0}},{"uid":"bb64bc6152c46179","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/bb64bc6152c46179","status":"passed","time":{"start":1710203380005,"stop":1710203380005,"duration":0}},{"uid":"733aab7ef668da54","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/733aab7ef668da54","status":"passed","time":{"start":1710199869969,"stop":1710199869969,"duration":0}},{"uid":"70fca06c36ae0405","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/70fca06c36ae0405","status":"passed","time":{"start":1710199772375,"stop":1710199772376,"duration":1}},{"uid":"f3feeb417d2e7264","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f3feeb417d2e7264","status":"passed","time":{"start":1710197312727,"stop":1710197312727,"duration":0}},{"uid":"74801399cc54ec39","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/74801399cc54ec39","status":"passed","time":{"start":1710168147657,"stop":1710168147658,"duration":1}},{"uid":"add512b75e37b37","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/add512b75e37b37","status":"passed","time":{"start":1710167379247,"stop":1710167379251,"duration":4}},{"uid":"3cc94523816ff9d4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3cc94523816ff9d4","status":"passed","time":{"start":1710167447899,"stop":1710167447900,"duration":1}},{"uid":"b7805f3f1e4fa75a","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b7805f3f1e4fa75a","status":"passed","time":{"start":1710166585477,"stop":1710166585477,"duration":0}},{"uid":"41a608e024ffd7c3","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/41a608e024ffd7c3","status":"passed","time":{"start":1710164815416,"stop":1710164815416,"duration":0}},{"uid":"91e27137fec6de3c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/91e27137fec6de3c","status":"passed","time":{"start":1710163978892,"stop":1710163978893,"duration":1}},{"uid":"3422fdf7f23c491f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3422fdf7f23c491f","status":"passed","time":{"start":1710163834504,"stop":1710163834504,"duration":0}},{"uid":"29b5ca22908c7600","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/29b5ca22908c7600","status":"passed","time":{"start":1710155882159,"stop":1710155882159,"duration":0}},{"uid":"7ba8735e9f910920","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7ba8735e9f910920","status":"passed","time":{"start":1710155093745,"stop":1710155093746,"duration":1}},{"uid":"9c4b57582c503cd1","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/9c4b57582c503cd1","status":"passed","time":{"start":1710154718359,"stop":1710154718360,"duration":1}},{"uid":"e95d7cd13983c0a6","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e95d7cd13983c0a6","status":"passed","time":{"start":1710102732561,"stop":1710102732562,"duration":1}},{"uid":"fa61ca3740c03074","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/fa61ca3740c03074","status":"passed","time":{"start":1710080936471,"stop":1710080936476,"duration":5}},{"uid":"36a753eac6958fa0","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/36a753eac6958fa0","status":"passed","time":{"start":1710024618611,"stop":1710024618611,"duration":0}}]},"tags":[]},"source":"1a52c2429a231ba6.json","parameterValues":[]} \ No newline at end of file +{"uid":"a5bb15c1e84648ab","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":1710308366458,"stop":1710308366459,"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":"6c080a4167d9e353","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c080a4167d9e353","status":"passed","time":{"start":1710307247758,"stop":1710307247759,"duration":1}},{"uid":"17908005465c7534","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17908005465c7534","status":"passed","time":{"start":1710287456028,"stop":1710287456037,"duration":9}},{"uid":"7f508077e5a31ac7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7f508077e5a31ac7","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"tags":[]},"source":"a5bb15c1e84648ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a5d2710fe934adac.json b/6685/data/test-cases/a5d2710fe934adac.json new file mode 100644 index 00000000000..9638ad4cc65 --- /dev/null +++ b/6685/data/test-cases/a5d2710fe934adac.json @@ -0,0 +1 @@ +{"uid":"a5d2710fe934adac","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":1710307898609,"stop":1710307898610,"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":"151b20ca48228c7f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151b20ca48228c7f","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"22377324c625f6cb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22377324c625f6cb","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"814e6eaa3cd6453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/814e6eaa3cd6453","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"tags":[]},"source":"a5d2710fe934adac.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a6516d0da9395234.json b/6685/data/test-cases/a6516d0da9395234.json new file mode 100644 index 00000000000..885c4900809 --- /dev/null +++ b/6685/data/test-cases/a6516d0da9395234.json @@ -0,0 +1 @@ +{"uid":"a6516d0da9395234","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":1710308464141,"stop":1710308464141,"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.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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"e9d1450872b06f48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9d1450872b06f48","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351550,"duration":0}},{"uid":"45697dada2f07322","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45697dada2f07322","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"829efdfaeeb1dce","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/829efdfaeeb1dce","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823520,"duration":0}}]},"tags":[]},"source":"a6516d0da9395234.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f5fbd24d09d71a07.json b/6685/data/test-cases/a7a4ae8b45f091b1.json similarity index 83% rename from 6651/data/test-cases/f5fbd24d09d71a07.json rename to 6685/data/test-cases/a7a4ae8b45f091b1.json index 351feb68aa4..f296c9bb77f 100644 --- a/6651/data/test-cases/f5fbd24d09d71a07.json +++ b/6685/data/test-cases/a7a4ae8b45f091b1.json @@ -1 +1 @@ -{"uid":"f5fbd24d09d71a07","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":1710205063418,"stop":1710205063419,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"7891c791964fe6b3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/7891c791964fe6b3","status":"passed","time":{"start":1710204974366,"stop":1710204974367,"duration":1}},{"uid":"e4e1caaba4ccd08d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e4e1caaba4ccd08d","status":"passed","time":{"start":1710204858051,"stop":1710204858052,"duration":1}},{"uid":"b85dcdbfc68bcc0a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b85dcdbfc68bcc0a","status":"passed","time":{"start":1710204613882,"stop":1710204613882,"duration":0}},{"uid":"aed6c4d30ae516f9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/aed6c4d30ae516f9","status":"passed","time":{"start":1710203332616,"stop":1710203332617,"duration":1}},{"uid":"3132d221b0929cd5","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3132d221b0929cd5","status":"passed","time":{"start":1710199825182,"stop":1710199825182,"duration":0}},{"uid":"b7f699b434667d7d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b7f699b434667d7d","status":"passed","time":{"start":1710199731762,"stop":1710199731763,"duration":1}},{"uid":"4b09482921eceb95","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4b09482921eceb95","status":"passed","time":{"start":1710197275111,"stop":1710197275111,"duration":0}},{"uid":"bf36c3cd3649d7da","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bf36c3cd3649d7da","status":"passed","time":{"start":1710168106285,"stop":1710168106285,"duration":0}},{"uid":"84421108360bdbf2","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/84421108360bdbf2","status":"passed","time":{"start":1710167360913,"stop":1710167360914,"duration":1}},{"uid":"ce878241c25895f7","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ce878241c25895f7","status":"passed","time":{"start":1710167407571,"stop":1710167407571,"duration":0}},{"uid":"4ce94edb6bf87778","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/4ce94edb6bf87778","status":"passed","time":{"start":1710166544396,"stop":1710166544396,"duration":0}},{"uid":"91dcd732ef2334","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/91dcd732ef2334","status":"passed","time":{"start":1710164782814,"stop":1710164782815,"duration":1}},{"uid":"4fdd9caab06b4dff","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4fdd9caab06b4dff","status":"passed","time":{"start":1710163934764,"stop":1710163934764,"duration":0}},{"uid":"c8a6b0426ec578af","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c8a6b0426ec578af","status":"passed","time":{"start":1710163799611,"stop":1710163799617,"duration":6}},{"uid":"e30708c2131d5e6b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e30708c2131d5e6b","status":"passed","time":{"start":1710155833702,"stop":1710155833702,"duration":0}},{"uid":"a4ad8c5694e5323f","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/a4ad8c5694e5323f","status":"passed","time":{"start":1710155066241,"stop":1710155066241,"duration":0}},{"uid":"fbfa1df0c2e62645","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/fbfa1df0c2e62645","status":"passed","time":{"start":1710154684658,"stop":1710154684658,"duration":0}},{"uid":"6f1844a9cbc214e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6f1844a9cbc214e","status":"passed","time":{"start":1710102693454,"stop":1710102693454,"duration":0}},{"uid":"616702dbb16d7c61","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/616702dbb16d7c61","status":"passed","time":{"start":1710080898353,"stop":1710080898354,"duration":1}},{"uid":"5093136dc22a4fac","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/5093136dc22a4fac","status":"passed","time":{"start":1710024575268,"stop":1710024575270,"duration":2}}]},"tags":[]},"source":"f5fbd24d09d71a07.json","parameterValues":[]} \ No newline at end of file +{"uid":"a7a4ae8b45f091b1","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":1710308322614,"stop":1710308322614,"duration":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":"bf99253b90adb73e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf99253b90adb73e","status":"passed","time":{"start":1710307207091,"stop":1710307207091,"duration":0}},{"uid":"8f74307e45b4b8cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f74307e45b4b8cc","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"2dc68482c404940e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2dc68482c404940e","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"tags":[]},"source":"a7a4ae8b45f091b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a80f090a3ea48271.json b/6685/data/test-cases/a80f090a3ea48271.json new file mode 100644 index 00000000000..df4222afd8a --- /dev/null +++ b/6685/data/test-cases/a80f090a3ea48271.json @@ -0,0 +1 @@ +{"uid":"a80f090a3ea48271","name":"Ordered Callback sorting by timestamp while page direction is backward","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is backward","historyId":"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308477761,"stop":1710308477761,"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":"8f1e25b816e85949","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f1e25b816e85949","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"bf8917f8953264c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8917f8953264c1","status":"passed","time":{"start":1710287577565,"stop":1710287577565,"duration":0}},{"uid":"5c1617b082701000","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5c1617b082701000","status":"passed","time":{"start":1710284843499,"stop":1710284843499,"duration":0}}]},"tags":[]},"source":"a80f090a3ea48271.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a86dc1213b871034.json b/6685/data/test-cases/a86dc1213b871034.json new file mode 100644 index 00000000000..6b559096acc --- /dev/null +++ b/6685/data/test-cases/a86dc1213b871034.json @@ -0,0 +1 @@ +{"uid":"a86dc1213b871034","name":"Query Generator sorting by timestamp while page direction is backward","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is backward","historyId":"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308477760,"stop":1710308477760,"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":"8402acfe0863d89e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8402acfe0863d89e","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"aedda0c05c0c46d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedda0c05c0c46d7","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"94a99f14435839fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a99f14435839fa","status":"passed","time":{"start":1710284843495,"stop":1710284843496,"duration":1}}]},"tags":[]},"source":"a86dc1213b871034.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a92647d16e547af8.json b/6685/data/test-cases/a92647d16e547af8.json new file mode 100644 index 00000000000..9e70a4cb66d --- /dev/null +++ b/6685/data/test-cases/a92647d16e547af8.json @@ -0,0 +1 @@ +{"uid":"a92647d16e547af8","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":1710307898605,"stop":1710307898605,"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":"eefac74850f86f25","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eefac74850f86f25","status":"passed","time":{"start":1710306791802,"stop":1710306791803,"duration":1}},{"uid":"c859cfa5a420b072","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c859cfa5a420b072","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"326cf7af1fca2d4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/326cf7af1fca2d4f","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"tags":[]},"source":"a92647d16e547af8.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/110ef96f8364d843.json b/6685/data/test-cases/a958b7f2080e216c.json similarity index 83% rename from 6651/data/test-cases/110ef96f8364d843.json rename to 6685/data/test-cases/a958b7f2080e216c.json index ff85fd84982..2a547a2b847 100644 --- a/6651/data/test-cases/110ef96f8364d843.json +++ b/6685/data/test-cases/a958b7f2080e216c.json @@ -1 +1 @@ -{"uid":"110ef96f8364d843","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":1710205063393,"stop":1710205063394,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"b482c34d5e2a0846","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b482c34d5e2a0846","status":"passed","time":{"start":1710204974348,"stop":1710204974348,"duration":0}},{"uid":"2b65997f429f6938","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2b65997f429f6938","status":"passed","time":{"start":1710204858025,"stop":1710204858025,"duration":0}},{"uid":"8da13e92827d227b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8da13e92827d227b","status":"passed","time":{"start":1710204613860,"stop":1710204613861,"duration":1}},{"uid":"ac78a1e4f0fccbc4","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ac78a1e4f0fccbc4","status":"passed","time":{"start":1710203332583,"stop":1710203332583,"duration":0}},{"uid":"92e2061a8615d4dc","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/92e2061a8615d4dc","status":"passed","time":{"start":1710199825170,"stop":1710199825171,"duration":1}},{"uid":"ade8866f29b47da0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ade8866f29b47da0","status":"passed","time":{"start":1710199731742,"stop":1710199731742,"duration":0}},{"uid":"7d9829033a5c6c31","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/7d9829033a5c6c31","status":"passed","time":{"start":1710197275092,"stop":1710197275092,"duration":0}},{"uid":"84446700a10f23f0","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/84446700a10f23f0","status":"passed","time":{"start":1710168106251,"stop":1710168106252,"duration":1}},{"uid":"3f9c6ee34dbd4f3f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3f9c6ee34dbd4f3f","status":"passed","time":{"start":1710167360890,"stop":1710167360890,"duration":0}},{"uid":"29f48789b8943afd","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/29f48789b8943afd","status":"passed","time":{"start":1710167407535,"stop":1710167407536,"duration":1}},{"uid":"51b5ac5385094e2d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/51b5ac5385094e2d","status":"passed","time":{"start":1710166544367,"stop":1710166544368,"duration":1}},{"uid":"4f9b35c1f64f75b9","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/4f9b35c1f64f75b9","status":"passed","time":{"start":1710164782775,"stop":1710164782775,"duration":0}},{"uid":"4f2bb59be90baf3f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4f2bb59be90baf3f","status":"passed","time":{"start":1710163934748,"stop":1710163934749,"duration":1}},{"uid":"18803ccf8816e55b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/18803ccf8816e55b","status":"passed","time":{"start":1710163799562,"stop":1710163799562,"duration":0}},{"uid":"5c4768f31196ce90","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/5c4768f31196ce90","status":"passed","time":{"start":1710155833682,"stop":1710155833682,"duration":0}},{"uid":"9350136cccc39d94","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9350136cccc39d94","status":"passed","time":{"start":1710155066227,"stop":1710155066227,"duration":0}},{"uid":"a3c89d9512bd4c8f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a3c89d9512bd4c8f","status":"passed","time":{"start":1710154684614,"stop":1710154684614,"duration":0}},{"uid":"1e5d14dfeda9bf26","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1e5d14dfeda9bf26","status":"passed","time":{"start":1710102693367,"stop":1710102693367,"duration":0}},{"uid":"f3676dcc891962c7","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f3676dcc891962c7","status":"passed","time":{"start":1710080898337,"stop":1710080898337,"duration":0}},{"uid":"6cf655f3c883324e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6cf655f3c883324e","status":"passed","time":{"start":1710024575230,"stop":1710024575238,"duration":8}}]},"tags":[]},"source":"110ef96f8364d843.json","parameterValues":[]} \ No newline at end of file +{"uid":"a958b7f2080e216c","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":1710308322565,"stop":1710308322565,"duration":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":"136a2f9a9be414f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/136a2f9a9be414f6","status":"passed","time":{"start":1710307207047,"stop":1710307207048,"duration":1}},{"uid":"d7f3c056f1d082a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f3c056f1d082a9","status":"passed","time":{"start":1710287412739,"stop":1710287412739,"duration":0}},{"uid":"89f4db927e4f6609","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89f4db927e4f6609","status":"passed","time":{"start":1710284680765,"stop":1710284680765,"duration":0}}]},"tags":[]},"source":"a958b7f2080e216c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a981c08a1c439e8f.json b/6685/data/test-cases/a981c08a1c439e8f.json new file mode 100644 index 00000000000..4a0ff9d3354 --- /dev/null +++ b/6685/data/test-cases/a981c08a1c439e8f.json @@ -0,0 +1 @@ +{"uid":"a981c08a1c439e8f","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":1710307914058,"stop":1710307914058,"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":"9946e83f566fd2af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9946e83f566fd2af","status":"passed","time":{"start":1710306807147,"stop":1710306807147,"duration":0}},{"uid":"6116baef0ea85902","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6116baef0ea85902","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"3ae68813edb5ee7e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae68813edb5ee7e","status":"passed","time":{"start":1710284274242,"stop":1710284274242,"duration":0}}]},"tags":[]},"source":"a981c08a1c439e8f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a9a09a06316dedd3.json b/6685/data/test-cases/a9a09a06316dedd3.json new file mode 100644 index 00000000000..d8a4f730eae --- /dev/null +++ b/6685/data/test-cases/a9a09a06316dedd3.json @@ -0,0 +1 @@ +{"uid":"a9a09a06316dedd3","name":"udp ip6 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > udp ip6 address","historyId":"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898066,"stop":1710307898066,"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":"f876f928a28d31ff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f876f928a28d31ff","status":"passed","time":{"start":1710306791187,"stop":1710306791187,"duration":0}},{"uid":"de1786294c86eba4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/de1786294c86eba4","status":"passed","time":{"start":1710286996394,"stop":1710286996395,"duration":1}},{"uid":"2f31dec5e5baf160","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f31dec5e5baf160","status":"passed","time":{"start":1710284259033,"stop":1710284259033,"duration":0}}]},"tags":[]},"source":"a9a09a06316dedd3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9938070fc697cc28.json b/6685/data/test-cases/a9a1fc59851db444.json similarity index 84% rename from 6651/data/test-cases/9938070fc697cc28.json rename to 6685/data/test-cases/a9a1fc59851db444.json index 8347627f0a5..a4c999eb74e 100644 --- a/6651/data/test-cases/9938070fc697cc28.json +++ b/6685/data/test-cases/a9a1fc59851db444.json @@ -1 +1 @@ -{"uid":"9938070fc697cc28","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":1710205232993,"stop":1710205232997,"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":73,"unknown":0,"total":73},"items":[{"uid":"20f1a3725ac72519","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/20f1a3725ac72519","status":"passed","time":{"start":1710205120330,"stop":1710205120331,"duration":1}},{"uid":"42dbb393bb26524","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/42dbb393bb26524","status":"passed","time":{"start":1710205004842,"stop":1710205004842,"duration":0}},{"uid":"4b3e8d9d510c6104","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4b3e8d9d510c6104","status":"passed","time":{"start":1710204772062,"stop":1710204772063,"duration":1}},{"uid":"cf2a9667f88f9c94","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/cf2a9667f88f9c94","status":"passed","time":{"start":1710203476038,"stop":1710203476039,"duration":1}},{"uid":"dfc19616c57efd18","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/dfc19616c57efd18","status":"passed","time":{"start":1710199958100,"stop":1710199958100,"duration":0}},{"uid":"38158c657376c0d4","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/38158c657376c0d4","status":"passed","time":{"start":1710199882623,"stop":1710199882624,"duration":1}},{"uid":"838e7d353ed6326e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/838e7d353ed6326e","status":"passed","time":{"start":1710197397370,"stop":1710197397371,"duration":1}},{"uid":"2bde664115b8f548","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2bde664115b8f548","status":"passed","time":{"start":1710168235062,"stop":1710168235062,"duration":0}},{"uid":"330c1e41e4da34c4","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/330c1e41e4da34c4","status":"passed","time":{"start":1710167420213,"stop":1710167420213,"duration":0}},{"uid":"11a49d56d09bcdbe","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/11a49d56d09bcdbe","status":"passed","time":{"start":1710167568715,"stop":1710167568716,"duration":1}},{"uid":"f088c26542a77302","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f088c26542a77302","status":"passed","time":{"start":1710166701450,"stop":1710166701456,"duration":6}},{"uid":"fb116f47a1e19847","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/fb116f47a1e19847","status":"passed","time":{"start":1710164929209,"stop":1710164929226,"duration":17}},{"uid":"2672cae2ac9a652e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2672cae2ac9a652e","status":"passed","time":{"start":1710164078377,"stop":1710164078378,"duration":1}},{"uid":"2f49743f29e4602c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2f49743f29e4602c","status":"passed","time":{"start":1710163927053,"stop":1710163927063,"duration":10}},{"uid":"df8919736cc33b13","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/df8919736cc33b13","status":"passed","time":{"start":1710155986267,"stop":1710155986268,"duration":1}},{"uid":"49d28e7788009fb8","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/49d28e7788009fb8","status":"passed","time":{"start":1710155212551,"stop":1710155212552,"duration":1}},{"uid":"d74fb8212af683c8","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d74fb8212af683c8","status":"passed","time":{"start":1710154813457,"stop":1710154813458,"duration":1}},{"uid":"b6caa52debe845ca","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b6caa52debe845ca","status":"passed","time":{"start":1710102845314,"stop":1710102845315,"duration":1}},{"uid":"bfb7cfa036df20fe","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bfb7cfa036df20fe","status":"passed","time":{"start":1710081043165,"stop":1710081043165,"duration":0}},{"uid":"aaeb3d5912b0864b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/aaeb3d5912b0864b","status":"passed","time":{"start":1710024705736,"stop":1710024705737,"duration":1}}]},"tags":[]},"source":"9938070fc697cc28.json","parameterValues":[]} \ No newline at end of file +{"uid":"a9a1fc59851db444","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":1710308463673,"stop":1710308463674,"duration":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":"a8a1b9563250721e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8a1b9563250721e","status":"passed","time":{"start":1710307358453,"stop":1710307358453,"duration":0}},{"uid":"90e3f6d09aef90b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90e3f6d09aef90b4","status":"passed","time":{"start":1710287569229,"stop":1710287569241,"duration":12}},{"uid":"65a690c8c2552e93","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65a690c8c2552e93","status":"passed","time":{"start":1710284852270,"stop":1710284852271,"duration":1}}]},"tags":[]},"source":"a9a1fc59851db444.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e2a40ee239576353.json b/6685/data/test-cases/a9a50a613536c83c.json similarity index 74% rename from 6651/data/test-cases/e2a40ee239576353.json rename to 6685/data/test-cases/a9a50a613536c83c.json index 8e462a61e48..a4a2cb5d0fd 100644 --- a/6651/data/test-cases/e2a40ee239576353.json +++ b/6685/data/test-cases/a9a50a613536c83c.json @@ -1 +1 @@ -{"uid":"e2a40ee239576353","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":1710205111363,"stop":1710205111363,"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":73,"unknown":0,"total":73},"items":[{"uid":"797b656fbb785e30","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/797b656fbb785e30","status":"passed","time":{"start":1710205017182,"stop":1710205017182,"duration":0}},{"uid":"77e1175e91fed3fe","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/77e1175e91fed3fe","status":"passed","time":{"start":1710204906973,"stop":1710204906974,"duration":1}},{"uid":"7d981a21dfe721f9","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7d981a21dfe721f9","status":"passed","time":{"start":1710204657696,"stop":1710204657696,"duration":0}},{"uid":"97a3b4f8151d5309","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/97a3b4f8151d5309","status":"passed","time":{"start":1710203386084,"stop":1710203386085,"duration":1}},{"uid":"6ee37622a3a47c2c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6ee37622a3a47c2c","status":"passed","time":{"start":1710199881929,"stop":1710199881929,"duration":0}},{"uid":"c0de2bf196a07185","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c0de2bf196a07185","status":"passed","time":{"start":1710199775342,"stop":1710199775342,"duration":0}},{"uid":"cf10070256e85f27","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/cf10070256e85f27","status":"passed","time":{"start":1710197317811,"stop":1710197317812,"duration":1}},{"uid":"3bd049e52a1a4a19","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/3bd049e52a1a4a19","status":"passed","time":{"start":1710168157256,"stop":1710168157256,"duration":0}},{"uid":"32244e97c846de1a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/32244e97c846de1a","status":"passed","time":{"start":1710167388044,"stop":1710167388044,"duration":0}},{"uid":"71826d64da8472ee","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/71826d64da8472ee","status":"passed","time":{"start":1710167452046,"stop":1710167452048,"duration":2}},{"uid":"c084479b0a3ea487","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c084479b0a3ea487","status":"passed","time":{"start":1710166594823,"stop":1710166594824,"duration":1}},{"uid":"89e60f8d9e71897f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/89e60f8d9e71897f","status":"passed","time":{"start":1710164827344,"stop":1710164827345,"duration":1}},{"uid":"a687bf884b07911a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a687bf884b07911a","status":"passed","time":{"start":1710163975334,"stop":1710163975335,"duration":1}},{"uid":"64ae45e93245183e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/64ae45e93245183e","status":"passed","time":{"start":1710163842489,"stop":1710163842490,"duration":1}},{"uid":"e9f29fa73a52a525","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e9f29fa73a52a525","status":"passed","time":{"start":1710155887160,"stop":1710155887160,"duration":0}},{"uid":"34609bae3feb5d60","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/34609bae3feb5d60","status":"passed","time":{"start":1710155106025,"stop":1710155106025,"duration":0}},{"uid":"a2c8afde1ffad39c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a2c8afde1ffad39c","status":"passed","time":{"start":1710154728838,"stop":1710154728838,"duration":0}},{"uid":"37138551eba208c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/37138551eba208c","status":"passed","time":{"start":1710102734833,"stop":1710102734833,"duration":0}},{"uid":"a90a940fe0a37f08","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/a90a940fe0a37f08","status":"passed","time":{"start":1710080944312,"stop":1710080944312,"duration":0}},{"uid":"e7728e912a940e76","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e7728e912a940e76","status":"passed","time":{"start":1710024618198,"stop":1710024618198,"duration":0}}]},"tags":[]},"source":"e2a40ee239576353.json","parameterValues":[]} \ No newline at end of file +{"uid":"a9a50a613536c83c","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":1710308371303,"stop":1710308371303,"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":"e9cfd3bd4133209c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9cfd3bd4133209c","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"85d2e579b26def1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85d2e579b26def1b","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"5a92eaaaec6b5934","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a92eaaaec6b5934","status":"passed","time":{"start":1710284730219,"stop":1710284730220,"duration":1}}]},"tags":[]},"source":"a9a50a613536c83c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a9db5576e601a68b.json b/6685/data/test-cases/a9db5576e601a68b.json new file mode 100644 index 00000000000..5dba8e61e31 --- /dev/null +++ b/6685/data/test-cases/a9db5576e601a68b.json @@ -0,0 +1 @@ +{"uid":"a9db5576e601a68b","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":1710307903345,"stop":1710307903345,"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":"cf074c69befaf9cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf074c69befaf9cd","status":"passed","time":{"start":1710306796317,"stop":1710306796317,"duration":0}},{"uid":"3dd886a3f56404ad","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dd886a3f56404ad","status":"passed","time":{"start":1710287001574,"stop":1710287001575,"duration":1}},{"uid":"e9b7e1bdac08beb2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b7e1bdac08beb2","status":"passed","time":{"start":1710284264199,"stop":1710284264199,"duration":0}}]},"tags":[]},"source":"a9db5576e601a68b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/a9df3bd32990f3f6.json b/6685/data/test-cases/a9df3bd32990f3f6.json new file mode 100644 index 00000000000..d5b67d4bcaf --- /dev/null +++ b/6685/data/test-cases/a9df3bd32990f3f6.json @@ -0,0 +1 @@ +{"uid":"a9df3bd32990f3f6","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":1710308007026,"stop":1710308007027,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54e5413422851677","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54e5413422851677","status":"passed","time":{"start":1710306904618,"stop":1710306904618,"duration":0}},{"uid":"29e3fb07e53f0d28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e3fb07e53f0d28","status":"passed","time":{"start":1710287110718,"stop":1710287110718,"duration":0}},{"uid":"d472a23416f3a57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d472a23416f3a57a","status":"passed","time":{"start":1710284372024,"stop":1710284372024,"duration":0}}]},"tags":[]},"source":"a9df3bd32990f3f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e1d285fead4d70f6.json b/6685/data/test-cases/aa0d2811c8ab0fac.json similarity index 74% rename from 6651/data/test-cases/e1d285fead4d70f6.json rename to 6685/data/test-cases/aa0d2811c8ab0fac.json index 960b4a5f32d..36e3d7b7c58 100644 --- a/6651/data/test-cases/e1d285fead4d70f6.json +++ b/6685/data/test-cases/aa0d2811c8ab0fac.json @@ -1 +1 @@ -{"uid":"e1d285fead4d70f6","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":1710205111365,"stop":1710205111366,"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":73,"unknown":0,"total":73},"items":[{"uid":"bebaeff3ed9801e4","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/bebaeff3ed9801e4","status":"passed","time":{"start":1710205017185,"stop":1710205017185,"duration":0}},{"uid":"f903a928e4f224f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f903a928e4f224f","status":"passed","time":{"start":1710204906979,"stop":1710204906979,"duration":0}},{"uid":"deee4a34c9278575","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/deee4a34c9278575","status":"passed","time":{"start":1710204657699,"stop":1710204657699,"duration":0}},{"uid":"94afe7d391ee67fd","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/94afe7d391ee67fd","status":"passed","time":{"start":1710203386087,"stop":1710203386087,"duration":0}},{"uid":"b0489cb90dc46ea0","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b0489cb90dc46ea0","status":"passed","time":{"start":1710199881931,"stop":1710199881932,"duration":1}},{"uid":"e158123c2ba24b33","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e158123c2ba24b33","status":"passed","time":{"start":1710199775344,"stop":1710199775345,"duration":1}},{"uid":"796d5404ab9e037f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/796d5404ab9e037f","status":"passed","time":{"start":1710197317814,"stop":1710197317814,"duration":0}},{"uid":"d885443b6afe1a1e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/d885443b6afe1a1e","status":"passed","time":{"start":1710168157259,"stop":1710168157259,"duration":0}},{"uid":"4f76fe19a018aea6","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4f76fe19a018aea6","status":"passed","time":{"start":1710167388047,"stop":1710167388047,"duration":0}},{"uid":"97a91ff349ba7790","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/97a91ff349ba7790","status":"passed","time":{"start":1710167452058,"stop":1710167452059,"duration":1}},{"uid":"5062436ee92f6287","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5062436ee92f6287","status":"passed","time":{"start":1710166594828,"stop":1710166594828,"duration":0}},{"uid":"78c90954b5aacd6d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/78c90954b5aacd6d","status":"passed","time":{"start":1710164827362,"stop":1710164827363,"duration":1}},{"uid":"a90d4ff14a1cb9e4","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a90d4ff14a1cb9e4","status":"passed","time":{"start":1710163975337,"stop":1710163975337,"duration":0}},{"uid":"638c76c85c927e72","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/638c76c85c927e72","status":"passed","time":{"start":1710163842508,"stop":1710163842508,"duration":0}},{"uid":"9e26690f7b594bab","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9e26690f7b594bab","status":"passed","time":{"start":1710155887163,"stop":1710155887163,"duration":0}},{"uid":"747c076c6c67eed3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/747c076c6c67eed3","status":"passed","time":{"start":1710155106027,"stop":1710155106028,"duration":1}},{"uid":"482dbe0375fe1ccf","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/482dbe0375fe1ccf","status":"passed","time":{"start":1710154728841,"stop":1710154728841,"duration":0}},{"uid":"db9d796bad75053d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/db9d796bad75053d","status":"passed","time":{"start":1710102734836,"stop":1710102734836,"duration":0}},{"uid":"c0cdcd122b712c5","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c0cdcd122b712c5","status":"passed","time":{"start":1710080944314,"stop":1710080944315,"duration":1}},{"uid":"30ae301020f36377","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/30ae301020f36377","status":"passed","time":{"start":1710024618201,"stop":1710024618201,"duration":0}}]},"tags":[]},"source":"e1d285fead4d70f6.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa0d2811c8ab0fac","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":1710308371308,"stop":1710308371309,"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":"2af4b01499ed7916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2af4b01499ed7916","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"d1697ad91c406fb2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1697ad91c406fb2","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"f21b400d42376eaf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f21b400d42376eaf","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"tags":[]},"source":"aa0d2811c8ab0fac.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/aa20451d8638316b.json b/6685/data/test-cases/aa20451d8638316b.json new file mode 100644 index 00000000000..837ac26f093 --- /dev/null +++ b/6685/data/test-cases/aa20451d8638316b.json @@ -0,0 +1 @@ +{"uid":"aa20451d8638316b","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":1710308416732,"stop":1710308416733,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"a36d82908d154cf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a36d82908d154cf2","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"97774943a3332b22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97774943a3332b22","status":"passed","time":{"start":1710287509771,"stop":1710287509772,"duration":1}},{"uid":"32255b823197200b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32255b823197200b","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"tags":[]},"source":"aa20451d8638316b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1e3c63cc3977932f.json b/6685/data/test-cases/aa32ef4496a20c61.json similarity index 76% rename from 6651/data/test-cases/1e3c63cc3977932f.json rename to 6685/data/test-cases/aa32ef4496a20c61.json index 716beb931e8..74cf8ae101e 100644 --- a/6651/data/test-cases/1e3c63cc3977932f.json +++ b/6685/data/test-cases/aa32ef4496a20c61.json @@ -1 +1 @@ -{"uid":"1e3c63cc3977932f","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":1710205115569,"stop":1710205115570,"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":73,"unknown":0,"total":73},"items":[{"uid":"313b8ec03d0e32c7","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/313b8ec03d0e32c7","status":"passed","time":{"start":1710205004961,"stop":1710205004962,"duration":1}},{"uid":"e6a716c1dce4fad4","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e6a716c1dce4fad4","status":"passed","time":{"start":1710204900785,"stop":1710204900786,"duration":1}},{"uid":"17fbbe80faa96806","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/17fbbe80faa96806","status":"passed","time":{"start":1710204658514,"stop":1710204658515,"duration":1}},{"uid":"fadc0a461e17914a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/fadc0a461e17914a","status":"passed","time":{"start":1710203380007,"stop":1710203380008,"duration":1}},{"uid":"e1af839aa4785ad2","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e1af839aa4785ad2","status":"passed","time":{"start":1710199869972,"stop":1710199869972,"duration":0}},{"uid":"86012ead5d58299d","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/86012ead5d58299d","status":"passed","time":{"start":1710199772378,"stop":1710199772378,"duration":0}},{"uid":"15c5b126caabaec3","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/15c5b126caabaec3","status":"passed","time":{"start":1710197312730,"stop":1710197312731,"duration":1}},{"uid":"efe24b8b7be57267","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/efe24b8b7be57267","status":"passed","time":{"start":1710168147666,"stop":1710168147667,"duration":1}},{"uid":"5ee78d018f23a3f0","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5ee78d018f23a3f0","status":"passed","time":{"start":1710167379255,"stop":1710167379255,"duration":0}},{"uid":"bc4ecb3eb3cee179","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/bc4ecb3eb3cee179","status":"passed","time":{"start":1710167447902,"stop":1710167447904,"duration":2}},{"uid":"fca0d280bfea9ac6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/fca0d280bfea9ac6","status":"passed","time":{"start":1710166585480,"stop":1710166585480,"duration":0}},{"uid":"82c75c2b80e04120","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/82c75c2b80e04120","status":"passed","time":{"start":1710164815419,"stop":1710164815419,"duration":0}},{"uid":"42f81a5865315c73","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/42f81a5865315c73","status":"passed","time":{"start":1710163978895,"stop":1710163978897,"duration":2}},{"uid":"715194508e091409","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/715194508e091409","status":"passed","time":{"start":1710163834522,"stop":1710163834522,"duration":0}},{"uid":"4371ccd5332eaad3","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/4371ccd5332eaad3","status":"passed","time":{"start":1710155882162,"stop":1710155882162,"duration":0}},{"uid":"73527ffc0634cc48","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/73527ffc0634cc48","status":"passed","time":{"start":1710155093750,"stop":1710155093751,"duration":1}},{"uid":"b3b712f3ddcf8af7","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b3b712f3ddcf8af7","status":"passed","time":{"start":1710154718364,"stop":1710154718365,"duration":1}},{"uid":"1a4cb16dc7996427","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1a4cb16dc7996427","status":"passed","time":{"start":1710102732564,"stop":1710102732565,"duration":1}},{"uid":"67a13c9918a393d1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/67a13c9918a393d1","status":"passed","time":{"start":1710080936485,"stop":1710080936485,"duration":0}},{"uid":"c7353f883798ad3d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c7353f883798ad3d","status":"passed","time":{"start":1710024618613,"stop":1710024618613,"duration":0}}]},"tags":[]},"source":"1e3c63cc3977932f.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa32ef4496a20c61","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":1710308366469,"stop":1710308366469,"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":"9bd0fc31229f0888","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bd0fc31229f0888","status":"passed","time":{"start":1710307247762,"stop":1710307247762,"duration":0}},{"uid":"8055e1cad53f989d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8055e1cad53f989d","status":"passed","time":{"start":1710287456047,"stop":1710287456048,"duration":1}},{"uid":"a9fdacea33d65e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9fdacea33d65e1","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"tags":[]},"source":"aa32ef4496a20c61.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/aa4e3e175b818004.json b/6685/data/test-cases/aa4e3e175b818004.json new file mode 100644 index 00000000000..29f2473654d --- /dev/null +++ b/6685/data/test-cases/aa4e3e175b818004.json @@ -0,0 +1 @@ +{"uid":"aa4e3e175b818004","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":1710307923912,"stop":1710307923912,"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":"3933ea1f3a2816a7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3933ea1f3a2816a7","status":"passed","time":{"start":1710306816839,"stop":1710306816839,"duration":0}},{"uid":"9af3d64b29c1f40c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9af3d64b29c1f40c","status":"passed","time":{"start":1710287022150,"stop":1710287022151,"duration":1}},{"uid":"8ec013af2d4c115d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ec013af2d4c115d","status":"passed","time":{"start":1710284284831,"stop":1710284284832,"duration":1}}]},"tags":[]},"source":"aa4e3e175b818004.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/75b61ccf68ec684b.json b/6685/data/test-cases/aa5816827d68913f.json similarity index 84% rename from 6651/data/test-cases/75b61ccf68ec684b.json rename to 6685/data/test-cases/aa5816827d68913f.json index e581d77fe23..2c9a9ec9b2f 100644 --- a/6651/data/test-cases/75b61ccf68ec684b.json +++ b/6685/data/test-cases/aa5816827d68913f.json @@ -1 +1 @@ -{"uid":"75b61ccf68ec684b","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":1710205063412,"stop":1710205063413,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"9c09a437ecaedfc2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/9c09a437ecaedfc2","status":"passed","time":{"start":1710204974358,"stop":1710204974358,"duration":0}},{"uid":"a1c02e6c18e111d3","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a1c02e6c18e111d3","status":"passed","time":{"start":1710204858040,"stop":1710204858042,"duration":2}},{"uid":"5764fd254bdd5305","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5764fd254bdd5305","status":"passed","time":{"start":1710204613876,"stop":1710204613876,"duration":0}},{"uid":"bea3911397985dc5","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/bea3911397985dc5","status":"passed","time":{"start":1710203332610,"stop":1710203332610,"duration":0}},{"uid":"18521cc3cd23a4a2","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/18521cc3cd23a4a2","status":"passed","time":{"start":1710199825178,"stop":1710199825178,"duration":0}},{"uid":"e13155458183d4e1","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e13155458183d4e1","status":"passed","time":{"start":1710199731751,"stop":1710199731751,"duration":0}},{"uid":"57ebcad15785598","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/57ebcad15785598","status":"passed","time":{"start":1710197275103,"stop":1710197275104,"duration":1}},{"uid":"c822ca3d777c2f4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c822ca3d777c2f4","status":"passed","time":{"start":1710168106276,"stop":1710168106276,"duration":0}},{"uid":"53af72dca2d66a7a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/53af72dca2d66a7a","status":"passed","time":{"start":1710167360898,"stop":1710167360898,"duration":0}},{"uid":"b645aaa2ea4d80ad","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b645aaa2ea4d80ad","status":"passed","time":{"start":1710167407552,"stop":1710167407553,"duration":1}},{"uid":"5b17615e695427d3","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5b17615e695427d3","status":"passed","time":{"start":1710166544391,"stop":1710166544391,"duration":0}},{"uid":"499635a3ab53a96b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/499635a3ab53a96b","status":"passed","time":{"start":1710164782788,"stop":1710164782789,"duration":1}},{"uid":"753bfb11b56d2fd8","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/753bfb11b56d2fd8","status":"passed","time":{"start":1710163934758,"stop":1710163934758,"duration":0}},{"uid":"73aec1076ce50885","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/73aec1076ce50885","status":"passed","time":{"start":1710163799584,"stop":1710163799586,"duration":2}},{"uid":"b25993c182a64d74","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b25993c182a64d74","status":"passed","time":{"start":1710155833696,"stop":1710155833696,"duration":0}},{"uid":"3aeeb98159ceb9b7","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3aeeb98159ceb9b7","status":"passed","time":{"start":1710155066235,"stop":1710155066235,"duration":0}},{"uid":"99ca6710df28e989","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/99ca6710df28e989","status":"passed","time":{"start":1710154684621,"stop":1710154684622,"duration":1}},{"uid":"9af774874f458e50","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/9af774874f458e50","status":"passed","time":{"start":1710102693430,"stop":1710102693431,"duration":1}},{"uid":"c8c50b96abdcbb8","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c8c50b96abdcbb8","status":"passed","time":{"start":1710080898345,"stop":1710080898346,"duration":1}},{"uid":"816e0c9a2c494789","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/816e0c9a2c494789","status":"passed","time":{"start":1710024575257,"stop":1710024575257,"duration":0}}]},"tags":[]},"source":"75b61ccf68ec684b.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa5816827d68913f","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":1710308322600,"stop":1710308322600,"duration":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":"7fa8a42d336d6d8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7fa8a42d336d6d8c","status":"passed","time":{"start":1710307207070,"stop":1710307207071,"duration":1}},{"uid":"c34664d911e7dc49","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c34664d911e7dc49","status":"passed","time":{"start":1710287412749,"stop":1710287412750,"duration":1}},{"uid":"16250e5bef12d5d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16250e5bef12d5d4","status":"passed","time":{"start":1710284680774,"stop":1710284680775,"duration":1}}]},"tags":[]},"source":"aa5816827d68913f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ab61a767c8ddc7fd.json b/6685/data/test-cases/ab61a767c8ddc7fd.json new file mode 100644 index 00000000000..5b464d476d3 --- /dev/null +++ b/6685/data/test-cases/ab61a767c8ddc7fd.json @@ -0,0 +1 @@ +{"uid":"ab61a767c8ddc7fd","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":1710308097736,"stop":1710308097736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"4ae158714446bc92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ae158714446bc92","status":"passed","time":{"start":1710306994277,"stop":1710306994277,"duration":0}},{"uid":"7fb5c64081f6b4cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb5c64081f6b4cf","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"84ea57cfc9e9d78c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/84ea57cfc9e9d78c","status":"passed","time":{"start":1710284459556,"stop":1710284459557,"duration":1}}]},"tags":[]},"source":"ab61a767c8ddc7fd.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ab75b6b0619f6720.json b/6685/data/test-cases/ab75b6b0619f6720.json new file mode 100644 index 00000000000..656b800aa92 --- /dev/null +++ b/6685/data/test-cases/ab75b6b0619f6720.json @@ -0,0 +1 @@ +{"uid":"ab75b6b0619f6720","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":1710308322609,"stop":1710308322610,"duration":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":"814b334ac78843fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/814b334ac78843fb","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"3f55ca18bb68ad1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f55ca18bb68ad1c","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"2b8b16a9febf7793","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b8b16a9febf7793","status":"passed","time":{"start":1710284680777,"stop":1710284680778,"duration":1}}]},"tags":[]},"source":"ab75b6b0619f6720.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/df9d45011321fc67.json b/6685/data/test-cases/abf2b2911db3ad8f.json similarity index 84% rename from 6651/data/test-cases/df9d45011321fc67.json rename to 6685/data/test-cases/abf2b2911db3ad8f.json index ea127da1f19..6d3ff0db51e 100644 --- a/6651/data/test-cases/df9d45011321fc67.json +++ b/6685/data/test-cases/abf2b2911db3ad8f.json @@ -1 +1 @@ -{"uid":"df9d45011321fc67","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":1710205232999,"stop":1710205232999,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"634168a0165d812c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/634168a0165d812c","status":"passed","time":{"start":1710205120336,"stop":1710205120337,"duration":1}},{"uid":"6ce9e91110b1bc66","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6ce9e91110b1bc66","status":"passed","time":{"start":1710205004844,"stop":1710205004844,"duration":0}},{"uid":"d15aa8abda67673a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d15aa8abda67673a","status":"passed","time":{"start":1710204772075,"stop":1710204772076,"duration":1}},{"uid":"908893dc1e132cf5","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/908893dc1e132cf5","status":"passed","time":{"start":1710203476041,"stop":1710203476042,"duration":1}},{"uid":"442eeb88cbbab355","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/442eeb88cbbab355","status":"passed","time":{"start":1710199958102,"stop":1710199958102,"duration":0}},{"uid":"3613ad66a0a4c27b","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/3613ad66a0a4c27b","status":"passed","time":{"start":1710199882625,"stop":1710199882626,"duration":1}},{"uid":"db5b8122798116d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/db5b8122798116d","status":"passed","time":{"start":1710197397377,"stop":1710197397377,"duration":0}},{"uid":"256d575e4915749b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/256d575e4915749b","status":"passed","time":{"start":1710168235066,"stop":1710168235067,"duration":1}},{"uid":"5a4b56deaa17975e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5a4b56deaa17975e","status":"passed","time":{"start":1710167420215,"stop":1710167420215,"duration":0}},{"uid":"3165c1bc11ef5e30","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3165c1bc11ef5e30","status":"passed","time":{"start":1710167568718,"stop":1710167568718,"duration":0}},{"uid":"e2b5b6f2594c8d19","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e2b5b6f2594c8d19","status":"passed","time":{"start":1710166701459,"stop":1710166701460,"duration":1}},{"uid":"392d662941e3fce4","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/392d662941e3fce4","status":"passed","time":{"start":1710164929228,"stop":1710164929228,"duration":0}},{"uid":"27a230482c9031a1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/27a230482c9031a1","status":"passed","time":{"start":1710164078379,"stop":1710164078380,"duration":1}},{"uid":"a3a325150118c9e1","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a3a325150118c9e1","status":"passed","time":{"start":1710163927066,"stop":1710163927067,"duration":1}},{"uid":"b48acd4fa41a25c0","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b48acd4fa41a25c0","status":"passed","time":{"start":1710155986271,"stop":1710155986274,"duration":3}},{"uid":"1b47a18f9ab97d79","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1b47a18f9ab97d79","status":"passed","time":{"start":1710155212555,"stop":1710155212557,"duration":2}},{"uid":"80e3668ef3d7f92a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/80e3668ef3d7f92a","status":"passed","time":{"start":1710154813460,"stop":1710154813460,"duration":0}},{"uid":"d793dc95e9e08054","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/d793dc95e9e08054","status":"passed","time":{"start":1710102845317,"stop":1710102845317,"duration":0}},{"uid":"7c38ab9f2f90bfb3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7c38ab9f2f90bfb3","status":"passed","time":{"start":1710081043168,"stop":1710081043169,"duration":1}},{"uid":"e4560823e879f0fa","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e4560823e879f0fa","status":"passed","time":{"start":1710024705739,"stop":1710024705739,"duration":0}}]},"tags":[]},"source":"df9d45011321fc67.json","parameterValues":[]} \ No newline at end of file +{"uid":"abf2b2911db3ad8f","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":1710308463676,"stop":1710308463676,"duration":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":"5b5002d654a7dc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5b5002d654a7dc0","status":"passed","time":{"start":1710307358455,"stop":1710307358455,"duration":0}},{"uid":"5942ccd793c38dc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5942ccd793c38dc5","status":"passed","time":{"start":1710287569245,"stop":1710287569246,"duration":1}},{"uid":"851a1239e0316aca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/851a1239e0316aca","status":"passed","time":{"start":1710284852279,"stop":1710284852280,"duration":1}}]},"tags":[]},"source":"abf2b2911db3ad8f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ac36608524f6ead6.json b/6685/data/test-cases/ac36608524f6ead6.json new file mode 100644 index 00000000000..afda1d1ae2c --- /dev/null +++ b/6685/data/test-cases/ac36608524f6ead6.json @@ -0,0 +1 @@ +{"uid":"ac36608524f6ead6","name":"Symmetric encrypt & Decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Symmetric encrypt & Decrypt","historyId":"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307924458,"stop":1710307924458,"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":"33efcf1e9544ead8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/33efcf1e9544ead8","status":"passed","time":{"start":1710306817451,"stop":1710306817452,"duration":1}},{"uid":"27c7a70273372f95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27c7a70273372f95","status":"passed","time":{"start":1710287022681,"stop":1710287022682,"duration":1}},{"uid":"cc0813217f0cde49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc0813217f0cde49","status":"passed","time":{"start":1710284285360,"stop":1710284285361,"duration":1}}]},"tags":[]},"source":"ac36608524f6ead6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c8af8d090c98abac.json b/6685/data/test-cases/ac4d3faef5e2b526.json similarity index 83% rename from 6651/data/test-cases/c8af8d090c98abac.json rename to 6685/data/test-cases/ac4d3faef5e2b526.json index f28db6199b1..2fb2f982809 100644 --- a/6651/data/test-cases/c8af8d090c98abac.json +++ b/6685/data/test-cases/ac4d3faef5e2b526.json @@ -1 +1 @@ -{"uid":"c8af8d090c98abac","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":1710205063393,"stop":1710205063393,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"80ea552105febf8d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/80ea552105febf8d","status":"passed","time":{"start":1710204974347,"stop":1710204974348,"duration":1}},{"uid":"86e69dc60c988e8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/86e69dc60c988e8","status":"passed","time":{"start":1710204858021,"stop":1710204858025,"duration":4}},{"uid":"bc07e32de995622a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bc07e32de995622a","status":"passed","time":{"start":1710204613849,"stop":1710204613850,"duration":1}},{"uid":"fee16067f423134b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/fee16067f423134b","status":"passed","time":{"start":1710203332582,"stop":1710203332583,"duration":1}},{"uid":"7dcec6ae75f0a21","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7dcec6ae75f0a21","status":"passed","time":{"start":1710199825170,"stop":1710199825170,"duration":0}},{"uid":"f28ff84ff74bc669","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f28ff84ff74bc669","status":"passed","time":{"start":1710199731741,"stop":1710199731741,"duration":0}},{"uid":"1ed61e51d2476fde","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1ed61e51d2476fde","status":"passed","time":{"start":1710197275091,"stop":1710197275091,"duration":0}},{"uid":"42e84fff97abe46c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/42e84fff97abe46c","status":"passed","time":{"start":1710168106250,"stop":1710168106251,"duration":1}},{"uid":"b13cc76f2101bd35","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b13cc76f2101bd35","status":"passed","time":{"start":1710167360888,"stop":1710167360889,"duration":1}},{"uid":"251d253143838595","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/251d253143838595","status":"passed","time":{"start":1710167407514,"stop":1710167407534,"duration":20}},{"uid":"7d3c9373ae8aacbc","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7d3c9373ae8aacbc","status":"passed","time":{"start":1710166544366,"stop":1710166544367,"duration":1}},{"uid":"39528b46848b8cb8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/39528b46848b8cb8","status":"passed","time":{"start":1710164782774,"stop":1710164782774,"duration":0}},{"uid":"3d1782bf00f0e494","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3d1782bf00f0e494","status":"passed","time":{"start":1710163934747,"stop":1710163934748,"duration":1}},{"uid":"ed05f75b3fba1bf8","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/ed05f75b3fba1bf8","status":"passed","time":{"start":1710163799561,"stop":1710163799561,"duration":0}},{"uid":"a9defaa1cf3a666d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a9defaa1cf3a666d","status":"passed","time":{"start":1710155833682,"stop":1710155833682,"duration":0}},{"uid":"5b99a06af8066779","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5b99a06af8066779","status":"passed","time":{"start":1710155066226,"stop":1710155066227,"duration":1}},{"uid":"ccf966efde06d125","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ccf966efde06d125","status":"passed","time":{"start":1710154684613,"stop":1710154684614,"duration":1}},{"uid":"802c7d90a95659d6","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/802c7d90a95659d6","status":"passed","time":{"start":1710102693366,"stop":1710102693367,"duration":1}},{"uid":"c7f15a8e072d6a9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c7f15a8e072d6a9","status":"passed","time":{"start":1710080898336,"stop":1710080898336,"duration":0}},{"uid":"bd0048d9f3ffb240","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/bd0048d9f3ffb240","status":"passed","time":{"start":1710024575230,"stop":1710024575230,"duration":0}}]},"tags":[]},"source":"c8af8d090c98abac.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac4d3faef5e2b526","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":1710308322564,"stop":1710308322565,"duration":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":"e2d34721d9d1fa3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2d34721d9d1fa3a","status":"passed","time":{"start":1710307207046,"stop":1710307207047,"duration":1}},{"uid":"9895e602aeed61f7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9895e602aeed61f7","status":"passed","time":{"start":1710287412738,"stop":1710287412739,"duration":1}},{"uid":"dc6525a3f44185fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc6525a3f44185fa","status":"passed","time":{"start":1710284680764,"stop":1710284680764,"duration":0}}]},"tags":[]},"source":"ac4d3faef5e2b526.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ac4e5b382205b17f.json b/6685/data/test-cases/ac4e5b382205b17f.json new file mode 100644 index 00000000000..f0fa96ecc98 --- /dev/null +++ b/6685/data/test-cases/ac4e5b382205b17f.json @@ -0,0 +1 @@ +{"uid":"ac4e5b382205b17f","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":1710307948133,"stop":1710307948134,"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":4,"unknown":0,"total":4},"items":[{"uid":"b7a41313a40a0516","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7a41313a40a0516","status":"passed","time":{"start":1710306841072,"stop":1710306841073,"duration":1}},{"uid":"cbff48bb824e4e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbff48bb824e4e6","status":"passed","time":{"start":1710287046523,"stop":1710287046523,"duration":0}},{"uid":"238468739750edc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/238468739750edc9","status":"passed","time":{"start":1710284309642,"stop":1710284309643,"duration":1}}]},"tags":[]},"source":"ac4e5b382205b17f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/7580b92d86fd3522.json b/6685/data/test-cases/ac648d128b89a139.json similarity index 54% rename from 6651/data/test-cases/7580b92d86fd3522.json rename to 6685/data/test-cases/ac648d128b89a139.json index 8c50dba2f67..4ff4026e1ae 100644 --- a/6651/data/test-cases/7580b92d86fd3522.json +++ b/6685/data/test-cases/ac648d128b89a139.json @@ -1 +1 @@ -{"uid":"7580b92d86fd3522","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":1710205265203,"stop":1710205265204,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"274be8975a1acd2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/274be8975a1acd2","status":"passed","time":{"start":1710205158050,"stop":1710205158051,"duration":1}},{"uid":"15b679099f3a8f0e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/15b679099f3a8f0e","status":"passed","time":{"start":1710205052233,"stop":1710205052234,"duration":1}},{"uid":"4507eeb1dcbecd8","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4507eeb1dcbecd8","status":"passed","time":{"start":1710204796937,"stop":1710204796937,"duration":0}},{"uid":"6a66af08f118e020","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/6a66af08f118e020","status":"passed","time":{"start":1710203511364,"stop":1710203511364,"duration":0}},{"uid":"eb32d5548c2c73b9","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/eb32d5548c2c73b9","status":"passed","time":{"start":1710199998117,"stop":1710199998117,"duration":0}},{"uid":"a4f4ea44f5caa9b1","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a4f4ea44f5caa9b1","status":"passed","time":{"start":1710199898541,"stop":1710199898541,"duration":0}},{"uid":"a3bea384d6bda68d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a3bea384d6bda68d","status":"passed","time":{"start":1710197446710,"stop":1710197446711,"duration":1}},{"uid":"2c5e231d4c4ca053","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2c5e231d4c4ca053","status":"passed","time":{"start":1710168274476,"stop":1710168274477,"duration":1}},{"uid":"875204f2e4babe2d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/875204f2e4babe2d","status":"passed","time":{"start":1710167587990,"stop":1710167587990,"duration":0}},{"uid":"c5769c4b5b3b1302","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c5769c4b5b3b1302","status":"passed","time":{"start":1710167591471,"stop":1710167591471,"duration":0}},{"uid":"32382db424e6c275","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/32382db424e6c275","status":"passed","time":{"start":1710166720770,"stop":1710166720770,"duration":0}},{"uid":"426f7e4829940a78","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/426f7e4829940a78","status":"passed","time":{"start":1710164954839,"stop":1710164954839,"duration":0}},{"uid":"2bce3b5a82f4ebfb","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2bce3b5a82f4ebfb","status":"passed","time":{"start":1710164112025,"stop":1710164112025,"duration":0}},{"uid":"c9c81f1e619c38c2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c9c81f1e619c38c2","status":"passed","time":{"start":1710163970944,"stop":1710163970944,"duration":0}},{"uid":"bdf260d1f6815481","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bdf260d1f6815481","status":"passed","time":{"start":1710156015702,"stop":1710156015702,"duration":0}},{"uid":"27bad95f2dfa836a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/27bad95f2dfa836a","status":"passed","time":{"start":1710155233874,"stop":1710155233875,"duration":1}},{"uid":"8df25b0201cb731c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/8df25b0201cb731c","status":"passed","time":{"start":1710154884014,"stop":1710154884014,"duration":0}},{"uid":"518972eaf53d74d9","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/518972eaf53d74d9","status":"passed","time":{"start":1710102868706,"stop":1710102868706,"duration":0}},{"uid":"abf0c6edb5b50f68","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/abf0c6edb5b50f68","status":"passed","time":{"start":1710081071480,"stop":1710081071481,"duration":1}},{"uid":"28427d932d30a81c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/28427d932d30a81c","status":"passed","time":{"start":1710024738101,"stop":1710024738101,"duration":0}}]},"tags":[]},"source":"7580b92d86fd3522.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac648d128b89a139","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":1710308508712,"stop":1710308508713,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6cc4a0a7325ed109","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6cc4a0a7325ed109","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"3839b771ec8aa79e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3839b771ec8aa79e","status":"passed","time":{"start":1710287596900,"stop":1710287596901,"duration":1}},{"uid":"cf019516bb37860","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cf019516bb37860","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"tags":[]},"source":"ac648d128b89a139.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f70a71297695d112.json b/6685/data/test-cases/ac6f4636fc68d5a5.json similarity index 83% rename from 6651/data/test-cases/f70a71297695d112.json rename to 6685/data/test-cases/ac6f4636fc68d5a5.json index d97e5f27786..5862ee2438c 100644 --- a/6651/data/test-cases/f70a71297695d112.json +++ b/6685/data/test-cases/ac6f4636fc68d5a5.json @@ -1 +1 @@ -{"uid":"f70a71297695d112","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":1710205063423,"stop":1710205063423,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"137152de2fdedfb0","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/137152de2fdedfb0","status":"passed","time":{"start":1710204974371,"stop":1710204974371,"duration":0}},{"uid":"7198c5c07d1637d3","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/7198c5c07d1637d3","status":"passed","time":{"start":1710204858056,"stop":1710204858056,"duration":0}},{"uid":"cd5168b73cb41ba8","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/cd5168b73cb41ba8","status":"passed","time":{"start":1710204613894,"stop":1710204613894,"duration":0}},{"uid":"1e157eee468a3e37","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1e157eee468a3e37","status":"passed","time":{"start":1710203332621,"stop":1710203332621,"duration":0}},{"uid":"955054e82b2288b1","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/955054e82b2288b1","status":"passed","time":{"start":1710199825187,"stop":1710199825188,"duration":1}},{"uid":"73f162f64473207c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/73f162f64473207c","status":"passed","time":{"start":1710199731773,"stop":1710199731774,"duration":1}},{"uid":"9943297dec2825ab","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9943297dec2825ab","status":"passed","time":{"start":1710197275117,"stop":1710197275118,"duration":1}},{"uid":"dd7d36429286e2c0","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/dd7d36429286e2c0","status":"passed","time":{"start":1710168106290,"stop":1710168106290,"duration":0}},{"uid":"8d60a8d20b03b71d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8d60a8d20b03b71d","status":"passed","time":{"start":1710167360922,"stop":1710167360923,"duration":1}},{"uid":"32edd021c1159859","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/32edd021c1159859","status":"passed","time":{"start":1710167407583,"stop":1710167407584,"duration":1}},{"uid":"12943f9ef4a697e0","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/12943f9ef4a697e0","status":"passed","time":{"start":1710166544401,"stop":1710166544401,"duration":0}},{"uid":"f2deb8b6e972785c","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f2deb8b6e972785c","status":"passed","time":{"start":1710164782822,"stop":1710164782822,"duration":0}},{"uid":"a40a0aad036f34f6","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a40a0aad036f34f6","status":"passed","time":{"start":1710163934779,"stop":1710163934779,"duration":0}},{"uid":"88bfb6be138eceea","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/88bfb6be138eceea","status":"passed","time":{"start":1710163799621,"stop":1710163799622,"duration":1}},{"uid":"6c4fb83a941d132c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6c4fb83a941d132c","status":"passed","time":{"start":1710155833706,"stop":1710155833706,"duration":0}},{"uid":"2195159e31f652e2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2195159e31f652e2","status":"passed","time":{"start":1710155066247,"stop":1710155066248,"duration":1}},{"uid":"91ef1981acb32dd5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/91ef1981acb32dd5","status":"passed","time":{"start":1710154684663,"stop":1710154684664,"duration":1}},{"uid":"a67d582b56f59f39","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a67d582b56f59f39","status":"passed","time":{"start":1710102693492,"stop":1710102693494,"duration":2}},{"uid":"eae8487a7332e207","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/eae8487a7332e207","status":"passed","time":{"start":1710080898362,"stop":1710080898363,"duration":1}},{"uid":"6b808c864648e866","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6b808c864648e866","status":"passed","time":{"start":1710024575284,"stop":1710024575284,"duration":0}}]},"tags":[]},"source":"f70a71297695d112.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac6f4636fc68d5a5","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":1710308322624,"stop":1710308322624,"duration":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":"bb14ccb66934e0f9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb14ccb66934e0f9","status":"passed","time":{"start":1710307207096,"stop":1710307207096,"duration":0}},{"uid":"fc5d1bf1e86d0446","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc5d1bf1e86d0446","status":"passed","time":{"start":1710287412763,"stop":1710287412764,"duration":1}},{"uid":"8450abbd7b8f606b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8450abbd7b8f606b","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"tags":[]},"source":"ac6f4636fc68d5a5.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9266aaf5c090465e.json b/6685/data/test-cases/ad080523fcfdb610.json similarity index 61% rename from 6651/data/test-cases/9266aaf5c090465e.json rename to 6685/data/test-cases/ad080523fcfdb610.json index d9d049ccc2d..2ebfd56d38e 100644 --- a/6651/data/test-cases/9266aaf5c090465e.json +++ b/6685/data/test-cases/ad080523fcfdb610.json @@ -1 +1 @@ -{"uid":"9266aaf5c090465e","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":1710205199515,"stop":1710205199515,"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":73,"unknown":0,"total":73},"items":[{"uid":"fcd5847f120f195b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fcd5847f120f195b","status":"passed","time":{"start":1710205105085,"stop":1710205105085,"duration":0}},{"uid":"111e8dc0e88d710c","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/111e8dc0e88d710c","status":"passed","time":{"start":1710204998961,"stop":1710204998961,"duration":0}},{"uid":"2ba6a8d6c81f5b77","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/2ba6a8d6c81f5b77","status":"passed","time":{"start":1710204739412,"stop":1710204739412,"duration":0}},{"uid":"771372898b00533b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/771372898b00533b","status":"passed","time":{"start":1710203453468,"stop":1710203453468,"duration":0}},{"uid":"692f272c5eac677e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/692f272c5eac677e","status":"passed","time":{"start":1710199946312,"stop":1710199946313,"duration":1}},{"uid":"75b384faffafe5b1","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/75b384faffafe5b1","status":"passed","time":{"start":1710199840486,"stop":1710199840487,"duration":1}},{"uid":"ef2cb466c7e2abd","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ef2cb466c7e2abd","status":"passed","time":{"start":1710197396736,"stop":1710197396737,"duration":1}},{"uid":"31e927a43d808733","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/31e927a43d808733","status":"passed","time":{"start":1710168220882,"stop":1710168220882,"duration":0}},{"uid":"b80cb24eac4f2806","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b80cb24eac4f2806","status":"passed","time":{"start":1710167545198,"stop":1710167545199,"duration":1}},{"uid":"f96efcdc7c1e4580","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f96efcdc7c1e4580","status":"passed","time":{"start":1710167538072,"stop":1710167538072,"duration":0}},{"uid":"a9301cfa256f7d23","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/a9301cfa256f7d23","status":"passed","time":{"start":1710166664455,"stop":1710166664455,"duration":0}},{"uid":"19d38519b3d54d49","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/19d38519b3d54d49","status":"passed","time":{"start":1710164898563,"stop":1710164898564,"duration":1}},{"uid":"6f65a1a27b247486","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6f65a1a27b247486","status":"passed","time":{"start":1710164059059,"stop":1710164059060,"duration":1}},{"uid":"3bcbdac41a8c0071","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3bcbdac41a8c0071","status":"passed","time":{"start":1710163919479,"stop":1710163919479,"duration":0}},{"uid":"24f4a47532010a37","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/24f4a47532010a37","status":"passed","time":{"start":1710155969989,"stop":1710155969991,"duration":2}},{"uid":"7e16e119fa2048eb","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7e16e119fa2048eb","status":"passed","time":{"start":1710155174203,"stop":1710155174204,"duration":1}},{"uid":"c54bf26c92dfc50f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c54bf26c92dfc50f","status":"passed","time":{"start":1710154832364,"stop":1710154832365,"duration":1}},{"uid":"b895609b1473f432","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b895609b1473f432","status":"passed","time":{"start":1710102815903,"stop":1710102815904,"duration":1}},{"uid":"be34778c088a46a5","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/be34778c088a46a5","status":"passed","time":{"start":1710081013946,"stop":1710081013946,"duration":0}},{"uid":"61d9389abf615d75","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/61d9389abf615d75","status":"passed","time":{"start":1710024688128,"stop":1710024688128,"duration":0}}]},"tags":[]},"source":"9266aaf5c090465e.json","parameterValues":[]} \ No newline at end of file +{"uid":"ad080523fcfdb610","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":1710308459424,"stop":1710308459424,"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":"8351a78aa6001509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8351a78aa6001509","status":"passed","time":{"start":1710307342519,"stop":1710307342519,"duration":0}},{"uid":"ec77b3bc40c194ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec77b3bc40c194ce","status":"passed","time":{"start":1710287544910,"stop":1710287544910,"duration":0}},{"uid":"c8e7174575c730fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8e7174575c730fc","status":"passed","time":{"start":1710284805007,"stop":1710284805007,"duration":0}}]},"tags":[]},"source":"ad080523fcfdb610.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/92bfd560b2bdab9d.json b/6685/data/test-cases/ad5a8d9dcc619765.json similarity index 85% rename from 6651/data/test-cases/92bfd560b2bdab9d.json rename to 6685/data/test-cases/ad5a8d9dcc619765.json index 31bdd552e60..14a671bbb11 100644 --- a/6651/data/test-cases/92bfd560b2bdab9d.json +++ b/6685/data/test-cases/ad5a8d9dcc619765.json @@ -1 +1 @@ -{"uid":"92bfd560b2bdab9d","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":1710205233003,"stop":1710205233004,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"f7c824c9c0e94446","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f7c824c9c0e94446","status":"passed","time":{"start":1710205120345,"stop":1710205120346,"duration":1}},{"uid":"d4e87db20092b047","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/d4e87db20092b047","status":"passed","time":{"start":1710205004853,"stop":1710205004853,"duration":0}},{"uid":"612a64ac58643767","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/612a64ac58643767","status":"passed","time":{"start":1710204772087,"stop":1710204772087,"duration":0}},{"uid":"4f86d5e8d412862e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/4f86d5e8d412862e","status":"passed","time":{"start":1710203476057,"stop":1710203476058,"duration":1}},{"uid":"eaab7e7314b6d55","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/eaab7e7314b6d55","status":"passed","time":{"start":1710199958107,"stop":1710199958107,"duration":0}},{"uid":"df587709e24ae0ca","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/df587709e24ae0ca","status":"passed","time":{"start":1710199882632,"stop":1710199882632,"duration":0}},{"uid":"758fd6e7e135716c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/758fd6e7e135716c","status":"passed","time":{"start":1710197397382,"stop":1710197397383,"duration":1}},{"uid":"33fb0c5719a6a9f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/33fb0c5719a6a9f","status":"passed","time":{"start":1710168235126,"stop":1710168235127,"duration":1}},{"uid":"31eca93adf31fe7e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/31eca93adf31fe7e","status":"passed","time":{"start":1710167420248,"stop":1710167420249,"duration":1}},{"uid":"72dabf5badbb631d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/72dabf5badbb631d","status":"passed","time":{"start":1710167568723,"stop":1710167568723,"duration":0}},{"uid":"98612cf89279ffe","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/98612cf89279ffe","status":"passed","time":{"start":1710166701471,"stop":1710166701472,"duration":1}},{"uid":"c6f1c5992701085","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c6f1c5992701085","status":"passed","time":{"start":1710164929236,"stop":1710164929236,"duration":0}},{"uid":"88b53f4ed1f50474","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/88b53f4ed1f50474","status":"passed","time":{"start":1710164078400,"stop":1710164078400,"duration":0}},{"uid":"27a1d20b0066d6ff","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/27a1d20b0066d6ff","status":"passed","time":{"start":1710163927077,"stop":1710163927078,"duration":1}},{"uid":"1bab9df854b0f5ff","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/1bab9df854b0f5ff","status":"passed","time":{"start":1710155986290,"stop":1710155986291,"duration":1}},{"uid":"c042750930ec3f6a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c042750930ec3f6a","status":"passed","time":{"start":1710155212563,"stop":1710155212564,"duration":1}},{"uid":"84e289aa1da68ebb","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/84e289aa1da68ebb","status":"passed","time":{"start":1710154813471,"stop":1710154813472,"duration":1}},{"uid":"2b1afdf60f4f67d5","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2b1afdf60f4f67d5","status":"passed","time":{"start":1710102845324,"stop":1710102845324,"duration":0}},{"uid":"efc29259697e4357","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/efc29259697e4357","status":"passed","time":{"start":1710081043176,"stop":1710081043177,"duration":1}},{"uid":"c2414218ca82fa","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c2414218ca82fa","status":"passed","time":{"start":1710024705762,"stop":1710024705778,"duration":16}}]},"tags":[]},"source":"92bfd560b2bdab9d.json","parameterValues":[]} \ No newline at end of file +{"uid":"ad5a8d9dcc619765","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":1710308463689,"stop":1710308463689,"duration":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":"aa08e4f65994b509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa08e4f65994b509","status":"passed","time":{"start":1710307358460,"stop":1710307358460,"duration":0}},{"uid":"481f1ed65b573837","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/481f1ed65b573837","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"6937cd17ad6499cd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6937cd17ad6499cd","status":"passed","time":{"start":1710284852295,"stop":1710284852296,"duration":1}}]},"tags":[]},"source":"ad5a8d9dcc619765.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/96aa867c0aa5e451.json b/6685/data/test-cases/adc12029c41ec06c.json similarity index 78% rename from 6651/data/test-cases/96aa867c0aa5e451.json rename to 6685/data/test-cases/adc12029c41ec06c.json index 7caeefe0a8e..0e2c5811089 100644 --- a/6651/data/test-cases/96aa867c0aa5e451.json +++ b/6685/data/test-cases/adc12029c41ec06c.json @@ -1 +1 @@ -{"uid":"96aa867c0aa5e451","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":1710205173290,"stop":1710205173291,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"2ed605fab32fa325","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/2ed605fab32fa325","status":"passed","time":{"start":1710205067268,"stop":1710205067268,"duration":0}},{"uid":"e2298a057888cca5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e2298a057888cca5","status":"passed","time":{"start":1710204962903,"stop":1710204962904,"duration":1}},{"uid":"b956118634368a16","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b956118634368a16","status":"passed","time":{"start":1710204701459,"stop":1710204701459,"duration":0}},{"uid":"48878289e703a8d6","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/48878289e703a8d6","status":"passed","time":{"start":1710203416576,"stop":1710203416577,"duration":1}},{"uid":"7c58b348af6b562e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7c58b348af6b562e","status":"passed","time":{"start":1710199910387,"stop":1710199910387,"duration":0}},{"uid":"f642ee6796bb4cd1","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f642ee6796bb4cd1","status":"passed","time":{"start":1710199800504,"stop":1710199800505,"duration":1}},{"uid":"f78cef1bde708152","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f78cef1bde708152","status":"passed","time":{"start":1710197348906,"stop":1710197348906,"duration":0}},{"uid":"69355544b2f6be34","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/69355544b2f6be34","status":"passed","time":{"start":1710168167418,"stop":1710168167418,"duration":0}},{"uid":"3c554705475954e0","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3c554705475954e0","status":"passed","time":{"start":1710167350116,"stop":1710167350116,"duration":0}},{"uid":"949139f2f6fcc435","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/949139f2f6fcc435","status":"passed","time":{"start":1710167497858,"stop":1710167497858,"duration":0}},{"uid":"63f647ec1ba3807","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/63f647ec1ba3807","status":"passed","time":{"start":1710166625598,"stop":1710166625598,"duration":0}},{"uid":"5664bb5e5ee06777","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5664bb5e5ee06777","status":"passed","time":{"start":1710164870330,"stop":1710164870331,"duration":1}},{"uid":"96c8f8b8bf7d281e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/96c8f8b8bf7d281e","status":"passed","time":{"start":1710164015683,"stop":1710164015684,"duration":1}},{"uid":"7401150a43be017a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/7401150a43be017a","status":"passed","time":{"start":1710163881223,"stop":1710163881224,"duration":1}},{"uid":"707a94bae81d8fa","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/707a94bae81d8fa","status":"passed","time":{"start":1710155929063,"stop":1710155929064,"duration":1}},{"uid":"9cc30163ec139cef","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9cc30163ec139cef","status":"passed","time":{"start":1710155134272,"stop":1710155134272,"duration":0}},{"uid":"3416598edc38fa6a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3416598edc38fa6a","status":"passed","time":{"start":1710154760695,"stop":1710154760696,"duration":1}},{"uid":"825da3cb62a64761","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/825da3cb62a64761","status":"passed","time":{"start":1710102776882,"stop":1710102776883,"duration":1}},{"uid":"9191ca4bed6d8c0f","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9191ca4bed6d8c0f","status":"passed","time":{"start":1710080978579,"stop":1710080978579,"duration":0}},{"uid":"ce39b391a1703a4d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ce39b391a1703a4d","status":"passed","time":{"start":1710024644856,"stop":1710024644856,"duration":0}}]},"tags":[]},"source":"96aa867c0aa5e451.json","parameterValues":[]} \ No newline at end of file +{"uid":"adc12029c41ec06c","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":1710308416718,"stop":1710308416719,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"7e036e43ce752352","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e036e43ce752352","status":"passed","time":{"start":1710307308618,"stop":1710307308619,"duration":1}},{"uid":"b8086d888237d4fd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8086d888237d4fd","status":"passed","time":{"start":1710287509744,"stop":1710287509744,"duration":0}},{"uid":"ed6496ea690988a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed6496ea690988a4","status":"passed","time":{"start":1710284775836,"stop":1710284775837,"duration":1}}]},"tags":[]},"source":"adc12029c41ec06c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/63d4bc150acee576.json b/6685/data/test-cases/ae09d7506fd71367.json similarity index 84% rename from 6651/data/test-cases/63d4bc150acee576.json rename to 6685/data/test-cases/ae09d7506fd71367.json index a0da0bdffa5..ab1d8ec36bd 100644 --- a/6651/data/test-cases/63d4bc150acee576.json +++ b/6685/data/test-cases/ae09d7506fd71367.json @@ -1 +1 @@ -{"uid":"63d4bc150acee576","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":1710205233015,"stop":1710205233016,"duration":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":72,"unknown":0,"total":72},"items":[{"uid":"508d3ab955b0ff6f","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/508d3ab955b0ff6f","status":"passed","time":{"start":1710205120353,"stop":1710205120353,"duration":0}},{"uid":"4099f97871232a46","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4099f97871232a46","status":"passed","time":{"start":1710205004865,"stop":1710205004866,"duration":1}},{"uid":"f626779241d5ee9e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f626779241d5ee9e","status":"passed","time":{"start":1710204772108,"stop":1710204772108,"duration":0}},{"uid":"258646fd2a0f050b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/258646fd2a0f050b","status":"passed","time":{"start":1710203476065,"stop":1710203476065,"duration":0}},{"uid":"2cc1c101c6aa9589","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2cc1c101c6aa9589","status":"passed","time":{"start":1710199958121,"stop":1710199958121,"duration":0}},{"uid":"c6d519209824a9f7","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c6d519209824a9f7","status":"passed","time":{"start":1710199882656,"stop":1710199882656,"duration":0}},{"uid":"8c227916665d0a17","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8c227916665d0a17","status":"passed","time":{"start":1710197397389,"stop":1710197397389,"duration":0}},{"uid":"a2e1716ad504a90c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a2e1716ad504a90c","status":"passed","time":{"start":1710168235145,"stop":1710168235145,"duration":0}},{"uid":"34ae1ecb36e31923","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/34ae1ecb36e31923","status":"passed","time":{"start":1710167420288,"stop":1710167420288,"duration":0}},{"uid":"a114f9be5a54cd19","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a114f9be5a54cd19","status":"passed","time":{"start":1710167568732,"stop":1710167568733,"duration":1}},{"uid":"c91c5caf6ec9de3c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c91c5caf6ec9de3c","status":"passed","time":{"start":1710166701490,"stop":1710166701490,"duration":0}},{"uid":"44792f8c7c21ad4e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/44792f8c7c21ad4e","status":"passed","time":{"start":1710164929249,"stop":1710164929249,"duration":0}},{"uid":"3e7b60e7d244ebc9","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3e7b60e7d244ebc9","status":"passed","time":{"start":1710164078406,"stop":1710164078407,"duration":1}},{"uid":"b822ed5ab1ad75c6","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b822ed5ab1ad75c6","status":"passed","time":{"start":1710163927097,"stop":1710163927097,"duration":0}},{"uid":"8ce953b27be984ac","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8ce953b27be984ac","status":"passed","time":{"start":1710155986302,"stop":1710155986302,"duration":0}},{"uid":"47a6e9195105981e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/47a6e9195105981e","status":"passed","time":{"start":1710155212571,"stop":1710155212571,"duration":0}},{"uid":"b89b256c525d0f08","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b89b256c525d0f08","status":"passed","time":{"start":1710154813489,"stop":1710154813489,"duration":0}},{"uid":"57ba7f443909b0a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/57ba7f443909b0a","status":"passed","time":{"start":1710102845336,"stop":1710102845336,"duration":0}},{"uid":"f35250cf52db272b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f35250cf52db272b","status":"passed","time":{"start":1710081043191,"stop":1710081043191,"duration":0}},{"uid":"bc28176ac3453db7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/bc28176ac3453db7","status":"passed","time":{"start":1710024705819,"stop":1710024705819,"duration":0}}]},"tags":[]},"source":"63d4bc150acee576.json","parameterValues":[]} \ No newline at end of file +{"uid":"ae09d7506fd71367","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":1710308463710,"stop":1710308463710,"duration":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":"343a59b3900a2827","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/343a59b3900a2827","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"6e890a4368b1a94f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6e890a4368b1a94f","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"8d3b336129359060","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d3b336129359060","status":"passed","time":{"start":1710284852305,"stop":1710284852305,"duration":0}}]},"tags":[]},"source":"ae09d7506fd71367.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ae455015e49eea53.json b/6685/data/test-cases/ae455015e49eea53.json new file mode 100644 index 00000000000..3705cf8e56e --- /dev/null +++ b/6685/data/test-cases/ae455015e49eea53.json @@ -0,0 +1 @@ +{"uid":"ae455015e49eea53","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":1710308092691,"stop":1710308092699,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=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":"48b69f71c5d68396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b69f71c5d68396","status":"passed","time":{"start":1710306981503,"stop":1710306981504,"duration":1}},{"uid":"d2db7a2b007edb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d2db7a2b007edb0","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"ce7bc82765f7c2f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce7bc82765f7c2f9","status":"passed","time":{"start":1710284459993,"stop":1710284459994,"duration":1}}]},"tags":[]},"source":"ae455015e49eea53.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ae6902453d8de57f.json b/6685/data/test-cases/ae6902453d8de57f.json new file mode 100644 index 00000000000..d1f1c8f137d --- /dev/null +++ b/6685/data/test-cases/ae6902453d8de57f.json @@ -0,0 +1 @@ +{"uid":"ae6902453d8de57f","name":"3 nodes on /waku/2/rs/3/1 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (named sharding), multiple pubsub topics > 3 nodes on /waku/2/rs/3/1 topic","historyId":"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308357667,"stop":1710308357668,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (named sharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"73017b1fe771cdd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73017b1fe771cdd2","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"9eabffe45f3503a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eabffe45f3503a3","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"c88a15fca06341bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c88a15fca06341bf","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"tags":[]},"source":"ae6902453d8de57f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/aee894d537875470.json b/6685/data/test-cases/aee894d537875470.json new file mode 100644 index 00000000000..bf8ca9f35a1 --- /dev/null +++ b/6685/data/test-cases/aee894d537875470.json @@ -0,0 +1 @@ +{"uid":"aee894d537875470","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":1710307897780,"stop":1710307897780,"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":"af26f23dba99a19c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af26f23dba99a19c","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"27718ea99214efca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27718ea99214efca","status":"passed","time":{"start":1710286996362,"stop":1710286996362,"duration":0}},{"uid":"83c7c850fc3f7c2a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83c7c850fc3f7c2a","status":"passed","time":{"start":1710284258879,"stop":1710284258880,"duration":1}}]},"tags":[]},"source":"aee894d537875470.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f01afc2c2f67c90a.json b/6685/data/test-cases/b018fb39f961a7ac.json similarity index 52% rename from 6651/data/test-cases/f01afc2c2f67c90a.json rename to 6685/data/test-cases/b018fb39f961a7ac.json index e1cc0e651af..f2848926365 100644 --- a/6651/data/test-cases/f01afc2c2f67c90a.json +++ b/6685/data/test-cases/b018fb39f961a7ac.json @@ -1 +1 @@ -{"uid":"f01afc2c2f67c90a","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204735367,"stop":1710204735369,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"1d98a89822898fca","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/1d98a89822898fca","status":"passed","time":{"start":1710205319980,"stop":1710205319980,"duration":0}},{"uid":"cdd926cdf11e6888","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/cdd926cdf11e6888","status":"passed","time":{"start":1710204635829,"stop":1710204635829,"duration":0}},{"uid":"df82876bf1aa80ae","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/df82876bf1aa80ae","status":"passed","time":{"start":1710204521118,"stop":1710204521119,"duration":1}},{"uid":"6afe35f3ddbda86a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6afe35f3ddbda86a","status":"passed","time":{"start":1710204277067,"stop":1710204277067,"duration":0}},{"uid":"8a0fe0efd842867a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8a0fe0efd842867a","status":"passed","time":{"start":1710203002594,"stop":1710203002594,"duration":0}},{"uid":"66e6dac62edae2c3","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/66e6dac62edae2c3","status":"passed","time":{"start":1710199486133,"stop":1710199486133,"duration":0}},{"uid":"7507252f3802b67","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7507252f3802b67","status":"passed","time":{"start":1710199383485,"stop":1710199383485,"duration":0}},{"uid":"78620796c73638c3","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/78620796c73638c3","status":"passed","time":{"start":1710196920115,"stop":1710196920115,"duration":0}},{"uid":"46a6ff693f19399c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/46a6ff693f19399c","status":"passed","time":{"start":1710167736499,"stop":1710167736500,"duration":1}},{"uid":"327172a6daad0fee","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/327172a6daad0fee","status":"passed","time":{"start":1710166917307,"stop":1710166917310,"duration":3}},{"uid":"c73c77b19ea3b9ad","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c73c77b19ea3b9ad","status":"passed","time":{"start":1710167079843,"stop":1710167079843,"duration":0}},{"uid":"aa0a020519bb305c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/aa0a020519bb305c","status":"passed","time":{"start":1710166208118,"stop":1710166208119,"duration":1}},{"uid":"3981bb4eda2fdb63","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3981bb4eda2fdb63","status":"passed","time":{"start":1710164434219,"stop":1710164434219,"duration":0}},{"uid":"a621c4fc83be29b2","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a621c4fc83be29b2","status":"passed","time":{"start":1710163587843,"stop":1710163587843,"duration":0}},{"uid":"1b75028135cc2451","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/1b75028135cc2451","status":"passed","time":{"start":1710163441162,"stop":1710163441162,"duration":0}},{"uid":"4e26a7aae26a2605","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/4e26a7aae26a2605","status":"passed","time":{"start":1710155508716,"stop":1710155508717,"duration":1}},{"uid":"2097e9efc589502e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2097e9efc589502e","status":"passed","time":{"start":1710154702836,"stop":1710154702836,"duration":0}},{"uid":"7e05a2d97fce18dc","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7e05a2d97fce18dc","status":"passed","time":{"start":1710154336639,"stop":1710154336640,"duration":1}},{"uid":"a9d2863139e52ef6","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a9d2863139e52ef6","status":"passed","time":{"start":1710102353945,"stop":1710102353947,"duration":2}},{"uid":"e0cc378945922291","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e0cc378945922291","status":"passed","time":{"start":1710080558372,"stop":1710080558373,"duration":1}}]},"tags":[]},"source":"f01afc2c2f67c90a.json","parameterValues":[]} \ No newline at end of file +{"uid":"b018fb39f961a7ac","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307980882,"stop":1710307980883,"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":"30290d8d4eb18297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30290d8d4eb18297","status":"passed","time":{"start":1710306873747,"stop":1710306873747,"duration":0}},{"uid":"bfe9ab564757ea37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bfe9ab564757ea37","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"a3d72a8a2449a967","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a3d72a8a2449a967","status":"passed","time":{"start":1710284342266,"stop":1710284342266,"duration":0}}]},"tags":[]},"source":"b018fb39f961a7ac.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b134ea2c4c41efb2.json b/6685/data/test-cases/b134ea2c4c41efb2.json new file mode 100644 index 00000000000..c72edf9bf18 --- /dev/null +++ b/6685/data/test-cases/b134ea2c4c41efb2.json @@ -0,0 +1 @@ +{"uid":"b134ea2c4c41efb2","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":1710308416744,"stop":1710308416744,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"f12c7b6c03e28e46","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f12c7b6c03e28e46","status":"passed","time":{"start":1710307308647,"stop":1710307308648,"duration":1}},{"uid":"6b90cc51461ab087","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b90cc51461ab087","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"8f699cc548ce80fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f699cc548ce80fd","status":"passed","time":{"start":1710284775867,"stop":1710284775869,"duration":2}}]},"tags":[]},"source":"b134ea2c4c41efb2.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b14ca8c15c626435.json b/6685/data/test-cases/b14ca8c15c626435.json new file mode 100644 index 00000000000..75f44eb31d1 --- /dev/null +++ b/6685/data/test-cases/b14ca8c15c626435.json @@ -0,0 +1 @@ +{"uid":"b14ca8c15c626435","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":1710307948136,"stop":1710307948137,"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":"b4141f08ebea1fcd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4141f08ebea1fcd","status":"passed","time":{"start":1710306841075,"stop":1710306841075,"duration":0}},{"uid":"c1653a089c469bb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1653a089c469bb0","status":"passed","time":{"start":1710287046526,"stop":1710287046526,"duration":0}},{"uid":"caf3dfbe8139c8a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/caf3dfbe8139c8a4","status":"passed","time":{"start":1710284309645,"stop":1710284309645,"duration":0}}]},"tags":[]},"source":"b14ca8c15c626435.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b15c7072fbc83d9e.json b/6685/data/test-cases/b15c7072fbc83d9e.json new file mode 100644 index 00000000000..a56ba9fac90 --- /dev/null +++ b/6685/data/test-cases/b15c7072fbc83d9e.json @@ -0,0 +1 @@ +{"uid":"b15c7072fbc83d9e","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":1710307918135,"stop":1710307918135,"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":"28dc6cad2c6b9cbb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/28dc6cad2c6b9cbb","status":"passed","time":{"start":1710306811116,"stop":1710306811117,"duration":1}},{"uid":"94b8f2147e753248","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94b8f2147e753248","status":"passed","time":{"start":1710287016344,"stop":1710287016345,"duration":1}},{"uid":"488aba77c1195b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/488aba77c1195b3e","status":"passed","time":{"start":1710284279139,"stop":1710284279140,"duration":1}}]},"tags":[]},"source":"b15c7072fbc83d9e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b21d2a90f8da1c78.json b/6685/data/test-cases/b21d2a90f8da1c78.json new file mode 100644 index 00000000000..108f5de80ec --- /dev/null +++ b/6685/data/test-cases/b21d2a90f8da1c78.json @@ -0,0 +1 @@ +{"uid":"b21d2a90f8da1c78","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":1710307914373,"stop":1710307914373,"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":"507f40509b1b0efe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/507f40509b1b0efe","status":"passed","time":{"start":1710306807582,"stop":1710306807582,"duration":0}},{"uid":"4b8349a94fd08bfb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4b8349a94fd08bfb","status":"passed","time":{"start":1710287012803,"stop":1710287012804,"duration":1}},{"uid":"d20fb86e1edef5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d20fb86e1edef5","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"tags":[]},"source":"b21d2a90f8da1c78.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b2cd6e44322f91b.json b/6685/data/test-cases/b2cd6e44322f91b.json new file mode 100644 index 00000000000..9e213e6994e --- /dev/null +++ b/6685/data/test-cases/b2cd6e44322f91b.json @@ -0,0 +1 @@ +{"uid":"b2cd6e44322f91b","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":1710308092715,"stop":1710308092717,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3f1bb9a0f6d784f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3f1bb9a0f6d784f","status":"passed","time":{"start":1710306981514,"stop":1710306981514,"duration":0}},{"uid":"53ce7b9895b1d7ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53ce7b9895b1d7ed","status":"passed","time":{"start":1710287198165,"stop":1710287198165,"duration":0}},{"uid":"6df6fbe4a5806da8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6df6fbe4a5806da8","status":"passed","time":{"start":1710284460003,"stop":1710284460004,"duration":1}}]},"tags":[]},"source":"b2cd6e44322f91b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b315b480fe2eec38.json b/6685/data/test-cases/b315b480fe2eec38.json new file mode 100644 index 00000000000..6c19552f3b2 --- /dev/null +++ b/6685/data/test-cases/b315b480fe2eec38.json @@ -0,0 +1 @@ +{"uid":"b315b480fe2eec38","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":1710308007024,"stop":1710308007024,"duration":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":"8540f714c2e07ac4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8540f714c2e07ac4","status":"passed","time":{"start":1710306904616,"stop":1710306904616,"duration":0}},{"uid":"36d8917f2b737360","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/36d8917f2b737360","status":"passed","time":{"start":1710287110703,"stop":1710287110704,"duration":1}},{"uid":"a8eee0c08a62df96","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a8eee0c08a62df96","status":"passed","time":{"start":1710284372015,"stop":1710284372019,"duration":4}}]},"tags":[]},"source":"b315b480fe2eec38.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/28c99052a7c00f0d.json b/6685/data/test-cases/b3907749ac12017d.json similarity index 76% rename from 6651/data/test-cases/28c99052a7c00f0d.json rename to 6685/data/test-cases/b3907749ac12017d.json index cd7f3afb175..a551bd4282b 100644 --- a/6651/data/test-cases/28c99052a7c00f0d.json +++ b/6685/data/test-cases/b3907749ac12017d.json @@ -1 +1 @@ -{"uid":"28c99052a7c00f0d","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":1710204847310,"stop":1710204847310,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"3f1975f28ca6bdc5","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3f1975f28ca6bdc5","status":"passed","time":{"start":1710204755953,"stop":1710204755953,"duration":0}},{"uid":"bfee11367ea13924","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/bfee11367ea13924","status":"passed","time":{"start":1710204636105,"stop":1710204636106,"duration":1}},{"uid":"b91f7f8fbee3bcab","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b91f7f8fbee3bcab","status":"passed","time":{"start":1710204395493,"stop":1710204395493,"duration":0}},{"uid":"2606b1fe59a5ae3c","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2606b1fe59a5ae3c","status":"passed","time":{"start":1710203122009,"stop":1710203122009,"duration":0}},{"uid":"584198bcda264d69","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/584198bcda264d69","status":"passed","time":{"start":1710199608851,"stop":1710199608852,"duration":1}},{"uid":"b88c836cf5a22a2f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b88c836cf5a22a2f","status":"passed","time":{"start":1710199506574,"stop":1710199506575,"duration":1}},{"uid":"fe0c5449563ba28c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/fe0c5449563ba28c","status":"passed","time":{"start":1710197033293,"stop":1710197033293,"duration":0}},{"uid":"69c62b616e003119","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/69c62b616e003119","status":"passed","time":{"start":1710167869169,"stop":1710167869170,"duration":1}},{"uid":"e1a156dc0f85d203","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e1a156dc0f85d203","status":"passed","time":{"start":1710167049298,"stop":1710167049298,"duration":0}},{"uid":"68901da0f6440161","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/68901da0f6440161","status":"passed","time":{"start":1710167194772,"stop":1710167194772,"duration":0}},{"uid":"d89eb1e2e8a720f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d89eb1e2e8a720f","status":"passed","time":{"start":1710166328855,"stop":1710166328855,"duration":0}},{"uid":"fb2d29ef00cc15da","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/fb2d29ef00cc15da","status":"passed","time":{"start":1710164551143,"stop":1710164551144,"duration":1}},{"uid":"7d77e6d6566ac479","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7d77e6d6566ac479","status":"passed","time":{"start":1710163716003,"stop":1710163716003,"duration":0}},{"uid":"7e0b7b585558ced5","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/7e0b7b585558ced5","status":"passed","time":{"start":1710163568083,"stop":1710163568084,"duration":1}},{"uid":"8d15bcc83de342","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8d15bcc83de342","status":"passed","time":{"start":1710155626334,"stop":1710155626334,"duration":0}},{"uid":"3f1a5e796c3242b4","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3f1a5e796c3242b4","status":"passed","time":{"start":1710154824292,"stop":1710154824293,"duration":1}},{"uid":"8121a9adabb9fd4c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/8121a9adabb9fd4c","status":"passed","time":{"start":1710154466437,"stop":1710154466437,"duration":0}},{"uid":"397a0ff66eb81634","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/397a0ff66eb81634","status":"passed","time":{"start":1710102475249,"stop":1710102475249,"duration":0}},{"uid":"8597bdbc26fac063","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8597bdbc26fac063","status":"passed","time":{"start":1710080673293,"stop":1710080673293,"duration":0}},{"uid":"de2d79abab114e7a","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/de2d79abab114e7a","status":"passed","time":{"start":1710024327581,"stop":1710024327581,"duration":0}}]},"tags":[]},"source":"28c99052a7c00f0d.json","parameterValues":[]} \ No newline at end of file +{"uid":"b3907749ac12017d","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":1710308097735,"stop":1710308097736,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"fa928579ee66768f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa928579ee66768f","status":"passed","time":{"start":1710306994276,"stop":1710306994276,"duration":0}},{"uid":"1a34e140037a9016","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a34e140037a9016","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"13625103452885a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/13625103452885a4","status":"passed","time":{"start":1710284459547,"stop":1710284459556,"duration":9}}]},"tags":[]},"source":"b3907749ac12017d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b3d577cb6bb721f7.json b/6685/data/test-cases/b3d577cb6bb721f7.json new file mode 100644 index 00000000000..8cf371b87a8 --- /dev/null +++ b/6685/data/test-cases/b3d577cb6bb721f7.json @@ -0,0 +1 @@ +{"uid":"b3d577cb6bb721f7","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":1710308515426,"stop":1710308515426,"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":"53b8d25dee8981b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53b8d25dee8981b","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"8e7c872ab023767f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e7c872ab023767f","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1498d51d10b3d2d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1498d51d10b3d2d9","status":"passed","time":{"start":1710284881701,"stop":1710284881702,"duration":1}}]},"tags":[]},"source":"b3d577cb6bb721f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b42004c7de0f1c81.json b/6685/data/test-cases/b42004c7de0f1c81.json new file mode 100644 index 00000000000..99b8b14cf04 --- /dev/null +++ b/6685/data/test-cases/b42004c7de0f1c81.json @@ -0,0 +1 @@ +{"uid":"b42004c7de0f1c81","name":"Promise Callback - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - backward","historyId":"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308485477,"stop":1710308485478,"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},{"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},{"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":"b6845659f84394d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6845659f84394d1","status":"passed","time":{"start":1710307365852,"stop":1710307365852,"duration":0}},{"uid":"199f0f5a6953d2d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/199f0f5a6953d2d8","status":"passed","time":{"start":1710287564359,"stop":1710287564360,"duration":1}},{"uid":"ca7f2af7b5d9ea80","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca7f2af7b5d9ea80","status":"passed","time":{"start":1710284831310,"stop":1710284831316,"duration":6}}]},"tags":[]},"source":"b42004c7de0f1c81.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e6f5b930b06d894.json b/6685/data/test-cases/b43af9c68b222d2.json similarity index 58% rename from 6651/data/test-cases/e6f5b930b06d894.json rename to 6685/data/test-cases/b43af9c68b222d2.json index 7ae595fd791..cc04d0cf30a 100644 --- a/6651/data/test-cases/e6f5b930b06d894.json +++ b/6685/data/test-cases/b43af9c68b222d2.json @@ -1 +1 @@ -{"uid":"e6f5b930b06d894","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":1710205115569,"stop":1710205115569,"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":73,"unknown":0,"total":73},"items":[{"uid":"b3ad2c317f75d630","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b3ad2c317f75d630","status":"passed","time":{"start":1710205004961,"stop":1710205004961,"duration":0}},{"uid":"de4f860b222ed462","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/de4f860b222ed462","status":"passed","time":{"start":1710204900785,"stop":1710204900785,"duration":0}},{"uid":"205f5fc7eb6f1e37","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/205f5fc7eb6f1e37","status":"passed","time":{"start":1710204658514,"stop":1710204658514,"duration":0}},{"uid":"55034f3d1a727344","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/55034f3d1a727344","status":"passed","time":{"start":1710203380007,"stop":1710203380007,"duration":0}},{"uid":"ea179e530638b274","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ea179e530638b274","status":"passed","time":{"start":1710199869972,"stop":1710199869972,"duration":0}},{"uid":"f7026d38588874cf","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f7026d38588874cf","status":"passed","time":{"start":1710199772378,"stop":1710199772378,"duration":0}},{"uid":"ea24f2aac11886f1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ea24f2aac11886f1","status":"passed","time":{"start":1710197312730,"stop":1710197312730,"duration":0}},{"uid":"6530128533b39c5d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6530128533b39c5d","status":"passed","time":{"start":1710168147660,"stop":1710168147660,"duration":0}},{"uid":"3be3453ba1cbe118","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3be3453ba1cbe118","status":"passed","time":{"start":1710167379254,"stop":1710167379254,"duration":0}},{"uid":"c86e409b72c6e0fc","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c86e409b72c6e0fc","status":"passed","time":{"start":1710167447901,"stop":1710167447902,"duration":1}},{"uid":"b4b829c7bcd6db1e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b4b829c7bcd6db1e","status":"passed","time":{"start":1710166585480,"stop":1710166585480,"duration":0}},{"uid":"9a89d27f03ea8e8b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9a89d27f03ea8e8b","status":"passed","time":{"start":1710164815418,"stop":1710164815419,"duration":1}},{"uid":"1e659b6f2bd8157","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1e659b6f2bd8157","status":"passed","time":{"start":1710163978895,"stop":1710163978895,"duration":0}},{"uid":"d96d3c3bbb6c43ad","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/d96d3c3bbb6c43ad","status":"passed","time":{"start":1710163834522,"stop":1710163834522,"duration":0}},{"uid":"d43bf347b71e3576","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d43bf347b71e3576","status":"passed","time":{"start":1710155882162,"stop":1710155882162,"duration":0}},{"uid":"ac215e06b7cbc493","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ac215e06b7cbc493","status":"passed","time":{"start":1710155093749,"stop":1710155093750,"duration":1}},{"uid":"9ea896d0c3d2fbf0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/9ea896d0c3d2fbf0","status":"passed","time":{"start":1710154718363,"stop":1710154718364,"duration":1}},{"uid":"a64df060e379aae3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a64df060e379aae3","status":"passed","time":{"start":1710102732564,"stop":1710102732564,"duration":0}},{"uid":"835ae9a0290817de","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/835ae9a0290817de","status":"passed","time":{"start":1710080936484,"stop":1710080936485,"duration":1}},{"uid":"6966533683ba2530","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6966533683ba2530","status":"passed","time":{"start":1710024618613,"stop":1710024618613,"duration":0}}]},"tags":[]},"source":"e6f5b930b06d894.json","parameterValues":[]} \ No newline at end of file +{"uid":"b43af9c68b222d2","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":1710308366471,"stop":1710308366472,"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":"bdfa7faefc1463e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bdfa7faefc1463e3","status":"passed","time":{"start":1710307247764,"stop":1710307247765,"duration":1}},{"uid":"e1fc9beeb6af8de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1fc9beeb6af8de7","status":"passed","time":{"start":1710287456055,"stop":1710287456056,"duration":1}},{"uid":"f745140512c702b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f745140512c702b3","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"tags":[]},"source":"b43af9c68b222d2.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/dbf4de4efee85216.json b/6685/data/test-cases/b43f163f9062a3a3.json similarity index 84% rename from 6651/data/test-cases/dbf4de4efee85216.json rename to 6685/data/test-cases/b43f163f9062a3a3.json index ff9cccc8813..70bef4a0873 100644 --- a/6651/data/test-cases/dbf4de4efee85216.json +++ b/6685/data/test-cases/b43f163f9062a3a3.json @@ -1 +1 @@ -{"uid":"dbf4de4efee85216","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":1710205232997,"stop":1710205232998,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"f49def509351480a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f49def509351480a","status":"passed","time":{"start":1710205120331,"stop":1710205120334,"duration":3}},{"uid":"138ce4de62ad07dd","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/138ce4de62ad07dd","status":"passed","time":{"start":1710205004842,"stop":1710205004843,"duration":1}},{"uid":"f61c134a79ccea85","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f61c134a79ccea85","status":"passed","time":{"start":1710204772063,"stop":1710204772064,"duration":1}},{"uid":"80b9a8196bac8fed","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/80b9a8196bac8fed","status":"passed","time":{"start":1710203476039,"stop":1710203476040,"duration":1}},{"uid":"297b5e50eec7bd49","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/297b5e50eec7bd49","status":"passed","time":{"start":1710199958100,"stop":1710199958100,"duration":0}},{"uid":"e2eb1667adff74b5","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e2eb1667adff74b5","status":"passed","time":{"start":1710199882624,"stop":1710199882624,"duration":0}},{"uid":"695b833939ec5985","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/695b833939ec5985","status":"passed","time":{"start":1710197397371,"stop":1710197397376,"duration":5}},{"uid":"467b36b8bedbbb9e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/467b36b8bedbbb9e","status":"passed","time":{"start":1710168235063,"stop":1710168235063,"duration":0}},{"uid":"8bf4f071fc2fff52","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8bf4f071fc2fff52","status":"passed","time":{"start":1710167420213,"stop":1710167420214,"duration":1}},{"uid":"bd88426332525c53","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/bd88426332525c53","status":"passed","time":{"start":1710167568716,"stop":1710167568716,"duration":0}},{"uid":"62a69def8c63e70c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/62a69def8c63e70c","status":"passed","time":{"start":1710166701456,"stop":1710166701457,"duration":1}},{"uid":"4a35bf9adc44d01f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/4a35bf9adc44d01f","status":"passed","time":{"start":1710164929226,"stop":1710164929227,"duration":1}},{"uid":"a7c4bc76bb47514d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a7c4bc76bb47514d","status":"passed","time":{"start":1710164078378,"stop":1710164078378,"duration":0}},{"uid":"4ecc251b8e3aab8f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4ecc251b8e3aab8f","status":"passed","time":{"start":1710163927063,"stop":1710163927064,"duration":1}},{"uid":"eff13aed69dd4acd","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/eff13aed69dd4acd","status":"passed","time":{"start":1710155986268,"stop":1710155986269,"duration":1}},{"uid":"c555692c9ee36d79","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c555692c9ee36d79","status":"passed","time":{"start":1710155212554,"stop":1710155212554,"duration":0}},{"uid":"ea68b410f3bcdb24","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ea68b410f3bcdb24","status":"passed","time":{"start":1710154813458,"stop":1710154813458,"duration":0}},{"uid":"debe9e410ce63b31","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/debe9e410ce63b31","status":"passed","time":{"start":1710102845315,"stop":1710102845315,"duration":0}},{"uid":"52657d1c8e0809a9","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/52657d1c8e0809a9","status":"passed","time":{"start":1710081043166,"stop":1710081043166,"duration":0}},{"uid":"a680883426418503","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a680883426418503","status":"passed","time":{"start":1710024705738,"stop":1710024705738,"duration":0}}]},"tags":[]},"source":"dbf4de4efee85216.json","parameterValues":[]} \ No newline at end of file +{"uid":"b43f163f9062a3a3","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":1710308463674,"stop":1710308463674,"duration":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":"66a448733488435","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66a448733488435","status":"passed","time":{"start":1710307358453,"stop":1710307358454,"duration":1}},{"uid":"aa9fb4fd49ef423c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9fb4fd49ef423c","status":"passed","time":{"start":1710287569241,"stop":1710287569242,"duration":1}},{"uid":"e470cdd53d4623e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e470cdd53d4623e8","status":"passed","time":{"start":1710284852271,"stop":1710284852271,"duration":0}}]},"tags":[]},"source":"b43f163f9062a3a3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/cea70fe14e58a451.json b/6685/data/test-cases/b4ca6b04a1e969b5.json similarity index 80% rename from 6651/data/test-cases/cea70fe14e58a451.json rename to 6685/data/test-cases/b4ca6b04a1e969b5.json index 9a01ae22457..4a9b19d4b8f 100644 --- a/6651/data/test-cases/cea70fe14e58a451.json +++ b/6685/data/test-cases/b4ca6b04a1e969b5.json @@ -1 +1 @@ -{"uid":"cea70fe14e58a451","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":1710204945845,"stop":1710204945845,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"996e3f2ead4ddf0e","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/996e3f2ead4ddf0e","status":"passed","time":{"start":1710204830295,"stop":1710204830295,"duration":0}},{"uid":"f17f620fd7eb0615","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f17f620fd7eb0615","status":"passed","time":{"start":1710204733011,"stop":1710204733011,"duration":0}},{"uid":"7e7d1463c11585a6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7e7d1463c11585a6","status":"passed","time":{"start":1710204477773,"stop":1710204477774,"duration":1}},{"uid":"f0c26b0201faed84","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f0c26b0201faed84","status":"passed","time":{"start":1710203199471,"stop":1710203199471,"duration":0}},{"uid":"3b00cc186d44d07b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3b00cc186d44d07b","status":"passed","time":{"start":1710199697817,"stop":1710199697817,"duration":0}},{"uid":"bdbd8d4ed1ce145c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bdbd8d4ed1ce145c","status":"passed","time":{"start":1710199591761,"stop":1710199591762,"duration":1}},{"uid":"b346b50b139c83b5","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b346b50b139c83b5","status":"passed","time":{"start":1710197131789,"stop":1710197131789,"duration":0}},{"uid":"eac2a1cacfc06a16","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/eac2a1cacfc06a16","status":"passed","time":{"start":1710167952600,"stop":1710167952601,"duration":1}},{"uid":"e15a4381179a8055","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e15a4381179a8055","status":"passed","time":{"start":1710167221550,"stop":1710167221550,"duration":0}},{"uid":"b0293f1f644384ae","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b0293f1f644384ae","status":"passed","time":{"start":1710167283378,"stop":1710167283378,"duration":0}},{"uid":"6d5d325726e1db1c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6d5d325726e1db1c","status":"passed","time":{"start":1710166420486,"stop":1710166420486,"duration":0}},{"uid":"b27bfa19306b8283","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b27bfa19306b8283","status":"passed","time":{"start":1710164634571,"stop":1710164634571,"duration":0}},{"uid":"4e7c922914874116","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/4e7c922914874116","status":"passed","time":{"start":1710163791790,"stop":1710163791790,"duration":0}},{"uid":"7ad226c98f857a27","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/7ad226c98f857a27","status":"passed","time":{"start":1710163655800,"stop":1710163655800,"duration":0}},{"uid":"76d85ce9b351f2c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/76d85ce9b351f2c","status":"passed","time":{"start":1710155712324,"stop":1710155712324,"duration":0}},{"uid":"d89570b8d04af70f","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d89570b8d04af70f","status":"passed","time":{"start":1710154919634,"stop":1710154919634,"duration":0}},{"uid":"5cbe1c3f38b8ef2d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/5cbe1c3f38b8ef2d","status":"passed","time":{"start":1710154537145,"stop":1710154537146,"duration":1}},{"uid":"195292a63fdf58d7","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/195292a63fdf58d7","status":"passed","time":{"start":1710102560675,"stop":1710102560680,"duration":5}},{"uid":"48508749909dcd4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/48508749909dcd4","status":"passed","time":{"start":1710080763698,"stop":1710080763698,"duration":0}},{"uid":"cfb84960d509a630","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/cfb84960d509a630","status":"passed","time":{"start":1710024433727,"stop":1710024433728,"duration":1}}]},"tags":[]},"source":"cea70fe14e58a451.json","parameterValues":[]} \ No newline at end of file +{"uid":"b4ca6b04a1e969b5","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":1710308192968,"stop":1710308192969,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"adb389a18970232c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adb389a18970232c","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"1df4b3d9a441de23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1df4b3d9a441de23","status":"passed","time":{"start":1710287282000,"stop":1710287282000,"duration":0}},{"uid":"5640fa0e18bb3b85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5640fa0e18bb3b85","status":"passed","time":{"start":1710284550769,"stop":1710284550769,"duration":0}}]},"tags":[]},"source":"b4ca6b04a1e969b5.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/cf32301fc0056ab3.json b/6685/data/test-cases/b52bafb347cd27f2.json similarity index 54% rename from 6651/data/test-cases/cf32301fc0056ab3.json rename to 6685/data/test-cases/b52bafb347cd27f2.json index b9baeb0dd8e..cacb22b0d2f 100644 --- a/6651/data/test-cases/cf32301fc0056ab3.json +++ b/6685/data/test-cases/b52bafb347cd27f2.json @@ -1 +1 @@ -{"uid":"cf32301fc0056ab3","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":1710205191789,"stop":1710205191790,"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":73,"unknown":0,"total":73},"items":[{"uid":"4ac7a65ce80fe305","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4ac7a65ce80fe305","status":"passed","time":{"start":1710205085981,"stop":1710205085982,"duration":1}},{"uid":"23851f44f24d351b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/23851f44f24d351b","status":"passed","time":{"start":1710204994569,"stop":1710204994569,"duration":0}},{"uid":"5c8fbfe4734bb9ed","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5c8fbfe4734bb9ed","status":"passed","time":{"start":1710204726948,"stop":1710204726949,"duration":1}},{"uid":"26a6f8830f7bc236","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/26a6f8830f7bc236","status":"passed","time":{"start":1710203449575,"stop":1710203449575,"duration":0}},{"uid":"2d46da18d7d2603e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2d46da18d7d2603e","status":"passed","time":{"start":1710199937575,"stop":1710199937576,"duration":1}},{"uid":"8f59a606e56c12ec","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8f59a606e56c12ec","status":"passed","time":{"start":1710199830799,"stop":1710199830799,"duration":0}},{"uid":"1911a5011820e767","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1911a5011820e767","status":"passed","time":{"start":1710197382221,"stop":1710197382222,"duration":1}},{"uid":"2398dff135da7eeb","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2398dff135da7eeb","status":"passed","time":{"start":1710168209834,"stop":1710168209834,"duration":0}},{"uid":"f6abd002a49570ad","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f6abd002a49570ad","status":"passed","time":{"start":1710167469790,"stop":1710167469798,"duration":8}},{"uid":"ac70f7d11f1f67ea","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ac70f7d11f1f67ea","status":"passed","time":{"start":1710167530693,"stop":1710167530693,"duration":0}},{"uid":"98541d1ebf1a90d8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/98541d1ebf1a90d8","status":"passed","time":{"start":1710166659700,"stop":1710166659701,"duration":1}},{"uid":"2e9fb14b0ff0fc11","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2e9fb14b0ff0fc11","status":"passed","time":{"start":1710164898058,"stop":1710164898059,"duration":1}},{"uid":"2c52a1b3e212e91f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2c52a1b3e212e91f","status":"passed","time":{"start":1710164040591,"stop":1710164040592,"duration":1}},{"uid":"53f42e4636294717","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/53f42e4636294717","status":"passed","time":{"start":1710163907869,"stop":1710163907869,"duration":0}},{"uid":"8f87a0ddb8a0210e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8f87a0ddb8a0210e","status":"passed","time":{"start":1710155958386,"stop":1710155958388,"duration":2}},{"uid":"da924d2152af270","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/da924d2152af270","status":"passed","time":{"start":1710155164400,"stop":1710155164400,"duration":0}},{"uid":"aedf8e10866c7a75","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/aedf8e10866c7a75","status":"passed","time":{"start":1710154795034,"stop":1710154795035,"duration":1}},{"uid":"ee737d5d7e971f66","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ee737d5d7e971f66","status":"passed","time":{"start":1710102807248,"stop":1710102807253,"duration":5}},{"uid":"4097bcf2e3241a5f","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4097bcf2e3241a5f","status":"passed","time":{"start":1710081003561,"stop":1710081003562,"duration":1}},{"uid":"86c61f36d4eb23e9","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/86c61f36d4eb23e9","status":"passed","time":{"start":1710024675584,"stop":1710024675584,"duration":0}}]},"tags":[]},"source":"cf32301fc0056ab3.json","parameterValues":[]} \ No newline at end of file +{"uid":"b52bafb347cd27f2","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":1710308433839,"stop":1710308433840,"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":"e6cbeffff593b0af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6cbeffff593b0af","status":"passed","time":{"start":1710307325063,"stop":1710307325063,"duration":0}},{"uid":"1636286a4234b5dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1636286a4234b5dc","status":"passed","time":{"start":1710287537360,"stop":1710287537361,"duration":1}},{"uid":"d33384103467515","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d33384103467515","status":"passed","time":{"start":1710284796483,"stop":1710284796484,"duration":1}}]},"tags":[]},"source":"b52bafb347cd27f2.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/fe5661c5aec60f23.json b/6685/data/test-cases/b598c513458bc070.json similarity index 84% rename from 6651/data/test-cases/fe5661c5aec60f23.json rename to 6685/data/test-cases/b598c513458bc070.json index 8791d50c73b..b495d53b35c 100644 --- a/6651/data/test-cases/fe5661c5aec60f23.json +++ b/6685/data/test-cases/b598c513458bc070.json @@ -1 +1 @@ -{"uid":"fe5661c5aec60f23","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":1710205232998,"stop":1710205232998,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"cc21e4212d941cd","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/cc21e4212d941cd","status":"passed","time":{"start":1710205120335,"stop":1710205120336,"duration":1}},{"uid":"768f1d6341e71216","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/768f1d6341e71216","status":"passed","time":{"start":1710205004843,"stop":1710205004843,"duration":0}},{"uid":"19271119ba8d381c","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/19271119ba8d381c","status":"passed","time":{"start":1710204772074,"stop":1710204772075,"duration":1}},{"uid":"41b95e4b44999da1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/41b95e4b44999da1","status":"passed","time":{"start":1710203476041,"stop":1710203476041,"duration":0}},{"uid":"d6ad24303dbd4e49","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d6ad24303dbd4e49","status":"passed","time":{"start":1710199958101,"stop":1710199958101,"duration":0}},{"uid":"d347fbfd0c2d7039","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/d347fbfd0c2d7039","status":"passed","time":{"start":1710199882625,"stop":1710199882625,"duration":0}},{"uid":"880fea1df8c73d00","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/880fea1df8c73d00","status":"passed","time":{"start":1710197397376,"stop":1710197397377,"duration":1}},{"uid":"b9849000c813b62b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b9849000c813b62b","status":"passed","time":{"start":1710168235065,"stop":1710168235066,"duration":1}},{"uid":"c7b44e08e05a05ec","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c7b44e08e05a05ec","status":"passed","time":{"start":1710167420214,"stop":1710167420215,"duration":1}},{"uid":"dd3f64a4ada2d2","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/dd3f64a4ada2d2","status":"passed","time":{"start":1710167568717,"stop":1710167568717,"duration":0}},{"uid":"3f4f63775d63d07a","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3f4f63775d63d07a","status":"passed","time":{"start":1710166701458,"stop":1710166701459,"duration":1}},{"uid":"b6d44b19e47be2f8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b6d44b19e47be2f8","status":"passed","time":{"start":1710164929227,"stop":1710164929228,"duration":1}},{"uid":"6290c59d6b6b62df","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6290c59d6b6b62df","status":"passed","time":{"start":1710164078379,"stop":1710164078379,"duration":0}},{"uid":"e76c4163fb4bf71e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e76c4163fb4bf71e","status":"passed","time":{"start":1710163927065,"stop":1710163927066,"duration":1}},{"uid":"ca867808dd4db26f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ca867808dd4db26f","status":"passed","time":{"start":1710155986270,"stop":1710155986271,"duration":1}},{"uid":"6675ce683cc4f84e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6675ce683cc4f84e","status":"passed","time":{"start":1710155212555,"stop":1710155212555,"duration":0}},{"uid":"3daa41fa85b4deca","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3daa41fa85b4deca","status":"passed","time":{"start":1710154813459,"stop":1710154813460,"duration":1}},{"uid":"4f262f8f4c359899","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4f262f8f4c359899","status":"passed","time":{"start":1710102845316,"stop":1710102845316,"duration":0}},{"uid":"3e9e77d1f1d4c1c3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3e9e77d1f1d4c1c3","status":"passed","time":{"start":1710081043167,"stop":1710081043168,"duration":1}},{"uid":"7bcd9b7baabff561","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7bcd9b7baabff561","status":"passed","time":{"start":1710024705739,"stop":1710024705739,"duration":0}}]},"tags":[]},"source":"fe5661c5aec60f23.json","parameterValues":[]} \ No newline at end of file +{"uid":"b598c513458bc070","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":1710308463675,"stop":1710308463676,"duration":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":"b3449055ba1206e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3449055ba1206e0","status":"passed","time":{"start":1710307358454,"stop":1710307358455,"duration":1}},{"uid":"c840477575081f28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c840477575081f28","status":"passed","time":{"start":1710287569244,"stop":1710287569245,"duration":1}},{"uid":"d9753675fac4188e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9753675fac4188e","status":"passed","time":{"start":1710284852279,"stop":1710284852279,"duration":0}}]},"tags":[]},"source":"b598c513458bc070.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b5bb445a550ea2b1.json b/6685/data/test-cases/b5bb445a550ea2b1.json new file mode 100644 index 00000000000..07535e040df --- /dev/null +++ b/6685/data/test-cases/b5bb445a550ea2b1.json @@ -0,0 +1 @@ +{"uid":"b5bb445a550ea2b1","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":1710308225040,"stop":1710308225040,"duration":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":"35820cf3ab8f27fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35820cf3ab8f27fb","status":"passed","time":{"start":1710307101317,"stop":1710307101317,"duration":0}},{"uid":"c3ac4069dd57a37a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3ac4069dd57a37a","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"6bd6704caa7515c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bd6704caa7515c5","status":"passed","time":{"start":1710284561378,"stop":1710284561379,"duration":1}}]},"tags":[]},"source":"b5bb445a550ea2b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/40e409231ad2c944.json b/6685/data/test-cases/b5c60e522c6b7a09.json similarity index 74% rename from 6651/data/test-cases/40e409231ad2c944.json rename to 6685/data/test-cases/b5c60e522c6b7a09.json index be41dda0acd..0c2df903b89 100644 --- a/6651/data/test-cases/40e409231ad2c944.json +++ b/6685/data/test-cases/b5c60e522c6b7a09.json @@ -1 +1 @@ -{"uid":"40e409231ad2c944","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":1710205111367,"stop":1710205111367,"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":73,"unknown":0,"total":73},"items":[{"uid":"a96b5bc37201c91d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a96b5bc37201c91d","status":"passed","time":{"start":1710205017186,"stop":1710205017187,"duration":1}},{"uid":"309d96d10a93eee","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/309d96d10a93eee","status":"passed","time":{"start":1710204906981,"stop":1710204906981,"duration":0}},{"uid":"7342e31a28e81288","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7342e31a28e81288","status":"passed","time":{"start":1710204657700,"stop":1710204657701,"duration":1}},{"uid":"8ef2d02f5cbf1ebe","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8ef2d02f5cbf1ebe","status":"passed","time":{"start":1710203386088,"stop":1710203386088,"duration":0}},{"uid":"5263713f5fb1f0f9","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5263713f5fb1f0f9","status":"passed","time":{"start":1710199881933,"stop":1710199881933,"duration":0}},{"uid":"2e38d0bce46d9cb9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2e38d0bce46d9cb9","status":"passed","time":{"start":1710199775345,"stop":1710199775346,"duration":1}},{"uid":"f5ba45cf61b31024","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f5ba45cf61b31024","status":"passed","time":{"start":1710197317815,"stop":1710197317815,"duration":0}},{"uid":"1e37d9c477ade6ba","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/1e37d9c477ade6ba","status":"passed","time":{"start":1710168157263,"stop":1710168157263,"duration":0}},{"uid":"2023e57403a8be62","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/2023e57403a8be62","status":"passed","time":{"start":1710167388048,"stop":1710167388048,"duration":0}},{"uid":"8561648247469e4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/8561648247469e4","status":"passed","time":{"start":1710167452061,"stop":1710167452061,"duration":0}},{"uid":"693c15cc53e6d7d5","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/693c15cc53e6d7d5","status":"passed","time":{"start":1710166594830,"stop":1710166594831,"duration":1}},{"uid":"e3cef5fd85257bd6","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e3cef5fd85257bd6","status":"passed","time":{"start":1710164827365,"stop":1710164827367,"duration":2}},{"uid":"cb64f1261c6be854","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cb64f1261c6be854","status":"passed","time":{"start":1710163975339,"stop":1710163975340,"duration":1}},{"uid":"8d373bef33237ac7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8d373bef33237ac7","status":"passed","time":{"start":1710163842511,"stop":1710163842512,"duration":1}},{"uid":"1f7df745b845382e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/1f7df745b845382e","status":"passed","time":{"start":1710155887164,"stop":1710155887164,"duration":0}},{"uid":"8a4de9b938727aa6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8a4de9b938727aa6","status":"passed","time":{"start":1710155106029,"stop":1710155106032,"duration":3}},{"uid":"ac57f4689c6cc579","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ac57f4689c6cc579","status":"passed","time":{"start":1710154728842,"stop":1710154728842,"duration":0}},{"uid":"1d2042e7fafc3bc3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1d2042e7fafc3bc3","status":"passed","time":{"start":1710102734837,"stop":1710102734837,"duration":0}},{"uid":"76ffe79d939ff2e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/76ffe79d939ff2e","status":"passed","time":{"start":1710080944316,"stop":1710080944316,"duration":0}},{"uid":"8d81151cd87f843","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/8d81151cd87f843","status":"passed","time":{"start":1710024618202,"stop":1710024618202,"duration":0}}]},"tags":[]},"source":"40e409231ad2c944.json","parameterValues":[]} \ No newline at end of file +{"uid":"b5c60e522c6b7a09","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":1710308371311,"stop":1710308371312,"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":"9d01a302eb02e070","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d01a302eb02e070","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"54b5efc66349b8cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/54b5efc66349b8cd","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"bfeb7bf9fe4ee3f7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bfeb7bf9fe4ee3f7","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"tags":[]},"source":"b5c60e522c6b7a09.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b5c6e683eef46e9f.json b/6685/data/test-cases/b5c6e683eef46e9f.json new file mode 100644 index 00000000000..dbe957a75f7 --- /dev/null +++ b/6685/data/test-cases/b5c6e683eef46e9f.json @@ -0,0 +1 @@ +{"uid":"b5c6e683eef46e9f","name":"more peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > more peers than existing","historyId":"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308322788,"stop":1710308322788,"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":"2b23b84d542088b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b23b84d542088b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207321,"duration":1}},{"uid":"c7458c71a3da9eff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7458c71a3da9eff","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"7fe97f4fb8ad2c4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe97f4fb8ad2c4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"tags":[]},"source":"b5c6e683eef46e9f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b6034001b13b02cf.json b/6685/data/test-cases/b6034001b13b02cf.json new file mode 100644 index 00000000000..dd2780bc232 --- /dev/null +++ b/6685/data/test-cases/b6034001b13b02cf.json @@ -0,0 +1 @@ +{"uid":"b6034001b13b02cf","name":"nwaku subscribes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > nwaku subscribes","historyId":"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308353087,"stop":1710308353087,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9dbb889798e0d6b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9dbb889798e0d6b2","status":"passed","time":{"start":1710307238429,"stop":1710307238429,"duration":0}},{"uid":"408daa9b4bc1f061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/408daa9b4bc1f061","status":"passed","time":{"start":1710287445563,"stop":1710287445563,"duration":0}},{"uid":"f5c96a0504f53016","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5c96a0504f53016","status":"passed","time":{"start":1710284710695,"stop":1710284710695,"duration":0}}]},"tags":[]},"source":"b6034001b13b02cf.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b66443c2e0c92888.json b/6685/data/test-cases/b66443c2e0c92888.json new file mode 100644 index 00000000000..c879282c393 --- /dev/null +++ b/6685/data/test-cases/b66443c2e0c92888.json @@ -0,0 +1 @@ +{"uid":"b66443c2e0c92888","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":1710308024294,"stop":1710308024294,"duration":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":"ae2118cc8150f0db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae2118cc8150f0db","status":"passed","time":{"start":1710306908763,"stop":1710306908764,"duration":1}},{"uid":"d72ffad2c6185110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d72ffad2c6185110","status":"passed","time":{"start":1710287110856,"stop":1710287110857,"duration":1}},{"uid":"9928b1dc24c31bbd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9928b1dc24c31bbd","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"tags":[]},"source":"b66443c2e0c92888.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b6963d4d261cb89.json b/6685/data/test-cases/b6963d4d261cb89.json new file mode 100644 index 00000000000..d8a862287d9 --- /dev/null +++ b/6685/data/test-cases/b6963d4d261cb89.json @@ -0,0 +1 @@ +{"uid":"b6963d4d261cb89","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":1710308097731,"stop":1710308097731,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"824bf4373ffe1857","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/824bf4373ffe1857","status":"passed","time":{"start":1710306994271,"stop":1710306994272,"duration":1}},{"uid":"607df09132afb29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/607df09132afb29","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"1afea2e9929d6bbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1afea2e9929d6bbe","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"tags":[]},"source":"b6963d4d261cb89.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a50d0038e0c1f6df.json b/6685/data/test-cases/b6b89dedd9d6ec23.json similarity index 52% rename from 6651/data/test-cases/a50d0038e0c1f6df.json rename to 6685/data/test-cases/b6b89dedd9d6ec23.json index e1fa0ec8bb3..29e038546d8 100644 --- a/6651/data/test-cases/a50d0038e0c1f6df.json +++ b/6685/data/test-cases/b6b89dedd9d6ec23.json @@ -1 +1 @@ -{"uid":"a50d0038e0c1f6df","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":1710204705522,"stop":1710204705522,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"38003cf3f652e15d","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/38003cf3f652e15d","status":"passed","time":{"start":1710205293840,"stop":1710205293840,"duration":0}},{"uid":"39d0bea5112a59a8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/39d0bea5112a59a8","status":"passed","time":{"start":1710204606295,"stop":1710204606296,"duration":1}},{"uid":"f2825a9bf63a4efd","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f2825a9bf63a4efd","status":"passed","time":{"start":1710204491215,"stop":1710204491216,"duration":1}},{"uid":"bc47d9ea6677585f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bc47d9ea6677585f","status":"passed","time":{"start":1710204248701,"stop":1710204248701,"duration":0}},{"uid":"642ea23d10fa4d0c","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/642ea23d10fa4d0c","status":"passed","time":{"start":1710202977727,"stop":1710202977727,"duration":0}},{"uid":"cce9ff7af48f2fcd","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/cce9ff7af48f2fcd","status":"passed","time":{"start":1710199459319,"stop":1710199459320,"duration":1}},{"uid":"9bae523f475cc39f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9bae523f475cc39f","status":"passed","time":{"start":1710199353196,"stop":1710199353196,"duration":0}},{"uid":"67bbbce4891be0bd","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/67bbbce4891be0bd","status":"passed","time":{"start":1710196892890,"stop":1710196892890,"duration":0}},{"uid":"1d6ecfa084841e4f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/1d6ecfa084841e4f","status":"passed","time":{"start":1710167709431,"stop":1710167709431,"duration":0}},{"uid":"3b119bfa26a48b92","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3b119bfa26a48b92","status":"passed","time":{"start":1710166891542,"stop":1710166891542,"duration":0}},{"uid":"67a5130eb8d24214","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/67a5130eb8d24214","status":"passed","time":{"start":1710167051944,"stop":1710167051944,"duration":0}},{"uid":"f4627547815ac84f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f4627547815ac84f","status":"passed","time":{"start":1710166179963,"stop":1710166179964,"duration":1}},{"uid":"7f4886b0c5442beb","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7f4886b0c5442beb","status":"passed","time":{"start":1710164405442,"stop":1710164405443,"duration":1}},{"uid":"ccf083f5dbe15897","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ccf083f5dbe15897","status":"passed","time":{"start":1710163557172,"stop":1710163557197,"duration":25}},{"uid":"160fd1ba00842ac6","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/160fd1ba00842ac6","status":"passed","time":{"start":1710163418944,"stop":1710163418944,"duration":0}},{"uid":"9e23a80bfaa172ff","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9e23a80bfaa172ff","status":"passed","time":{"start":1710155480025,"stop":1710155480026,"duration":1}},{"uid":"92ff76b15aadd9ee","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/92ff76b15aadd9ee","status":"passed","time":{"start":1710154677904,"stop":1710154677904,"duration":0}},{"uid":"e08c2b98ba71caa","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e08c2b98ba71caa","status":"passed","time":{"start":1710154316261,"stop":1710154316261,"duration":0}},{"uid":"e46a15281636456","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e46a15281636456","status":"passed","time":{"start":1710102325459,"stop":1710102325460,"duration":1}},{"uid":"1a9e63c4b2ddbb05","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1a9e63c4b2ddbb05","status":"passed","time":{"start":1710080529727,"stop":1710080529727,"duration":0}}]},"tags":[]},"source":"a50d0038e0c1f6df.json","parameterValues":[]} \ No newline at end of file +{"uid":"b6b89dedd9d6ec23","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":1710307950770,"stop":1710307950770,"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":"e47c2f33b32af69a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e47c2f33b32af69a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"a12558f4eed2a307","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a12558f4eed2a307","status":"passed","time":{"start":1710287049794,"stop":1710287049795,"duration":1}},{"uid":"6bc9965a19306a8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bc9965a19306a8d","status":"passed","time":{"start":1710284312207,"stop":1710284312207,"duration":0}}]},"tags":[]},"source":"b6b89dedd9d6ec23.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b70f09c82b959e2d.json b/6685/data/test-cases/b70f09c82b959e2d.json new file mode 100644 index 00000000000..1d57256d318 --- /dev/null +++ b/6685/data/test-cases/b70f09c82b959e2d.json @@ -0,0 +1 @@ +{"uid":"b70f09c82b959e2d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2: Multiple PubsubTopics > Should fail to subscribe with decoder with wrong pubsubTopic","historyId":"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308007022,"stop":1710308007022,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ddd3cd47b7f3968","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ddd3cd47b7f3968","status":"passed","time":{"start":1710306904614,"stop":1710306904614,"duration":0}},{"uid":"caaf4c4f719c57a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/caaf4c4f719c57a2","status":"passed","time":{"start":1710287110701,"stop":1710287110701,"duration":0}},{"uid":"72d23e08346598bc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72d23e08346598bc","status":"passed","time":{"start":1710284372010,"stop":1710284372012,"duration":2}}]},"tags":[]},"source":"b70f09c82b959e2d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b794452d1d7d235c.json b/6685/data/test-cases/b794452d1d7d235c.json new file mode 100644 index 00000000000..902865d062d --- /dev/null +++ b/6685/data/test-cases/b794452d1d7d235c.json @@ -0,0 +1 @@ +{"uid":"b794452d1d7d235c","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":1710307950103,"stop":1710307950104,"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":"f7ba4e1bfc7a236a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7ba4e1bfc7a236a","status":"passed","time":{"start":1710306846370,"stop":1710306846371,"duration":1}},{"uid":"3a621bd07ee587e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a621bd07ee587e0","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"f5d1013fa6d25fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5d1013fa6d25fee","status":"passed","time":{"start":1710284311922,"stop":1710284311923,"duration":1}}]},"tags":[]},"source":"b794452d1d7d235c.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b70777c3b9f4891.json b/6685/data/test-cases/b7fa8aead07c45a.json similarity index 78% rename from 6651/data/test-cases/b70777c3b9f4891.json rename to 6685/data/test-cases/b7fa8aead07c45a.json index cda34d23335..a6b42e9f6d7 100644 --- a/6651/data/test-cases/b70777c3b9f4891.json +++ b/6685/data/test-cases/b7fa8aead07c45a.json @@ -1 +1 @@ -{"uid":"b70777c3b9f4891","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":1710205173308,"stop":1710205173309,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"44c9210893331f65","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/44c9210893331f65","status":"passed","time":{"start":1710205067278,"stop":1710205067279,"duration":1}},{"uid":"69bd80e5ee093fe5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/69bd80e5ee093fe5","status":"passed","time":{"start":1710204962919,"stop":1710204962920,"duration":1}},{"uid":"9a4d5b10edb39053","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9a4d5b10edb39053","status":"passed","time":{"start":1710204701469,"stop":1710204701469,"duration":0}},{"uid":"77293e66a2f8fd0d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/77293e66a2f8fd0d","status":"passed","time":{"start":1710203416611,"stop":1710203416611,"duration":0}},{"uid":"4603118207a64cf7","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/4603118207a64cf7","status":"passed","time":{"start":1710199910414,"stop":1710199910415,"duration":1}},{"uid":"83f778a738eb2b3","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/83f778a738eb2b3","status":"passed","time":{"start":1710199800513,"stop":1710199800513,"duration":0}},{"uid":"c144af72ad9c2d97","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c144af72ad9c2d97","status":"passed","time":{"start":1710197348914,"stop":1710197348914,"duration":0}},{"uid":"889803f9a5fe8d3d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/889803f9a5fe8d3d","status":"passed","time":{"start":1710168167428,"stop":1710168167428,"duration":0}},{"uid":"8a5eef2eae433231","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8a5eef2eae433231","status":"passed","time":{"start":1710167350129,"stop":1710167350129,"duration":0}},{"uid":"67aabbc7563b4b5f","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/67aabbc7563b4b5f","status":"passed","time":{"start":1710167497868,"stop":1710167497868,"duration":0}},{"uid":"b9e6b2169939650b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b9e6b2169939650b","status":"passed","time":{"start":1710166625612,"stop":1710166625613,"duration":1}},{"uid":"7c789b3114d8e6d0","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7c789b3114d8e6d0","status":"passed","time":{"start":1710164870346,"stop":1710164870347,"duration":1}},{"uid":"190de49995ebd95","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/190de49995ebd95","status":"passed","time":{"start":1710164015692,"stop":1710164015692,"duration":0}},{"uid":"3e8e7ac74a97ad7c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3e8e7ac74a97ad7c","status":"passed","time":{"start":1710163881234,"stop":1710163881237,"duration":3}},{"uid":"a89a7d011d663c49","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a89a7d011d663c49","status":"passed","time":{"start":1710155929073,"stop":1710155929074,"duration":1}},{"uid":"155be8c28fe7a00d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/155be8c28fe7a00d","status":"passed","time":{"start":1710155134295,"stop":1710155134295,"duration":0}},{"uid":"db81de6696951416","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/db81de6696951416","status":"passed","time":{"start":1710154760705,"stop":1710154760705,"duration":0}},{"uid":"721c9be29083bf8b","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/721c9be29083bf8b","status":"passed","time":{"start":1710102776891,"stop":1710102776891,"duration":0}},{"uid":"2f45b95eb5cc118a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2f45b95eb5cc118a","status":"passed","time":{"start":1710080978586,"stop":1710080978587,"duration":1}},{"uid":"7af787bf76f9894","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7af787bf76f9894","status":"passed","time":{"start":1710024644866,"stop":1710024644868,"duration":2}}]},"tags":[]},"source":"b70777c3b9f4891.json","parameterValues":[]} \ No newline at end of file +{"uid":"b7fa8aead07c45a","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":1710308416727,"stop":1710308416728,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"e1fcb663648fda01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1fcb663648fda01","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"b166f8deca91d0cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b166f8deca91d0cf","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"db015a8a176b04c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db015a8a176b04c6","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"tags":[]},"source":"b7fa8aead07c45a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b944e98ee8cf4ca4.json b/6685/data/test-cases/b944e98ee8cf4ca4.json new file mode 100644 index 00000000000..4a541a2b23e --- /dev/null +++ b/6685/data/test-cases/b944e98ee8cf4ca4.json @@ -0,0 +1 @@ +{"uid":"b944e98ee8cf4ca4","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":1710307971894,"stop":1710307971895,"duration":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":"374c0a9af5c35192","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/374c0a9af5c35192","status":"passed","time":{"start":1710306865884,"stop":1710306865885,"duration":1}},{"uid":"e954f206bd1a5a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e954f206bd1a5a3","status":"passed","time":{"start":1710287067215,"stop":1710287067216,"duration":1}},{"uid":"eb43e27a1e682313","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb43e27a1e682313","status":"passed","time":{"start":1710284328536,"stop":1710284328536,"duration":0}}]},"tags":[]},"source":"b944e98ee8cf4ca4.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/2c8498f73bef5b65.json b/6685/data/test-cases/b95bacd21361c88b.json similarity index 61% rename from 6651/data/test-cases/2c8498f73bef5b65.json rename to 6685/data/test-cases/b95bacd21361c88b.json index 0b054418d5c..438cf014412 100644 --- a/6651/data/test-cases/2c8498f73bef5b65.json +++ b/6685/data/test-cases/b95bacd21361c88b.json @@ -1 +1 @@ -{"uid":"2c8498f73bef5b65","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":1710205199520,"stop":1710205199521,"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":73,"unknown":0,"total":73},"items":[{"uid":"8e14cbbb88f72726","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/8e14cbbb88f72726","status":"passed","time":{"start":1710205105089,"stop":1710205105089,"duration":0}},{"uid":"d6b2ae82a875a205","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/d6b2ae82a875a205","status":"passed","time":{"start":1710204998965,"stop":1710204998965,"duration":0}},{"uid":"95378f8307ce3519","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/95378f8307ce3519","status":"passed","time":{"start":1710204739418,"stop":1710204739418,"duration":0}},{"uid":"5139c6353c1fa2e2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5139c6353c1fa2e2","status":"passed","time":{"start":1710203453472,"stop":1710203453473,"duration":1}},{"uid":"285cca85b43982ec","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/285cca85b43982ec","status":"passed","time":{"start":1710199946317,"stop":1710199946318,"duration":1}},{"uid":"d45a6e34c7a18ac6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/d45a6e34c7a18ac6","status":"passed","time":{"start":1710199840493,"stop":1710199840493,"duration":0}},{"uid":"1963ee76a63f9dbd","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1963ee76a63f9dbd","status":"passed","time":{"start":1710197396745,"stop":1710197396746,"duration":1}},{"uid":"beacdf83d2f4d27b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/beacdf83d2f4d27b","status":"passed","time":{"start":1710168220887,"stop":1710168220887,"duration":0}},{"uid":"64a13ec25a7f6df2","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/64a13ec25a7f6df2","status":"passed","time":{"start":1710167545203,"stop":1710167545203,"duration":0}},{"uid":"d5387b617aeab304","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d5387b617aeab304","status":"passed","time":{"start":1710167538081,"stop":1710167538081,"duration":0}},{"uid":"80ce40df2196aa84","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/80ce40df2196aa84","status":"passed","time":{"start":1710166664467,"stop":1710166664467,"duration":0}},{"uid":"77f4a28f8cad67f5","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/77f4a28f8cad67f5","status":"passed","time":{"start":1710164898568,"stop":1710164898569,"duration":1}},{"uid":"92b949502d137c8b","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/92b949502d137c8b","status":"passed","time":{"start":1710164059064,"stop":1710164059064,"duration":0}},{"uid":"7a201aa403badafc","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/7a201aa403badafc","status":"passed","time":{"start":1710163919488,"stop":1710163919489,"duration":1}},{"uid":"d9a34c6204ba03d7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d9a34c6204ba03d7","status":"passed","time":{"start":1710155970007,"stop":1710155970007,"duration":0}},{"uid":"4c0240c69a9efbf0","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4c0240c69a9efbf0","status":"passed","time":{"start":1710155174211,"stop":1710155174212,"duration":1}},{"uid":"d91946d244071f54","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d91946d244071f54","status":"passed","time":{"start":1710154832379,"stop":1710154832380,"duration":1}},{"uid":"547af654800e85c2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/547af654800e85c2","status":"passed","time":{"start":1710102815908,"stop":1710102815908,"duration":0}},{"uid":"2fb661c0eda00408","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/2fb661c0eda00408","status":"passed","time":{"start":1710081013950,"stop":1710081013951,"duration":1}},{"uid":"36b4ba981fbdc29c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/36b4ba981fbdc29c","status":"passed","time":{"start":1710024688132,"stop":1710024688133,"duration":1}}]},"tags":[]},"source":"2c8498f73bef5b65.json","parameterValues":[]} \ No newline at end of file +{"uid":"b95bacd21361c88b","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":1710308459437,"stop":1710308459438,"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":"3e3e04996fa9b1be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3e04996fa9b1be","status":"passed","time":{"start":1710307342527,"stop":1710307342527,"duration":0}},{"uid":"3ecf01207aa2ab14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ecf01207aa2ab14","status":"passed","time":{"start":1710287544915,"stop":1710287544915,"duration":0}},{"uid":"20a61229a1e6a192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20a61229a1e6a192","status":"passed","time":{"start":1710284805024,"stop":1710284805025,"duration":1}}]},"tags":[]},"source":"b95bacd21361c88b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b972b1e80fc56a83.json b/6685/data/test-cases/b972b1e80fc56a83.json new file mode 100644 index 00000000000..ed7e0a956b5 --- /dev/null +++ b/6685/data/test-cases/b972b1e80fc56a83.json @@ -0,0 +1 @@ +{"uid":"b972b1e80fc56a83","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no id","historyId":"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898599,"stop":1710307898599,"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":"a5743fbb8adfaf32","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5743fbb8adfaf32","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"82f16dc1c3a0ee3c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/82f16dc1c3a0ee3c","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"b53776f3e993977","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b53776f3e993977","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"tags":[]},"source":"b972b1e80fc56a83.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/b9e39a5c781d2946.json b/6685/data/test-cases/b9e39a5c781d2946.json new file mode 100644 index 00000000000..2e65ac28d4c --- /dev/null +++ b/6685/data/test-cases/b9e39a5c781d2946.json @@ -0,0 +1 @@ +{"uid":"b9e39a5c781d2946","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":1710307923914,"stop":1710307923914,"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":"1ccf41464944280c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ccf41464944280c","status":"passed","time":{"start":1710306816841,"stop":1710306816841,"duration":0}},{"uid":"2131a4b9fbada367","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2131a4b9fbada367","status":"passed","time":{"start":1710287022152,"stop":1710287022152,"duration":0}},{"uid":"aeb6ff7f00ada3c2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeb6ff7f00ada3c2","status":"passed","time":{"start":1710284284833,"stop":1710284284834,"duration":1}}]},"tags":[]},"source":"b9e39a5c781d2946.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ba12ce608833de45.json b/6685/data/test-cases/ba12ce608833de45.json new file mode 100644 index 00000000000..62f5a8dbcbb --- /dev/null +++ b/6685/data/test-cases/ba12ce608833de45.json @@ -0,0 +1 @@ +{"uid":"ba12ce608833de45","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":1710307914072,"stop":1710307914072,"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":"51255a22a58646d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51255a22a58646d6","status":"passed","time":{"start":1710306807149,"stop":1710306807150,"duration":1}},{"uid":"f8ad5a478ea5e152","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f8ad5a478ea5e152","status":"passed","time":{"start":1710287012269,"stop":1710287012269,"duration":0}},{"uid":"a6a7d719b76255d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a7d719b76255d5","status":"passed","time":{"start":1710284274245,"stop":1710284274245,"duration":0}}]},"tags":[]},"source":"ba12ce608833de45.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/dd1da263a6694cf6.json b/6685/data/test-cases/bb10de6475d771c6.json similarity index 54% rename from 6651/data/test-cases/dd1da263a6694cf6.json rename to 6685/data/test-cases/bb10de6475d771c6.json index f2b14a94806..54aa69270a2 100644 --- a/6651/data/test-cases/dd1da263a6694cf6.json +++ b/6685/data/test-cases/bb10de6475d771c6.json @@ -1 +1 @@ -{"uid":"dd1da263a6694cf6","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":1710205191798,"stop":1710205191798,"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":73,"unknown":0,"total":73},"items":[{"uid":"15866c265616189e","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/15866c265616189e","status":"passed","time":{"start":1710205085984,"stop":1710205085984,"duration":0}},{"uid":"7f331b809ad5cbb0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/7f331b809ad5cbb0","status":"passed","time":{"start":1710204994571,"stop":1710204994571,"duration":0}},{"uid":"40c747774f371d30","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/40c747774f371d30","status":"passed","time":{"start":1710204726951,"stop":1710204726951,"duration":0}},{"uid":"884df2f7924a849f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/884df2f7924a849f","status":"passed","time":{"start":1710203449577,"stop":1710203449577,"duration":0}},{"uid":"1508ba7393c361c5","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/1508ba7393c361c5","status":"passed","time":{"start":1710199937578,"stop":1710199937578,"duration":0}},{"uid":"332cdf61cd190a70","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/332cdf61cd190a70","status":"passed","time":{"start":1710199830802,"stop":1710199830802,"duration":0}},{"uid":"9120f78d103332c2","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9120f78d103332c2","status":"passed","time":{"start":1710197382224,"stop":1710197382224,"duration":0}},{"uid":"dcf44bc729896ed1","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/dcf44bc729896ed1","status":"passed","time":{"start":1710168209837,"stop":1710168209837,"duration":0}},{"uid":"d84ac7c14e8e78dd","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d84ac7c14e8e78dd","status":"passed","time":{"start":1710167469801,"stop":1710167469801,"duration":0}},{"uid":"7884590ff5305c90","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7884590ff5305c90","status":"passed","time":{"start":1710167530695,"stop":1710167530695,"duration":0}},{"uid":"67566168bd37a563","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/67566168bd37a563","status":"passed","time":{"start":1710166659705,"stop":1710166659705,"duration":0}},{"uid":"eb3543d331cc51a0","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/eb3543d331cc51a0","status":"passed","time":{"start":1710164898062,"stop":1710164898063,"duration":1}},{"uid":"3295208731f14c7b","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3295208731f14c7b","status":"passed","time":{"start":1710164040593,"stop":1710164040593,"duration":0}},{"uid":"5a3a656c36a60b8e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/5a3a656c36a60b8e","status":"passed","time":{"start":1710163907871,"stop":1710163907871,"duration":0}},{"uid":"7f6fdabc5213550a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7f6fdabc5213550a","status":"passed","time":{"start":1710155958390,"stop":1710155958390,"duration":0}},{"uid":"2fb94adcf96fda5","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2fb94adcf96fda5","status":"passed","time":{"start":1710155164401,"stop":1710155164402,"duration":1}},{"uid":"c8b58cb079813312","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c8b58cb079813312","status":"passed","time":{"start":1710154795037,"stop":1710154795037,"duration":0}},{"uid":"a12aea3ed8d24854","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a12aea3ed8d24854","status":"passed","time":{"start":1710102807260,"stop":1710102807261,"duration":1}},{"uid":"da27025925f9a7fa","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/da27025925f9a7fa","status":"passed","time":{"start":1710081003564,"stop":1710081003564,"duration":0}},{"uid":"cd6583935a5df6e4","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/cd6583935a5df6e4","status":"passed","time":{"start":1710024675587,"stop":1710024675587,"duration":0}}]},"tags":[]},"source":"dd1da263a6694cf6.json","parameterValues":[]} \ No newline at end of file +{"uid":"bb10de6475d771c6","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":1710308433843,"stop":1710308433843,"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":"f1cfa585c2d275b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1cfa585c2d275b6","status":"passed","time":{"start":1710307325065,"stop":1710307325066,"duration":1}},{"uid":"9d2caa1b4eb93bbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9d2caa1b4eb93bbe","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"b322fbaf60568748","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b322fbaf60568748","status":"passed","time":{"start":1710284796485,"stop":1710284796486,"duration":1}}]},"tags":[]},"source":"bb10de6475d771c6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bba8bbf311fde437.json b/6685/data/test-cases/bba8bbf311fde437.json new file mode 100644 index 00000000000..9acdf304131 --- /dev/null +++ b/6685/data/test-cases/bba8bbf311fde437.json @@ -0,0 +1 @@ +{"uid":"bba8bbf311fde437","name":"Relay + Store","fullName":"/src/enr.spec.ts: ENR > Waku2 key: decode > Relay + Store","historyId":"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307898612,"stop":1710307898612,"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":"d69f761005bc69db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d69f761005bc69db","status":"passed","time":{"start":1710306791809,"stop":1710306791809,"duration":0}},{"uid":"c0ccee247e6afe7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0ccee247e6afe7e","status":"passed","time":{"start":1710286996975,"stop":1710286996975,"duration":0}},{"uid":"f015bc7f01193bcb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f015bc7f01193bcb","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"tags":[]},"source":"bba8bbf311fde437.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bbdf296f293cabce.json b/6685/data/test-cases/bbdf296f293cabce.json new file mode 100644 index 00000000000..a15f744ec7a --- /dev/null +++ b/6685/data/test-cases/bbdf296f293cabce.json @@ -0,0 +1 @@ +{"uid":"bbdf296f293cabce","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":1710308464141,"stop":1710308464142,"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.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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"2e86d519770586d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e86d519770586d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"9ee8b27bd1227a67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ee8b27bd1227a67","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"e7f56606338e2eca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7f56606338e2eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823521,"stop":1710284823522,"duration":1}}]},"tags":[]},"source":"bbdf296f293cabce.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bbe0acc788da3bcf.json b/6685/data/test-cases/bbe0acc788da3bcf.json new file mode 100644 index 00000000000..933519ec869 --- /dev/null +++ b/6685/data/test-cases/bbe0acc788da3bcf.json @@ -0,0 +1 @@ +{"uid":"bbe0acc788da3bcf","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":1710308092705,"stop":1710308092706,"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":"593a27e661ce0f00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/593a27e661ce0f00","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"951334f292dad194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/951334f292dad194","status":"passed","time":{"start":1710287198158,"stop":1710287198158,"duration":0}},{"uid":"38cd3d243c5fcc8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38cd3d243c5fcc8e","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]},"tags":[]},"source":"bbe0acc788da3bcf.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bbe7ad191055e930.json b/6685/data/test-cases/bbe7ad191055e930.json new file mode 100644 index 00000000000..41a0fbe5f55 --- /dev/null +++ b/6685/data/test-cases/bbe7ad191055e930.json @@ -0,0 +1 @@ +{"uid":"bbe7ad191055e930","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":1710307897832,"stop":1710307897834,"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":"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":"100934884caac558","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/100934884caac558","status":"passed","time":{"start":1710306791283,"stop":1710306791284,"duration":1}},{"uid":"f9b2acf74d25c6ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9b2acf74d25c6ce","status":"passed","time":{"start":1710286996365,"stop":1710286996365,"duration":0}},{"uid":"c808e3055a621e7d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c808e3055a621e7d","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"tags":[]},"source":"bbe7ad191055e930.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bc3887ddc54b7338.json b/6685/data/test-cases/bc3887ddc54b7338.json new file mode 100644 index 00000000000..b4f5952330d --- /dev/null +++ b/6685/data/test-cases/bc3887ddc54b7338.json @@ -0,0 +1 @@ +{"uid":"bc3887ddc54b7338","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":1710308007025,"stop":1710308007025,"duration":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":"9a9ed7a1b247cc93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a9ed7a1b247cc93","status":"passed","time":{"start":1710306904617,"stop":1710306904618,"duration":1}},{"uid":"83495190080b077d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83495190080b077d","status":"passed","time":{"start":1710287110713,"stop":1710287110714,"duration":1}},{"uid":"bbb798e01d1420ee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbb798e01d1420ee","status":"passed","time":{"start":1710284372021,"stop":1710284372024,"duration":3}}]},"tags":[]},"source":"bc3887ddc54b7338.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bcc25e0c44746b78.json b/6685/data/test-cases/bcc25e0c44746b78.json new file mode 100644 index 00000000000..7fb0c5e65ee --- /dev/null +++ b/6685/data/test-cases/bcc25e0c44746b78.json @@ -0,0 +1 @@ +{"uid":"bcc25e0c44746b78","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (named sharding), multiple pubsub topics > n1 and n2 uses a custom pubsub, n3 uses the default pubsub","historyId":"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (named sharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64c91b6636082be4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64c91b6636082be4","status":"passed","time":{"start":1710307244662,"stop":1710307244662,"duration":0}},{"uid":"3bcf222084b140b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bcf222084b140b","status":"passed","time":{"start":1710287451486,"stop":1710287451487,"duration":1}},{"uid":"9b932ebef6719ae1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9b932ebef6719ae1","status":"passed","time":{"start":1710284717995,"stop":1710284717996,"duration":1}}]},"tags":[]},"source":"bcc25e0c44746b78.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ef75d4a1f3d47b4f.json b/6685/data/test-cases/bcd9f99af2ecf06f.json similarity index 81% rename from 6651/data/test-cases/ef75d4a1f3d47b4f.json rename to 6685/data/test-cases/bcd9f99af2ecf06f.json index 2269e49871c..187ccfc7b51 100644 --- a/6651/data/test-cases/ef75d4a1f3d47b4f.json +++ b/6685/data/test-cases/bcd9f99af2ecf06f.json @@ -1 +1 @@ -{"uid":"ef75d4a1f3d47b4f","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":1710205335151,"stop":1710205335152,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"85dba419e30f745","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/85dba419e30f745","status":"passed","time":{"start":1710205224520,"stop":1710205224520,"duration":0}},{"uid":"60d2663493e42d08","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/60d2663493e42d08","status":"passed","time":{"start":1710205109084,"stop":1710205109085,"duration":1}},{"uid":"8e00b972a034192a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8e00b972a034192a","status":"passed","time":{"start":1710204865554,"stop":1710204865554,"duration":0}},{"uid":"7a724f3e18952eeb","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/7a724f3e18952eeb","status":"passed","time":{"start":1710203577237,"stop":1710203577237,"duration":0}},{"uid":"b65ca1e1fd3bf983","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b65ca1e1fd3bf983","status":"passed","time":{"start":1710200067251,"stop":1710200067251,"duration":0}},{"uid":"8f4f0644bf4b0642","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8f4f0644bf4b0642","status":"passed","time":{"start":1710199972404,"stop":1710199972404,"duration":0}},{"uid":"900aa86640fecf79","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/900aa86640fecf79","status":"passed","time":{"start":1710197502497,"stop":1710197502497,"duration":0}},{"uid":"d7e025564a8e669c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/d7e025564a8e669c","status":"passed","time":{"start":1710168342007,"stop":1710168342008,"duration":1}},{"uid":"b4dc3896f4cf6206","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b4dc3896f4cf6206","status":"passed","time":{"start":1710167568828,"stop":1710167568828,"duration":0}},{"uid":"4106a853ea01022b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/4106a853ea01022b","status":"passed","time":{"start":1710167665514,"stop":1710167665514,"duration":0}},{"uid":"801e0a428bf16bd6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/801e0a428bf16bd6","status":"passed","time":{"start":1710166795570,"stop":1710166795570,"duration":0}},{"uid":"8e7fd71c10337a8b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8e7fd71c10337a8b","status":"passed","time":{"start":1710165026134,"stop":1710165026134,"duration":0}},{"uid":"a4eec422cbba5891","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a4eec422cbba5891","status":"passed","time":{"start":1710164176716,"stop":1710164176716,"duration":0}},{"uid":"e7634bd0f4f6da0c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e7634bd0f4f6da0c","status":"passed","time":{"start":1710164039990,"stop":1710164039990,"duration":0}},{"uid":"aa2ffb31bf82e161","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/aa2ffb31bf82e161","status":"passed","time":{"start":1710156088904,"stop":1710156088904,"duration":0}},{"uid":"c792b83ce3cc6602","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c792b83ce3cc6602","status":"passed","time":{"start":1710155298415,"stop":1710155298415,"duration":0}},{"uid":"759539db4c564990","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/759539db4c564990","status":"passed","time":{"start":1710154928199,"stop":1710154928199,"duration":0}},{"uid":"4cb9df988ac23619","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4cb9df988ac23619","status":"passed","time":{"start":1710102939225,"stop":1710102939225,"duration":0}},{"uid":"f96a5581d579ab3b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f96a5581d579ab3b","status":"passed","time":{"start":1710081135422,"stop":1710081135423,"duration":1}},{"uid":"8a66e66fe709b293","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/8a66e66fe709b293","status":"passed","time":{"start":1710024806426,"stop":1710024806426,"duration":0}}]},"tags":[]},"source":"ef75d4a1f3d47b4f.json","parameterValues":[]} \ No newline at end of file +{"uid":"bcd9f99af2ecf06f","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":1710308572945,"stop":1710308572946,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"552a3fdbac73b6c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/552a3fdbac73b6c1","status":"passed","time":{"start":1710307465633,"stop":1710307465634,"duration":1}},{"uid":"ae5e966570c371c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae5e966570c371c","status":"passed","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"f9455a8f8af06fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f9455a8f8af06fee","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"tags":[]},"source":"bcd9f99af2ecf06f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/95ac8e4b9fe88496.json b/6685/data/test-cases/bcf8e0f83373629a.json similarity index 54% rename from 6651/data/test-cases/95ac8e4b9fe88496.json rename to 6685/data/test-cases/bcf8e0f83373629a.json index 8051e541612..a9883b420b8 100644 --- a/6651/data/test-cases/95ac8e4b9fe88496.json +++ b/6685/data/test-cases/bcf8e0f83373629a.json @@ -1 +1 @@ -{"uid":"95ac8e4b9fe88496","name":"Passing cursor with wrong message digest","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing cursor with wrong message digest","historyId":"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205191799,"stop":1710205191799,"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":73,"unknown":0,"total":73},"items":[{"uid":"c4462e1118a99c35","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c4462e1118a99c35","status":"passed","time":{"start":1710205085990,"stop":1710205085997,"duration":7}},{"uid":"64e93b1cd351e005","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/64e93b1cd351e005","status":"passed","time":{"start":1710204994572,"stop":1710204994573,"duration":1}},{"uid":"4e37920cffb1eee1","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4e37920cffb1eee1","status":"passed","time":{"start":1710204726952,"stop":1710204726952,"duration":0}},{"uid":"97ad8a74664329cf","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/97ad8a74664329cf","status":"passed","time":{"start":1710203449578,"stop":1710203449578,"duration":0}},{"uid":"acb67cabcd0b2c37","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/acb67cabcd0b2c37","status":"passed","time":{"start":1710199937579,"stop":1710199937580,"duration":1}},{"uid":"4d565f3aae0a038","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4d565f3aae0a038","status":"passed","time":{"start":1710199830803,"stop":1710199830805,"duration":2}},{"uid":"d8f69e1358df8a9b","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/d8f69e1358df8a9b","status":"passed","time":{"start":1710197382225,"stop":1710197382225,"duration":0}},{"uid":"e1364d4a9b5d4da5","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e1364d4a9b5d4da5","status":"passed","time":{"start":1710168209838,"stop":1710168209838,"duration":0}},{"uid":"9a997648229f75c1","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9a997648229f75c1","status":"passed","time":{"start":1710167469802,"stop":1710167469802,"duration":0}},{"uid":"e71850e20a78c846","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e71850e20a78c846","status":"passed","time":{"start":1710167530697,"stop":1710167530708,"duration":11}},{"uid":"96d76510d9e3fad","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/96d76510d9e3fad","status":"passed","time":{"start":1710166659707,"stop":1710166659708,"duration":1}},{"uid":"f4bb5348d569026f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f4bb5348d569026f","status":"passed","time":{"start":1710164898065,"stop":1710164898066,"duration":1}},{"uid":"b3cf348e8c41292e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b3cf348e8c41292e","status":"passed","time":{"start":1710164040594,"stop":1710164040595,"duration":1}},{"uid":"69d599fbb24646d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/69d599fbb24646d","status":"passed","time":{"start":1710163907872,"stop":1710163907875,"duration":3}},{"uid":"99fb29efbe01635d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/99fb29efbe01635d","status":"passed","time":{"start":1710155958391,"stop":1710155958391,"duration":0}},{"uid":"3cca21fad429bbd9","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3cca21fad429bbd9","status":"passed","time":{"start":1710155164403,"stop":1710155164408,"duration":5}},{"uid":"44a8036d00869ec8","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/44a8036d00869ec8","status":"passed","time":{"start":1710154795038,"stop":1710154795038,"duration":0}},{"uid":"848d74a0728c0107","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/848d74a0728c0107","status":"passed","time":{"start":1710102807264,"stop":1710102807271,"duration":7}},{"uid":"6771dccec26ac26b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/6771dccec26ac26b","status":"passed","time":{"start":1710081003569,"stop":1710081003570,"duration":1}},{"uid":"5cf5b54c2983c04d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/5cf5b54c2983c04d","status":"passed","time":{"start":1710024675588,"stop":1710024675588,"duration":0}}]},"tags":[]},"source":"95ac8e4b9fe88496.json","parameterValues":[]} \ No newline at end of file +{"uid":"bcf8e0f83373629a","name":"Passing cursor with wrong message digest","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing cursor with wrong message digest","historyId":"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308433844,"stop":1710308433844,"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":"c108d32ec506327c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c108d32ec506327c","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"c4e3b1ce1f741aba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c4e3b1ce1f741aba","status":"passed","time":{"start":1710287537364,"stop":1710287537365,"duration":1}},{"uid":"217c49ad77dc4d8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/217c49ad77dc4d8d","status":"passed","time":{"start":1710284796487,"stop":1710284796488,"duration":1}}]},"tags":[]},"source":"bcf8e0f83373629a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ce94905662c55103.json b/6685/data/test-cases/bd10deb17e6d3b4e.json similarity index 78% rename from 6651/data/test-cases/ce94905662c55103.json rename to 6685/data/test-cases/bd10deb17e6d3b4e.json index a5d9013f4cd..b1b233b89d4 100644 --- a/6651/data/test-cases/ce94905662c55103.json +++ b/6685/data/test-cases/bd10deb17e6d3b4e.json @@ -1 +1 @@ -{"uid":"ce94905662c55103","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":1710205173303,"stop":1710205173303,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"480176c9c64dd469","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/480176c9c64dd469","status":"passed","time":{"start":1710205067274,"stop":1710205067274,"duration":0}},{"uid":"1ac1da9aa1c554b6","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/1ac1da9aa1c554b6","status":"passed","time":{"start":1710204962911,"stop":1710204962912,"duration":1}},{"uid":"912e13606320a3bc","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/912e13606320a3bc","status":"passed","time":{"start":1710204701463,"stop":1710204701463,"duration":0}},{"uid":"d1b4f543beb5a4ed","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d1b4f543beb5a4ed","status":"passed","time":{"start":1710203416579,"stop":1710203416579,"duration":0}},{"uid":"60497671790069e8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/60497671790069e8","status":"passed","time":{"start":1710199910396,"stop":1710199910396,"duration":0}},{"uid":"24ff748d95822a37","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/24ff748d95822a37","status":"passed","time":{"start":1710199800508,"stop":1710199800508,"duration":0}},{"uid":"a675ff7675d81039","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a675ff7675d81039","status":"passed","time":{"start":1710197348909,"stop":1710197348909,"duration":0}},{"uid":"2a1c59e4b80683ea","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2a1c59e4b80683ea","status":"passed","time":{"start":1710168167423,"stop":1710168167423,"duration":0}},{"uid":"61bc4951124b0774","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/61bc4951124b0774","status":"passed","time":{"start":1710167350120,"stop":1710167350120,"duration":0}},{"uid":"c0c35624bd2dde6e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c0c35624bd2dde6e","status":"passed","time":{"start":1710167497862,"stop":1710167497862,"duration":0}},{"uid":"e6196eeb3afad18b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e6196eeb3afad18b","status":"passed","time":{"start":1710166625602,"stop":1710166625602,"duration":0}},{"uid":"884bd2ad88322e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/884bd2ad88322e","status":"passed","time":{"start":1710164870333,"stop":1710164870334,"duration":1}},{"uid":"6992b81cb6b15f79","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6992b81cb6b15f79","status":"passed","time":{"start":1710164015687,"stop":1710164015687,"duration":0}},{"uid":"b02afb3d1516d849","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b02afb3d1516d849","status":"passed","time":{"start":1710163881226,"stop":1710163881227,"duration":1}},{"uid":"98f26006f8efb98a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/98f26006f8efb98a","status":"passed","time":{"start":1710155929069,"stop":1710155929069,"duration":0}},{"uid":"642aef290355a021","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/642aef290355a021","status":"passed","time":{"start":1710155134284,"stop":1710155134284,"duration":0}},{"uid":"5f80087ef5ed18f6","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/5f80087ef5ed18f6","status":"passed","time":{"start":1710154760699,"stop":1710154760699,"duration":0}},{"uid":"c505e208e44778c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c505e208e44778c","status":"passed","time":{"start":1710102776885,"stop":1710102776886,"duration":1}},{"uid":"203fc107b654437b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/203fc107b654437b","status":"passed","time":{"start":1710080978582,"stop":1710080978582,"duration":0}},{"uid":"60e776a5f582905f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/60e776a5f582905f","status":"passed","time":{"start":1710024644860,"stop":1710024644861,"duration":1}}]},"tags":[]},"source":"ce94905662c55103.json","parameterValues":[]} \ No newline at end of file +{"uid":"bd10deb17e6d3b4e","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":1710308416722,"stop":1710308416722,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"8c80ce2ab01616f8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c80ce2ab01616f8","status":"passed","time":{"start":1710307308624,"stop":1710307308625,"duration":1}},{"uid":"c55fe0d7fb563f1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c55fe0d7fb563f1b","status":"passed","time":{"start":1710287509748,"stop":1710287509748,"duration":0}},{"uid":"9a43c1268bad37fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a43c1268bad37fd","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"tags":[]},"source":"bd10deb17e6d3b4e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bef8bbad2c253617.json b/6685/data/test-cases/bef8bbad2c253617.json new file mode 100644 index 00000000000..209ee2feb0c --- /dev/null +++ b/6685/data/test-cases/bef8bbad2c253617.json @@ -0,0 +1 @@ +{"uid":"bef8bbad2c253617","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":1710308366525,"stop":1710308366526,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"fa75ab86ed550c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa75ab86ed550c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247773,"stop":1710307247774,"duration":1}},{"uid":"266fa80538af3e55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266fa80538af3e55","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"67daf956492ca6eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67daf956492ca6eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"tags":[]},"source":"bef8bbad2c253617.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bf38b3c27f5e49a3.json b/6685/data/test-cases/bf38b3c27f5e49a3.json new file mode 100644 index 00000000000..38c49e3e984 --- /dev/null +++ b/6685/data/test-cases/bf38b3c27f5e49a3.json @@ -0,0 +1 @@ +{"uid":"bf38b3c27f5e49a3","name":"peerDiscovery without wakuPeerExchangeDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > peerDiscovery without wakuPeerExchangeDiscovery","historyId":"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308348760,"stop":1710308348760,"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":"9adb6875d80b8beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9adb6875d80b8beb","status":"passed","time":{"start":1710307233598,"stop":1710307233599,"duration":1}},{"uid":"8b012425329b44cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b012425329b44cc","status":"passed","time":{"start":1710287436222,"stop":1710287436223,"duration":1}},{"uid":"ca4a361ed97ff707","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4a361ed97ff707","status":"passed","time":{"start":1710284706657,"stop":1710284706658,"duration":1}}]},"tags":[]},"source":"bf38b3c27f5e49a3.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bf5730553fdfba4e.json b/6685/data/test-cases/bf5730553fdfba4e.json new file mode 100644 index 00000000000..6863a77e9dc --- /dev/null +++ b/6685/data/test-cases/bf5730553fdfba4e.json @@ -0,0 +1 @@ +{"uid":"bf5730553fdfba4e","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":1710308026834,"stop":1710308026834,"duration":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":"1917de482d108400","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1917de482d108400","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"220aa5d421472680","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/220aa5d421472680","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"542a71f920eeefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/542a71f920eeefd","status":"passed","time":{"start":1710284390750,"stop":1710284390750,"duration":0}}]},"tags":[]},"source":"bf5730553fdfba4e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bff3f4e83330a16c.json b/6685/data/test-cases/bff3f4e83330a16c.json new file mode 100644 index 00000000000..5d8c0f639fc --- /dev/null +++ b/6685/data/test-cases/bff3f4e83330a16c.json @@ -0,0 +1 @@ +{"uid":"bff3f4e83330a16c","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":1710308225038,"stop":1710308225038,"duration":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":"8967d765cf0753ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8967d765cf0753ba","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"31a017edea195213","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/31a017edea195213","status":"passed","time":{"start":1710287300120,"stop":1710287300121,"duration":1}},{"uid":"f31cf99b5518d280","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f31cf99b5518d280","status":"passed","time":{"start":1710284561376,"stop":1710284561377,"duration":1}}]},"tags":[]},"source":"bff3f4e83330a16c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/bff70a352c922ddf.json b/6685/data/test-cases/bff70a352c922ddf.json new file mode 100644 index 00000000000..97b873933a4 --- /dev/null +++ b/6685/data/test-cases/bff70a352c922ddf.json @@ -0,0 +1 @@ +{"uid":"bff70a352c922ddf","name":"Correctly serialized arguments","fullName":"/tests/nwaku.node.spec.ts: nwaku > Correctly serialized arguments","historyId":"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308231895,"stop":1710308231896,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"nwaku"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"84f9195fc0f8e0a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/84f9195fc0f8e0a9","status":"passed","time":{"start":1710307105570,"stop":1710307105570,"duration":0}},{"uid":"ce4e170221b2c703","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce4e170221b2c703","status":"passed","time":{"start":1710287305055,"stop":1710287305055,"duration":0}},{"uid":"c2fb4a0b0dfb7649","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c2fb4a0b0dfb7649","status":"passed","time":{"start":1710284567198,"stop":1710284567198,"duration":0}}]},"tags":[]},"source":"bff70a352c922ddf.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/51c06a3220eb1146.json b/6685/data/test-cases/c05fccece459d4fa.json similarity index 80% rename from 6651/data/test-cases/51c06a3220eb1146.json rename to 6685/data/test-cases/c05fccece459d4fa.json index c804c13a6dc..d6d17a33f0d 100644 --- a/6651/data/test-cases/51c06a3220eb1146.json +++ b/6685/data/test-cases/c05fccece459d4fa.json @@ -1 +1 @@ -{"uid":"51c06a3220eb1146","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":1710204945841,"stop":1710204945841,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"bca1c6cd1502816b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/bca1c6cd1502816b","status":"passed","time":{"start":1710204830292,"stop":1710204830292,"duration":0}},{"uid":"11b26b4967d0d00f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/11b26b4967d0d00f","status":"passed","time":{"start":1710204733007,"stop":1710204733007,"duration":0}},{"uid":"81832e49357c5906","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/81832e49357c5906","status":"passed","time":{"start":1710204477765,"stop":1710204477765,"duration":0}},{"uid":"2cf9eebfd36ed8d9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2cf9eebfd36ed8d9","status":"passed","time":{"start":1710203199467,"stop":1710203199467,"duration":0}},{"uid":"3709056e1a0db934","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3709056e1a0db934","status":"passed","time":{"start":1710199697812,"stop":1710199697812,"duration":0}},{"uid":"dab9bdfe19edd6f5","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/dab9bdfe19edd6f5","status":"passed","time":{"start":1710199591758,"stop":1710199591758,"duration":0}},{"uid":"9e4759fcf8ffeece","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9e4759fcf8ffeece","status":"passed","time":{"start":1710197131782,"stop":1710197131783,"duration":1}},{"uid":"fe17be3b93c8d2bc","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/fe17be3b93c8d2bc","status":"passed","time":{"start":1710167952596,"stop":1710167952596,"duration":0}},{"uid":"f3a8a1020f994342","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f3a8a1020f994342","status":"passed","time":{"start":1710167221546,"stop":1710167221546,"duration":0}},{"uid":"b235fce7b5e678d8","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b235fce7b5e678d8","status":"passed","time":{"start":1710167283373,"stop":1710167283374,"duration":1}},{"uid":"c12e321fb41193a5","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c12e321fb41193a5","status":"passed","time":{"start":1710166420482,"stop":1710166420483,"duration":1}},{"uid":"3274a64e34926340","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3274a64e34926340","status":"passed","time":{"start":1710164634567,"stop":1710164634567,"duration":0}},{"uid":"47db5dc8d69f187f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/47db5dc8d69f187f","status":"passed","time":{"start":1710163791786,"stop":1710163791786,"duration":0}},{"uid":"d83bfcfb5989a6ab","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/d83bfcfb5989a6ab","status":"passed","time":{"start":1710163655791,"stop":1710163655791,"duration":0}},{"uid":"3e75e1f93ccba581","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/3e75e1f93ccba581","status":"passed","time":{"start":1710155712316,"stop":1710155712317,"duration":1}},{"uid":"644f316594cc73cd","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/644f316594cc73cd","status":"passed","time":{"start":1710154919629,"stop":1710154919630,"duration":1}},{"uid":"1b1b4d8b21c1430a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1b1b4d8b21c1430a","status":"passed","time":{"start":1710154537140,"stop":1710154537140,"duration":0}},{"uid":"cc5e6ef72e5e7514","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/cc5e6ef72e5e7514","status":"passed","time":{"start":1710102560660,"stop":1710102560661,"duration":1}},{"uid":"ce88c2612a4eded1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ce88c2612a4eded1","status":"passed","time":{"start":1710080763689,"stop":1710080763691,"duration":2}},{"uid":"4423cca48dd68e44","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4423cca48dd68e44","status":"passed","time":{"start":1710024433724,"stop":1710024433724,"duration":0}}]},"tags":[]},"source":"51c06a3220eb1146.json","parameterValues":[]} \ No newline at end of file +{"uid":"c05fccece459d4fa","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":1710308192919,"stop":1710308192920,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3873c2a838e3860","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3873c2a838e3860","status":"passed","time":{"start":1710307078643,"stop":1710307078644,"duration":1}},{"uid":"cc9719834caf3fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc9719834caf3fc4","status":"passed","time":{"start":1710287281996,"stop":1710287281996,"duration":0}},{"uid":"93a50c39b2699432","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93a50c39b2699432","status":"passed","time":{"start":1710284550764,"stop":1710284550765,"duration":1}}]},"tags":[]},"source":"c05fccece459d4fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b36c09c05396b5e2.json b/6685/data/test-cases/c17590f1617cef91.json similarity index 81% rename from 6651/data/test-cases/b36c09c05396b5e2.json rename to 6685/data/test-cases/c17590f1617cef91.json index f97ee30c6fe..16207958620 100644 --- a/6651/data/test-cases/b36c09c05396b5e2.json +++ b/6685/data/test-cases/c17590f1617cef91.json @@ -1 +1 @@ -{"uid":"b36c09c05396b5e2","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":1710205335151,"stop":1710205335151,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"4873728541784d3a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4873728541784d3a","status":"passed","time":{"start":1710205224519,"stop":1710205224520,"duration":1}},{"uid":"5049b8c21f3174fc","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5049b8c21f3174fc","status":"passed","time":{"start":1710205109084,"stop":1710205109084,"duration":0}},{"uid":"8dfdc3ae8a5e3724","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8dfdc3ae8a5e3724","status":"passed","time":{"start":1710204865553,"stop":1710204865553,"duration":0}},{"uid":"1d30df23929553a9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1d30df23929553a9","status":"passed","time":{"start":1710203577237,"stop":1710203577237,"duration":0}},{"uid":"8db56b3848f81e2b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/8db56b3848f81e2b","status":"passed","time":{"start":1710200067250,"stop":1710200067250,"duration":0}},{"uid":"11baa3ed678ab02f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/11baa3ed678ab02f","status":"passed","time":{"start":1710199972403,"stop":1710199972404,"duration":1}},{"uid":"1f792a94dc6c2183","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1f792a94dc6c2183","status":"passed","time":{"start":1710197502496,"stop":1710197502496,"duration":0}},{"uid":"2495a4e9df3ebedc","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2495a4e9df3ebedc","status":"passed","time":{"start":1710168342007,"stop":1710168342007,"duration":0}},{"uid":"1953851c523c5a7d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/1953851c523c5a7d","status":"passed","time":{"start":1710167568827,"stop":1710167568827,"duration":0}},{"uid":"7bd9e099a9faa722","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7bd9e099a9faa722","status":"passed","time":{"start":1710167665513,"stop":1710167665513,"duration":0}},{"uid":"c57a6bcdd7092505","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c57a6bcdd7092505","status":"passed","time":{"start":1710166795569,"stop":1710166795570,"duration":1}},{"uid":"aa473b0a61194032","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/aa473b0a61194032","status":"passed","time":{"start":1710165026133,"stop":1710165026133,"duration":0}},{"uid":"f0e12fae0fb2a39f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f0e12fae0fb2a39f","status":"passed","time":{"start":1710164176715,"stop":1710164176715,"duration":0}},{"uid":"15d26171f110a167","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/15d26171f110a167","status":"passed","time":{"start":1710164039989,"stop":1710164039989,"duration":0}},{"uid":"7282cda480285003","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7282cda480285003","status":"passed","time":{"start":1710156088903,"stop":1710156088904,"duration":1}},{"uid":"38c297b9c44b50cc","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/38c297b9c44b50cc","status":"passed","time":{"start":1710155298414,"stop":1710155298414,"duration":0}},{"uid":"e5a352dec7ac53e3","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e5a352dec7ac53e3","status":"passed","time":{"start":1710154928198,"stop":1710154928198,"duration":0}},{"uid":"6751108c3b3bb23e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6751108c3b3bb23e","status":"passed","time":{"start":1710102939224,"stop":1710102939224,"duration":0}},{"uid":"11c53b2bd28935ba","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/11c53b2bd28935ba","status":"passed","time":{"start":1710081135422,"stop":1710081135422,"duration":0}},{"uid":"b922ca67526061e7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b922ca67526061e7","status":"passed","time":{"start":1710024806425,"stop":1710024806425,"duration":0}}]},"tags":[]},"source":"b36c09c05396b5e2.json","parameterValues":[]} \ No newline at end of file +{"uid":"c17590f1617cef91","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":1710308572945,"stop":1710308572945,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"f4c2c96d706cecc6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4c2c96d706cecc6","status":"passed","time":{"start":1710307465632,"stop":1710307465633,"duration":1}},{"uid":"74a8354715c88d68","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74a8354715c88d68","status":"passed","time":{"start":1710287674912,"stop":1710287674913,"duration":1}},{"uid":"8447bb9c737fdcfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8447bb9c737fdcfe","status":"passed","time":{"start":1710284934074,"stop":1710284934074,"duration":0}}]},"tags":[]},"source":"c17590f1617cef91.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/fee160563139a137.json b/6685/data/test-cases/c1a3fd449d1ba131.json similarity index 78% rename from 6651/data/test-cases/fee160563139a137.json rename to 6685/data/test-cases/c1a3fd449d1ba131.json index 5405fea57c6..6087ddea8ec 100644 --- a/6651/data/test-cases/fee160563139a137.json +++ b/6685/data/test-cases/c1a3fd449d1ba131.json @@ -1 +1 @@ -{"uid":"fee160563139a137","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":1710205173282,"stop":1710205173290,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"e6e02b5a40904cbd","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/e6e02b5a40904cbd","status":"passed","time":{"start":1710205067267,"stop":1710205067267,"duration":0}},{"uid":"dda27a356f9987a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/dda27a356f9987a","status":"passed","time":{"start":1710204962901,"stop":1710204962902,"duration":1}},{"uid":"5a3abf710c75f19f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5a3abf710c75f19f","status":"passed","time":{"start":1710204701454,"stop":1710204701456,"duration":2}},{"uid":"1b52dbfe69da1fe9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/1b52dbfe69da1fe9","status":"passed","time":{"start":1710203416573,"stop":1710203416576,"duration":3}},{"uid":"cfb97be149ab1591","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/cfb97be149ab1591","status":"passed","time":{"start":1710199910381,"stop":1710199910381,"duration":0}},{"uid":"2ddadfebf738de20","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2ddadfebf738de20","status":"passed","time":{"start":1710199800503,"stop":1710199800504,"duration":1}},{"uid":"58c1afa19604ad88","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/58c1afa19604ad88","status":"passed","time":{"start":1710197348905,"stop":1710197348906,"duration":1}},{"uid":"60727ffdcab29aa4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/60727ffdcab29aa4","status":"passed","time":{"start":1710168167417,"stop":1710168167417,"duration":0}},{"uid":"d5243cc8dd33517b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d5243cc8dd33517b","status":"passed","time":{"start":1710167350115,"stop":1710167350115,"duration":0}},{"uid":"2613f5e4218bae78","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2613f5e4218bae78","status":"passed","time":{"start":1710167497857,"stop":1710167497857,"duration":0}},{"uid":"700fa0ee865abe4","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/700fa0ee865abe4","status":"passed","time":{"start":1710166625594,"stop":1710166625596,"duration":2}},{"uid":"2154f844ab4410d8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2154f844ab4410d8","status":"passed","time":{"start":1710164870329,"stop":1710164870329,"duration":0}},{"uid":"46dd366d776cf6e7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/46dd366d776cf6e7","status":"passed","time":{"start":1710164015682,"stop":1710164015683,"duration":1}},{"uid":"6fc4ab3d89c6d41d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6fc4ab3d89c6d41d","status":"passed","time":{"start":1710163881222,"stop":1710163881223,"duration":1}},{"uid":"cb992b81de2743ee","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/cb992b81de2743ee","status":"passed","time":{"start":1710155929062,"stop":1710155929063,"duration":1}},{"uid":"d64fa9770b6b3870","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d64fa9770b6b3870","status":"passed","time":{"start":1710155134271,"stop":1710155134272,"duration":1}},{"uid":"9ff7de4b2a472c67","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/9ff7de4b2a472c67","status":"passed","time":{"start":1710154760694,"stop":1710154760695,"duration":1}},{"uid":"7512c4d61485645e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7512c4d61485645e","status":"passed","time":{"start":1710102776881,"stop":1710102776882,"duration":1}},{"uid":"ca2de5de15bea8fc","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ca2de5de15bea8fc","status":"passed","time":{"start":1710080978578,"stop":1710080978578,"duration":0}},{"uid":"258528d924d189d7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/258528d924d189d7","status":"passed","time":{"start":1710024644855,"stop":1710024644855,"duration":0}}]},"tags":[]},"source":"fee160563139a137.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1a3fd449d1ba131","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":1710308416718,"stop":1710308416718,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"e24845828d35f29","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e24845828d35f29","status":"passed","time":{"start":1710307308617,"stop":1710307308618,"duration":1}},{"uid":"b75b3943938bd078","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b75b3943938bd078","status":"passed","time":{"start":1710287509743,"stop":1710287509743,"duration":0}},{"uid":"7a3e97a4f541ef6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7a3e97a4f541ef6","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"tags":[]},"source":"c1a3fd449d1ba131.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c3d6f6a4e703189a.json b/6685/data/test-cases/c216b153cf1f321b.json similarity index 60% rename from 6651/data/test-cases/c3d6f6a4e703189a.json rename to 6685/data/test-cases/c216b153cf1f321b.json index 77fe8daa026..42ed8b8bf15 100644 --- a/6651/data/test-cases/c3d6f6a4e703189a.json +++ b/6685/data/test-cases/c216b153cf1f321b.json @@ -1 +1 @@ -{"uid":"c3d6f6a4e703189a","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":1710205151661,"stop":1710205151661,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"9895ac61b1b92701","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/9895ac61b1b92701","status":"passed","time":{"start":1710205062154,"stop":1710205062155,"duration":1}},{"uid":"ea401b4db7293555","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ea401b4db7293555","status":"passed","time":{"start":1710204955076,"stop":1710204955077,"duration":1}},{"uid":"ed4f80772aaff2ee","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ed4f80772aaff2ee","status":"passed","time":{"start":1710204695541,"stop":1710204695541,"duration":0}},{"uid":"784e8e31b8b3c24c","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/784e8e31b8b3c24c","status":"passed","time":{"start":1710203409320,"stop":1710203409320,"duration":0}},{"uid":"9b9cd55e763ec303","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9b9cd55e763ec303","status":"passed","time":{"start":1710199908131,"stop":1710199908131,"duration":0}},{"uid":"f3ab372c98f7ce3a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f3ab372c98f7ce3a","status":"passed","time":{"start":1710199804379,"stop":1710199804379,"duration":0}},{"uid":"d92e3d1e37baacd6","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/d92e3d1e37baacd6","status":"passed","time":{"start":1710197356181,"stop":1710197356182,"duration":1}},{"uid":"e728c21f69688622","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e728c21f69688622","status":"passed","time":{"start":1710168175049,"stop":1710168175049,"duration":0}},{"uid":"9efd6f459cef1320","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9efd6f459cef1320","status":"passed","time":{"start":1710167421789,"stop":1710167421789,"duration":0}},{"uid":"69b2a98205e649c0","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/69b2a98205e649c0","status":"passed","time":{"start":1710167479909,"stop":1710167479909,"duration":0}},{"uid":"fd7a8cec9fe914ed","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/fd7a8cec9fe914ed","status":"passed","time":{"start":1710166628576,"stop":1710166628577,"duration":1}},{"uid":"692e43fe3b0e57ac","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/692e43fe3b0e57ac","status":"passed","time":{"start":1710164858159,"stop":1710164858160,"duration":1}},{"uid":"8e6603db866e0094","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8e6603db866e0094","status":"passed","time":{"start":1710164009252,"stop":1710164009253,"duration":1}},{"uid":"d925b4b0929650ec","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/d925b4b0929650ec","status":"passed","time":{"start":1710163874858,"stop":1710163874858,"duration":0}},{"uid":"7e1c5d0b1ab74d8c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7e1c5d0b1ab74d8c","status":"passed","time":{"start":1710155926661,"stop":1710155926662,"duration":1}},{"uid":"7d5cfc270717187d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7d5cfc270717187d","status":"passed","time":{"start":1710155126345,"stop":1710155126345,"duration":0}},{"uid":"1e089a29a0a82de0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1e089a29a0a82de0","status":"passed","time":{"start":1710154760922,"stop":1710154760922,"duration":0}},{"uid":"fda55324c9896efe","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/fda55324c9896efe","status":"passed","time":{"start":1710102772299,"stop":1710102772300,"duration":1}},{"uid":"147122563052119d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/147122563052119d","status":"passed","time":{"start":1710080969892,"stop":1710080969893,"duration":1}},{"uid":"ee0b84d5e5957f7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ee0b84d5e5957f7","status":"passed","time":{"start":1710024636272,"stop":1710024636273,"duration":1}}]},"tags":[]},"source":"c3d6f6a4e703189a.json","parameterValues":[]} \ No newline at end of file +{"uid":"c216b153cf1f321b","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":1710308426361,"stop":1710308426366,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e8cee758ade97dff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8cee758ade97dff","status":"passed","time":{"start":1710307300369,"stop":1710307300369,"duration":0}},{"uid":"f31d9a26ec58365e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f31d9a26ec58365e","status":"passed","time":{"start":1710287503527,"stop":1710287503528,"duration":1}},{"uid":"351bed2309b8cfc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/351bed2309b8cfc","status":"passed","time":{"start":1710284762779,"stop":1710284762779,"duration":0}}]},"tags":[]},"source":"c216b153cf1f321b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a5cec38536f33f59.json b/6685/data/test-cases/c219c5cdd92dffd7.json similarity index 76% rename from 6651/data/test-cases/a5cec38536f33f59.json rename to 6685/data/test-cases/c219c5cdd92dffd7.json index 5b5b3dc690e..b6fbc4d6247 100644 --- a/6651/data/test-cases/a5cec38536f33f59.json +++ b/6685/data/test-cases/c219c5cdd92dffd7.json @@ -1 +1 @@ -{"uid":"a5cec38536f33f59","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":1710204847300,"stop":1710204847300,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"3e4cd89ce1b42cb6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3e4cd89ce1b42cb6","status":"passed","time":{"start":1710204755946,"stop":1710204755946,"duration":0}},{"uid":"c0f73de704f7fc9d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c0f73de704f7fc9d","status":"passed","time":{"start":1710204636023,"stop":1710204636023,"duration":0}},{"uid":"21217d6e176ba867","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/21217d6e176ba867","status":"passed","time":{"start":1710204395474,"stop":1710204395476,"duration":2}},{"uid":"d4b947bed5baa64b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d4b947bed5baa64b","status":"passed","time":{"start":1710203122002,"stop":1710203122002,"duration":0}},{"uid":"5bb852b951937bc2","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5bb852b951937bc2","status":"passed","time":{"start":1710199608820,"stop":1710199608820,"duration":0}},{"uid":"9ce10a955a75030","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9ce10a955a75030","status":"passed","time":{"start":1710199506566,"stop":1710199506567,"duration":1}},{"uid":"c7df4f3be27c6f3c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c7df4f3be27c6f3c","status":"passed","time":{"start":1710197033245,"stop":1710197033245,"duration":0}},{"uid":"638e52975cf224c7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/638e52975cf224c7","status":"passed","time":{"start":1710167869140,"stop":1710167869141,"duration":1}},{"uid":"f6d0c07a5f7c199b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f6d0c07a5f7c199b","status":"passed","time":{"start":1710167049290,"stop":1710167049290,"duration":0}},{"uid":"40eb0bb20d2ae644","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/40eb0bb20d2ae644","status":"passed","time":{"start":1710167194764,"stop":1710167194764,"duration":0}},{"uid":"b31db5e94c5631aa","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b31db5e94c5631aa","status":"passed","time":{"start":1710166328848,"stop":1710166328849,"duration":1}},{"uid":"8b26449ee66e59d4","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8b26449ee66e59d4","status":"passed","time":{"start":1710164551133,"stop":1710164551134,"duration":1}},{"uid":"c8b109020db60f87","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c8b109020db60f87","status":"passed","time":{"start":1710163715996,"stop":1710163715996,"duration":0}},{"uid":"8c4aca4340c591af","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8c4aca4340c591af","status":"passed","time":{"start":1710163568076,"stop":1710163568076,"duration":0}},{"uid":"d7f14bd6a07c31cc","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d7f14bd6a07c31cc","status":"passed","time":{"start":1710155626323,"stop":1710155626324,"duration":1}},{"uid":"2e3379f576e3a615","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2e3379f576e3a615","status":"passed","time":{"start":1710154824278,"stop":1710154824279,"duration":1}},{"uid":"7f98f3e39a960b3a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7f98f3e39a960b3a","status":"passed","time":{"start":1710154466424,"stop":1710154466424,"duration":0}},{"uid":"acb71a61f636ce92","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/acb71a61f636ce92","status":"passed","time":{"start":1710102475238,"stop":1710102475238,"duration":0}},{"uid":"a4861cf9b72fc695","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/a4861cf9b72fc695","status":"passed","time":{"start":1710080673277,"stop":1710080673277,"duration":0}},{"uid":"7dffee780ec2a1cb","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/7dffee780ec2a1cb","status":"passed","time":{"start":1710024327574,"stop":1710024327574,"duration":0}}]},"tags":[]},"source":"a5cec38536f33f59.json","parameterValues":[]} \ No newline at end of file +{"uid":"c219c5cdd92dffd7","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":1710308097729,"stop":1710308097729,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"f06232fe0196685e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f06232fe0196685e","status":"passed","time":{"start":1710306994269,"stop":1710306994270,"duration":1}},{"uid":"1dd01419f639eb43","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1dd01419f639eb43","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"6cb95b937b890881","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6cb95b937b890881","status":"passed","time":{"start":1710284459538,"stop":1710284459539,"duration":1}}]},"tags":[]},"source":"c219c5cdd92dffd7.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ba714208c69c242b.json b/6685/data/test-cases/c231c4d6827cb2ed.json similarity index 60% rename from 6651/data/test-cases/ba714208c69c242b.json rename to 6685/data/test-cases/c231c4d6827cb2ed.json index 6b352ef145d..aa93bef8ac6 100644 --- a/6651/data/test-cases/ba714208c69c242b.json +++ b/6685/data/test-cases/c231c4d6827cb2ed.json @@ -1 +1 @@ -{"uid":"ba714208c69c242b","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":1710205199517,"stop":1710205199517,"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":73,"unknown":0,"total":73},"items":[{"uid":"9b390d4f16297c6b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/9b390d4f16297c6b","status":"passed","time":{"start":1710205105087,"stop":1710205105087,"duration":0}},{"uid":"6efb5632b34bd272","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6efb5632b34bd272","status":"passed","time":{"start":1710204998963,"stop":1710204998963,"duration":0}},{"uid":"7e40cbf4d90ab018","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7e40cbf4d90ab018","status":"passed","time":{"start":1710204739414,"stop":1710204739414,"duration":0}},{"uid":"93ec75ea9ce6d42","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/93ec75ea9ce6d42","status":"passed","time":{"start":1710203453470,"stop":1710203453470,"duration":0}},{"uid":"bb554048ea1c5cc8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/bb554048ea1c5cc8","status":"passed","time":{"start":1710199946315,"stop":1710199946315,"duration":0}},{"uid":"f5504566dd706fa6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f5504566dd706fa6","status":"passed","time":{"start":1710199840489,"stop":1710199840489,"duration":0}},{"uid":"500ee3999d6a39ca","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/500ee3999d6a39ca","status":"passed","time":{"start":1710197396740,"stop":1710197396741,"duration":1}},{"uid":"bd8ee5ee2be5fe4a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bd8ee5ee2be5fe4a","status":"passed","time":{"start":1710168220884,"stop":1710168220885,"duration":1}},{"uid":"571aeff4012d4ba3","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/571aeff4012d4ba3","status":"passed","time":{"start":1710167545200,"stop":1710167545201,"duration":1}},{"uid":"af4e852521218e3b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/af4e852521218e3b","status":"passed","time":{"start":1710167538077,"stop":1710167538077,"duration":0}},{"uid":"27dd048697de551e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/27dd048697de551e","status":"passed","time":{"start":1710166664456,"stop":1710166664457,"duration":1}},{"uid":"9e08e004ca6bad2a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9e08e004ca6bad2a","status":"passed","time":{"start":1710164898567,"stop":1710164898567,"duration":0}},{"uid":"be281ca0714fbe1a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/be281ca0714fbe1a","status":"passed","time":{"start":1710164059061,"stop":1710164059061,"duration":0}},{"uid":"c3883575138c745f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c3883575138c745f","status":"passed","time":{"start":1710163919486,"stop":1710163919486,"duration":0}},{"uid":"50c89d6bfee2c8a1","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/50c89d6bfee2c8a1","status":"passed","time":{"start":1710155970004,"stop":1710155970004,"duration":0}},{"uid":"995ec019fe10c43b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/995ec019fe10c43b","status":"passed","time":{"start":1710155174207,"stop":1710155174207,"duration":0}},{"uid":"bc6ceff833bd111c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/bc6ceff833bd111c","status":"passed","time":{"start":1710154832377,"stop":1710154832377,"duration":0}},{"uid":"399fa932041b5cdd","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/399fa932041b5cdd","status":"passed","time":{"start":1710102815906,"stop":1710102815906,"duration":0}},{"uid":"dd40224064b622ea","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/dd40224064b622ea","status":"passed","time":{"start":1710081013948,"stop":1710081013948,"duration":0}},{"uid":"9dc8faafe60d6319","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9dc8faafe60d6319","status":"passed","time":{"start":1710024688130,"stop":1710024688130,"duration":0}}]},"tags":[]},"source":"ba714208c69c242b.json","parameterValues":[]} \ No newline at end of file +{"uid":"c231c4d6827cb2ed","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":1710308459428,"stop":1710308459428,"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":"dd0226d908bae87f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dd0226d908bae87f","status":"passed","time":{"start":1710307342524,"stop":1710307342525,"duration":1}},{"uid":"336033917238a410","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/336033917238a410","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"ad289c5645f481bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad289c5645f481bf","status":"passed","time":{"start":1710284805010,"stop":1710284805012,"duration":2}}]},"tags":[]},"source":"c231c4d6827cb2ed.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c25dae6e48c24f7.json b/6685/data/test-cases/c25dae6e48c24f7.json new file mode 100644 index 00000000000..bc8e0a44a7b --- /dev/null +++ b/6685/data/test-cases/c25dae6e48c24f7.json @@ -0,0 +1 @@ +{"uid":"c25dae6e48c24f7","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":1710307948135,"stop":1710307948135,"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":"a6805335f4239e75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6805335f4239e75","status":"passed","time":{"start":1710306841074,"stop":1710306841074,"duration":0}},{"uid":"56f5b0d901d20b41","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56f5b0d901d20b41","status":"passed","time":{"start":1710287046524,"stop":1710287046525,"duration":1}},{"uid":"d53cadaa7026d648","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d53cadaa7026d648","status":"passed","time":{"start":1710284309644,"stop":1710284309644,"duration":0}}]},"tags":[]},"source":"c25dae6e48c24f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c2897b7fe6273c64.json b/6685/data/test-cases/c2897b7fe6273c64.json new file mode 100644 index 00000000000..1b39402e747 --- /dev/null +++ b/6685/data/test-cases/c2897b7fe6273c64.json @@ -0,0 +1 @@ +{"uid":"c2897b7fe6273c64","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":1710308192924,"stop":1710308192955,"duration":31},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"58eb754c0b307e86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/58eb754c0b307e86","status":"passed","time":{"start":1710307078647,"stop":1710307078648,"duration":1}},{"uid":"afa10afda357ea7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/afa10afda357ea7d","status":"passed","time":{"start":1710287281999,"stop":1710287282000,"duration":1}},{"uid":"af104b37474a1101","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/af104b37474a1101","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"tags":[]},"source":"c2897b7fe6273c64.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c2f66879a5765079.json b/6685/data/test-cases/c2f66879a5765079.json new file mode 100644 index 00000000000..431a539de19 --- /dev/null +++ b/6685/data/test-cases/c2f66879a5765079.json @@ -0,0 +1 @@ +{"uid":"c2f66879a5765079","name":"Sign & Recover","fullName":"/src/encryption.spec.ts: Waku Encryption > Sign & Recover","historyId":"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307924459,"stop":1710307924460,"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":"a6564ec325b9e507","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6564ec325b9e507","status":"passed","time":{"start":1710306817452,"stop":1710306817453,"duration":1}},{"uid":"e3637e47d74505b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3637e47d74505b0","status":"passed","time":{"start":1710287022682,"stop":1710287022683,"duration":1}},{"uid":"a1d19b9bc50ca135","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1d19b9bc50ca135","status":"passed","time":{"start":1710284285361,"stop":1710284285362,"duration":1}}]},"tags":[]},"source":"c2f66879a5765079.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c30488924245eddf.json b/6685/data/test-cases/c30488924245eddf.json new file mode 100644 index 00000000000..3aa7915dcb4 --- /dev/null +++ b/6685/data/test-cases/c30488924245eddf.json @@ -0,0 +1 @@ +{"uid":"c30488924245eddf","name":"retrieves a single peer","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > retrieves a single peer","historyId":"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307914370,"stop":1710307914370,"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":"3fb543ac194a1415","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb543ac194a1415","status":"passed","time":{"start":1710306807578,"stop":1710306807579,"duration":1}},{"uid":"dd28ae1c52d65f04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd28ae1c52d65f04","status":"passed","time":{"start":1710287012800,"stop":1710287012800,"duration":0}},{"uid":"c1cd2e3fed0974ae","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1cd2e3fed0974ae","status":"passed","time":{"start":1710284275218,"stop":1710284275219,"duration":1}}]},"tags":[]},"source":"c30488924245eddf.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c3737e78ca767f63.json b/6685/data/test-cases/c3737e78ca767f63.json new file mode 100644 index 00000000000..5ce4815ebf9 --- /dev/null +++ b/6685/data/test-cases/c3737e78ca767f63.json @@ -0,0 +1 @@ +{"uid":"c3737e78ca767f63","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":1710308092688,"stop":1710308092689,"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":"970247ad51cd4748","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/970247ad51cd4748","status":"passed","time":{"start":1710306981494,"stop":1710306981495,"duration":1}},{"uid":"8a0b834fcbf2ceab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a0b834fcbf2ceab","status":"passed","time":{"start":1710287198108,"stop":1710287198108,"duration":0}},{"uid":"d6524f928faa09f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d6524f928faa09f9","status":"passed","time":{"start":1710284459990,"stop":1710284459990,"duration":0}}]},"tags":[]},"source":"c3737e78ca767f63.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c3850fc58e56d531.json b/6685/data/test-cases/c3850fc58e56d531.json new file mode 100644 index 00000000000..04642fa0955 --- /dev/null +++ b/6685/data/test-cases/c3850fc58e56d531.json @@ -0,0 +1 @@ +{"uid":"c3850fc58e56d531","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":1710307898608,"stop":1710307898608,"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":"bbc0eb3feaa1a9ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0eb3feaa1a9ef","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"70a8c034a545a344","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a8c034a545a344","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"70a644cb7223713f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70a644cb7223713f","status":"passed","time":{"start":1710284259611,"stop":1710284259612,"duration":1}}]},"tags":[]},"source":"c3850fc58e56d531.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c29384b52f5cf971.json b/6685/data/test-cases/c41945c4b8cbfead.json similarity index 76% rename from 6651/data/test-cases/c29384b52f5cf971.json rename to 6685/data/test-cases/c41945c4b8cbfead.json index 822ee8eda13..23bdd9ffb7f 100644 --- a/6651/data/test-cases/c29384b52f5cf971.json +++ b/6685/data/test-cases/c41945c4b8cbfead.json @@ -1 +1 @@ -{"uid":"c29384b52f5cf971","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":1710204847310,"stop":1710204847310,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"29872363d1b0abd2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/29872363d1b0abd2","status":"passed","time":{"start":1710204755952,"stop":1710204755952,"duration":0}},{"uid":"d927a8511a1b4f2a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/d927a8511a1b4f2a","status":"passed","time":{"start":1710204636105,"stop":1710204636105,"duration":0}},{"uid":"3825968e63041e06","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3825968e63041e06","status":"passed","time":{"start":1710204395492,"stop":1710204395493,"duration":1}},{"uid":"c9b4363352255fdd","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c9b4363352255fdd","status":"passed","time":{"start":1710203122008,"stop":1710203122009,"duration":1}},{"uid":"38cd3291cfae12f7","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/38cd3291cfae12f7","status":"passed","time":{"start":1710199608829,"stop":1710199608851,"duration":22}},{"uid":"7a957c8170bf0363","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7a957c8170bf0363","status":"passed","time":{"start":1710199506574,"stop":1710199506574,"duration":0}},{"uid":"c22e7dafeb972284","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c22e7dafeb972284","status":"passed","time":{"start":1710197033292,"stop":1710197033292,"duration":0}},{"uid":"822a70eba71020d4","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/822a70eba71020d4","status":"passed","time":{"start":1710167869155,"stop":1710167869164,"duration":9}},{"uid":"4317996e277c668f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4317996e277c668f","status":"passed","time":{"start":1710167049298,"stop":1710167049298,"duration":0}},{"uid":"2327771b8a04f8ae","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2327771b8a04f8ae","status":"passed","time":{"start":1710167194771,"stop":1710167194771,"duration":0}},{"uid":"9574838d6c3e4af6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/9574838d6c3e4af6","status":"passed","time":{"start":1710166328854,"stop":1710166328855,"duration":1}},{"uid":"b705be201f4948ec","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b705be201f4948ec","status":"passed","time":{"start":1710164551143,"stop":1710164551143,"duration":0}},{"uid":"d242d66df8f5449c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d242d66df8f5449c","status":"passed","time":{"start":1710163716002,"stop":1710163716003,"duration":1}},{"uid":"5f31c4aecb34d69a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/5f31c4aecb34d69a","status":"passed","time":{"start":1710163568083,"stop":1710163568083,"duration":0}},{"uid":"c44f3e0eb0a95e74","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c44f3e0eb0a95e74","status":"passed","time":{"start":1710155626333,"stop":1710155626333,"duration":0}},{"uid":"c36847189969f2ce","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c36847189969f2ce","status":"passed","time":{"start":1710154824292,"stop":1710154824292,"duration":0}},{"uid":"44551f81993a6d04","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/44551f81993a6d04","status":"passed","time":{"start":1710154466436,"stop":1710154466437,"duration":1}},{"uid":"26dcfa0224b4490c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/26dcfa0224b4490c","status":"passed","time":{"start":1710102475244,"stop":1710102475248,"duration":4}},{"uid":"1422bf32d2dd95a5","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1422bf32d2dd95a5","status":"passed","time":{"start":1710080673292,"stop":1710080673293,"duration":1}},{"uid":"cf74a28d9a0c59d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/cf74a28d9a0c59d","status":"passed","time":{"start":1710024327580,"stop":1710024327580,"duration":0}}]},"tags":[]},"source":"c29384b52f5cf971.json","parameterValues":[]} \ No newline at end of file +{"uid":"c41945c4b8cbfead","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":1710308097735,"stop":1710308097735,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"bac580444c8ffa96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bac580444c8ffa96","status":"passed","time":{"start":1710306994275,"stop":1710306994276,"duration":1}},{"uid":"574773b660d489b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/574773b660d489b5","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"ece4a120a1dbcd85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ece4a120a1dbcd85","status":"passed","time":{"start":1710284459545,"stop":1710284459547,"duration":2}}]},"tags":[]},"source":"c41945c4b8cbfead.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/22c85a78dae38d68.json b/6685/data/test-cases/c4faaac875690fd0.json similarity index 77% rename from 6651/data/test-cases/22c85a78dae38d68.json rename to 6685/data/test-cases/c4faaac875690fd0.json index bf7383daaeb..8e575b4e74e 100644 --- a/6651/data/test-cases/22c85a78dae38d68.json +++ b/6685/data/test-cases/c4faaac875690fd0.json @@ -1 +1 @@ -{"uid":"22c85a78dae38d68","name":"Subscribe to 30 topics (old limit) at once and receives messages","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to 30 topics (old limit) at once and receives messages","historyId":"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204945839,"stop":1710204945839,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":73,"passed":0,"unknown":0,"total":73},"items":[{"uid":"f138f001b58dabb6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f138f001b58dabb6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204830289,"stop":1710204830289,"duration":0}},{"uid":"331c620e8e0764c9","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/331c620e8e0764c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204733005,"stop":1710204733005,"duration":0}},{"uid":"cffd010f0f58f670","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/cffd010f0f58f670","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204477761,"stop":1710204477762,"duration":1}},{"uid":"9125861857b3aca","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9125861857b3aca","status":"skipped","statusDetails":"Test ignored","time":{"start":1710203199465,"stop":1710203199465,"duration":0}},{"uid":"6caefdbb53f538e2","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6caefdbb53f538e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199697809,"stop":1710199697809,"duration":0}},{"uid":"856a27c4203f4778","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/856a27c4203f4778","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199591754,"stop":1710199591754,"duration":0}},{"uid":"a724bcfed1b42d6d","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a724bcfed1b42d6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710197131779,"stop":1710197131779,"duration":0}},{"uid":"45af4e2d49bfd997","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/45af4e2d49bfd997","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167952593,"stop":1710167952594,"duration":1}},{"uid":"de65211acfde6494","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/de65211acfde6494","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167221544,"stop":1710167221544,"duration":0}},{"uid":"2b42e49652a8f3dd","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2b42e49652a8f3dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167283371,"stop":1710167283372,"duration":1}},{"uid":"34a56b2e5853b65d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/34a56b2e5853b65d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710166420480,"stop":1710166420481,"duration":1}},{"uid":"2f4ddec567e036c9","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2f4ddec567e036c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164634565,"stop":1710164634565,"duration":0}},{"uid":"ed07fa547b00c6eb","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ed07fa547b00c6eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163791784,"stop":1710163791784,"duration":0}},{"uid":"7634ddfe1bd36489","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/7634ddfe1bd36489","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163655789,"stop":1710163655789,"duration":0}},{"uid":"1cb0bff9bea12a6a","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/1cb0bff9bea12a6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155712313,"stop":1710155712313,"duration":0}},{"uid":"5c7d16c5f05b03fa","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5c7d16c5f05b03fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154919626,"stop":1710154919626,"duration":0}},{"uid":"c22e37f449aec6d1","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c22e37f449aec6d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154537137,"stop":1710154537137,"duration":0}},{"uid":"fb685a8fe568e669","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/fb685a8fe568e669","status":"skipped","statusDetails":"Test ignored","time":{"start":1710102560657,"stop":1710102560657,"duration":0}},{"uid":"7ba0e6c8ed7eebdf","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7ba0e6c8ed7eebdf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710080763687,"stop":1710080763687,"duration":0}},{"uid":"14f941f106f31f10","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/14f941f106f31f10","status":"skipped","statusDetails":"Test ignored","time":{"start":1710024433722,"stop":1710024433722,"duration":0}}]},"tags":[]},"source":"22c85a78dae38d68.json","parameterValues":[]} \ No newline at end of file +{"uid":"c4faaac875690fd0","name":"Subscribe to 30 topics (old limit) at once and receives messages","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to 30 topics (old limit) at once and receives messages","historyId":"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"6551000661afdae3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6551000661afdae3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078640,"stop":1710307078640,"duration":0}},{"uid":"9bf4a3f6174ab060","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bf4a3f6174ab060","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281994,"stop":1710287281994,"duration":0}},{"uid":"79d171a4f14a9f25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d171a4f14a9f25","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550754,"stop":1710284550755,"duration":1}}]},"tags":[]},"source":"c4faaac875690fd0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c54954d908a46041.json b/6685/data/test-cases/c54954d908a46041.json new file mode 100644 index 00000000000..3cd6a863efd --- /dev/null +++ b/6685/data/test-cases/c54954d908a46041.json @@ -0,0 +1 @@ +{"uid":"c54954d908a46041","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":1710307898612,"stop":1710307898612,"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":"7375b5fe7f2e0efd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7375b5fe7f2e0efd","status":"passed","time":{"start":1710306791808,"stop":1710306791809,"duration":1}},{"uid":"d590d24181710c11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d590d24181710c11","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fcef8cbe7ce48a24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcef8cbe7ce48a24","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"tags":[]},"source":"c54954d908a46041.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c5623ff0da329f91.json b/6685/data/test-cases/c5623ff0da329f91.json new file mode 100644 index 00000000000..97afadb57f7 --- /dev/null +++ b/6685/data/test-cases/c5623ff0da329f91.json @@ -0,0 +1 @@ +{"uid":"c5623ff0da329f91","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":1710308231837,"stop":1710308231837,"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":4,"unknown":0,"total":4},"items":[{"uid":"b51c93af8719d837","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b51c93af8719d837","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"8f8c1199730d07a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f8c1199730d07a2","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"9ff2e74d13a4dcf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ff2e74d13a4dcf3","status":"passed","time":{"start":1710284588136,"stop":1710284588137,"duration":1}}]},"tags":[]},"source":"c5623ff0da329f91.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/29fb428ed406be01.json b/6685/data/test-cases/c562f0bf9562f114.json similarity index 74% rename from 6651/data/test-cases/29fb428ed406be01.json rename to 6685/data/test-cases/c562f0bf9562f114.json index dfb6d45e2ee..9e1b69bc3b8 100644 --- a/6651/data/test-cases/29fb428ed406be01.json +++ b/6685/data/test-cases/c562f0bf9562f114.json @@ -1 +1 @@ -{"uid":"29fb428ed406be01","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":1710205111362,"stop":1710205111363,"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":73,"unknown":0,"total":73},"items":[{"uid":"cf6ba1bc713d9cec","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/cf6ba1bc713d9cec","status":"passed","time":{"start":1710205017181,"stop":1710205017182,"duration":1}},{"uid":"666c0fb25ec741bd","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/666c0fb25ec741bd","status":"passed","time":{"start":1710204906973,"stop":1710204906973,"duration":0}},{"uid":"dca2e8a7707639ed","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/dca2e8a7707639ed","status":"passed","time":{"start":1710204657696,"stop":1710204657696,"duration":0}},{"uid":"98ba19c577cf5531","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/98ba19c577cf5531","status":"passed","time":{"start":1710203386084,"stop":1710203386084,"duration":0}},{"uid":"960b50c474ea94b5","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/960b50c474ea94b5","status":"passed","time":{"start":1710199881928,"stop":1710199881929,"duration":1}},{"uid":"c6da12ecfd1f0707","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c6da12ecfd1f0707","status":"passed","time":{"start":1710199775341,"stop":1710199775342,"duration":1}},{"uid":"fe71c8774cfa7270","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/fe71c8774cfa7270","status":"passed","time":{"start":1710197317811,"stop":1710197317811,"duration":0}},{"uid":"bcd6fc24da4c721f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bcd6fc24da4c721f","status":"passed","time":{"start":1710168157255,"stop":1710168157256,"duration":1}},{"uid":"133dfa329ac15f27","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/133dfa329ac15f27","status":"passed","time":{"start":1710167388043,"stop":1710167388044,"duration":1}},{"uid":"54c926b6301ccbf6","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/54c926b6301ccbf6","status":"passed","time":{"start":1710167452045,"stop":1710167452046,"duration":1}},{"uid":"efef7dcfd1cac083","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/efef7dcfd1cac083","status":"passed","time":{"start":1710166594823,"stop":1710166594823,"duration":0}},{"uid":"c4b2c0fb19de3d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c4b2c0fb19de3d","status":"passed","time":{"start":1710164827343,"stop":1710164827344,"duration":1}},{"uid":"1269fbbe2d189bd7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1269fbbe2d189bd7","status":"passed","time":{"start":1710163975334,"stop":1710163975334,"duration":0}},{"uid":"e7a048f980c6beb","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e7a048f980c6beb","status":"passed","time":{"start":1710163842488,"stop":1710163842489,"duration":1}},{"uid":"39b0297ae6cc1234","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/39b0297ae6cc1234","status":"passed","time":{"start":1710155887160,"stop":1710155887160,"duration":0}},{"uid":"721d77f8853827cb","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/721d77f8853827cb","status":"passed","time":{"start":1710155106022,"stop":1710155106023,"duration":1}},{"uid":"ef92ac933a62819c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ef92ac933a62819c","status":"passed","time":{"start":1710154728837,"stop":1710154728838,"duration":1}},{"uid":"bfad4fca6f2ec2e6","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/bfad4fca6f2ec2e6","status":"passed","time":{"start":1710102734832,"stop":1710102734833,"duration":1}},{"uid":"258d39f55b743f6e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/258d39f55b743f6e","status":"passed","time":{"start":1710080944311,"stop":1710080944312,"duration":1}},{"uid":"98dbc3b6b0da6657","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/98dbc3b6b0da6657","status":"passed","time":{"start":1710024618196,"stop":1710024618197,"duration":1}}]},"tags":[]},"source":"29fb428ed406be01.json","parameterValues":[]} \ No newline at end of file +{"uid":"c562f0bf9562f114","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":1710308371302,"stop":1710308371303,"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":"e643e20019f5f65c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e643e20019f5f65c","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"6bc3610041a5b917","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6bc3610041a5b917","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"4177160e03f2165f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4177160e03f2165f","status":"passed","time":{"start":1710284730219,"stop":1710284730219,"duration":0}}]},"tags":[]},"source":"c562f0bf9562f114.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e6b958c5374b145e.json b/6685/data/test-cases/c57dffb12af24514.json similarity index 81% rename from 6651/data/test-cases/e6b958c5374b145e.json rename to 6685/data/test-cases/c57dffb12af24514.json index d84f7e2aa73..c46b0bc8405 100644 --- a/6651/data/test-cases/e6b958c5374b145e.json +++ b/6685/data/test-cases/c57dffb12af24514.json @@ -1 +1 @@ -{"uid":"e6b958c5374b145e","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":1710205335129,"stop":1710205335130,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"4f460ce39f508edc","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4f460ce39f508edc","status":"passed","time":{"start":1710205224505,"stop":1710205224506,"duration":1}},{"uid":"b4b48a21a9fa9ee7","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b4b48a21a9fa9ee7","status":"passed","time":{"start":1710205109071,"stop":1710205109071,"duration":0}},{"uid":"a463302f3d80863c","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a463302f3d80863c","status":"passed","time":{"start":1710204865540,"stop":1710204865540,"duration":0}},{"uid":"9521d08359607aad","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9521d08359607aad","status":"passed","time":{"start":1710203577224,"stop":1710203577225,"duration":1}},{"uid":"c3ec9025e178adc3","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c3ec9025e178adc3","status":"passed","time":{"start":1710200067235,"stop":1710200067236,"duration":1}},{"uid":"c1d51787d5e4bb86","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c1d51787d5e4bb86","status":"passed","time":{"start":1710199972390,"stop":1710199972391,"duration":1}},{"uid":"8acac96861b2eb9a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8acac96861b2eb9a","status":"passed","time":{"start":1710197502480,"stop":1710197502481,"duration":1}},{"uid":"b2f3a0b0b251a56b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b2f3a0b0b251a56b","status":"passed","time":{"start":1710168341994,"stop":1710168341994,"duration":0}},{"uid":"dfe282bd50568f2f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/dfe282bd50568f2f","status":"passed","time":{"start":1710167568807,"stop":1710167568807,"duration":0}},{"uid":"4728cc5de6abda7a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/4728cc5de6abda7a","status":"passed","time":{"start":1710167665497,"stop":1710167665498,"duration":1}},{"uid":"628e9bd872227d3c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/628e9bd872227d3c","status":"passed","time":{"start":1710166795556,"stop":1710166795556,"duration":0}},{"uid":"2ba4bbe01988d8c6","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2ba4bbe01988d8c6","status":"passed","time":{"start":1710165026118,"stop":1710165026118,"duration":0}},{"uid":"737ed2f8eb024491","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/737ed2f8eb024491","status":"passed","time":{"start":1710164176702,"stop":1710164176702,"duration":0}},{"uid":"e5814f2e0e4a4be2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e5814f2e0e4a4be2","status":"passed","time":{"start":1710164039973,"stop":1710164039973,"duration":0}},{"uid":"3b4ca5e2adf90502","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/3b4ca5e2adf90502","status":"passed","time":{"start":1710156088891,"stop":1710156088891,"duration":0}},{"uid":"25cd4bb2d4a489e2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/25cd4bb2d4a489e2","status":"passed","time":{"start":1710155298399,"stop":1710155298399,"duration":0}},{"uid":"eb5e598174d1f902","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/eb5e598174d1f902","status":"passed","time":{"start":1710154928183,"stop":1710154928183,"duration":0}},{"uid":"bff5b3b88cf34740","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/bff5b3b88cf34740","status":"passed","time":{"start":1710102939210,"stop":1710102939210,"duration":0}},{"uid":"4c27a97cd080219c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4c27a97cd080219c","status":"passed","time":{"start":1710081135407,"stop":1710081135407,"duration":0}},{"uid":"617e08a32097c2ce","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/617e08a32097c2ce","status":"passed","time":{"start":1710024806413,"stop":1710024806413,"duration":0}}]},"tags":[]},"source":"e6b958c5374b145e.json","parameterValues":[]} \ No newline at end of file +{"uid":"c57dffb12af24514","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":1710308572932,"stop":1710308572932,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"ac1f82296aa79cd9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac1f82296aa79cd9","status":"passed","time":{"start":1710307465617,"stop":1710307465618,"duration":1}},{"uid":"e563bb24b1facedc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e563bb24b1facedc","status":"passed","time":{"start":1710287674896,"stop":1710287674896,"duration":0}},{"uid":"bf3b542f3162521e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf3b542f3162521e","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"tags":[]},"source":"c57dffb12af24514.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c5c549e543302556.json b/6685/data/test-cases/c5c549e543302556.json new file mode 100644 index 00000000000..db55b049b5c --- /dev/null +++ b/6685/data/test-cases/c5c549e543302556.json @@ -0,0 +1 @@ +{"uid":"c5c549e543302556","name":"3 nodes on /waku/2/rs/3/1 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/3/1 topic","historyId":"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308357663,"stop":1710308357664,"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":"edc6b1d5e7fb67ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/edc6b1d5e7fb67ca","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4c596a8fd0388194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c596a8fd0388194","status":"passed","time":{"start":1710287451483,"stop":1710287451484,"duration":1}},{"uid":"551b895665ca08f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/551b895665ca08f8","status":"passed","time":{"start":1710284717992,"stop":1710284717993,"duration":1}}]},"tags":[]},"source":"c5c549e543302556.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/46d573245a306b73.json b/6685/data/test-cases/c60c32df11b0567b.json similarity index 76% rename from 6651/data/test-cases/46d573245a306b73.json rename to 6685/data/test-cases/c60c32df11b0567b.json index 19bf4f219f3..457dd0b764a 100644 --- a/6651/data/test-cases/46d573245a306b73.json +++ b/6685/data/test-cases/c60c32df11b0567b.json @@ -1 +1 @@ -{"uid":"46d573245a306b73","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":1710204847302,"stop":1710204847302,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"f2164c7b1a5d5f38","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f2164c7b1a5d5f38","status":"passed","time":{"start":1710204755947,"stop":1710204755948,"duration":1}},{"uid":"2946b1c9127ae36c","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2946b1c9127ae36c","status":"passed","time":{"start":1710204636025,"stop":1710204636025,"duration":0}},{"uid":"21bee23695bab8ae","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/21bee23695bab8ae","status":"passed","time":{"start":1710204395477,"stop":1710204395477,"duration":0}},{"uid":"c3bd09017ba4982b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c3bd09017ba4982b","status":"passed","time":{"start":1710203122003,"stop":1710203122004,"duration":1}},{"uid":"9977ecac6cc8b7aa","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9977ecac6cc8b7aa","status":"passed","time":{"start":1710199608821,"stop":1710199608822,"duration":1}},{"uid":"52f4277893019437","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/52f4277893019437","status":"passed","time":{"start":1710199506568,"stop":1710199506568,"duration":0}},{"uid":"fd8f3f95da5efab1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/fd8f3f95da5efab1","status":"passed","time":{"start":1710197033246,"stop":1710197033261,"duration":15}},{"uid":"bab2177538b59e01","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bab2177538b59e01","status":"passed","time":{"start":1710167869142,"stop":1710167869142,"duration":0}},{"uid":"7183496cdc993581","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7183496cdc993581","status":"passed","time":{"start":1710167049291,"stop":1710167049292,"duration":1}},{"uid":"4f8583f77621acfc","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/4f8583f77621acfc","status":"passed","time":{"start":1710167194765,"stop":1710167194766,"duration":1}},{"uid":"34986413874b8f0b","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/34986413874b8f0b","status":"passed","time":{"start":1710166328850,"stop":1710166328850,"duration":0}},{"uid":"19d1a421cb68a194","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/19d1a421cb68a194","status":"passed","time":{"start":1710164551136,"stop":1710164551137,"duration":1}},{"uid":"6d4ec52efb343fe0","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6d4ec52efb343fe0","status":"passed","time":{"start":1710163715997,"stop":1710163715997,"duration":0}},{"uid":"8adc890ebd3b55f7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8adc890ebd3b55f7","status":"passed","time":{"start":1710163568078,"stop":1710163568078,"duration":0}},{"uid":"f30212683c6a5ab9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f30212683c6a5ab9","status":"passed","time":{"start":1710155626325,"stop":1710155626325,"duration":0}},{"uid":"1e137b56a497e722","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1e137b56a497e722","status":"passed","time":{"start":1710154824283,"stop":1710154824284,"duration":1}},{"uid":"c44b8838cb5128d4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c44b8838cb5128d4","status":"passed","time":{"start":1710154466425,"stop":1710154466426,"duration":1}},{"uid":"25f4585b92a5833d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/25f4585b92a5833d","status":"passed","time":{"start":1710102475239,"stop":1710102475239,"duration":0}},{"uid":"9314aebedb243eb2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9314aebedb243eb2","status":"passed","time":{"start":1710080673279,"stop":1710080673279,"duration":0}},{"uid":"9ca20d3fd5b85e47","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9ca20d3fd5b85e47","status":"passed","time":{"start":1710024327575,"stop":1710024327576,"duration":1}}]},"tags":[]},"source":"46d573245a306b73.json","parameterValues":[]} \ No newline at end of file +{"uid":"c60c32df11b0567b","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":1710308097731,"stop":1710308097731,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"d55b295c954e78de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d55b295c954e78de","status":"passed","time":{"start":1710306994271,"stop":1710306994271,"duration":0}},{"uid":"c202416ddc6eea65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c202416ddc6eea65","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"9936823d68eece01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9936823d68eece01","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"tags":[]},"source":"c60c32df11b0567b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c668840418c6e757.json b/6685/data/test-cases/c668840418c6e757.json new file mode 100644 index 00000000000..19061a6d975 --- /dev/null +++ b/6685/data/test-cases/c668840418c6e757.json @@ -0,0 +1 @@ +{"uid":"c668840418c6e757","name":"configure the node with multiple pubsub topics","fullName":"/tests/sharding/running_nodes.spec.ts: Autosharding: Running Nodes > configure the node with multiple pubsub topics","historyId":"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308402073,"stop":1710308402074,"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}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd1ce11214338bcc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1ce11214338bcc","status":"passed","time":{"start":1710307285628,"stop":1710307285628,"duration":0}},{"uid":"1614584fc5eeafa1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1614584fc5eeafa1","status":"passed","time":{"start":1710287499226,"stop":1710287499226,"duration":0}},{"uid":"1d572108a4176829","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1d572108a4176829","status":"passed","time":{"start":1710284765830,"stop":1710284765830,"duration":0}}]},"tags":[]},"source":"c668840418c6e757.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/86853ae831d10175.json b/6685/data/test-cases/c66df1ea5ce918aa.json similarity index 76% rename from 6651/data/test-cases/86853ae831d10175.json rename to 6685/data/test-cases/c66df1ea5ce918aa.json index d275f04ed81..602a467d78a 100644 --- a/6651/data/test-cases/86853ae831d10175.json +++ b/6685/data/test-cases/c66df1ea5ce918aa.json @@ -1 +1 @@ -{"uid":"86853ae831d10175","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":1710205115567,"stop":1710205115567,"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":73,"unknown":0,"total":73},"items":[{"uid":"d77000a6bca9efc","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d77000a6bca9efc","status":"passed","time":{"start":1710205004959,"stop":1710205004959,"duration":0}},{"uid":"b209c8d18811e61b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b209c8d18811e61b","status":"passed","time":{"start":1710204900781,"stop":1710204900782,"duration":1}},{"uid":"3509206410dcae9a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3509206410dcae9a","status":"passed","time":{"start":1710204658512,"stop":1710204658512,"duration":0}},{"uid":"d205a2efa7b92780","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d205a2efa7b92780","status":"passed","time":{"start":1710203380005,"stop":1710203380005,"duration":0}},{"uid":"d0e21a45efc7f4fa","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d0e21a45efc7f4fa","status":"passed","time":{"start":1710199869968,"stop":1710199869969,"duration":1}},{"uid":"679377fe6cac691","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/679377fe6cac691","status":"passed","time":{"start":1710199772374,"stop":1710199772375,"duration":1}},{"uid":"9fd9d8d811424e13","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9fd9d8d811424e13","status":"passed","time":{"start":1710197312726,"stop":1710197312727,"duration":1}},{"uid":"e0a49ebcde16a25b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e0a49ebcde16a25b","status":"passed","time":{"start":1710168147656,"stop":1710168147657,"duration":1}},{"uid":"3895786be06c7cde","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3895786be06c7cde","status":"passed","time":{"start":1710167379246,"stop":1710167379247,"duration":1}},{"uid":"815e2025ab00c036","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/815e2025ab00c036","status":"passed","time":{"start":1710167447897,"stop":1710167447898,"duration":1}},{"uid":"50e9510165f3048c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/50e9510165f3048c","status":"passed","time":{"start":1710166585476,"stop":1710166585476,"duration":0}},{"uid":"408552be6ca94eed","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/408552be6ca94eed","status":"passed","time":{"start":1710164815416,"stop":1710164815416,"duration":0}},{"uid":"a29eb27a109467f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a29eb27a109467f","status":"passed","time":{"start":1710163978892,"stop":1710163978892,"duration":0}},{"uid":"2c7032825d7149f8","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2c7032825d7149f8","status":"passed","time":{"start":1710163834504,"stop":1710163834504,"duration":0}},{"uid":"ccf77b2926a8de3b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ccf77b2926a8de3b","status":"passed","time":{"start":1710155882158,"stop":1710155882159,"duration":1}},{"uid":"759bb9b4736d906e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/759bb9b4736d906e","status":"passed","time":{"start":1710155093744,"stop":1710155093745,"duration":1}},{"uid":"dba10ba18bcc95c0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/dba10ba18bcc95c0","status":"passed","time":{"start":1710154718358,"stop":1710154718359,"duration":1}},{"uid":"75288073685775f4","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/75288073685775f4","status":"passed","time":{"start":1710102732561,"stop":1710102732561,"duration":0}},{"uid":"ac89bea45a25f7d2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ac89bea45a25f7d2","status":"passed","time":{"start":1710080936470,"stop":1710080936471,"duration":1}},{"uid":"706314c6637aef2b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/706314c6637aef2b","status":"passed","time":{"start":1710024618610,"stop":1710024618611,"duration":1}}]},"tags":[]},"source":"86853ae831d10175.json","parameterValues":[]} \ No newline at end of file +{"uid":"c66df1ea5ce918aa","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":1710308366458,"stop":1710308366458,"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":"ef37b9432b455edc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ef37b9432b455edc","status":"passed","time":{"start":1710307247757,"stop":1710307247758,"duration":1}},{"uid":"49cceef6a5aa0aa9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49cceef6a5aa0aa9","status":"passed","time":{"start":1710287456025,"stop":1710287456028,"duration":3}},{"uid":"43d54bd5279210c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43d54bd5279210c6","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"tags":[]},"source":"c66df1ea5ce918aa.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e26fa629ea5ddbcc.json b/6685/data/test-cases/c6b82c612d43b344.json similarity index 81% rename from 6651/data/test-cases/e26fa629ea5ddbcc.json rename to 6685/data/test-cases/c6b82c612d43b344.json index 5e3178a3042..0fc86d6ba89 100644 --- a/6651/data/test-cases/e26fa629ea5ddbcc.json +++ b/6685/data/test-cases/c6b82c612d43b344.json @@ -1 +1 @@ -{"uid":"e26fa629ea5ddbcc","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":1710205335142,"stop":1710205335142,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"4df0f641988f7684","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4df0f641988f7684","status":"passed","time":{"start":1710205224511,"stop":1710205224512,"duration":1}},{"uid":"fc0563d39ec70778","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/fc0563d39ec70778","status":"passed","time":{"start":1710205109076,"stop":1710205109077,"duration":1}},{"uid":"c23d5929c2be0f01","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c23d5929c2be0f01","status":"passed","time":{"start":1710204865546,"stop":1710204865546,"duration":0}},{"uid":"583c49b9e674a05d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/583c49b9e674a05d","status":"passed","time":{"start":1710203577230,"stop":1710203577230,"duration":0}},{"uid":"3518c07d411ad2d8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3518c07d411ad2d8","status":"passed","time":{"start":1710200067240,"stop":1710200067241,"duration":1}},{"uid":"bc821613fa4ac9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/bc821613fa4ac9","status":"passed","time":{"start":1710199972395,"stop":1710199972396,"duration":1}},{"uid":"5135b2788dca487f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5135b2788dca487f","status":"passed","time":{"start":1710197502486,"stop":1710197502486,"duration":0}},{"uid":"98d091cf03dfb413","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/98d091cf03dfb413","status":"passed","time":{"start":1710168341999,"stop":1710168341999,"duration":0}},{"uid":"2bd36bfba00f7cf3","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/2bd36bfba00f7cf3","status":"passed","time":{"start":1710167568812,"stop":1710167568812,"duration":0}},{"uid":"edc1a3475e787f1a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/edc1a3475e787f1a","status":"passed","time":{"start":1710167665503,"stop":1710167665504,"duration":1}},{"uid":"7135d09c95a21c0f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7135d09c95a21c0f","status":"passed","time":{"start":1710166795561,"stop":1710166795562,"duration":1}},{"uid":"5842b898277a8972","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5842b898277a8972","status":"passed","time":{"start":1710165026124,"stop":1710165026124,"duration":0}},{"uid":"55828bec14a8c7f7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/55828bec14a8c7f7","status":"passed","time":{"start":1710164176707,"stop":1710164176707,"duration":0}},{"uid":"2ec4b050a0f91aba","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2ec4b050a0f91aba","status":"passed","time":{"start":1710164039979,"stop":1710164039979,"duration":0}},{"uid":"ab59b262f5194128","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ab59b262f5194128","status":"passed","time":{"start":1710156088896,"stop":1710156088896,"duration":0}},{"uid":"7510728b00cd585c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7510728b00cd585c","status":"passed","time":{"start":1710155298405,"stop":1710155298405,"duration":0}},{"uid":"4f30df3d9db4c3b1","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/4f30df3d9db4c3b1","status":"passed","time":{"start":1710154928189,"stop":1710154928189,"duration":0}},{"uid":"3ada2daa05f95518","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3ada2daa05f95518","status":"passed","time":{"start":1710102939215,"stop":1710102939216,"duration":1}},{"uid":"e359c279655034c4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e359c279655034c4","status":"passed","time":{"start":1710081135413,"stop":1710081135413,"duration":0}},{"uid":"c8a7544c8cc31b87","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c8a7544c8cc31b87","status":"passed","time":{"start":1710024806418,"stop":1710024806418,"duration":0}}]},"tags":[]},"source":"e26fa629ea5ddbcc.json","parameterValues":[]} \ No newline at end of file +{"uid":"c6b82c612d43b344","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":1710308572937,"stop":1710308572937,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"1d3b9335095bb3ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d3b9335095bb3ef","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"3ff84eaa9befc760","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ff84eaa9befc760","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"bf86b492e42f3cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf86b492e42f3cf8","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"tags":[]},"source":"c6b82c612d43b344.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/63040e8b9bf6d760.json b/6685/data/test-cases/c6ef879465123867.json similarity index 84% rename from 6651/data/test-cases/63040e8b9bf6d760.json rename to 6685/data/test-cases/c6ef879465123867.json index 1d51e2a86c7..bc93add2099 100644 --- a/6651/data/test-cases/63040e8b9bf6d760.json +++ b/6685/data/test-cases/c6ef879465123867.json @@ -1 +1 @@ -{"uid":"63040e8b9bf6d760","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":1710205233000,"stop":1710205233000,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"26d078d87ff5d17a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/26d078d87ff5d17a","status":"passed","time":{"start":1710205120340,"stop":1710205120341,"duration":1}},{"uid":"376021d7b7d461a6","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/376021d7b7d461a6","status":"passed","time":{"start":1710205004849,"stop":1710205004849,"duration":0}},{"uid":"28ee92d29fbfd09a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/28ee92d29fbfd09a","status":"passed","time":{"start":1710204772080,"stop":1710204772081,"duration":1}},{"uid":"4dcc46bbd9e2ef","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/4dcc46bbd9e2ef","status":"passed","time":{"start":1710203476043,"stop":1710203476043,"duration":0}},{"uid":"d3ec491b398c7eab","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d3ec491b398c7eab","status":"passed","time":{"start":1710199958103,"stop":1710199958104,"duration":1}},{"uid":"5d7e22e532afe374","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/5d7e22e532afe374","status":"passed","time":{"start":1710199882627,"stop":1710199882627,"duration":0}},{"uid":"b105160f83cdc403","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b105160f83cdc403","status":"passed","time":{"start":1710197397379,"stop":1710197397379,"duration":0}},{"uid":"a6f2d12e9f9c522b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a6f2d12e9f9c522b","status":"passed","time":{"start":1710168235073,"stop":1710168235108,"duration":35}},{"uid":"9b412450a4fecfb1","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9b412450a4fecfb1","status":"passed","time":{"start":1710167420242,"stop":1710167420242,"duration":0}},{"uid":"3a0f7b23ca21de1c","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3a0f7b23ca21de1c","status":"passed","time":{"start":1710167568719,"stop":1710167568720,"duration":1}},{"uid":"e96174c476a2a1fc","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e96174c476a2a1fc","status":"passed","time":{"start":1710166701463,"stop":1710166701463,"duration":0}},{"uid":"60b386e2d099da12","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/60b386e2d099da12","status":"passed","time":{"start":1710164929231,"stop":1710164929231,"duration":0}},{"uid":"c8badb1db41c636c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c8badb1db41c636c","status":"passed","time":{"start":1710164078395,"stop":1710164078395,"duration":0}},{"uid":"4ac10adadbd2d65f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4ac10adadbd2d65f","status":"passed","time":{"start":1710163927070,"stop":1710163927070,"duration":0}},{"uid":"579b223daa06c916","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/579b223daa06c916","status":"passed","time":{"start":1710155986277,"stop":1710155986283,"duration":6}},{"uid":"e19f90d2c7e03e8c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e19f90d2c7e03e8c","status":"passed","time":{"start":1710155212559,"stop":1710155212559,"duration":0}},{"uid":"92b2a83acc888947","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/92b2a83acc888947","status":"passed","time":{"start":1710154813461,"stop":1710154813464,"duration":3}},{"uid":"5264b2db8391b63a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5264b2db8391b63a","status":"passed","time":{"start":1710102845319,"stop":1710102845319,"duration":0}},{"uid":"343d25a2dfbef8da","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/343d25a2dfbef8da","status":"passed","time":{"start":1710081043170,"stop":1710081043171,"duration":1}},{"uid":"41d38a29812920f1","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/41d38a29812920f1","status":"passed","time":{"start":1710024705741,"stop":1710024705741,"duration":0}}]},"tags":[]},"source":"63040e8b9bf6d760.json","parameterValues":[]} \ No newline at end of file +{"uid":"c6ef879465123867","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":1710308463685,"stop":1710308463686,"duration":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":"c58e5b8bf671e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c58e5b8bf671e9","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"38ad29bf5e9c805b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38ad29bf5e9c805b","status":"passed","time":{"start":1710287569248,"stop":1710287569248,"duration":0}},{"uid":"5a36c6859063061a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a36c6859063061a","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"tags":[]},"source":"c6ef879465123867.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c6f0b192b239015e.json b/6685/data/test-cases/c6f0b192b239015e.json new file mode 100644 index 00000000000..eb6c7b4b2e7 --- /dev/null +++ b/6685/data/test-cases/c6f0b192b239015e.json @@ -0,0 +1 @@ +{"uid":"c6f0b192b239015e","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":1710308092689,"stop":1710308092690,"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":"7e5d050fc19ac9f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e5d050fc19ac9f3","status":"passed","time":{"start":1710306981495,"stop":1710306981496,"duration":1}},{"uid":"2a742211d786eed4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a742211d786eed4","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"9d83fd0b99a790b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d83fd0b99a790b","status":"passed","time":{"start":1710284459991,"stop":1710284459992,"duration":1}}]},"tags":[]},"source":"c6f0b192b239015e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c6f416e4a072265b.json b/6685/data/test-cases/c6f416e4a072265b.json new file mode 100644 index 00000000000..9406dbde546 --- /dev/null +++ b/6685/data/test-cases/c6f416e4a072265b.json @@ -0,0 +1 @@ +{"uid":"c6f416e4a072265b","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":1710307991227,"stop":1710307991227,"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":4,"unknown":0,"total":4},"items":[{"uid":"e0b0c42546c24c52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0b0c42546c24c52","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"fb008d907766082","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb008d907766082","status":"passed","time":{"start":1710287085418,"stop":1710287085419,"duration":1}},{"uid":"687aa8d0082cff46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/687aa8d0082cff46","status":"passed","time":{"start":1710284350513,"stop":1710284350513,"duration":0}}]},"tags":[]},"source":"c6f416e4a072265b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ad42a78bc52d75dd.json b/6685/data/test-cases/c7d3b14d46472c1d.json similarity index 53% rename from 6651/data/test-cases/ad42a78bc52d75dd.json rename to 6685/data/test-cases/c7d3b14d46472c1d.json index 886c75aba5c..8ce03725242 100644 --- a/6651/data/test-cases/ad42a78bc52d75dd.json +++ b/6685/data/test-cases/c7d3b14d46472c1d.json @@ -1 +1 @@ -{"uid":"ad42a78bc52d75dd","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":1710205227771,"stop":1710205227771,"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":73,"unknown":0,"total":73},"items":[{"uid":"810f2065db3ae946","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/810f2065db3ae946","status":"passed","time":{"start":1710205126018,"stop":1710205126019,"duration":1}},{"uid":"bb56306835f146c1","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/bb56306835f146c1","status":"passed","time":{"start":1710205014942,"stop":1710205014943,"duration":1}},{"uid":"ee567c1c4f06ab38","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ee567c1c4f06ab38","status":"passed","time":{"start":1710204755790,"stop":1710204755790,"duration":0}},{"uid":"f4213645aaa50e4c","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f4213645aaa50e4c","status":"passed","time":{"start":1710203470157,"stop":1710203470157,"duration":0}},{"uid":"77ad591bb84542a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/77ad591bb84542a","status":"passed","time":{"start":1710199963491,"stop":1710199963491,"duration":0}},{"uid":"cc1c3aae0bc5aad8","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/cc1c3aae0bc5aad8","status":"passed","time":{"start":1710199857545,"stop":1710199857546,"duration":1}},{"uid":"200913bf9cce7c48","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/200913bf9cce7c48","status":"passed","time":{"start":1710197420069,"stop":1710197420069,"duration":0}},{"uid":"ee33c1be32dd912f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ee33c1be32dd912f","status":"passed","time":{"start":1710168234026,"stop":1710168234026,"duration":0}},{"uid":"47c48acc8045448c","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/47c48acc8045448c","status":"passed","time":{"start":1710167536307,"stop":1710167536308,"duration":1}},{"uid":"b1324149f39d4d12","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b1324149f39d4d12","status":"passed","time":{"start":1710167552780,"stop":1710167552780,"duration":0}},{"uid":"2b66dc9e532c0513","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/2b66dc9e532c0513","status":"passed","time":{"start":1710166684448,"stop":1710166684449,"duration":1}},{"uid":"25c72ee3307ab719","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/25c72ee3307ab719","status":"passed","time":{"start":1710164921966,"stop":1710164921971,"duration":5}},{"uid":"7d84301294bef979","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7d84301294bef979","status":"passed","time":{"start":1710164068076,"stop":1710164068077,"duration":1}},{"uid":"49541a8d5dfcb739","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/49541a8d5dfcb739","status":"passed","time":{"start":1710163928805,"stop":1710163928805,"duration":0}},{"uid":"45eabe4d2f43442b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/45eabe4d2f43442b","status":"passed","time":{"start":1710155981057,"stop":1710155981057,"duration":0}},{"uid":"e697825d625af6a2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e697825d625af6a2","status":"passed","time":{"start":1710155187859,"stop":1710155187860,"duration":1}},{"uid":"597c05ab586015fa","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/597c05ab586015fa","status":"passed","time":{"start":1710154858419,"stop":1710154858420,"duration":1}},{"uid":"6ea99465edee189d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6ea99465edee189d","status":"passed","time":{"start":1710102828522,"stop":1710102828522,"duration":0}},{"uid":"4a01dd30e5b9d2e5","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4a01dd30e5b9d2e5","status":"passed","time":{"start":1710081029463,"stop":1710081029463,"duration":0}},{"uid":"d027b5a517d66f96","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d027b5a517d66f96","status":"passed","time":{"start":1710024696747,"stop":1710024696748,"duration":1}}]},"tags":[]},"source":"ad42a78bc52d75dd.json","parameterValues":[]} \ No newline at end of file +{"uid":"c7d3b14d46472c1d","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":1710308481021,"stop":1710308481022,"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":"953b6c4958f6ffe2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/953b6c4958f6ffe2","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"d68e64fa904c5f58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d68e64fa904c5f58","status":"passed","time":{"start":1710287560341,"stop":1710287560342,"duration":1}},{"uid":"a6214bca33c8df9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6214bca33c8df9a","status":"passed","time":{"start":1710284826096,"stop":1710284826097,"duration":1}}]},"tags":[]},"source":"c7d3b14d46472c1d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c8a3fa7019ab8ca6.json b/6685/data/test-cases/c8a3fa7019ab8ca6.json new file mode 100644 index 00000000000..b36a29e4839 --- /dev/null +++ b/6685/data/test-cases/c8a3fa7019ab8ca6.json @@ -0,0 +1 @@ +{"uid":"c8a3fa7019ab8ca6","name":"Filter","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Filter","historyId":"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308515427,"stop":1710308515427,"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":"f9508b104b81059c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9508b104b81059c","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"c6a8d060bf428d05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c6a8d060bf428d05","status":"passed","time":{"start":1710287608798,"stop":1710287608799,"duration":1}},{"uid":"32327500bbff3f24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32327500bbff3f24","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"tags":[]},"source":"c8a3fa7019ab8ca6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/eefbe1e958bff724.json b/6685/data/test-cases/c8b915338eb3e6ad.json similarity index 81% rename from 6651/data/test-cases/eefbe1e958bff724.json rename to 6685/data/test-cases/c8b915338eb3e6ad.json index 70e2bc37984..ae1cfb5496e 100644 --- a/6651/data/test-cases/eefbe1e958bff724.json +++ b/6685/data/test-cases/c8b915338eb3e6ad.json @@ -1 +1 @@ -{"uid":"eefbe1e958bff724","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":1710205335153,"stop":1710205335153,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"de798f45c010f5cc","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/de798f45c010f5cc","status":"passed","time":{"start":1710205224521,"stop":1710205224521,"duration":0}},{"uid":"fb8d7880c1c44e6e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/fb8d7880c1c44e6e","status":"passed","time":{"start":1710205109086,"stop":1710205109086,"duration":0}},{"uid":"3ce665f7d3b7a577","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3ce665f7d3b7a577","status":"passed","time":{"start":1710204865555,"stop":1710204865555,"duration":0}},{"uid":"37241fc32adbedc1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/37241fc32adbedc1","status":"passed","time":{"start":1710203577238,"stop":1710203577238,"duration":0}},{"uid":"e563972626cd4f99","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e563972626cd4f99","status":"passed","time":{"start":1710200067252,"stop":1710200067252,"duration":0}},{"uid":"dac32ca08fffb0a0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/dac32ca08fffb0a0","status":"passed","time":{"start":1710199972405,"stop":1710199972405,"duration":0}},{"uid":"1d01eb4732591ce3","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1d01eb4732591ce3","status":"passed","time":{"start":1710197502498,"stop":1710197502498,"duration":0}},{"uid":"6e98a9eb074f478b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6e98a9eb074f478b","status":"passed","time":{"start":1710168342008,"stop":1710168342009,"duration":1}},{"uid":"2aefae7a244cf02c","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/2aefae7a244cf02c","status":"passed","time":{"start":1710167568830,"stop":1710167568830,"duration":0}},{"uid":"40b68cc9a1bd9686","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/40b68cc9a1bd9686","status":"passed","time":{"start":1710167665515,"stop":1710167665516,"duration":1}},{"uid":"492b175b874c6513","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/492b175b874c6513","status":"passed","time":{"start":1710166795571,"stop":1710166795571,"duration":0}},{"uid":"81f853f4d3ccab64","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/81f853f4d3ccab64","status":"passed","time":{"start":1710165026135,"stop":1710165026135,"duration":0}},{"uid":"44f29866192519f8","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/44f29866192519f8","status":"passed","time":{"start":1710164176717,"stop":1710164176717,"duration":0}},{"uid":"b2f52291ffd80940","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b2f52291ffd80940","status":"passed","time":{"start":1710164039991,"stop":1710164039991,"duration":0}},{"uid":"a836823ec9ca11f8","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a836823ec9ca11f8","status":"passed","time":{"start":1710156088905,"stop":1710156088905,"duration":0}},{"uid":"f4fdc08a73cc3d42","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f4fdc08a73cc3d42","status":"passed","time":{"start":1710155298416,"stop":1710155298416,"duration":0}},{"uid":"a2b7b80ec72faf58","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a2b7b80ec72faf58","status":"passed","time":{"start":1710154928200,"stop":1710154928200,"duration":0}},{"uid":"568318aa42c7749b","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/568318aa42c7749b","status":"passed","time":{"start":1710102939226,"stop":1710102939226,"duration":0}},{"uid":"3aaf18d4cc421452","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3aaf18d4cc421452","status":"passed","time":{"start":1710081135423,"stop":1710081135424,"duration":1}},{"uid":"b5f6782c50c67442","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b5f6782c50c67442","status":"passed","time":{"start":1710024806427,"stop":1710024806427,"duration":0}}]},"tags":[]},"source":"eefbe1e958bff724.json","parameterValues":[]} \ No newline at end of file +{"uid":"c8b915338eb3e6ad","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":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"b8aa3d6c2c782916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8aa3d6c2c782916","status":"passed","time":{"start":1710307465634,"stop":1710307465635,"duration":1}},{"uid":"a960ced6109c8e95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a960ced6109c8e95","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"7d86d7ed5e775fc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7d86d7ed5e775fc1","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"tags":[]},"source":"c8b915338eb3e6ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/2659f9c68c3995e0.json b/6685/data/test-cases/c8d1183146f45971.json similarity index 78% rename from 6651/data/test-cases/2659f9c68c3995e0.json rename to 6685/data/test-cases/c8d1183146f45971.json index caf5d77be6d..a54c8b3a62c 100644 --- a/6651/data/test-cases/2659f9c68c3995e0.json +++ b/6685/data/test-cases/c8d1183146f45971.json @@ -1 +1 @@ -{"uid":"2659f9c68c3995e0","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":1710205173292,"stop":1710205173292,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"c13c88c50af14734","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c13c88c50af14734","status":"passed","time":{"start":1710205067271,"stop":1710205067272,"duration":1}},{"uid":"bf2b6195f89f9f62","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/bf2b6195f89f9f62","status":"passed","time":{"start":1710204962906,"stop":1710204962907,"duration":1}},{"uid":"12dd7c12c6b294c2","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/12dd7c12c6b294c2","status":"passed","time":{"start":1710204701461,"stop":1710204701461,"duration":0}},{"uid":"994fb90f8364cd82","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/994fb90f8364cd82","status":"passed","time":{"start":1710203416578,"stop":1710203416578,"duration":0}},{"uid":"d5df7d77e7850d38","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d5df7d77e7850d38","status":"passed","time":{"start":1710199910388,"stop":1710199910388,"duration":0}},{"uid":"6df877a383bdfdcc","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/6df877a383bdfdcc","status":"passed","time":{"start":1710199800506,"stop":1710199800506,"duration":0}},{"uid":"ef36d97d4473a93f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ef36d97d4473a93f","status":"passed","time":{"start":1710197348907,"stop":1710197348908,"duration":1}},{"uid":"9a01a5ddcb584212","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/9a01a5ddcb584212","status":"passed","time":{"start":1710168167420,"stop":1710168167421,"duration":1}},{"uid":"533f9b4220f89715","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/533f9b4220f89715","status":"passed","time":{"start":1710167350117,"stop":1710167350118,"duration":1}},{"uid":"73c0990180ec7178","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/73c0990180ec7178","status":"passed","time":{"start":1710167497860,"stop":1710167497860,"duration":0}},{"uid":"6f48246bcc7ff6ae","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6f48246bcc7ff6ae","status":"passed","time":{"start":1710166625599,"stop":1710166625599,"duration":0}},{"uid":"83080a613ba91cc4","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/83080a613ba91cc4","status":"passed","time":{"start":1710164870332,"stop":1710164870332,"duration":0}},{"uid":"e2a4751a32db3392","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e2a4751a32db3392","status":"passed","time":{"start":1710164015684,"stop":1710164015685,"duration":1}},{"uid":"4b0b79a3316fb8d2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4b0b79a3316fb8d2","status":"passed","time":{"start":1710163881225,"stop":1710163881225,"duration":0}},{"uid":"fa423d87a757d70c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/fa423d87a757d70c","status":"passed","time":{"start":1710155929066,"stop":1710155929067,"duration":1}},{"uid":"272910fcc28e38b9","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/272910fcc28e38b9","status":"passed","time":{"start":1710155134281,"stop":1710155134282,"duration":1}},{"uid":"2195768e9f161e5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/2195768e9f161e5","status":"passed","time":{"start":1710154760696,"stop":1710154760697,"duration":1}},{"uid":"4323652c0967cc2a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4323652c0967cc2a","status":"passed","time":{"start":1710102776884,"stop":1710102776884,"duration":0}},{"uid":"cbee7a0628446180","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/cbee7a0628446180","status":"passed","time":{"start":1710080978580,"stop":1710080978581,"duration":1}},{"uid":"3f01775ba07cf70e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3f01775ba07cf70e","status":"passed","time":{"start":1710024644858,"stop":1710024644859,"duration":1}}]},"tags":[]},"source":"2659f9c68c3995e0.json","parameterValues":[]} \ No newline at end of file +{"uid":"c8d1183146f45971","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":1710308416720,"stop":1710308416720,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"21d6b553accd1617","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/21d6b553accd1617","status":"passed","time":{"start":1710307308620,"stop":1710307308620,"duration":0}},{"uid":"2eb9cb180735406e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2eb9cb180735406e","status":"passed","time":{"start":1710287509745,"stop":1710287509746,"duration":1}},{"uid":"52382bd577617d83","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52382bd577617d83","status":"passed","time":{"start":1710284775838,"stop":1710284775838,"duration":0}}]},"tags":[]},"source":"c8d1183146f45971.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c9670423c988d8b1.json b/6685/data/test-cases/c9670423c988d8b1.json new file mode 100644 index 00000000000..9bbc0c8889d --- /dev/null +++ b/6685/data/test-cases/c9670423c988d8b1.json @@ -0,0 +1 @@ +{"uid":"c9670423c988d8b1","name":"throws on empty content topic","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on empty content topic","historyId":"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890263,"stop":1710307890264,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c0f6d1e734a9271","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0f6d1e734a9271","status":"passed","time":{"start":1710306783473,"stop":1710306783474,"duration":1}},{"uid":"1aff43092d31e57d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1aff43092d31e57d","status":"passed","time":{"start":1710286988735,"stop":1710286988735,"duration":0}},{"uid":"8ed4cf44121171f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed4cf44121171f8","status":"passed","time":{"start":1710284251164,"stop":1710284251165,"duration":1}}]},"tags":[]},"source":"c9670423c988d8b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c98bf4c3e739eac8.json b/6685/data/test-cases/c98bf4c3e739eac8.json new file mode 100644 index 00000000000..196caf72271 --- /dev/null +++ b/6685/data/test-cases/c98bf4c3e739eac8.json @@ -0,0 +1 @@ +{"uid":"c98bf4c3e739eac8","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":1710307898599,"stop":1710307898599,"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":"b3ce9496c9ce6348","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3ce9496c9ce6348","status":"passed","time":{"start":1710306791801,"stop":1710306791802,"duration":1}},{"uid":"fe6a27b56b025ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe6a27b56b025ee9","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"4fa0dee745e5c861","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4fa0dee745e5c861","status":"passed","time":{"start":1710284259603,"stop":1710284259603,"duration":0}}]},"tags":[]},"source":"c98bf4c3e739eac8.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/c9c076e66d864268.json b/6685/data/test-cases/c9c076e66d864268.json new file mode 100644 index 00000000000..44414d74111 --- /dev/null +++ b/6685/data/test-cases/c9c076e66d864268.json @@ -0,0 +1 @@ +{"uid":"c9c076e66d864268","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":1710307950104,"stop":1710307950105,"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":"a5cd33b8c2b73ab0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5cd33b8c2b73ab0","status":"passed","time":{"start":1710306846371,"stop":1710306846375,"duration":4}},{"uid":"683384f76562c848","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/683384f76562c848","status":"passed","time":{"start":1710287049209,"stop":1710287049209,"duration":0}},{"uid":"f18e621a4eea6bc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18e621a4eea6bc9","status":"passed","time":{"start":1710284311923,"stop":1710284311924,"duration":1}}]},"tags":[]},"source":"c9c076e66d864268.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/87dd3ca0c9c71c70.json b/6685/data/test-cases/c9e6fe4eee6ddb2d.json similarity index 80% rename from 6651/data/test-cases/87dd3ca0c9c71c70.json rename to 6685/data/test-cases/c9e6fe4eee6ddb2d.json index fad1c5e83c1..cfa9cecae5d 100644 --- a/6651/data/test-cases/87dd3ca0c9c71c70.json +++ b/6685/data/test-cases/c9e6fe4eee6ddb2d.json @@ -1 +1 @@ -{"uid":"87dd3ca0c9c71c70","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":1710204945842,"stop":1710204945842,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"30d57f21d0380c2","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/30d57f21d0380c2","status":"passed","time":{"start":1710204830292,"stop":1710204830293,"duration":1}},{"uid":"d2cd74d13b768f9f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/d2cd74d13b768f9f","status":"passed","time":{"start":1710204733008,"stop":1710204733008,"duration":0}},{"uid":"5458f149767b3612","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5458f149767b3612","status":"passed","time":{"start":1710204477767,"stop":1710204477768,"duration":1}},{"uid":"a92e4f289d1bd631","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/a92e4f289d1bd631","status":"passed","time":{"start":1710203199468,"stop":1710203199468,"duration":0}},{"uid":"124b6edc3d8c8125","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/124b6edc3d8c8125","status":"passed","time":{"start":1710199697815,"stop":1710199697815,"duration":0}},{"uid":"ad8e64614b7e5025","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ad8e64614b7e5025","status":"passed","time":{"start":1710199591759,"stop":1710199591759,"duration":0}},{"uid":"10c44ebe06c57ee","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/10c44ebe06c57ee","status":"passed","time":{"start":1710197131784,"stop":1710197131784,"duration":0}},{"uid":"b25023e82e6f2162","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b25023e82e6f2162","status":"passed","time":{"start":1710167952597,"stop":1710167952598,"duration":1}},{"uid":"5da96102878c297e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5da96102878c297e","status":"passed","time":{"start":1710167221547,"stop":1710167221547,"duration":0}},{"uid":"34bfebc9c86cfc7a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/34bfebc9c86cfc7a","status":"passed","time":{"start":1710167283374,"stop":1710167283374,"duration":0}},{"uid":"6ca7e0e7b626c4b7","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6ca7e0e7b626c4b7","status":"passed","time":{"start":1710166420483,"stop":1710166420484,"duration":1}},{"uid":"759d92197604bf48","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/759d92197604bf48","status":"passed","time":{"start":1710164634568,"stop":1710164634568,"duration":0}},{"uid":"b73a76bacd3422ab","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b73a76bacd3422ab","status":"passed","time":{"start":1710163791787,"stop":1710163791788,"duration":1}},{"uid":"a08e0f38e9096c50","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a08e0f38e9096c50","status":"passed","time":{"start":1710163655795,"stop":1710163655796,"duration":1}},{"uid":"bd74ca5120441869","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bd74ca5120441869","status":"passed","time":{"start":1710155712318,"stop":1710155712319,"duration":1}},{"uid":"65b76d1fc79f1191","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/65b76d1fc79f1191","status":"passed","time":{"start":1710154919631,"stop":1710154919631,"duration":0}},{"uid":"162ac79a8b7c11a9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/162ac79a8b7c11a9","status":"passed","time":{"start":1710154537141,"stop":1710154537142,"duration":1}},{"uid":"df20bc5885e7e649","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/df20bc5885e7e649","status":"passed","time":{"start":1710102560662,"stop":1710102560662,"duration":0}},{"uid":"3069943f48b5f7ec","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3069943f48b5f7ec","status":"passed","time":{"start":1710080763691,"stop":1710080763692,"duration":1}},{"uid":"d12f1c0743032c68","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d12f1c0743032c68","status":"passed","time":{"start":1710024433725,"stop":1710024433725,"duration":0}}]},"tags":[]},"source":"87dd3ca0c9c71c70.json","parameterValues":[]} \ No newline at end of file +{"uid":"c9e6fe4eee6ddb2d","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":1710308192921,"stop":1710308192921,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd9aa4dc148f4c84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd9aa4dc148f4c84","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"4383e10cea8a9f33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4383e10cea8a9f33","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"79d56723d1d00c6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d56723d1d00c6f","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"tags":[]},"source":"c9e6fe4eee6ddb2d.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/eb15e8e8d6524dde.json b/6685/data/test-cases/ca250cc38ddb51da.json similarity index 80% rename from 6651/data/test-cases/eb15e8e8d6524dde.json rename to 6685/data/test-cases/ca250cc38ddb51da.json index e02bbbacce2..eb2b891a893 100644 --- a/6651/data/test-cases/eb15e8e8d6524dde.json +++ b/6685/data/test-cases/ca250cc38ddb51da.json @@ -1 +1 @@ -{"uid":"eb15e8e8d6524dde","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":1710204945841,"stop":1710204945842,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"34d5d1042717c1e3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/34d5d1042717c1e3","status":"passed","time":{"start":1710204830292,"stop":1710204830292,"duration":0}},{"uid":"227652bbd581989b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/227652bbd581989b","status":"passed","time":{"start":1710204733007,"stop":1710204733007,"duration":0}},{"uid":"13a069f624a6d88a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/13a069f624a6d88a","status":"passed","time":{"start":1710204477766,"stop":1710204477767,"duration":1}},{"uid":"841dc961ee30ef7f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/841dc961ee30ef7f","status":"passed","time":{"start":1710203199467,"stop":1710203199467,"duration":0}},{"uid":"f3323a7cddf5a4c9","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f3323a7cddf5a4c9","status":"passed","time":{"start":1710199697813,"stop":1710199697813,"duration":0}},{"uid":"c41009d485cc0c19","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c41009d485cc0c19","status":"passed","time":{"start":1710199591758,"stop":1710199591759,"duration":1}},{"uid":"604fee9555dbbef7","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/604fee9555dbbef7","status":"passed","time":{"start":1710197131783,"stop":1710197131783,"duration":0}},{"uid":"320d28f60049fca8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/320d28f60049fca8","status":"passed","time":{"start":1710167952597,"stop":1710167952597,"duration":0}},{"uid":"5ba18c08888c3c6e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5ba18c08888c3c6e","status":"passed","time":{"start":1710167221546,"stop":1710167221546,"duration":0}},{"uid":"676695eb0ad00bca","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/676695eb0ad00bca","status":"passed","time":{"start":1710167283374,"stop":1710167283374,"duration":0}},{"uid":"b75f95cb9d008c7e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b75f95cb9d008c7e","status":"passed","time":{"start":1710166420483,"stop":1710166420483,"duration":0}},{"uid":"e60e0bfdaec458a3","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e60e0bfdaec458a3","status":"passed","time":{"start":1710164634567,"stop":1710164634568,"duration":1}},{"uid":"ed87320882527e82","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/ed87320882527e82","status":"passed","time":{"start":1710163791786,"stop":1710163791787,"duration":1}},{"uid":"4df3c0ec2f53e90c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4df3c0ec2f53e90c","status":"passed","time":{"start":1710163655794,"stop":1710163655794,"duration":0}},{"uid":"7706a4c0f73b1960","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7706a4c0f73b1960","status":"passed","time":{"start":1710155712317,"stop":1710155712318,"duration":1}},{"uid":"3ff46002dc096df1","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3ff46002dc096df1","status":"passed","time":{"start":1710154919630,"stop":1710154919630,"duration":0}},{"uid":"551966022ef23dde","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/551966022ef23dde","status":"passed","time":{"start":1710154537141,"stop":1710154537141,"duration":0}},{"uid":"7b85bce7325ac8c7","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7b85bce7325ac8c7","status":"passed","time":{"start":1710102560661,"stop":1710102560662,"duration":1}},{"uid":"cda4091998d592bf","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/cda4091998d592bf","status":"passed","time":{"start":1710080763691,"stop":1710080763691,"duration":0}},{"uid":"be06d5f79aea7338","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/be06d5f79aea7338","status":"passed","time":{"start":1710024433724,"stop":1710024433724,"duration":0}}]},"tags":[]},"source":"eb15e8e8d6524dde.json","parameterValues":[]} \ No newline at end of file +{"uid":"ca250cc38ddb51da","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":1710308192920,"stop":1710308192920,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"349c76ee852db424","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/349c76ee852db424","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"c8b00e317caff2e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8b00e317caff2e2","status":"passed","time":{"start":1710287281996,"stop":1710287281997,"duration":1}},{"uid":"2b54c3f5e2f734ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b54c3f5e2f734ab","status":"passed","time":{"start":1710284550765,"stop":1710284550765,"duration":0}}]},"tags":[]},"source":"ca250cc38ddb51da.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4aa08f5f42b7ef8d.json b/6685/data/test-cases/cb13348c58157251.json similarity index 61% rename from 6651/data/test-cases/4aa08f5f42b7ef8d.json rename to 6685/data/test-cases/cb13348c58157251.json index 4d6fa681fed..a62c8867068 100644 --- a/6651/data/test-cases/4aa08f5f42b7ef8d.json +++ b/6685/data/test-cases/cb13348c58157251.json @@ -1 +1 @@ -{"uid":"4aa08f5f42b7ef8d","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":1710205173326,"stop":1710205173340,"duration":14},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"4f466769b9f8b43b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4f466769b9f8b43b","status":"passed","time":{"start":1710205067282,"stop":1710205067282,"duration":0}},{"uid":"7d7b57e65a417895","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/7d7b57e65a417895","status":"passed","time":{"start":1710204962924,"stop":1710204962924,"duration":0}},{"uid":"b112a0cd444d2719","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b112a0cd444d2719","status":"passed","time":{"start":1710204701472,"stop":1710204701472,"duration":0}},{"uid":"7e47f2f1229719e6","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/7e47f2f1229719e6","status":"passed","time":{"start":1710203416617,"stop":1710203416617,"duration":0}},{"uid":"321a07c05b1b6c4c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/321a07c05b1b6c4c","status":"passed","time":{"start":1710199910419,"stop":1710199910419,"duration":0}},{"uid":"20a09814a7f5524","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/20a09814a7f5524","status":"passed","time":{"start":1710199800516,"stop":1710199800517,"duration":1}},{"uid":"b74376893de16403","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b74376893de16403","status":"passed","time":{"start":1710197348919,"stop":1710197348919,"duration":0}},{"uid":"18bd950c1ce81a61","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/18bd950c1ce81a61","status":"passed","time":{"start":1710168167437,"stop":1710168167438,"duration":1}},{"uid":"b334d918b5b36ec8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b334d918b5b36ec8","status":"passed","time":{"start":1710167350133,"stop":1710167350133,"duration":0}},{"uid":"69982fccdb4426dd","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/69982fccdb4426dd","status":"passed","time":{"start":1710167497871,"stop":1710167497871,"duration":0}},{"uid":"43aefe00c78dfa9f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/43aefe00c78dfa9f","status":"passed","time":{"start":1710166625616,"stop":1710166625616,"duration":0}},{"uid":"144e4eb3380f4a92","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/144e4eb3380f4a92","status":"passed","time":{"start":1710164870353,"stop":1710164870354,"duration":1}},{"uid":"6098048e1fdbdc6e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6098048e1fdbdc6e","status":"passed","time":{"start":1710164015696,"stop":1710164015696,"duration":0}},{"uid":"75ceb0275107e83f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/75ceb0275107e83f","status":"passed","time":{"start":1710163881241,"stop":1710163881242,"duration":1}},{"uid":"ea40162da899c7b9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ea40162da899c7b9","status":"passed","time":{"start":1710155929078,"stop":1710155929078,"duration":0}},{"uid":"fe70b54899af4913","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/fe70b54899af4913","status":"passed","time":{"start":1710155134301,"stop":1710155134301,"duration":0}},{"uid":"823db92b8467192","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/823db92b8467192","status":"passed","time":{"start":1710154760717,"stop":1710154760718,"duration":1}},{"uid":"4ac5e315ecbe1e2d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4ac5e315ecbe1e2d","status":"passed","time":{"start":1710102776896,"stop":1710102776896,"duration":0}},{"uid":"bb40ab335e40e991","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bb40ab335e40e991","status":"passed","time":{"start":1710080978590,"stop":1710080978590,"duration":0}},{"uid":"36863b6cceb47f08","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/36863b6cceb47f08","status":"passed","time":{"start":1710024644872,"stop":1710024644872,"duration":0}}]},"tags":[]},"source":"4aa08f5f42b7ef8d.json","parameterValues":[]} \ No newline at end of file +{"uid":"cb13348c58157251","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":1710308416748,"stop":1710308416748,"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":"7a042d9e30a3e7a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7a042d9e30a3e7a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"f80a4ffd3f9f937b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f80a4ffd3f9f937b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509784,"stop":1710287509784,"duration":0}},{"uid":"d3a8cfc0966a5e3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3a8cfc0966a5e3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775875,"stop":1710284775875,"duration":0}}]},"tags":[]},"source":"cb13348c58157251.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/24c59275c2e0d841.json b/6685/data/test-cases/cbaa443eb1a7ea22.json similarity index 80% rename from 6651/data/test-cases/24c59275c2e0d841.json rename to 6685/data/test-cases/cbaa443eb1a7ea22.json index 7bb655af155..18301cb8631 100644 --- a/6651/data/test-cases/24c59275c2e0d841.json +++ b/6685/data/test-cases/cbaa443eb1a7ea22.json @@ -1 +1 @@ -{"uid":"24c59275c2e0d841","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":1710204945837,"stop":1710204945837,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"c2fc207fdd207cee","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c2fc207fdd207cee","status":"passed","time":{"start":1710204830286,"stop":1710204830287,"duration":1}},{"uid":"c8000acc131da66","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c8000acc131da66","status":"passed","time":{"start":1710204733002,"stop":1710204733003,"duration":1}},{"uid":"9b12a13070971c8","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9b12a13070971c8","status":"passed","time":{"start":1710204477756,"stop":1710204477757,"duration":1}},{"uid":"72d15672bf815ec","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/72d15672bf815ec","status":"passed","time":{"start":1710203199463,"stop":1710203199463,"duration":0}},{"uid":"f5c26f1460a49e88","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f5c26f1460a49e88","status":"passed","time":{"start":1710199697803,"stop":1710199697804,"duration":1}},{"uid":"2be64bd4946ed67a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2be64bd4946ed67a","status":"passed","time":{"start":1710199591743,"stop":1710199591744,"duration":1}},{"uid":"8d14a6fec0bdcc15","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8d14a6fec0bdcc15","status":"passed","time":{"start":1710197131775,"stop":1710197131775,"duration":0}},{"uid":"d46696ea3d80ab6e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/d46696ea3d80ab6e","status":"passed","time":{"start":1710167952582,"stop":1710167952583,"duration":1}},{"uid":"6498982967a1555e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/6498982967a1555e","status":"passed","time":{"start":1710167221542,"stop":1710167221542,"duration":0}},{"uid":"1c630fe23e80746b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/1c630fe23e80746b","status":"passed","time":{"start":1710167283369,"stop":1710167283370,"duration":1}},{"uid":"461b85351a7d9681","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/461b85351a7d9681","status":"passed","time":{"start":1710166420478,"stop":1710166420478,"duration":0}},{"uid":"af70f26cb0f06f6c","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/af70f26cb0f06f6c","status":"passed","time":{"start":1710164634563,"stop":1710164634563,"duration":0}},{"uid":"d1edd66587bf389a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d1edd66587bf389a","status":"passed","time":{"start":1710163791782,"stop":1710163791782,"duration":0}},{"uid":"aaafdf956330260e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/aaafdf956330260e","status":"passed","time":{"start":1710163655787,"stop":1710163655787,"duration":0}},{"uid":"34c0bf3c10ba8589","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/34c0bf3c10ba8589","status":"passed","time":{"start":1710155712308,"stop":1710155712308,"duration":0}},{"uid":"21ea44831d9801de","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/21ea44831d9801de","status":"passed","time":{"start":1710154919623,"stop":1710154919624,"duration":1}},{"uid":"ecd2ae2259b7c6fc","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ecd2ae2259b7c6fc","status":"passed","time":{"start":1710154537132,"stop":1710154537133,"duration":1}},{"uid":"3ad92067035b494","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3ad92067035b494","status":"passed","time":{"start":1710102560650,"stop":1710102560651,"duration":1}},{"uid":"fcee1499be643252","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/fcee1499be643252","status":"passed","time":{"start":1710080763685,"stop":1710080763685,"duration":0}},{"uid":"20a0e44a2e9f7ae6","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/20a0e44a2e9f7ae6","status":"passed","time":{"start":1710024433717,"stop":1710024433717,"duration":0}}]},"tags":[]},"source":"24c59275c2e0d841.json","parameterValues":[]} \ No newline at end of file +{"uid":"cbaa443eb1a7ea22","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":1710308192914,"stop":1710308192915,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"892ad9469a60e80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/892ad9469a60e80","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"af1c9d44de9a7b4a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af1c9d44de9a7b4a","status":"passed","time":{"start":1710287281992,"stop":1710287281992,"duration":0}},{"uid":"bb9d7a29acd6f58a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb9d7a29acd6f58a","status":"passed","time":{"start":1710284550744,"stop":1710284550749,"duration":5}}]},"tags":[]},"source":"cbaa443eb1a7ea22.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/cbfaf0225991590a.json b/6685/data/test-cases/cbfaf0225991590a.json new file mode 100644 index 00000000000..e17540bc5dd --- /dev/null +++ b/6685/data/test-cases/cbfaf0225991590a.json @@ -0,0 +1 @@ +{"uid":"cbfaf0225991590a","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":1710308024293,"stop":1710308024293,"duration":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":"546e1d39874ed3ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/546e1d39874ed3ba","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"848981a3e2271c31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/848981a3e2271c31","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"a361898c2c854bb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a361898c2c854bb0","status":"passed","time":{"start":1710284377469,"stop":1710284377470,"duration":1}}]},"tags":[]},"source":"cbfaf0225991590a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/cc06a0e4258d47a3.json b/6685/data/test-cases/cc06a0e4258d47a3.json new file mode 100644 index 00000000000..abd1f599ac7 --- /dev/null +++ b/6685/data/test-cases/cc06a0e4258d47a3.json @@ -0,0 +1 @@ +{"uid":"cc06a0e4258d47a3","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":1710307914153,"stop":1710307914153,"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":"e34ab47665c4eb66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e34ab47665c4eb66","status":"passed","time":{"start":1710306807025,"stop":1710306807025,"duration":0}},{"uid":"3cf2574ac5d06fe8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3cf2574ac5d06fe8","status":"passed","time":{"start":1710287011902,"stop":1710287011903,"duration":1}},{"uid":"3a1acd7200050435","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a1acd7200050435","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"tags":[]},"source":"cc06a0e4258d47a3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/6c25404292125b27.json b/6685/data/test-cases/cc1488d478c0318a.json similarity index 98% rename from 6651/data/test-cases/6c25404292125b27.json rename to 6685/data/test-cases/cc1488d478c0318a.json index a5b01cfa0e8..4f01eb5a6fc 100644 --- a/6651/data/test-cases/6c25404292125b27.json +++ b/6685/data/test-cases/cc1488d478c0318a.json @@ -1 +1 @@ -{"uid":"6c25404292125b27","name":"Push message with custom timestamp: 1710201247365","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1710201247365","historyId":"3613753b5288e3526b11a91e7bad0e2b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205233019,"stop":1710205233019,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"6c25404292125b27.json","parameterValues":[]} \ No newline at end of file +{"uid":"cc1488d478c0318a","name":"Push message with custom timestamp: 1710304492890","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1710304492890","historyId":"32eecb16e9bac87dfc40529a8ed34ed5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308463734,"stop":1710308463741,"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: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","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":"cc1488d478c0318a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/cc78f382b53348b4.json b/6685/data/test-cases/cc78f382b53348b4.json new file mode 100644 index 00000000000..87b2fc71e34 --- /dev/null +++ b/6685/data/test-cases/cc78f382b53348b4.json @@ -0,0 +1 @@ +{"uid":"cc78f382b53348b4","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":1710308649156,"stop":1710308649156,"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":"4929156d19bed9bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4929156d19bed9bb","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"1f2791fea856920e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f2791fea856920e","status":"passed","time":{"start":1710287736651,"stop":1710287736652,"duration":1}},{"uid":"9c374ee8cdc41188","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c374ee8cdc41188","status":"passed","time":{"start":1710285008787,"stop":1710285008787,"duration":0}}]},"tags":[]},"source":"cc78f382b53348b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/cc8398f218c8fddb.json b/6685/data/test-cases/cc8398f218c8fddb.json new file mode 100644 index 00000000000..d62284af090 --- /dev/null +++ b/6685/data/test-cases/cc8398f218c8fddb.json @@ -0,0 +1 @@ +{"uid":"cc8398f218c8fddb","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":1710308357659,"stop":1710308357662,"duration":3},"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":"97560f07fca83fae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97560f07fca83fae","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"722994caea31ca7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/722994caea31ca7d","status":"passed","time":{"start":1710287451482,"stop":1710287451483,"duration":1}},{"uid":"b1483bff4632f489","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b1483bff4632f489","status":"passed","time":{"start":1710284717991,"stop":1710284717992,"duration":1}}]},"tags":[]},"source":"cc8398f218c8fddb.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/cc8e407da697fa6b.json b/6685/data/test-cases/cc8e407da697fa6b.json new file mode 100644 index 00000000000..3b9498a66ae --- /dev/null +++ b/6685/data/test-cases/cc8e407da697fa6b.json @@ -0,0 +1 @@ +{"uid":"cc8e407da697fa6b","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":1710307912522,"stop":1710307912523,"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":"5927c8350a9e6eaa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5927c8350a9e6eaa","status":"passed","time":{"start":1710306806605,"stop":1710306806606,"duration":1}},{"uid":"e443011464d2eb67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e443011464d2eb67","status":"passed","time":{"start":1710287011781,"stop":1710287011782,"duration":1}},{"uid":"724dda2cc04d1012","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/724dda2cc04d1012","status":"passed","time":{"start":1710284274044,"stop":1710284274045,"duration":1}}]},"tags":[]},"source":"cc8e407da697fa6b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/82cdac0ebc1b3d77.json b/6685/data/test-cases/cd2cd43851ee5c62.json similarity index 53% rename from 6651/data/test-cases/82cdac0ebc1b3d77.json rename to 6685/data/test-cases/cd2cd43851ee5c62.json index 9fce97599ab..6e9901dc38e 100644 --- a/6651/data/test-cases/82cdac0ebc1b3d77.json +++ b/6685/data/test-cases/cd2cd43851ee5c62.json @@ -1 +1 @@ -{"uid":"82cdac0ebc1b3d77","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204735369,"stop":1710204735370,"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":48,"passed":26,"unknown":0,"total":74},"items":[{"uid":"8f44a5f21c1eb363","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/8f44a5f21c1eb363","status":"passed","time":{"start":1710205319980,"stop":1710205319980,"duration":0}},{"uid":"5ba27ad4c45998c9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5ba27ad4c45998c9","status":"passed","time":{"start":1710204635829,"stop":1710204635830,"duration":1}},{"uid":"d8b550eaafc52603","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/d8b550eaafc52603","status":"passed","time":{"start":1710204521119,"stop":1710204521119,"duration":0}},{"uid":"3520b696fcc37762","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3520b696fcc37762","status":"passed","time":{"start":1710204277068,"stop":1710204277068,"duration":0}},{"uid":"ec1e231e776e28f1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ec1e231e776e28f1","status":"passed","time":{"start":1710203002594,"stop":1710203002595,"duration":1}},{"uid":"f65f394ea3667e8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f65f394ea3667e8","status":"passed","time":{"start":1710199486133,"stop":1710199486134,"duration":1}},{"uid":"f8864e2dbc3622f0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f8864e2dbc3622f0","status":"passed","time":{"start":1710199383485,"stop":1710199383485,"duration":0}},{"uid":"92162754262ca4e6","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/92162754262ca4e6","status":"passed","time":{"start":1710196920116,"stop":1710196920116,"duration":0}},{"uid":"ca0f9e93a503621d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ca0f9e93a503621d","status":"passed","time":{"start":1710167736500,"stop":1710167736500,"duration":0}},{"uid":"458cd513e2fd2fff","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/458cd513e2fd2fff","status":"passed","time":{"start":1710166917311,"stop":1710166917313,"duration":2}},{"uid":"f376b8ca8f013c97","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f376b8ca8f013c97","status":"passed","time":{"start":1710167079847,"stop":1710167079847,"duration":0}},{"uid":"b2dd5a216d9f9002","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b2dd5a216d9f9002","status":"passed","time":{"start":1710166208119,"stop":1710166208120,"duration":1}},{"uid":"9f9c7804afa89686","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9f9c7804afa89686","status":"passed","time":{"start":1710164434219,"stop":1710164434220,"duration":1}},{"uid":"7e64d7dc66a1f513","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7e64d7dc66a1f513","status":"passed","time":{"start":1710163587843,"stop":1710163587843,"duration":0}},{"uid":"9bcbe841e45ec6fb","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9bcbe841e45ec6fb","status":"passed","time":{"start":1710163441162,"stop":1710163441162,"duration":0}},{"uid":"34a31f402347236f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/34a31f402347236f","status":"passed","time":{"start":1710155508717,"stop":1710155508719,"duration":2}},{"uid":"1df18abe6646bd86","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1df18abe6646bd86","status":"passed","time":{"start":1710154702836,"stop":1710154702836,"duration":0}},{"uid":"23b251ba2c3306de","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/23b251ba2c3306de","status":"passed","time":{"start":1710154336640,"stop":1710154336642,"duration":2}},{"uid":"993e5874b8a50f9c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/993e5874b8a50f9c","status":"passed","time":{"start":1710102353947,"stop":1710102353947,"duration":0}},{"uid":"ec08f472b339b159","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ec08f472b339b159","status":"passed","time":{"start":1710080558373,"stop":1710080558374,"duration":1}}]},"tags":[]},"source":"82cdac0ebc1b3d77.json","parameterValues":[]} \ No newline at end of file +{"uid":"cd2cd43851ee5c62","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307980883,"stop":1710307980883,"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":"2084e3943a0de763","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2084e3943a0de763","status":"passed","time":{"start":1710306873747,"stop":1710306873748,"duration":1}},{"uid":"33c9c2c895217bee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/33c9c2c895217bee","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"b2ef8fbab20d9a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2ef8fbab20d9a0","status":"passed","time":{"start":1710284342267,"stop":1710284342268,"duration":1}}]},"tags":[]},"source":"cd2cd43851ee5c62.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/55ba47e3d4f45723.json b/6685/data/test-cases/cd45b9a173e5cb28.json similarity index 81% rename from 6651/data/test-cases/55ba47e3d4f45723.json rename to 6685/data/test-cases/cd45b9a173e5cb28.json index 97ca403b76d..13ae2d663eb 100644 --- a/6651/data/test-cases/55ba47e3d4f45723.json +++ b/6685/data/test-cases/cd45b9a173e5cb28.json @@ -1 +1 @@ -{"uid":"55ba47e3d4f45723","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":1710205335138,"stop":1710205335139,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"d4be2899708561f3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d4be2899708561f3","status":"passed","time":{"start":1710205224510,"stop":1710205224510,"duration":0}},{"uid":"52231406f952b7b0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/52231406f952b7b0","status":"passed","time":{"start":1710205109075,"stop":1710205109075,"duration":0}},{"uid":"9ec8d11d7ac59391","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/9ec8d11d7ac59391","status":"passed","time":{"start":1710204865544,"stop":1710204865544,"duration":0}},{"uid":"2f5a40ff4472583","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2f5a40ff4472583","status":"passed","time":{"start":1710203577228,"stop":1710203577228,"duration":0}},{"uid":"cc6050caee92aa46","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/cc6050caee92aa46","status":"passed","time":{"start":1710200067239,"stop":1710200067239,"duration":0}},{"uid":"ed6b6dff11ba749c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ed6b6dff11ba749c","status":"passed","time":{"start":1710199972394,"stop":1710199972394,"duration":0}},{"uid":"6b8583e2277336fc","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/6b8583e2277336fc","status":"passed","time":{"start":1710197502484,"stop":1710197502484,"duration":0}},{"uid":"cb4a3c1bd89d3682","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cb4a3c1bd89d3682","status":"passed","time":{"start":1710168341997,"stop":1710168341998,"duration":1}},{"uid":"4143ba9b837287e8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4143ba9b837287e8","status":"passed","time":{"start":1710167568810,"stop":1710167568810,"duration":0}},{"uid":"fd184450834c4af8","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/fd184450834c4af8","status":"passed","time":{"start":1710167665501,"stop":1710167665501,"duration":0}},{"uid":"e859626bc1074ae5","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e859626bc1074ae5","status":"passed","time":{"start":1710166795560,"stop":1710166795560,"duration":0}},{"uid":"291066c113aab60b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/291066c113aab60b","status":"passed","time":{"start":1710165026122,"stop":1710165026122,"duration":0}},{"uid":"7d706c1c2f4240f7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/7d706c1c2f4240f7","status":"passed","time":{"start":1710164176705,"stop":1710164176705,"duration":0}},{"uid":"e729d380930bce4","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e729d380930bce4","status":"passed","time":{"start":1710164039977,"stop":1710164039977,"duration":0}},{"uid":"adf805461170971d","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/adf805461170971d","status":"passed","time":{"start":1710156088894,"stop":1710156088895,"duration":1}},{"uid":"9b07321ebe4042a6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9b07321ebe4042a6","status":"passed","time":{"start":1710155298403,"stop":1710155298403,"duration":0}},{"uid":"26a9f6a1e1f9b55d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/26a9f6a1e1f9b55d","status":"passed","time":{"start":1710154928187,"stop":1710154928187,"duration":0}},{"uid":"291b277a2dd08053","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/291b277a2dd08053","status":"passed","time":{"start":1710102939214,"stop":1710102939214,"duration":0}},{"uid":"26fb3a9694c4aca3","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/26fb3a9694c4aca3","status":"passed","time":{"start":1710081135411,"stop":1710081135411,"duration":0}},{"uid":"b6f8d407db3cdfe4","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b6f8d407db3cdfe4","status":"passed","time":{"start":1710024806416,"stop":1710024806416,"duration":0}}]},"tags":[]},"source":"55ba47e3d4f45723.json","parameterValues":[]} \ No newline at end of file +{"uid":"cd45b9a173e5cb28","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":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"7df7c6ee63b234b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7df7c6ee63b234b8","status":"passed","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"c115844d7880794c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c115844d7880794c","status":"passed","time":{"start":1710287674903,"stop":1710287674903,"duration":0}},{"uid":"9d0b721adbe7723f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d0b721adbe7723f","status":"passed","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"tags":[]},"source":"cd45b9a173e5cb28.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/cd6a8ef0e5b1efaa.json b/6685/data/test-cases/cd6a8ef0e5b1efaa.json new file mode 100644 index 00000000000..78ee8c709fc --- /dev/null +++ b/6685/data/test-cases/cd6a8ef0e5b1efaa.json @@ -0,0 +1 @@ +{"uid":"cd6a8ef0e5b1efaa","name":"wrong wakuPeerExchangeDiscovery pubsub topic","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > wrong wakuPeerExchangeDiscovery pubsub topic","historyId":"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308348760,"stop":1710308348760,"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":"43348fb1efb51e87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43348fb1efb51e87","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233598,"stop":1710307233598,"duration":0}},{"uid":"58abb5de1739e3de","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58abb5de1739e3de","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436222,"stop":1710287436222,"duration":0}},{"uid":"221d07ebec48f26f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/221d07ebec48f26f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706655,"stop":1710284706657,"duration":2}}]},"tags":[]},"source":"cd6a8ef0e5b1efaa.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e4349223d74a2151.json b/6685/data/test-cases/ced572415015a932.json similarity index 98% rename from 6651/data/test-cases/e4349223d74a2151.json rename to 6685/data/test-cases/ced572415015a932.json index 17c8871c494..cbc0342e9fb 100644 --- a/6651/data/test-cases/e4349223d74a2151.json +++ b/6685/data/test-cases/ced572415015a932.json @@ -1 +1 @@ -{"uid":"e4349223d74a2151","name":"Push message with custom timestamp: 1710201247594","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1710201247594","historyId":"20f337bca4d9b5b8fbf33adfebfca432:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205063421,"stop":1710205063422,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e4349223d74a2151.json","parameterValues":[]} \ No newline at end of file +{"uid":"ced572415015a932","name":"Push message with custom timestamp: 1710311697857","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1710311697857","historyId":"6ce38dc43b98702d0160d78ec73d2707:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308322623,"stop":1710308322623,"duration":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":"ced572415015a932.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d49619e259c52192.json b/6685/data/test-cases/cefec7f7d4ab588b.json similarity index 85% rename from 6651/data/test-cases/d49619e259c52192.json rename to 6685/data/test-cases/cefec7f7d4ab588b.json index 8c35b8d4d52..f24ec48c974 100644 --- a/6651/data/test-cases/d49619e259c52192.json +++ b/6685/data/test-cases/cefec7f7d4ab588b.json @@ -1 +1 @@ -{"uid":"d49619e259c52192","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":1710205233002,"stop":1710205233002,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"5ce72210d23dc035","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5ce72210d23dc035","status":"passed","time":{"start":1710205120344,"stop":1710205120344,"duration":0}},{"uid":"bebf4e491dd00d59","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/bebf4e491dd00d59","status":"passed","time":{"start":1710205004851,"stop":1710205004851,"duration":0}},{"uid":"896959c25128a2ff","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/896959c25128a2ff","status":"passed","time":{"start":1710204772085,"stop":1710204772085,"duration":0}},{"uid":"45722505b6e522a9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/45722505b6e522a9","status":"passed","time":{"start":1710203476055,"stop":1710203476055,"duration":0}},{"uid":"5799f7ffafda70d8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5799f7ffafda70d8","status":"passed","time":{"start":1710199958105,"stop":1710199958105,"duration":0}},{"uid":"1afde6b851035744","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1afde6b851035744","status":"passed","time":{"start":1710199882631,"stop":1710199882631,"duration":0}},{"uid":"76b61af7471706f9","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/76b61af7471706f9","status":"passed","time":{"start":1710197397380,"stop":1710197397381,"duration":1}},{"uid":"26f5b71f1a7e07c0","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/26f5b71f1a7e07c0","status":"passed","time":{"start":1710168235122,"stop":1710168235123,"duration":1}},{"uid":"1fc3855d8e7cf50","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/1fc3855d8e7cf50","status":"passed","time":{"start":1710167420244,"stop":1710167420244,"duration":0}},{"uid":"fcee1e3d94d7d3e4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/fcee1e3d94d7d3e4","status":"passed","time":{"start":1710167568721,"stop":1710167568721,"duration":0}},{"uid":"6a16b4bdef30c6bb","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6a16b4bdef30c6bb","status":"passed","time":{"start":1710166701466,"stop":1710166701467,"duration":1}},{"uid":"d44c912203405859","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/d44c912203405859","status":"passed","time":{"start":1710164929232,"stop":1710164929232,"duration":0}},{"uid":"a8bda69a2fafbe86","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a8bda69a2fafbe86","status":"passed","time":{"start":1710164078397,"stop":1710164078398,"duration":1}},{"uid":"b23f0de1699f9ae8","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b23f0de1699f9ae8","status":"passed","time":{"start":1710163927074,"stop":1710163927074,"duration":0}},{"uid":"9161a8b23ceeb29f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9161a8b23ceeb29f","status":"passed","time":{"start":1710155986286,"stop":1710155986287,"duration":1}},{"uid":"d2d1f872bec05f28","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d2d1f872bec05f28","status":"passed","time":{"start":1710155212561,"stop":1710155212562,"duration":1}},{"uid":"7cd646970b3b87db","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7cd646970b3b87db","status":"passed","time":{"start":1710154813467,"stop":1710154813468,"duration":1}},{"uid":"4f4dc520832bce9c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4f4dc520832bce9c","status":"passed","time":{"start":1710102845321,"stop":1710102845322,"duration":1}},{"uid":"3332c37f94620dbb","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3332c37f94620dbb","status":"passed","time":{"start":1710081043175,"stop":1710081043175,"duration":0}},{"uid":"1905495816c27ee7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1905495816c27ee7","status":"passed","time":{"start":1710024705760,"stop":1710024705760,"duration":0}}]},"tags":[]},"source":"d49619e259c52192.json","parameterValues":[]} \ No newline at end of file +{"uid":"cefec7f7d4ab588b","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":1710308463688,"stop":1710308463688,"duration":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":"7777553cbaad4a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7777553cbaad4a23","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"e8e80808f535e486","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8e80808f535e486","status":"passed","time":{"start":1710287569250,"stop":1710287569250,"duration":0}},{"uid":"20028381e7c2f97a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20028381e7c2f97a","status":"passed","time":{"start":1710284852289,"stop":1710284852290,"duration":1}}]},"tags":[]},"source":"cefec7f7d4ab588b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/cf2af3d0fd8ecf01.json b/6685/data/test-cases/cf2af3d0fd8ecf01.json new file mode 100644 index 00000000000..d21baf33264 --- /dev/null +++ b/6685/data/test-cases/cf2af3d0fd8ecf01.json @@ -0,0 +1 @@ +{"uid":"cf2af3d0fd8ecf01","name":"groups content topics by expected pubsub topic","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > groups content topics by expected pubsub topic","historyId":"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890269,"stop":1710307890270,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"e991a9f93c55e62a","status":"passed","time":{"start":1710307890269,"stop":1710307890269,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53aaade720fddc9b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53aaade720fddc9b","status":"passed","time":{"start":1710306783480,"stop":1710306783480,"duration":0}},{"uid":"92818532f781f655","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/92818532f781f655","status":"passed","time":{"start":1710286988740,"stop":1710286988740,"duration":0}},{"uid":"a74d76c944dbf383","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a74d76c944dbf383","status":"passed","time":{"start":1710284251171,"stop":1710284251171,"duration":0}}]},"tags":[]},"source":"cf2af3d0fd8ecf01.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f9cad2fca7d69229.json b/6685/data/test-cases/cfdf67519d6995a3.json similarity index 78% rename from 6651/data/test-cases/f9cad2fca7d69229.json rename to 6685/data/test-cases/cfdf67519d6995a3.json index 10b6d26ce71..04000cb9510 100644 --- a/6651/data/test-cases/f9cad2fca7d69229.json +++ b/6685/data/test-cases/cfdf67519d6995a3.json @@ -1 +1 @@ -{"uid":"f9cad2fca7d69229","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":1710205173307,"stop":1710205173307,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"f910a2b77da6cbca","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f910a2b77da6cbca","status":"passed","time":{"start":1710205067277,"stop":1710205067277,"duration":0}},{"uid":"6777424b17b93fa9","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6777424b17b93fa9","status":"passed","time":{"start":1710204962918,"stop":1710204962919,"duration":1}},{"uid":"98f6d847cb72631b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/98f6d847cb72631b","status":"passed","time":{"start":1710204701468,"stop":1710204701468,"duration":0}},{"uid":"ae8669561bc34e66","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ae8669561bc34e66","status":"passed","time":{"start":1710203416610,"stop":1710203416611,"duration":1}},{"uid":"d58a7b2262e41343","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d58a7b2262e41343","status":"passed","time":{"start":1710199910411,"stop":1710199910413,"duration":2}},{"uid":"3a4b828e551623b1","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/3a4b828e551623b1","status":"passed","time":{"start":1710199800512,"stop":1710199800512,"duration":0}},{"uid":"4323c3439f026df","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4323c3439f026df","status":"passed","time":{"start":1710197348913,"stop":1710197348913,"duration":0}},{"uid":"e1f485343ac1c875","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e1f485343ac1c875","status":"passed","time":{"start":1710168167427,"stop":1710168167427,"duration":0}},{"uid":"ebad94b15317db86","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ebad94b15317db86","status":"passed","time":{"start":1710167350128,"stop":1710167350128,"duration":0}},{"uid":"bb4f24e4aa9718c5","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/bb4f24e4aa9718c5","status":"passed","time":{"start":1710167497867,"stop":1710167497867,"duration":0}},{"uid":"9ceb8ccfc676c34f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/9ceb8ccfc676c34f","status":"passed","time":{"start":1710166625611,"stop":1710166625611,"duration":0}},{"uid":"3f225d457ce3fd6e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3f225d457ce3fd6e","status":"passed","time":{"start":1710164870340,"stop":1710164870344,"duration":4}},{"uid":"d9d86e742687e826","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d9d86e742687e826","status":"passed","time":{"start":1710164015691,"stop":1710164015692,"duration":1}},{"uid":"4b38a1f73a984aaf","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4b38a1f73a984aaf","status":"passed","time":{"start":1710163881232,"stop":1710163881233,"duration":1}},{"uid":"7476dc175f4f1755","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7476dc175f4f1755","status":"passed","time":{"start":1710155929073,"stop":1710155929073,"duration":0}},{"uid":"f7b740046428eca5","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f7b740046428eca5","status":"passed","time":{"start":1710155134294,"stop":1710155134294,"duration":0}},{"uid":"278445a914e366ad","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/278445a914e366ad","status":"passed","time":{"start":1710154760704,"stop":1710154760704,"duration":0}},{"uid":"1216a2767be29b2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1216a2767be29b2","status":"passed","time":{"start":1710102776890,"stop":1710102776890,"duration":0}},{"uid":"5f8e03501d4d5d57","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5f8e03501d4d5d57","status":"passed","time":{"start":1710080978586,"stop":1710080978586,"duration":0}},{"uid":"ba8031af710e695c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ba8031af710e695c","status":"passed","time":{"start":1710024644865,"stop":1710024644865,"duration":0}}]},"tags":[]},"source":"f9cad2fca7d69229.json","parameterValues":[]} \ No newline at end of file +{"uid":"cfdf67519d6995a3","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":1710308416726,"stop":1710308416726,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"117bebb02dcd726d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/117bebb02dcd726d","status":"passed","time":{"start":1710307308631,"stop":1710307308632,"duration":1}},{"uid":"cc5ba32281a6d031","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc5ba32281a6d031","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"f471eb321ee7a851","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f471eb321ee7a851","status":"passed","time":{"start":1710284775855,"stop":1710284775855,"duration":0}}]},"tags":[]},"source":"cfdf67519d6995a3.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d1131d33fd90a6ce.json b/6685/data/test-cases/d1131d33fd90a6ce.json new file mode 100644 index 00000000000..8f60de55ab5 --- /dev/null +++ b/6685/data/test-cases/d1131d33fd90a6ce.json @@ -0,0 +1 @@ +{"uid":"d1131d33fd90a6ce","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":1710308026835,"stop":1710308026836,"duration":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":"44df1d570bed0cd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44df1d570bed0cd3","status":"passed","time":{"start":1710306913478,"stop":1710306913479,"duration":1}},{"uid":"c7db0d2811ffa0d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7db0d2811ffa0d6","status":"passed","time":{"start":1710287126416,"stop":1710287126416,"duration":0}},{"uid":"42aae5cf443c34fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42aae5cf443c34fd","status":"passed","time":{"start":1710284390751,"stop":1710284390752,"duration":1}}]},"tags":[]},"source":"d1131d33fd90a6ce.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d15b46c9db9e57c3.json b/6685/data/test-cases/d15b46c9db9e57c3.json new file mode 100644 index 00000000000..dd2b725fdda --- /dev/null +++ b/6685/data/test-cases/d15b46c9db9e57c3.json @@ -0,0 +1 @@ +{"uid":"d15b46c9db9e57c3","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":1710308092722,"stop":1710308092723,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers property-based tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a7eac3f2f4efd11e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7eac3f2f4efd11e","status":"passed","time":{"start":1710306981526,"stop":1710306981526,"duration":0}},{"uid":"c65252a677bcac36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c65252a677bcac36","status":"passed","time":{"start":1710287198171,"stop":1710287198172,"duration":1}},{"uid":"20fed30fd57e7711","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20fed30fd57e7711","status":"passed","time":{"start":1710284460015,"stop":1710284460015,"duration":0}}]},"tags":[]},"source":"d15b46c9db9e57c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8f9266b5c5363bc5.json b/6685/data/test-cases/d16990f351b169b6.json similarity index 84% rename from 6651/data/test-cases/8f9266b5c5363bc5.json rename to 6685/data/test-cases/d16990f351b169b6.json index 71ab8958c26..a13b128a983 100644 --- a/6651/data/test-cases/8f9266b5c5363bc5.json +++ b/6685/data/test-cases/d16990f351b169b6.json @@ -1 +1 @@ -{"uid":"8f9266b5c5363bc5","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":1710205063408,"stop":1710205063408,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"113d2107d6066409","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/113d2107d6066409","status":"passed","time":{"start":1710204974356,"stop":1710204974357,"duration":1}},{"uid":"74d7bce35d9eac8b","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/74d7bce35d9eac8b","status":"passed","time":{"start":1710204858039,"stop":1710204858039,"duration":0}},{"uid":"2dc2a543bef1386b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/2dc2a543bef1386b","status":"passed","time":{"start":1710204613874,"stop":1710204613874,"duration":0}},{"uid":"4ff27248443428ef","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/4ff27248443428ef","status":"passed","time":{"start":1710203332609,"stop":1710203332609,"duration":0}},{"uid":"51113d49892ea675","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/51113d49892ea675","status":"passed","time":{"start":1710199825177,"stop":1710199825177,"duration":0}},{"uid":"55d225596acea9f7","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/55d225596acea9f7","status":"passed","time":{"start":1710199731749,"stop":1710199731749,"duration":0}},{"uid":"c04b4882eec0fecb","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c04b4882eec0fecb","status":"passed","time":{"start":1710197275102,"stop":1710197275102,"duration":0}},{"uid":"952f8cdc8f91cd43","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/952f8cdc8f91cd43","status":"passed","time":{"start":1710168106273,"stop":1710168106274,"duration":1}},{"uid":"d94a2fe21d0ee4ff","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/d94a2fe21d0ee4ff","status":"passed","time":{"start":1710167360897,"stop":1710167360897,"duration":0}},{"uid":"e4dbf2db383dc923","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e4dbf2db383dc923","status":"passed","time":{"start":1710167407550,"stop":1710167407551,"duration":1}},{"uid":"6361d49c954013de","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6361d49c954013de","status":"passed","time":{"start":1710166544389,"stop":1710166544389,"duration":0}},{"uid":"9903a55e5bc45a36","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9903a55e5bc45a36","status":"passed","time":{"start":1710164782787,"stop":1710164782787,"duration":0}},{"uid":"330546893af03001","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/330546893af03001","status":"passed","time":{"start":1710163934756,"stop":1710163934756,"duration":0}},{"uid":"9933a49e205cdc62","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9933a49e205cdc62","status":"passed","time":{"start":1710163799578,"stop":1710163799581,"duration":3}},{"uid":"637461a16b00b43","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/637461a16b00b43","status":"passed","time":{"start":1710155833695,"stop":1710155833695,"duration":0}},{"uid":"21e3e82e01578c4b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/21e3e82e01578c4b","status":"passed","time":{"start":1710155066234,"stop":1710155066234,"duration":0}},{"uid":"7fce152ad817a8cc","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7fce152ad817a8cc","status":"passed","time":{"start":1710154684620,"stop":1710154684621,"duration":1}},{"uid":"5b60f2d9b4e8bd15","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5b60f2d9b4e8bd15","status":"passed","time":{"start":1710102693429,"stop":1710102693429,"duration":0}},{"uid":"df3a1887e4587306","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/df3a1887e4587306","status":"passed","time":{"start":1710080898344,"stop":1710080898344,"duration":0}},{"uid":"24938b00485d88c4","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/24938b00485d88c4","status":"passed","time":{"start":1710024575255,"stop":1710024575256,"duration":1}}]},"tags":[]},"source":"8f9266b5c5363bc5.json","parameterValues":[]} \ No newline at end of file +{"uid":"d16990f351b169b6","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":1710308322598,"stop":1710308322599,"duration":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":"c59310b716db04a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c59310b716db04a","status":"passed","time":{"start":1710307207069,"stop":1710307207069,"duration":0}},{"uid":"a5c2192ec6ac7942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a5c2192ec6ac7942","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"4bd4e6bfb0520873","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bd4e6bfb0520873","status":"passed","time":{"start":1710284680773,"stop":1710284680773,"duration":0}}]},"tags":[]},"source":"d16990f351b169b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d1ddd75a8cc82de7.json b/6685/data/test-cases/d1ddd75a8cc82de7.json new file mode 100644 index 00000000000..434354bbfa2 --- /dev/null +++ b/6685/data/test-cases/d1ddd75a8cc82de7.json @@ -0,0 +1 @@ +{"uid":"d1ddd75a8cc82de7","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":1710307898610,"stop":1710307898611,"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":"761a42244aaed2b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/761a42244aaed2b6","status":"passed","time":{"start":1710306791807,"stop":1710306791808,"duration":1}},{"uid":"e915628e7655b44d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e915628e7655b44d","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"d5b12ee82c02d7ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5b12ee82c02d7ef","status":"passed","time":{"start":1710284259613,"stop":1710284259614,"duration":1}}]},"tags":[]},"source":"d1ddd75a8cc82de7.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d106d084028d0fdc.json b/6685/data/test-cases/d2332d8b644a6331.json similarity index 85% rename from 6651/data/test-cases/d106d084028d0fdc.json rename to 6685/data/test-cases/d2332d8b644a6331.json index 2d8f9cafa8b..08e895df324 100644 --- a/6651/data/test-cases/d106d084028d0fdc.json +++ b/6685/data/test-cases/d2332d8b644a6331.json @@ -1 +1 @@ -{"uid":"d106d084028d0fdc","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":1710205233009,"stop":1710205233010,"duration":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":72,"unknown":0,"total":72},"items":[{"uid":"237dc60267084151","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/237dc60267084151","status":"passed","time":{"start":1710205120349,"stop":1710205120350,"duration":1}},{"uid":"b9f974eb7e431a44","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b9f974eb7e431a44","status":"passed","time":{"start":1710205004856,"stop":1710205004856,"duration":0}},{"uid":"5c0b85cf7986e56d","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/5c0b85cf7986e56d","status":"passed","time":{"start":1710204772089,"stop":1710204772089,"duration":0}},{"uid":"d92ac1c1bab4cd2d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d92ac1c1bab4cd2d","status":"passed","time":{"start":1710203476062,"stop":1710203476062,"duration":0}},{"uid":"586b8360bb1169a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/586b8360bb1169a","status":"passed","time":{"start":1710199958110,"stop":1710199958110,"duration":0}},{"uid":"99119f69ac5a23c0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/99119f69ac5a23c0","status":"passed","time":{"start":1710199882636,"stop":1710199882642,"duration":6}},{"uid":"b6c0fb8b8d468046","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b6c0fb8b8d468046","status":"passed","time":{"start":1710197397385,"stop":1710197397386,"duration":1}},{"uid":"e49f97a624a42d6b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e49f97a624a42d6b","status":"passed","time":{"start":1710168235139,"stop":1710168235140,"duration":1}},{"uid":"47558b790f2e4d2a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/47558b790f2e4d2a","status":"passed","time":{"start":1710167420277,"stop":1710167420278,"duration":1}},{"uid":"eacb22618544813","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/eacb22618544813","status":"passed","time":{"start":1710167568729,"stop":1710167568729,"duration":0}},{"uid":"66274d3c94cef78f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/66274d3c94cef78f","status":"passed","time":{"start":1710166701484,"stop":1710166701486,"duration":2}},{"uid":"5ebf852057064abc","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/5ebf852057064abc","status":"passed","time":{"start":1710164929239,"stop":1710164929239,"duration":0}},{"uid":"1aec075f29394bef","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1aec075f29394bef","status":"passed","time":{"start":1710164078403,"stop":1710164078403,"duration":0}},{"uid":"168ecfc0b3b87b53","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/168ecfc0b3b87b53","status":"passed","time":{"start":1710163927085,"stop":1710163927086,"duration":1}},{"uid":"fe71e4e53e499bc9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/fe71e4e53e499bc9","status":"passed","time":{"start":1710155986296,"stop":1710155986297,"duration":1}},{"uid":"4233572959e08c15","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4233572959e08c15","status":"passed","time":{"start":1710155212566,"stop":1710155212566,"duration":0}},{"uid":"b098698ae896517c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b098698ae896517c","status":"passed","time":{"start":1710154813481,"stop":1710154813482,"duration":1}},{"uid":"15f746d624c3baf6","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/15f746d624c3baf6","status":"passed","time":{"start":1710102845327,"stop":1710102845327,"duration":0}},{"uid":"efcde41f220c5ffc","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/efcde41f220c5ffc","status":"passed","time":{"start":1710081043185,"stop":1710081043186,"duration":1}},{"uid":"82c7b8a119d5d17f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/82c7b8a119d5d17f","status":"passed","time":{"start":1710024705805,"stop":1710024705807,"duration":2}}]},"tags":[]},"source":"d106d084028d0fdc.json","parameterValues":[]} \ No newline at end of file +{"uid":"d2332d8b644a6331","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":1710308463692,"stop":1710308463693,"duration":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":"f2a2fdc9d308325e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2a2fdc9d308325e","status":"passed","time":{"start":1710307358463,"stop":1710307358464,"duration":1}},{"uid":"34dbe1913566b05d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34dbe1913566b05d","status":"passed","time":{"start":1710287569254,"stop":1710287569255,"duration":1}},{"uid":"5dc256a3c02485f6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc256a3c02485f6","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"tags":[]},"source":"d2332d8b644a6331.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d2778b55d5cee611.json b/6685/data/test-cases/d2778b55d5cee611.json new file mode 100644 index 00000000000..39303182d6f --- /dev/null +++ b/6685/data/test-cases/d2778b55d5cee611.json @@ -0,0 +1 @@ +{"uid":"d2778b55d5cee611","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":1710308026834,"stop":1710308026835,"duration":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":"a4b45d0fa29e663c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4b45d0fa29e663c","status":"passed","time":{"start":1710306913477,"stop":1710306913478,"duration":1}},{"uid":"e9bcef275e642e1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bcef275e642e1c","status":"passed","time":{"start":1710287126414,"stop":1710287126415,"duration":1}},{"uid":"bdee636f2349820c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bdee636f2349820c","status":"passed","time":{"start":1710284390750,"stop":1710284390751,"duration":1}}]},"tags":[]},"source":"d2778b55d5cee611.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d281bfa3e25b73e6.json b/6685/data/test-cases/d281bfa3e25b73e6.json new file mode 100644 index 00000000000..1fd74ff8b80 --- /dev/null +++ b/6685/data/test-cases/d281bfa3e25b73e6.json @@ -0,0 +1 @@ +{"uid":"d281bfa3e25b73e6","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":1710307914371,"stop":1710307914371,"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":"66afdebe399a07a8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66afdebe399a07a8","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"2ce6601002a949c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ce6601002a949c1","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"fb5833ef24545e95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb5833ef24545e95","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"tags":[]},"source":"d281bfa3e25b73e6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d2eccaec09565227.json b/6685/data/test-cases/d2eccaec09565227.json new file mode 100644 index 00000000000..cb2de5a99f7 --- /dev/null +++ b/6685/data/test-cases/d2eccaec09565227.json @@ -0,0 +1 @@ +{"uid":"d2eccaec09565227","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":1710308416736,"stop":1710308416736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"48b5dbdff708a3ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b5dbdff708a3ed","status":"passed","time":{"start":1710307308644,"stop":1710307308645,"duration":1}},{"uid":"a1760317b5db2ac1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a1760317b5db2ac1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"be6b1ed6ca510a31","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be6b1ed6ca510a31","status":"passed","time":{"start":1710284775862,"stop":1710284775863,"duration":1}}]},"tags":[]},"source":"d2eccaec09565227.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d2f95704a7585f63.json b/6685/data/test-cases/d2f95704a7585f63.json new file mode 100644 index 00000000000..e7348518067 --- /dev/null +++ b/6685/data/test-cases/d2f95704a7585f63.json @@ -0,0 +1 @@ +{"uid":"d2f95704a7585f63","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":1710307897810,"stop":1710307897811,"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":"52de6d03e248efd5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52de6d03e248efd5","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"582e18005048cb9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/582e18005048cb9d","status":"passed","time":{"start":1710286996364,"stop":1710286996365,"duration":1}},{"uid":"c60c6f385df66a8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c60c6f385df66a8","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"tags":[]},"source":"d2f95704a7585f63.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d302f1ab7f445158.json b/6685/data/test-cases/d302f1ab7f445158.json new file mode 100644 index 00000000000..fa7e7848de3 --- /dev/null +++ b/6685/data/test-cases/d302f1ab7f445158.json @@ -0,0 +1 @@ +{"uid":"d302f1ab7f445158","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":1710308416729,"stop":1710308416730,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"d1291c25e0f7ab77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1291c25e0f7ab77","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"e00ce26af06bbde0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e00ce26af06bbde0","status":"passed","time":{"start":1710287509764,"stop":1710287509768,"duration":4}},{"uid":"92fa05f2c7d11786","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92fa05f2c7d11786","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"tags":[]},"source":"d302f1ab7f445158.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/13e73ec4ae8f74b1.json b/6685/data/test-cases/d4012606e41e24ec.json similarity index 81% rename from 6651/data/test-cases/13e73ec4ae8f74b1.json rename to 6685/data/test-cases/d4012606e41e24ec.json index 314f90321c7..0dbf7030e16 100644 --- a/6651/data/test-cases/13e73ec4ae8f74b1.json +++ b/6685/data/test-cases/d4012606e41e24ec.json @@ -1 +1 @@ -{"uid":"13e73ec4ae8f74b1","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":1710205335141,"stop":1710205335142,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"910fca88ed496542","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/910fca88ed496542","status":"passed","time":{"start":1710205224511,"stop":1710205224511,"duration":0}},{"uid":"cee4a78f991bfd9a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/cee4a78f991bfd9a","status":"passed","time":{"start":1710205109076,"stop":1710205109076,"duration":0}},{"uid":"6adf1517244d418","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6adf1517244d418","status":"passed","time":{"start":1710204865545,"stop":1710204865545,"duration":0}},{"uid":"8305077fd42a56f9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8305077fd42a56f9","status":"passed","time":{"start":1710203577229,"stop":1710203577230,"duration":1}},{"uid":"6ae9597d62349941","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6ae9597d62349941","status":"passed","time":{"start":1710200067240,"stop":1710200067240,"duration":0}},{"uid":"7ecd965dd0960f0e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7ecd965dd0960f0e","status":"passed","time":{"start":1710199972395,"stop":1710199972395,"duration":0}},{"uid":"e5574397c77e4ab1","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e5574397c77e4ab1","status":"passed","time":{"start":1710197502486,"stop":1710197502486,"duration":0}},{"uid":"271eeeb6f33008eb","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/271eeeb6f33008eb","status":"passed","time":{"start":1710168341999,"stop":1710168341999,"duration":0}},{"uid":"a0314907e24547e2","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a0314907e24547e2","status":"passed","time":{"start":1710167568811,"stop":1710167568812,"duration":1}},{"uid":"2bc6f0b56f2c7fa4","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2bc6f0b56f2c7fa4","status":"passed","time":{"start":1710167665503,"stop":1710167665503,"duration":0}},{"uid":"d1bbbb782d77ddb1","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d1bbbb782d77ddb1","status":"passed","time":{"start":1710166795561,"stop":1710166795561,"duration":0}},{"uid":"f3810d7ad3dd8740","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f3810d7ad3dd8740","status":"passed","time":{"start":1710165026123,"stop":1710165026123,"duration":0}},{"uid":"d793e20f7c4e3646","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/d793e20f7c4e3646","status":"passed","time":{"start":1710164176707,"stop":1710164176707,"duration":0}},{"uid":"a98c937705bf731d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a98c937705bf731d","status":"passed","time":{"start":1710164039979,"stop":1710164039979,"duration":0}},{"uid":"d835b1bf922a6f06","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d835b1bf922a6f06","status":"passed","time":{"start":1710156088896,"stop":1710156088896,"duration":0}},{"uid":"fb6dbc9f6032c4dd","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/fb6dbc9f6032c4dd","status":"passed","time":{"start":1710155298405,"stop":1710155298405,"duration":0}},{"uid":"e479e0de1493d2f3","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e479e0de1493d2f3","status":"passed","time":{"start":1710154928188,"stop":1710154928189,"duration":1}},{"uid":"84b24ad9ecc822f6","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/84b24ad9ecc822f6","status":"passed","time":{"start":1710102939215,"stop":1710102939215,"duration":0}},{"uid":"d64fbd7f792fe1cd","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d64fbd7f792fe1cd","status":"passed","time":{"start":1710081135412,"stop":1710081135412,"duration":0}},{"uid":"9637310792ddb7ab","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/9637310792ddb7ab","status":"passed","time":{"start":1710024806417,"stop":1710024806418,"duration":1}}]},"tags":[]},"source":"13e73ec4ae8f74b1.json","parameterValues":[]} \ No newline at end of file +{"uid":"d4012606e41e24ec","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":1710308572937,"stop":1710308572937,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"bb0fdb54a62df8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0fdb54a62df8e","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"aebe053e3bbfb726","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aebe053e3bbfb726","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"210b145aceac893e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/210b145aceac893e","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"tags":[]},"source":"d4012606e41e24ec.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d45c72a81614a752.json b/6685/data/test-cases/d45c72a81614a752.json new file mode 100644 index 00000000000..f9b38cd7b64 --- /dev/null +++ b/6685/data/test-cases/d45c72a81614a752.json @@ -0,0 +1 @@ +{"uid":"d45c72a81614a752","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":1710307898611,"stop":1710307898611,"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":"1193ba8cae048802","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1193ba8cae048802","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"6866accd55f5de17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6866accd55f5de17","status":"passed","time":{"start":1710286996973,"stop":1710286996974,"duration":1}},{"uid":"b011c0df28f265c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b011c0df28f265c5","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"tags":[]},"source":"d45c72a81614a752.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d4e9adc87979262.json b/6685/data/test-cases/d4e9adc87979262.json new file mode 100644 index 00000000000..85973861235 --- /dev/null +++ b/6685/data/test-cases/d4e9adc87979262.json @@ -0,0 +1 @@ +{"uid":"d4e9adc87979262","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":1710307897780,"stop":1710307897781,"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":"a59bbf5a9d594538","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a59bbf5a9d594538","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"9e6625aea2c1be4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e6625aea2c1be4b","status":"passed","time":{"start":1710286996363,"stop":1710286996363,"duration":0}},{"uid":"14b4369563b434ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14b4369563b434ea","status":"passed","time":{"start":1710284258880,"stop":1710284258880,"duration":0}}]},"tags":[]},"source":"d4e9adc87979262.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d553d9f85eda043b.json b/6685/data/test-cases/d553d9f85eda043b.json new file mode 100644 index 00000000000..b44f7402fac --- /dev/null +++ b/6685/data/test-cases/d553d9f85eda043b.json @@ -0,0 +1 @@ +{"uid":"d553d9f85eda043b","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":1710308231835,"stop":1710308231836,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"57d6ce172fa7f326","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d6ce172fa7f326","status":"passed","time":{"start":1710307114395,"stop":1710307114395,"duration":0}},{"uid":"74f525f39062d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74f525f39062d767","status":"passed","time":{"start":1710287317290,"stop":1710287317291,"duration":1}},{"uid":"3653e67a58b1bc09","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3653e67a58b1bc09","status":"passed","time":{"start":1710284588135,"stop":1710284588136,"duration":1}}]},"tags":[]},"source":"d553d9f85eda043b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a753da95a0c7c469.json b/6685/data/test-cases/d5fa67246e796af9.json similarity index 53% rename from 6651/data/test-cases/a753da95a0c7c469.json rename to 6685/data/test-cases/d5fa67246e796af9.json index e44848446d5..2a328d56035 100644 --- a/6651/data/test-cases/a753da95a0c7c469.json +++ b/6685/data/test-cases/d5fa67246e796af9.json @@ -1 +1 @@ -{"uid":"a753da95a0c7c469","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205191799,"stop":1710205191799,"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":73,"unknown":0,"total":73},"items":[{"uid":"e9f48f0760b61165","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/e9f48f0760b61165","status":"passed","time":{"start":1710205085987,"stop":1710205085990,"duration":3}},{"uid":"a2c22da11f86035","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a2c22da11f86035","status":"passed","time":{"start":1710204994572,"stop":1710204994572,"duration":0}},{"uid":"146d7e0084d1c16c","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/146d7e0084d1c16c","status":"passed","time":{"start":1710204726951,"stop":1710204726952,"duration":1}},{"uid":"14d9dadd45a426ed","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/14d9dadd45a426ed","status":"passed","time":{"start":1710203449577,"stop":1710203449578,"duration":1}},{"uid":"ac933f5576af378a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ac933f5576af378a","status":"passed","time":{"start":1710199937579,"stop":1710199937579,"duration":0}},{"uid":"312cabef8ea1c196","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/312cabef8ea1c196","status":"passed","time":{"start":1710199830803,"stop":1710199830803,"duration":0}},{"uid":"88619557b8d5e3dd","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/88619557b8d5e3dd","status":"passed","time":{"start":1710197382224,"stop":1710197382224,"duration":0}},{"uid":"d65ba28523fc96cc","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/d65ba28523fc96cc","status":"passed","time":{"start":1710168209837,"stop":1710168209838,"duration":1}},{"uid":"f495f041ab1a0c72","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f495f041ab1a0c72","status":"passed","time":{"start":1710167469802,"stop":1710167469802,"duration":0}},{"uid":"59ba9a3245f29da7","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/59ba9a3245f29da7","status":"passed","time":{"start":1710167530696,"stop":1710167530697,"duration":1}},{"uid":"6a24454ca7038253","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6a24454ca7038253","status":"passed","time":{"start":1710166659706,"stop":1710166659707,"duration":1}},{"uid":"67014609ae09dcc9","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/67014609ae09dcc9","status":"passed","time":{"start":1710164898064,"stop":1710164898065,"duration":1}},{"uid":"3fe202967b330257","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3fe202967b330257","status":"passed","time":{"start":1710164040594,"stop":1710164040594,"duration":0}},{"uid":"f58901c1f4758c12","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f58901c1f4758c12","status":"passed","time":{"start":1710163907872,"stop":1710163907872,"duration":0}},{"uid":"f5a5190c1e270075","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f5a5190c1e270075","status":"passed","time":{"start":1710155958391,"stop":1710155958391,"duration":0}},{"uid":"6c1f975c3c3d65c5","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6c1f975c3c3d65c5","status":"passed","time":{"start":1710155164403,"stop":1710155164403,"duration":0}},{"uid":"b21dc6899abbf9b4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b21dc6899abbf9b4","status":"passed","time":{"start":1710154795037,"stop":1710154795038,"duration":1}},{"uid":"1b7b7208a91e3964","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/1b7b7208a91e3964","status":"passed","time":{"start":1710102807262,"stop":1710102807264,"duration":2}},{"uid":"42fd77230e9fa5a8","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/42fd77230e9fa5a8","status":"passed","time":{"start":1710081003569,"stop":1710081003569,"duration":0}},{"uid":"2323451e2cccd587","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2323451e2cccd587","status":"passed","time":{"start":1710024675587,"stop":1710024675588,"duration":1}}]},"tags":[]},"source":"a753da95a0c7c469.json","parameterValues":[]} \ No newline at end of file +{"uid":"d5fa67246e796af9","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308433843,"stop":1710308433844,"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":"b1a240adbe0e9392","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1a240adbe0e9392","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"1ddab66b1381cff2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1ddab66b1381cff2","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"ba368113ecb968e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba368113ecb968e6","status":"passed","time":{"start":1710284796487,"stop":1710284796487,"duration":0}}]},"tags":[]},"source":"d5fa67246e796af9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d7526c5ff44f936.json b/6685/data/test-cases/d7526c5ff44f936.json new file mode 100644 index 00000000000..820476c0ed0 --- /dev/null +++ b/6685/data/test-cases/d7526c5ff44f936.json @@ -0,0 +1 @@ +{"uid":"d7526c5ff44f936","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":1710307991226,"stop":1710307991227,"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":"7254d42a33efe684","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7254d42a33efe684","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"c42313b1ce0d484c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c42313b1ce0d484c","status":"passed","time":{"start":1710287085418,"stop":1710287085418,"duration":0}},{"uid":"20458cf306ad92cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20458cf306ad92cc","status":"passed","time":{"start":1710284350512,"stop":1710284350513,"duration":1}}]},"tags":[]},"source":"d7526c5ff44f936.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d7e0653f8b490d28.json b/6685/data/test-cases/d7e0653f8b490d28.json new file mode 100644 index 00000000000..1f90713bfb9 --- /dev/null +++ b/6685/data/test-cases/d7e0653f8b490d28.json @@ -0,0 +1 @@ +{"uid":"d7e0653f8b490d28","name":"ignores domain fetching errors","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores domain fetching errors","historyId":"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307914371,"stop":1710307914371,"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":"705a5ed42fd5c176","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/705a5ed42fd5c176","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"93c08d3110892002","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93c08d3110892002","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"165a7d28ac7be0c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/165a7d28ac7be0c9","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"tags":[]},"source":"d7e0653f8b490d28.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d88c51a51a9ece88.json b/6685/data/test-cases/d88c51a51a9ece88.json new file mode 100644 index 00000000000..56ed4574766 --- /dev/null +++ b/6685/data/test-cases/d88c51a51a9ece88.json @@ -0,0 +1 @@ +{"uid":"d88c51a51a9ece88","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":1710307897776,"stop":1710307897779,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d8e9aa7435d6d23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d8e9aa7435d6d23","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"7fd5f4433a988382","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fd5f4433a988382","status":"passed","time":{"start":1710286996361,"stop":1710286996362,"duration":1}},{"uid":"36ed5f9a7402e1bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36ed5f9a7402e1bd","status":"passed","time":{"start":1710284258879,"stop":1710284258879,"duration":0}}]},"tags":[]},"source":"d88c51a51a9ece88.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d8c7454cc6b83a52.json b/6685/data/test-cases/d8c7454cc6b83a52.json new file mode 100644 index 00000000000..90273fa1ee0 --- /dev/null +++ b/6685/data/test-cases/d8c7454cc6b83a52.json @@ -0,0 +1 @@ +{"uid":"d8c7454cc6b83a52","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":1710307914153,"stop":1710307914154,"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":"45436bccdbd36f8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45436bccdbd36f8e","status":"passed","time":{"start":1710306807025,"stop":1710306807026,"duration":1}},{"uid":"f3290ad1cf628cdf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3290ad1cf628cdf","status":"passed","time":{"start":1710287011903,"stop":1710287011904,"duration":1}},{"uid":"5f8f7057d82e154c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8f7057d82e154c","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"tags":[]},"source":"d8c7454cc6b83a52.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8f43d23540b597f8.json b/6685/data/test-cases/d8ced2d3e8f755f1.json similarity index 76% rename from 6651/data/test-cases/8f43d23540b597f8.json rename to 6685/data/test-cases/d8ced2d3e8f755f1.json index e48a497dc53..b9d6659d39f 100644 --- a/6651/data/test-cases/8f43d23540b597f8.json +++ b/6685/data/test-cases/d8ced2d3e8f755f1.json @@ -1 +1 @@ -{"uid":"8f43d23540b597f8","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":1710205173310,"stop":1710205173310,"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":73,"passed":0,"unknown":0,"total":73},"items":[{"uid":"40a3d75f1eefbf93","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/40a3d75f1eefbf93","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205067280,"stop":1710205067280,"duration":0}},{"uid":"f1ecc87c3290c3f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f1ecc87c3290c3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204962922,"stop":1710204962922,"duration":0}},{"uid":"684ce7c2ec77fdd0","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/684ce7c2ec77fdd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204701470,"stop":1710204701470,"duration":0}},{"uid":"a957ee1f1d7fd3b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/a957ee1f1d7fd3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710203416615,"stop":1710203416615,"duration":0}},{"uid":"6dc7c97762520611","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6dc7c97762520611","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199910417,"stop":1710199910417,"duration":0}},{"uid":"47ecf5a4e806ed13","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/47ecf5a4e806ed13","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199800514,"stop":1710199800515,"duration":1}},{"uid":"13acefaf3f163ad8","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/13acefaf3f163ad8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710197348915,"stop":1710197348917,"duration":2}},{"uid":"f74c42c65bcd8dc9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f74c42c65bcd8dc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710168167429,"stop":1710168167429,"duration":0}},{"uid":"25d334dc2d25e596","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/25d334dc2d25e596","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167350131,"stop":1710167350131,"duration":0}},{"uid":"1424595e9c83c6ec","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/1424595e9c83c6ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167497869,"stop":1710167497869,"duration":0}},{"uid":"b0dfa93189f5d2b5","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b0dfa93189f5d2b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1710166625614,"stop":1710166625614,"duration":0}},{"uid":"9490746df15fe655","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/9490746df15fe655","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164870348,"stop":1710164870349,"duration":1}},{"uid":"1f559b49c74de625","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1f559b49c74de625","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164015693,"stop":1710164015694,"duration":1}},{"uid":"756f13e53973cfd3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/756f13e53973cfd3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163881238,"stop":1710163881239,"duration":1}},{"uid":"e6851345f4507350","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e6851345f4507350","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155929075,"stop":1710155929075,"duration":0}},{"uid":"d206ee53ad20b5de","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d206ee53ad20b5de","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155134299,"stop":1710155134299,"duration":0}},{"uid":"34b3452d24b81385","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/34b3452d24b81385","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154760709,"stop":1710154760716,"duration":7}},{"uid":"75e1ea55194f9673","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/75e1ea55194f9673","status":"skipped","statusDetails":"Test ignored","time":{"start":1710102776892,"stop":1710102776894,"duration":2}},{"uid":"d873a7deeb08b526","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d873a7deeb08b526","status":"skipped","statusDetails":"Test ignored","time":{"start":1710080978588,"stop":1710080978588,"duration":0}},{"uid":"f84a5279340b255","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/f84a5279340b255","status":"skipped","statusDetails":"Test ignored","time":{"start":1710024644870,"stop":1710024644870,"duration":0}}]},"tags":[]},"source":"8f43d23540b597f8.json","parameterValues":[]} \ No newline at end of file +{"uid":"d8ced2d3e8f755f1","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":1710308416729,"stop":1710308416729,"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":"32c1cfc7a9ac561b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32c1cfc7a9ac561b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308634,"stop":1710307308634,"duration":0}},{"uid":"dd733973b2c3a61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd733973b2c3a61f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509755,"stop":1710287509763,"duration":8}},{"uid":"1324beeb3689ab8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1324beeb3689ab8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"tags":[]},"source":"d8ced2d3e8f755f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d93e44e6db837b37.json b/6685/data/test-cases/d93e44e6db837b37.json new file mode 100644 index 00000000000..a032d39a88b --- /dev/null +++ b/6685/data/test-cases/d93e44e6db837b37.json @@ -0,0 +1 @@ +{"uid":"d93e44e6db837b37","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":1710308416733,"stop":1710308416733,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"159407dc774053b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/159407dc774053b9","status":"passed","time":{"start":1710307308639,"stop":1710307308643,"duration":4}},{"uid":"b14841c21454f8d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b14841c21454f8d6","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"6d78014de5b5c70a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d78014de5b5c70a","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"tags":[]},"source":"d93e44e6db837b37.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/d968c71f3ead8d00.json b/6685/data/test-cases/d968c71f3ead8d00.json new file mode 100644 index 00000000000..689c660e2c1 --- /dev/null +++ b/6685/data/test-cases/d968c71f3ead8d00.json @@ -0,0 +1 @@ +{"uid":"d968c71f3ead8d00","name":"Ordered Callback - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - backward","historyId":"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308485478,"stop":1710308485478,"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},{"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},{"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":"bd8aeb09e11b1fe3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd8aeb09e11b1fe3","status":"passed","time":{"start":1710307365855,"stop":1710307365855,"duration":0}},{"uid":"a98b6ce6c996b51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a98b6ce6c996b51","status":"passed","time":{"start":1710287564361,"stop":1710287564363,"duration":2}},{"uid":"5d04cd83599a8c0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d04cd83599a8c0c","status":"passed","time":{"start":1710284831318,"stop":1710284831318,"duration":0}}]},"tags":[]},"source":"d968c71f3ead8d00.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4066a9103d965300.json b/6685/data/test-cases/d970b9e8f5bd7b75.json similarity index 54% rename from 6651/data/test-cases/4066a9103d965300.json rename to 6685/data/test-cases/d970b9e8f5bd7b75.json index e8201554818..f8c815aa2d1 100644 --- a/6651/data/test-cases/4066a9103d965300.json +++ b/6685/data/test-cases/d970b9e8f5bd7b75.json @@ -1 +1 @@ -{"uid":"4066a9103d965300","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":1710205265207,"stop":1710205265209,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"bf6912f2901cf5d4","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/bf6912f2901cf5d4","status":"passed","time":{"start":1710205158052,"stop":1710205158053,"duration":1}},{"uid":"fc5ef91c11bb8e97","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/fc5ef91c11bb8e97","status":"passed","time":{"start":1710205052236,"stop":1710205052236,"duration":0}},{"uid":"a56f3946f1cdcc14","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a56f3946f1cdcc14","status":"passed","time":{"start":1710204796938,"stop":1710204796939,"duration":1}},{"uid":"b249d3dc44aaa22a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/b249d3dc44aaa22a","status":"passed","time":{"start":1710203511366,"stop":1710203511366,"duration":0}},{"uid":"146f6d86b2415ffc","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/146f6d86b2415ffc","status":"passed","time":{"start":1710199998119,"stop":1710199998119,"duration":0}},{"uid":"7f613bc47123e77b","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7f613bc47123e77b","status":"passed","time":{"start":1710199898543,"stop":1710199898543,"duration":0}},{"uid":"faedb04625ec6616","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/faedb04625ec6616","status":"passed","time":{"start":1710197446713,"stop":1710197446713,"duration":0}},{"uid":"464c8a1bed3b31a7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/464c8a1bed3b31a7","status":"passed","time":{"start":1710168274478,"stop":1710168274479,"duration":1}},{"uid":"bd06551a4c66a298","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/bd06551a4c66a298","status":"passed","time":{"start":1710167587991,"stop":1710167587991,"duration":0}},{"uid":"2d5d68a5eafcd0bc","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2d5d68a5eafcd0bc","status":"passed","time":{"start":1710167591473,"stop":1710167591473,"duration":0}},{"uid":"72948139fecb55bd","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/72948139fecb55bd","status":"passed","time":{"start":1710166720772,"stop":1710166720772,"duration":0}},{"uid":"aecab4919a959720","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/aecab4919a959720","status":"passed","time":{"start":1710164954841,"stop":1710164954841,"duration":0}},{"uid":"f0292bb822959241","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f0292bb822959241","status":"passed","time":{"start":1710164112027,"stop":1710164112028,"duration":1}},{"uid":"8aa004e7302d8db2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8aa004e7302d8db2","status":"passed","time":{"start":1710163970946,"stop":1710163970946,"duration":0}},{"uid":"2fc000664d708129","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/2fc000664d708129","status":"passed","time":{"start":1710156015704,"stop":1710156015704,"duration":0}},{"uid":"f0bda14bc1507318","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f0bda14bc1507318","status":"passed","time":{"start":1710155233877,"stop":1710155233877,"duration":0}},{"uid":"f3762ebd97bf119a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/f3762ebd97bf119a","status":"passed","time":{"start":1710154884016,"stop":1710154884017,"duration":1}},{"uid":"19c0c949d1a6a6c5","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/19c0c949d1a6a6c5","status":"passed","time":{"start":1710102868708,"stop":1710102868708,"duration":0}},{"uid":"cd264f0f4f83b8d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/cd264f0f4f83b8d","status":"passed","time":{"start":1710081071482,"stop":1710081071482,"duration":0}},{"uid":"b829989331282e33","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b829989331282e33","status":"passed","time":{"start":1710024738103,"stop":1710024738104,"duration":1}}]},"tags":[]},"source":"4066a9103d965300.json","parameterValues":[]} \ No newline at end of file +{"uid":"d970b9e8f5bd7b75","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":1710308508734,"stop":1710308508735,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"235cbb7f16c82a5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/235cbb7f16c82a5d","status":"passed","time":{"start":1710307392157,"stop":1710307392158,"duration":1}},{"uid":"611309ac9a5d83e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/611309ac9a5d83e4","status":"passed","time":{"start":1710287596902,"stop":1710287596903,"duration":1}},{"uid":"7b84da6797c4ba51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7b84da6797c4ba51","status":"passed","time":{"start":1710284862701,"stop":1710284862702,"duration":1}}]},"tags":[]},"source":"d970b9e8f5bd7b75.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a3a16d2886b42c0.json b/6685/data/test-cases/d9ae48c2f1e7a7e.json similarity index 74% rename from 6651/data/test-cases/a3a16d2886b42c0.json rename to 6685/data/test-cases/d9ae48c2f1e7a7e.json index 98bcd43aed3..bfe4376bdab 100644 --- a/6651/data/test-cases/a3a16d2886b42c0.json +++ b/6685/data/test-cases/d9ae48c2f1e7a7e.json @@ -1 +1 @@ -{"uid":"a3a16d2886b42c0","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":1710205063400,"stop":1710205063400,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"56c936dc7f95ec2c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/56c936dc7f95ec2c","status":"passed","time":{"start":1710204974353,"stop":1710204974354,"duration":1}},{"uid":"b63b88b55c1ce137","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b63b88b55c1ce137","status":"passed","time":{"start":1710204858036,"stop":1710204858036,"duration":0}},{"uid":"148d8d988e57c4ef","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/148d8d988e57c4ef","status":"passed","time":{"start":1710204613872,"stop":1710204613872,"duration":0}},{"uid":"c76e798838bcd714","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c76e798838bcd714","status":"passed","time":{"start":1710203332600,"stop":1710203332600,"duration":0}},{"uid":"261f85d3bbfbc476","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/261f85d3bbfbc476","status":"passed","time":{"start":1710199825175,"stop":1710199825175,"duration":0}},{"uid":"166e169c51a969c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/166e169c51a969c","status":"passed","time":{"start":1710199731746,"stop":1710199731747,"duration":1}},{"uid":"a870089971ebc9be","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a870089971ebc9be","status":"passed","time":{"start":1710197275097,"stop":1710197275097,"duration":0}},{"uid":"83cde49c721cb68d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/83cde49c721cb68d","status":"passed","time":{"start":1710168106266,"stop":1710168106266,"duration":0}},{"uid":"337b7ec5d682bbb6","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/337b7ec5d682bbb6","status":"passed","time":{"start":1710167360895,"stop":1710167360895,"duration":0}},{"uid":"f9ea99e1d7ce49af","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f9ea99e1d7ce49af","status":"passed","time":{"start":1710167407544,"stop":1710167407545,"duration":1}},{"uid":"e3329aac887b9cff","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e3329aac887b9cff","status":"passed","time":{"start":1710166544386,"stop":1710166544386,"duration":0}},{"uid":"91662789ef998c70","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/91662789ef998c70","status":"passed","time":{"start":1710164782783,"stop":1710164782783,"duration":0}},{"uid":"a468599dfe3196c1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a468599dfe3196c1","status":"passed","time":{"start":1710163934753,"stop":1710163934753,"duration":0}},{"uid":"728eb9c55a50ac63","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/728eb9c55a50ac63","status":"passed","time":{"start":1710163799572,"stop":1710163799576,"duration":4}},{"uid":"4c6dbe785c39fcaa","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/4c6dbe785c39fcaa","status":"passed","time":{"start":1710155833692,"stop":1710155833692,"duration":0}},{"uid":"8ba0969881e54b8e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8ba0969881e54b8e","status":"passed","time":{"start":1710155066231,"stop":1710155066231,"duration":0}},{"uid":"ee5c4fddf1b04073","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ee5c4fddf1b04073","status":"passed","time":{"start":1710154684618,"stop":1710154684618,"duration":0}},{"uid":"9a535cfeafe4ef74","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/9a535cfeafe4ef74","status":"passed","time":{"start":1710102693426,"stop":1710102693427,"duration":1}},{"uid":"ddd7c37414b21238","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ddd7c37414b21238","status":"passed","time":{"start":1710080898341,"stop":1710080898342,"duration":1}},{"uid":"791a7a9a66ae191f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/791a7a9a66ae191f","status":"passed","time":{"start":1710024575251,"stop":1710024575251,"duration":0}}]},"tags":[]},"source":"a3a16d2886b42c0.json","parameterValues":[]} \ No newline at end of file +{"uid":"d9ae48c2f1e7a7e","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":1710308322612,"stop":1710308322612,"duration":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":"2def8b1e1cd507fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2def8b1e1cd507fb","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"c0137b8019e42d51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0137b8019e42d51","status":"passed","time":{"start":1710287412754,"stop":1710287412754,"duration":0}},{"uid":"a932422d0fdc9636","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a932422d0fdc9636","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"tags":[]},"source":"d9ae48c2f1e7a7e.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9a35120a7c3e588a.json b/6685/data/test-cases/da3572beffbb22d9.json similarity index 84% rename from 6651/data/test-cases/9a35120a7c3e588a.json rename to 6685/data/test-cases/da3572beffbb22d9.json index d62102c238a..0feeb697153 100644 --- a/6651/data/test-cases/9a35120a7c3e588a.json +++ b/6685/data/test-cases/da3572beffbb22d9.json @@ -1 +1 @@ -{"uid":"9a35120a7c3e588a","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":1710205233014,"stop":1710205233014,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"fd21e81394bc987d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fd21e81394bc987d","status":"passed","time":{"start":1710205120351,"stop":1710205120352,"duration":1}},{"uid":"c359ed7306534624","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c359ed7306534624","status":"passed","time":{"start":1710205004858,"stop":1710205004864,"duration":6}},{"uid":"c581ad803ba545d1","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c581ad803ba545d1","status":"passed","time":{"start":1710204772103,"stop":1710204772103,"duration":0}},{"uid":"c545a1ebdfb943a3","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c545a1ebdfb943a3","status":"passed","time":{"start":1710203476064,"stop":1710203476064,"duration":0}},{"uid":"54a8152a3b55473b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/54a8152a3b55473b","status":"passed","time":{"start":1710199958112,"stop":1710199958112,"duration":0}},{"uid":"69c2523044160754","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/69c2523044160754","status":"passed","time":{"start":1710199882649,"stop":1710199882650,"duration":1}},{"uid":"ed9234b88924dadf","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ed9234b88924dadf","status":"passed","time":{"start":1710197397388,"stop":1710197397388,"duration":0}},{"uid":"cedf5bc52036bddf","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cedf5bc52036bddf","status":"passed","time":{"start":1710168235143,"stop":1710168235143,"duration":0}},{"uid":"18357894c64ff669","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/18357894c64ff669","status":"passed","time":{"start":1710167420286,"stop":1710167420287,"duration":1}},{"uid":"17177090eb897a55","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/17177090eb897a55","status":"passed","time":{"start":1710167568731,"stop":1710167568731,"duration":0}},{"uid":"42f5b084a95b3093","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/42f5b084a95b3093","status":"passed","time":{"start":1710166701489,"stop":1710166701489,"duration":0}},{"uid":"e22a4ca732b6c606","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e22a4ca732b6c606","status":"passed","time":{"start":1710164929247,"stop":1710164929248,"duration":1}},{"uid":"be06336bb78ee0a2","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/be06336bb78ee0a2","status":"passed","time":{"start":1710164078405,"stop":1710164078405,"duration":0}},{"uid":"c0ddf738682b831","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c0ddf738682b831","status":"passed","time":{"start":1710163927096,"stop":1710163927096,"duration":0}},{"uid":"13675a9f531431b9","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/13675a9f531431b9","status":"passed","time":{"start":1710155986300,"stop":1710155986301,"duration":1}},{"uid":"597dfeef0c55b73d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/597dfeef0c55b73d","status":"passed","time":{"start":1710155212569,"stop":1710155212570,"duration":1}},{"uid":"36c05be7391a66d1","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/36c05be7391a66d1","status":"passed","time":{"start":1710154813488,"stop":1710154813488,"duration":0}},{"uid":"69f539f768383f82","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/69f539f768383f82","status":"passed","time":{"start":1710102845329,"stop":1710102845335,"duration":6}},{"uid":"606649c16c4dacc1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/606649c16c4dacc1","status":"passed","time":{"start":1710081043190,"stop":1710081043190,"duration":0}},{"uid":"a93874aab29346e7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a93874aab29346e7","status":"passed","time":{"start":1710024705818,"stop":1710024705818,"duration":0}}]},"tags":[]},"source":"9a35120a7c3e588a.json","parameterValues":[]} \ No newline at end of file +{"uid":"da3572beffbb22d9","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":1710308463705,"stop":1710308463708,"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":"34fac85a434e9564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34fac85a434e9564","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"9b57218dd0c6c81","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b57218dd0c6c81","status":"passed","time":{"start":1710287569256,"stop":1710287569257,"duration":1}},{"uid":"75e2eb93dce870ec","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75e2eb93dce870ec","status":"passed","time":{"start":1710284852301,"stop":1710284852304,"duration":3}}]},"tags":[]},"source":"da3572beffbb22d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/da3e5676f260a344.json b/6685/data/test-cases/da3e5676f260a344.json new file mode 100644 index 00000000000..599f9a6e829 --- /dev/null +++ b/6685/data/test-cases/da3e5676f260a344.json @@ -0,0 +1 @@ +{"uid":"da3e5676f260a344","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":1710307897766,"stop":1710307897768,"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":"dfc7567376b5301b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfc7567376b5301b","status":"passed","time":{"start":1710306791272,"stop":1710306791273,"duration":1}},{"uid":"dbc70ca470ea8a6f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbc70ca470ea8a6f","status":"passed","time":{"start":1710286996353,"stop":1710286996355,"duration":2}},{"uid":"a17c382df0269e13","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a17c382df0269e13","status":"passed","time":{"start":1710284258862,"stop":1710284258872,"duration":10}}]},"tags":[]},"source":"da3e5676f260a344.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/78bdc29419292923.json b/6685/data/test-cases/da542bdf2c5dd278.json similarity index 76% rename from 6651/data/test-cases/78bdc29419292923.json rename to 6685/data/test-cases/da542bdf2c5dd278.json index 838cae50036..d26e4a71899 100644 --- a/6651/data/test-cases/78bdc29419292923.json +++ b/6685/data/test-cases/da542bdf2c5dd278.json @@ -1 +1 @@ -{"uid":"78bdc29419292923","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":1710205115571,"stop":1710205115572,"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":73,"unknown":0,"total":73},"items":[{"uid":"ca1ca79cd9a7fe0c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ca1ca79cd9a7fe0c","status":"passed","time":{"start":1710205004964,"stop":1710205004965,"duration":1}},{"uid":"fdad615145c58148","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/fdad615145c58148","status":"passed","time":{"start":1710204900787,"stop":1710204900787,"duration":0}},{"uid":"d3abd22631d9801","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d3abd22631d9801","status":"passed","time":{"start":1710204658516,"stop":1710204658516,"duration":0}},{"uid":"775a759321909f71","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/775a759321909f71","status":"passed","time":{"start":1710203380010,"stop":1710203380012,"duration":2}},{"uid":"7784b52007fc9a08","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7784b52007fc9a08","status":"passed","time":{"start":1710199869974,"stop":1710199869974,"duration":0}},{"uid":"d26d42c38a080504","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/d26d42c38a080504","status":"passed","time":{"start":1710199772380,"stop":1710199772380,"duration":0}},{"uid":"86766cc542c1240a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/86766cc542c1240a","status":"passed","time":{"start":1710197312732,"stop":1710197312733,"duration":1}},{"uid":"83cfd21396034f1e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/83cfd21396034f1e","status":"passed","time":{"start":1710168147669,"stop":1710168147669,"duration":0}},{"uid":"5b5076e5c27dbbb9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5b5076e5c27dbbb9","status":"passed","time":{"start":1710167379266,"stop":1710167379266,"duration":0}},{"uid":"5aea75f9df1108f7","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5aea75f9df1108f7","status":"passed","time":{"start":1710167447906,"stop":1710167447907,"duration":1}},{"uid":"3345147fc502cb4e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3345147fc502cb4e","status":"passed","time":{"start":1710166585482,"stop":1710166585482,"duration":0}},{"uid":"ca7e5a433940810b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ca7e5a433940810b","status":"passed","time":{"start":1710164815424,"stop":1710164815424,"duration":0}},{"uid":"1a5e0b43522eca2a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1a5e0b43522eca2a","status":"passed","time":{"start":1710163978915,"stop":1710163978915,"duration":0}},{"uid":"5dc8e44487eebad7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/5dc8e44487eebad7","status":"passed","time":{"start":1710163834524,"stop":1710163834524,"duration":0}},{"uid":"c34d37e5110fdb91","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c34d37e5110fdb91","status":"passed","time":{"start":1710155882167,"stop":1710155882167,"duration":0}},{"uid":"5d1c842f0faf753","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/5d1c842f0faf753","status":"passed","time":{"start":1710155093754,"stop":1710155093754,"duration":0}},{"uid":"7cb4ebb749ebc895","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7cb4ebb749ebc895","status":"passed","time":{"start":1710154718368,"stop":1710154718369,"duration":1}},{"uid":"8eaf37663dd1522e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8eaf37663dd1522e","status":"passed","time":{"start":1710102732566,"stop":1710102732567,"duration":1}},{"uid":"16ba355f6628a945","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/16ba355f6628a945","status":"passed","time":{"start":1710080936487,"stop":1710080936487,"duration":0}},{"uid":"454dfc4078b637c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/454dfc4078b637c","status":"passed","time":{"start":1710024618615,"stop":1710024618615,"duration":0}}]},"tags":[]},"source":"78bdc29419292923.json","parameterValues":[]} \ No newline at end of file +{"uid":"da542bdf2c5dd278","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":1710308366471,"stop":1710308366471,"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":"910a7410bb201496","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/910a7410bb201496","status":"passed","time":{"start":1710307247764,"stop":1710307247764,"duration":0}},{"uid":"3551088140112507","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3551088140112507","status":"passed","time":{"start":1710287456055,"stop":1710287456055,"duration":0}},{"uid":"802dd668573fab73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/802dd668573fab73","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"tags":[]},"source":"da542bdf2c5dd278.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/699ded5f4b77f615.json b/6685/data/test-cases/da9b36da9b9593d5.json similarity index 80% rename from 6651/data/test-cases/699ded5f4b77f615.json rename to 6685/data/test-cases/da9b36da9b9593d5.json index 98b9ec656e1..a4380fb7e52 100644 --- a/6651/data/test-cases/699ded5f4b77f615.json +++ b/6685/data/test-cases/da9b36da9b9593d5.json @@ -1 +1 @@ -{"uid":"699ded5f4b77f615","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":1710204945839,"stop":1710204945840,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"5f76bd457600aad0","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5f76bd457600aad0","status":"passed","time":{"start":1710204830289,"stop":1710204830290,"duration":1}},{"uid":"9b0ff55a3067482d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9b0ff55a3067482d","status":"passed","time":{"start":1710204733005,"stop":1710204733005,"duration":0}},{"uid":"e5dfb94bc5a828ef","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e5dfb94bc5a828ef","status":"passed","time":{"start":1710204477762,"stop":1710204477763,"duration":1}},{"uid":"545e6cbce1a54d42","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/545e6cbce1a54d42","status":"passed","time":{"start":1710203199465,"stop":1710203199466,"duration":1}},{"uid":"6f3e9db668c2db44","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6f3e9db668c2db44","status":"passed","time":{"start":1710199697809,"stop":1710199697809,"duration":0}},{"uid":"1437d45f77b8fe25","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/1437d45f77b8fe25","status":"passed","time":{"start":1710199591754,"stop":1710199591755,"duration":1}},{"uid":"7993dff6295083a9","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/7993dff6295083a9","status":"passed","time":{"start":1710197131780,"stop":1710197131781,"duration":1}},{"uid":"344be9c3a31d0c4c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/344be9c3a31d0c4c","status":"passed","time":{"start":1710167952594,"stop":1710167952595,"duration":1}},{"uid":"3e365a9998a5b640","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3e365a9998a5b640","status":"passed","time":{"start":1710167221544,"stop":1710167221545,"duration":1}},{"uid":"9be33b8ea9117fb2","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/9be33b8ea9117fb2","status":"passed","time":{"start":1710167283372,"stop":1710167283372,"duration":0}},{"uid":"cfa393832accb3fd","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/cfa393832accb3fd","status":"passed","time":{"start":1710166420481,"stop":1710166420481,"duration":0}},{"uid":"e53cec115538b8a2","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e53cec115538b8a2","status":"passed","time":{"start":1710164634566,"stop":1710164634566,"duration":0}},{"uid":"41e01832dc1c1e05","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/41e01832dc1c1e05","status":"passed","time":{"start":1710163791784,"stop":1710163791785,"duration":1}},{"uid":"a53a00e878b25c6","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a53a00e878b25c6","status":"passed","time":{"start":1710163655789,"stop":1710163655790,"duration":1}},{"uid":"4c28bc84c6e1cd44","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/4c28bc84c6e1cd44","status":"passed","time":{"start":1710155712313,"stop":1710155712314,"duration":1}},{"uid":"d327f2ddc1080a5d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d327f2ddc1080a5d","status":"passed","time":{"start":1710154919626,"stop":1710154919626,"duration":0}},{"uid":"78ec2eca472de0df","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/78ec2eca472de0df","status":"passed","time":{"start":1710154537138,"stop":1710154537138,"duration":0}},{"uid":"ab035e51c6b6390b","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ab035e51c6b6390b","status":"passed","time":{"start":1710102560658,"stop":1710102560658,"duration":0}},{"uid":"8630c47f0b1fc260","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8630c47f0b1fc260","status":"passed","time":{"start":1710080763687,"stop":1710080763687,"duration":0}},{"uid":"a29703a6e86d57f6","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a29703a6e86d57f6","status":"passed","time":{"start":1710024433722,"stop":1710024433722,"duration":0}}]},"tags":[]},"source":"699ded5f4b77f615.json","parameterValues":[]} \ No newline at end of file +{"uid":"da9b36da9b9593d5","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":1710308192918,"stop":1710308192918,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4eb0d791fbe7984e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4eb0d791fbe7984e","status":"passed","time":{"start":1710307078641,"stop":1710307078641,"duration":0}},{"uid":"20928b92e65fea08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20928b92e65fea08","status":"passed","time":{"start":1710287281994,"stop":1710287281995,"duration":1}},{"uid":"379cc2cc41e53fbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/379cc2cc41e53fbe","status":"passed","time":{"start":1710284550756,"stop":1710284550756,"duration":0}}]},"tags":[]},"source":"da9b36da9b9593d5.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/dad27c52ad371a81.json b/6685/data/test-cases/dad27c52ad371a81.json new file mode 100644 index 00000000000..d1718bfb738 --- /dev/null +++ b/6685/data/test-cases/dad27c52ad371a81.json @@ -0,0 +1 @@ +{"uid":"dad27c52ad371a81","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":1710308464139,"stop":1710308464140,"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":"cfaff012410118d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfaff012410118d0","status":"passed","time":{"start":1710307351547,"stop":1710307351548,"duration":1}},{"uid":"f5082d3c4c1adb0d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5082d3c4c1adb0d","status":"passed","time":{"start":1710287559411,"stop":1710287559411,"duration":0}},{"uid":"fe244b96081dd249","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fe244b96081dd249","status":"passed","time":{"start":1710284823515,"stop":1710284823516,"duration":1}}]},"tags":[]},"source":"dad27c52ad371a81.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/4a60cf62afa364ee.json b/6685/data/test-cases/db111bc63068ec1d.json similarity index 74% rename from 6651/data/test-cases/4a60cf62afa364ee.json rename to 6685/data/test-cases/db111bc63068ec1d.json index 7a50a2b85de..69ab3a3f289 100644 --- a/6651/data/test-cases/4a60cf62afa364ee.json +++ b/6685/data/test-cases/db111bc63068ec1d.json @@ -1 +1 @@ -{"uid":"4a60cf62afa364ee","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":1710205111364,"stop":1710205111364,"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":73,"unknown":0,"total":73},"items":[{"uid":"a7ab81b17d3c892d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a7ab81b17d3c892d","status":"passed","time":{"start":1710205017184,"stop":1710205017184,"duration":0}},{"uid":"c481ec311b86a5aa","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c481ec311b86a5aa","status":"passed","time":{"start":1710204906976,"stop":1710204906978,"duration":2}},{"uid":"6074177f28de85f6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6074177f28de85f6","status":"passed","time":{"start":1710204657698,"stop":1710204657698,"duration":0}},{"uid":"a01120c9e83f0e3d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/a01120c9e83f0e3d","status":"passed","time":{"start":1710203386086,"stop":1710203386086,"duration":0}},{"uid":"cc60388bd204c5f9","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/cc60388bd204c5f9","status":"passed","time":{"start":1710199881930,"stop":1710199881930,"duration":0}},{"uid":"3960c2b3253b8738","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/3960c2b3253b8738","status":"passed","time":{"start":1710199775343,"stop":1710199775343,"duration":0}},{"uid":"11570b4896769564","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/11570b4896769564","status":"passed","time":{"start":1710197317813,"stop":1710197317813,"duration":0}},{"uid":"72562942f72dc63","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/72562942f72dc63","status":"passed","time":{"start":1710168157258,"stop":1710168157258,"duration":0}},{"uid":"6e34d5f30e8bafe6","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/6e34d5f30e8bafe6","status":"passed","time":{"start":1710167388045,"stop":1710167388045,"duration":0}},{"uid":"e3c3272474991482","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e3c3272474991482","status":"passed","time":{"start":1710167452050,"stop":1710167452056,"duration":6}},{"uid":"2990e72af3d12f3a","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/2990e72af3d12f3a","status":"passed","time":{"start":1710166594826,"stop":1710166594826,"duration":0}},{"uid":"2333be8d385df7a9","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2333be8d385df7a9","status":"passed","time":{"start":1710164827347,"stop":1710164827348,"duration":1}},{"uid":"8c86b62f795a0d4e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/8c86b62f795a0d4e","status":"passed","time":{"start":1710163975336,"stop":1710163975336,"duration":0}},{"uid":"aa8030646aee1850","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/aa8030646aee1850","status":"passed","time":{"start":1710163842504,"stop":1710163842505,"duration":1}},{"uid":"ba4bba21dad80eec","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/ba4bba21dad80eec","status":"passed","time":{"start":1710155887161,"stop":1710155887162,"duration":1}},{"uid":"2c4389c16b2b4b6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2c4389c16b2b4b6","status":"passed","time":{"start":1710155106026,"stop":1710155106026,"duration":0}},{"uid":"1128bfa877b592b4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1128bfa877b592b4","status":"passed","time":{"start":1710154728840,"stop":1710154728840,"duration":0}},{"uid":"16548c6913ebce65","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/16548c6913ebce65","status":"passed","time":{"start":1710102734834,"stop":1710102734834,"duration":0}},{"uid":"14fb2a68a51eda24","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/14fb2a68a51eda24","status":"passed","time":{"start":1710080944313,"stop":1710080944313,"duration":0}},{"uid":"464a1c957856ea43","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/464a1c957856ea43","status":"passed","time":{"start":1710024618199,"stop":1710024618200,"duration":1}}]},"tags":[]},"source":"4a60cf62afa364ee.json","parameterValues":[]} \ No newline at end of file +{"uid":"db111bc63068ec1d","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":1710308371306,"stop":1710308371306,"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":"3e85f9a879ed1346","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e85f9a879ed1346","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"c3674ff9ea8a5f30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3674ff9ea8a5f30","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"a21faea61adbb1b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a21faea61adbb1b7","status":"passed","time":{"start":1710284730221,"stop":1710284730221,"duration":0}}]},"tags":[]},"source":"db111bc63068ec1d.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c516cd7a1c0d09a9.json b/6685/data/test-cases/db5d3e5bd46f7b6a.json similarity index 81% rename from 6651/data/test-cases/c516cd7a1c0d09a9.json rename to 6685/data/test-cases/db5d3e5bd46f7b6a.json index d40c1d34c96..d76cd1f9cd4 100644 --- a/6651/data/test-cases/c516cd7a1c0d09a9.json +++ b/6685/data/test-cases/db5d3e5bd46f7b6a.json @@ -1 +1 @@ -{"uid":"c516cd7a1c0d09a9","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":1710205335143,"stop":1710205335143,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":72,"unknown":0,"total":73},"items":[{"uid":"6db9974280f1fbd9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/6db9974280f1fbd9","status":"passed","time":{"start":1710205224512,"stop":1710205224513,"duration":1}},{"uid":"f856bb14821ef4b7","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/f856bb14821ef4b7","status":"passed","time":{"start":1710205109077,"stop":1710205109077,"duration":0}},{"uid":"1c238e7b48833630","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/1c238e7b48833630","status":"passed","time":{"start":1710204865546,"stop":1710204865547,"duration":1}},{"uid":"38d089f79ccf72f2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/38d089f79ccf72f2","status":"passed","time":{"start":1710203577230,"stop":1710203577231,"duration":1}},{"uid":"f34335ae4f452aa0","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f34335ae4f452aa0","status":"passed","time":{"start":1710200067241,"stop":1710200067242,"duration":1}},{"uid":"a8b678035557a6bd","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a8b678035557a6bd","status":"passed","time":{"start":1710199972397,"stop":1710199972397,"duration":0}},{"uid":"48ed9b7cddede338","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/48ed9b7cddede338","status":"passed","time":{"start":1710197502487,"stop":1710197502487,"duration":0}},{"uid":"157fc0a959f7eff7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/157fc0a959f7eff7","status":"passed","time":{"start":1710168342000,"stop":1710168342000,"duration":0}},{"uid":"fabe2898d5a2428b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/fabe2898d5a2428b","status":"passed","time":{"start":1710167568813,"stop":1710167568813,"duration":0}},{"uid":"d3882f931a775a33","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d3882f931a775a33","status":"passed","time":{"start":1710167665504,"stop":1710167665505,"duration":1}},{"uid":"80184190458f4982","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/80184190458f4982","status":"passed","time":{"start":1710166795563,"stop":1710166795563,"duration":0}},{"uid":"60f96b0a7c0a957f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/60f96b0a7c0a957f","status":"passed","time":{"start":1710165026125,"stop":1710165026125,"duration":0}},{"uid":"b290da09270fa708","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b290da09270fa708","status":"passed","time":{"start":1710164176708,"stop":1710164176708,"duration":0}},{"uid":"da10fdfe5442034f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/da10fdfe5442034f","status":"passed","time":{"start":1710164039980,"stop":1710164039980,"duration":0}},{"uid":"2c0a877857952208","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/2c0a877857952208","status":"passed","time":{"start":1710156088897,"stop":1710156088897,"duration":0}},{"uid":"ae411f33ad9f85d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ae411f33ad9f85d","status":"passed","time":{"start":1710155298406,"stop":1710155298406,"duration":0}},{"uid":"68c5689a57dc8017","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/68c5689a57dc8017","status":"passed","time":{"start":1710154928190,"stop":1710154928190,"duration":0}},{"uid":"9377d071f05449c3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/9377d071f05449c3","status":"passed","time":{"start":1710102939217,"stop":1710102939217,"duration":0}},{"uid":"479f2fecc9ed682d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/479f2fecc9ed682d","status":"passed","time":{"start":1710081135414,"stop":1710081135414,"duration":0}},{"uid":"6d672d314182c39c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6d672d314182c39c","status":"passed","time":{"start":1710024806419,"stop":1710024806419,"duration":0}}]},"tags":[]},"source":"c516cd7a1c0d09a9.json","parameterValues":[]} \ No newline at end of file +{"uid":"db5d3e5bd46f7b6a","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":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"af8fc602f8a93d20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af8fc602f8a93d20","status":"passed","time":{"start":1710307465624,"stop":1710307465625,"duration":1}},{"uid":"888f45e6b512198c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/888f45e6b512198c","status":"passed","time":{"start":1710287674906,"stop":1710287674906,"duration":0}},{"uid":"faa7ae9cc59d7799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/faa7ae9cc59d7799","status":"passed","time":{"start":1710284934065,"stop":1710284934066,"duration":1}}]},"tags":[]},"source":"db5d3e5bd46f7b6a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/db70e85df4bc8348.json b/6685/data/test-cases/db70e85df4bc8348.json new file mode 100644 index 00000000000..0973aaa8b88 --- /dev/null +++ b/6685/data/test-cases/db70e85df4bc8348.json @@ -0,0 +1 @@ +{"uid":"db70e85df4bc8348","name":"Check meta is set [symmetric]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Check meta is set [symmetric]","historyId":"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307923913,"stop":1710307923913,"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":"bbc0d5284000a150","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0d5284000a150","status":"passed","time":{"start":1710306816840,"stop":1710306816840,"duration":0}},{"uid":"aedf1941f79480b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedf1941f79480b2","status":"passed","time":{"start":1710287022151,"stop":1710287022151,"duration":0}},{"uid":"a5365a83f4005597","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a5365a83f4005597","status":"passed","time":{"start":1710284284832,"stop":1710284284833,"duration":1}}]},"tags":[]},"source":"db70e85df4bc8348.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/dbb9702127f61154.json b/6685/data/test-cases/dbb9702127f61154.json new file mode 100644 index 00000000000..ae0a95002ca --- /dev/null +++ b/6685/data/test-cases/dbb9702127f61154.json @@ -0,0 +1 @@ +{"uid":"dbb9702127f61154","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":1710307950775,"stop":1710307950776,"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":"4bc2a826a07b6814","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc2a826a07b6814","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"c71bb5c4cc9b5f47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c71bb5c4cc9b5f47","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049803,"duration":1}},{"uid":"fbed2b316cc4462b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbed2b316cc4462b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312211,"duration":1}}]},"tags":[]},"source":"dbb9702127f61154.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/51f0be53ea1c1e51.json b/6685/data/test-cases/dbce83b27e5557b2.json similarity index 74% rename from 6651/data/test-cases/51f0be53ea1c1e51.json rename to 6685/data/test-cases/dbce83b27e5557b2.json index 3d89e85e346..6993d5bb47e 100644 --- a/6651/data/test-cases/51f0be53ea1c1e51.json +++ b/6685/data/test-cases/dbce83b27e5557b2.json @@ -1 +1 @@ -{"uid":"51f0be53ea1c1e51","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":1710205111364,"stop":1710205111364,"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":73,"unknown":0,"total":73},"items":[{"uid":"ccb6274c21ad358e","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ccb6274c21ad358e","status":"passed","time":{"start":1710205017183,"stop":1710205017183,"duration":0}},{"uid":"716ee428cae8f07a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/716ee428cae8f07a","status":"passed","time":{"start":1710204906975,"stop":1710204906976,"duration":1}},{"uid":"b04e47751a19e68b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/b04e47751a19e68b","status":"passed","time":{"start":1710204657697,"stop":1710204657697,"duration":0}},{"uid":"b6017f8dda248eee","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/b6017f8dda248eee","status":"passed","time":{"start":1710203386085,"stop":1710203386086,"duration":1}},{"uid":"196dc1e1eb9bbf6e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/196dc1e1eb9bbf6e","status":"passed","time":{"start":1710199881930,"stop":1710199881930,"duration":0}},{"uid":"9c44f8c1f2c8d303","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9c44f8c1f2c8d303","status":"passed","time":{"start":1710199775343,"stop":1710199775343,"duration":0}},{"uid":"903becaf7fd15fe0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/903becaf7fd15fe0","status":"passed","time":{"start":1710197317812,"stop":1710197317812,"duration":0}},{"uid":"99c8c52c93dc6a5d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/99c8c52c93dc6a5d","status":"passed","time":{"start":1710168157257,"stop":1710168157257,"duration":0}},{"uid":"8763e9f81d1f3c08","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8763e9f81d1f3c08","status":"passed","time":{"start":1710167388045,"stop":1710167388045,"duration":0}},{"uid":"11f3ba8c6aaa45aa","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/11f3ba8c6aaa45aa","status":"passed","time":{"start":1710167452049,"stop":1710167452050,"duration":1}},{"uid":"b1ecbff438e650a2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b1ecbff438e650a2","status":"passed","time":{"start":1710166594825,"stop":1710166594825,"duration":0}},{"uid":"cd1ac1bda7f8c741","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/cd1ac1bda7f8c741","status":"passed","time":{"start":1710164827347,"stop":1710164827347,"duration":0}},{"uid":"f042ecaccd4f0594","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f042ecaccd4f0594","status":"passed","time":{"start":1710163975335,"stop":1710163975335,"duration":0}},{"uid":"854e2bd782028609","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/854e2bd782028609","status":"passed","time":{"start":1710163842501,"stop":1710163842504,"duration":3}},{"uid":"8cedb26c76b1830","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8cedb26c76b1830","status":"passed","time":{"start":1710155887161,"stop":1710155887161,"duration":0}},{"uid":"952360526182e2a6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/952360526182e2a6","status":"passed","time":{"start":1710155106026,"stop":1710155106026,"duration":0}},{"uid":"8b405dd0eaaa00c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/8b405dd0eaaa00c","status":"passed","time":{"start":1710154728839,"stop":1710154728839,"duration":0}},{"uid":"c4d9349549dcd39c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c4d9349549dcd39c","status":"passed","time":{"start":1710102734834,"stop":1710102734834,"duration":0}},{"uid":"689c8cc77834e611","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/689c8cc77834e611","status":"passed","time":{"start":1710080944313,"stop":1710080944313,"duration":0}},{"uid":"35bfdaf3c092f450","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/35bfdaf3c092f450","status":"passed","time":{"start":1710024618199,"stop":1710024618199,"duration":0}}]},"tags":[]},"source":"51f0be53ea1c1e51.json","parameterValues":[]} \ No newline at end of file +{"uid":"dbce83b27e5557b2","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":1710308371305,"stop":1710308371305,"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":"19d6e23f87623bda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/19d6e23f87623bda","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"6524b1cecd0305a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6524b1cecd0305a9","status":"passed","time":{"start":1710287460903,"stop":1710287460904,"duration":1}},{"uid":"4cd14fa372bc96c7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cd14fa372bc96c7","status":"passed","time":{"start":1710284730220,"stop":1710284730221,"duration":1}}]},"tags":[]},"source":"dbce83b27e5557b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/dbf4fc66db0b2495.json b/6685/data/test-cases/dbf4fc66db0b2495.json new file mode 100644 index 00000000000..9003f939f16 --- /dev/null +++ b/6685/data/test-cases/dbf4fc66db0b2495.json @@ -0,0 +1 @@ +{"uid":"dbf4fc66db0b2495","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":1710307889887,"stop":1710307889889,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pushOrInitMapSet"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"184f5fda87c9205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/184f5fda87c9205f","status":"passed","time":{"start":1710306783346,"stop":1710306783348,"duration":2}},{"uid":"2421ba73c22099f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2421ba73c22099f5","status":"passed","time":{"start":1710286988505,"stop":1710286988507,"duration":2}},{"uid":"99f4b4b15a3c5b4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/99f4b4b15a3c5b4","status":"passed","time":{"start":1710284250977,"stop":1710284250978,"duration":1}}]},"tags":[]},"source":"dbf4fc66db0b2495.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/dc8c4f107823ff47.json b/6685/data/test-cases/dc8c4f107823ff47.json new file mode 100644 index 00000000000..2c4bdf4f378 --- /dev/null +++ b/6685/data/test-cases/dc8c4f107823ff47.json @@ -0,0 +1 @@ +{"uid":"dc8c4f107823ff47","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":1710308464141,"stop":1710308464141,"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.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":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"d1f8681bf8df9ccc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1f8681bf8df9ccc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351551,"duration":1}},{"uid":"d3460aa24b093fd6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d3460aa24b093fd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"64e8878354412fba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64e8878354412fba","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823521,"duration":1}}]},"tags":[]},"source":"dc8c4f107823ff47.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/dd6e01bb2bd73fcc.json b/6685/data/test-cases/dd6e01bb2bd73fcc.json new file mode 100644 index 00000000000..2b8467a7c96 --- /dev/null +++ b/6685/data/test-cases/dd6e01bb2bd73fcc.json @@ -0,0 +1 @@ +{"uid":"dd6e01bb2bd73fcc","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":1710308225036,"stop":1710308225036,"duration":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":"1bd164ed205a8a0a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1bd164ed205a8a0a","status":"passed","time":{"start":1710307101313,"stop":1710307101314,"duration":1}},{"uid":"7318d17d959322dd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7318d17d959322dd","status":"passed","time":{"start":1710287300117,"stop":1710287300118,"duration":1}},{"uid":"6e5bf3b0d47b19d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e5bf3b0d47b19d","status":"passed","time":{"start":1710284561374,"stop":1710284561374,"duration":0}}]},"tags":[]},"source":"dd6e01bb2bd73fcc.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/af6294c246df350f.json b/6685/data/test-cases/dd801977b799a42f.json similarity index 84% rename from 6651/data/test-cases/af6294c246df350f.json rename to 6685/data/test-cases/dd801977b799a42f.json index 36b963cd562..695ab2df555 100644 --- a/6651/data/test-cases/af6294c246df350f.json +++ b/6685/data/test-cases/dd801977b799a42f.json @@ -1 +1 @@ -{"uid":"af6294c246df350f","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":1710205063416,"stop":1710205063417,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"b7b5b93365d1216f","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b7b5b93365d1216f","status":"passed","time":{"start":1710204974361,"stop":1710204974363,"duration":2}},{"uid":"5369119ff9626ae5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/5369119ff9626ae5","status":"passed","time":{"start":1710204858049,"stop":1710204858049,"duration":0}},{"uid":"364865dfed076e57","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/364865dfed076e57","status":"passed","time":{"start":1710204613880,"stop":1710204613880,"duration":0}},{"uid":"89962164f51e993f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/89962164f51e993f","status":"passed","time":{"start":1710203332613,"stop":1710203332614,"duration":1}},{"uid":"15671c4ada20803b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/15671c4ada20803b","status":"passed","time":{"start":1710199825180,"stop":1710199825181,"duration":1}},{"uid":"e2cf03d6d282e504","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e2cf03d6d282e504","status":"passed","time":{"start":1710199731757,"stop":1710199731758,"duration":1}},{"uid":"ad9b35a5d0a19a7a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/ad9b35a5d0a19a7a","status":"passed","time":{"start":1710197275109,"stop":1710197275109,"duration":0}},{"uid":"99cab1111dbd03dd","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/99cab1111dbd03dd","status":"passed","time":{"start":1710168106280,"stop":1710168106280,"duration":0}},{"uid":"86aeb0c4512fa31a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/86aeb0c4512fa31a","status":"passed","time":{"start":1710167360901,"stop":1710167360902,"duration":1}},{"uid":"55b2edc90d628e8c","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/55b2edc90d628e8c","status":"passed","time":{"start":1710167407564,"stop":1710167407564,"duration":0}},{"uid":"5e393e9aa9b7cf45","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5e393e9aa9b7cf45","status":"passed","time":{"start":1710166544393,"stop":1710166544394,"duration":1}},{"uid":"dc275d834d1f6253","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/dc275d834d1f6253","status":"passed","time":{"start":1710164782792,"stop":1710164782802,"duration":10}},{"uid":"c967b03c87001a85","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c967b03c87001a85","status":"passed","time":{"start":1710163934761,"stop":1710163934762,"duration":1}},{"uid":"43a7b8624ff657b3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/43a7b8624ff657b3","status":"passed","time":{"start":1710163799608,"stop":1710163799609,"duration":1}},{"uid":"678fd574056286f7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/678fd574056286f7","status":"passed","time":{"start":1710155833700,"stop":1710155833700,"duration":0}},{"uid":"1abfd65a389233a3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1abfd65a389233a3","status":"passed","time":{"start":1710155066239,"stop":1710155066239,"duration":0}},{"uid":"a0d8f2ff28c7b162","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a0d8f2ff28c7b162","status":"passed","time":{"start":1710154684656,"stop":1710154684656,"duration":0}},{"uid":"8c1619ae0f122efc","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8c1619ae0f122efc","status":"passed","time":{"start":1710102693451,"stop":1710102693451,"duration":0}},{"uid":"c96c6d2c59211b3a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c96c6d2c59211b3a","status":"passed","time":{"start":1710080898349,"stop":1710080898349,"duration":0}},{"uid":"cd5e8ad0fb2bad33","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/cd5e8ad0fb2bad33","status":"passed","time":{"start":1710024575264,"stop":1710024575265,"duration":1}}]},"tags":[]},"source":"af6294c246df350f.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd801977b799a42f","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":1710308322612,"stop":1710308322612,"duration":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":"e6471a4e3fe7b14f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6471a4e3fe7b14f","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"14ec63bcf8a03397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/14ec63bcf8a03397","status":"passed","time":{"start":1710287412753,"stop":1710287412754,"duration":1}},{"uid":"ae9d0360fe9a0b05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae9d0360fe9a0b05","status":"passed","time":{"start":1710284680787,"stop":1710284680788,"duration":1}}]},"tags":[]},"source":"dd801977b799a42f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/de258e8515ffeadf.json b/6685/data/test-cases/de258e8515ffeadf.json new file mode 100644 index 00000000000..411975b8748 --- /dev/null +++ b/6685/data/test-cases/de258e8515ffeadf.json @@ -0,0 +1 @@ +{"uid":"de258e8515ffeadf","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":1710307903500,"stop":1710307903500,"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":"76a3b3b5e528481a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76a3b3b5e528481a","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"f32fc7148002466e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f32fc7148002466e","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"e6b752d03cc821e9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6b752d03cc821e9","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"tags":[]},"source":"de258e8515ffeadf.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/dec49bea28116913.json b/6685/data/test-cases/dec49bea28116913.json new file mode 100644 index 00000000000..48d4b07cdcc --- /dev/null +++ b/6685/data/test-cases/dec49bea28116913.json @@ -0,0 +1 @@ +{"uid":"dec49bea28116913","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":1710308167158,"stop":1710308167158,"duration":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":"d433febcd12a8172","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d433febcd12a8172","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"23b762bcf6a8b8a4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23b762bcf6a8b8a4","status":"passed","time":{"start":1710287245608,"stop":1710287245609,"duration":1}},{"uid":"996049cb9581daf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/996049cb9581daf3","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"tags":[]},"source":"dec49bea28116913.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/df5f276deba61d86.json b/6685/data/test-cases/df5f276deba61d86.json new file mode 100644 index 00000000000..93dd38f53fa --- /dev/null +++ b/6685/data/test-cases/df5f276deba61d86.json @@ -0,0 +1 @@ +{"uid":"df5f276deba61d86","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":1710308092710,"stop":1710308092713,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d6a89bd245e2f5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d6a89bd245e2f5a","status":"passed","time":{"start":1710306981511,"stop":1710306981512,"duration":1}},{"uid":"840327b34ced16b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/840327b34ced16b6","status":"passed","time":{"start":1710287198163,"stop":1710287198163,"duration":0}},{"uid":"e2cd3a6faf7bbfb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2cd3a6faf7bbfb6","status":"passed","time":{"start":1710284460001,"stop":1710284460002,"duration":1}}]},"tags":[]},"source":"df5f276deba61d86.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/73cd19d852e2ce46.json b/6685/data/test-cases/dfcaf59b68762f18.json similarity index 83% rename from 6651/data/test-cases/73cd19d852e2ce46.json rename to 6685/data/test-cases/dfcaf59b68762f18.json index f807dcd266e..14ba2c092f2 100644 --- a/6651/data/test-cases/73cd19d852e2ce46.json +++ b/6685/data/test-cases/dfcaf59b68762f18.json @@ -1 +1 @@ -{"uid":"73cd19d852e2ce46","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":1710205063401,"stop":1710205063405,"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":73,"unknown":0,"total":73},"items":[{"uid":"463225177e7caae3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/463225177e7caae3","status":"passed","time":{"start":1710204974354,"stop":1710204974355,"duration":1}},{"uid":"de4f67f3d7dc4ae5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/de4f67f3d7dc4ae5","status":"passed","time":{"start":1710204858037,"stop":1710204858037,"duration":0}},{"uid":"16161a8349e17564","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/16161a8349e17564","status":"passed","time":{"start":1710204613872,"stop":1710204613873,"duration":1}},{"uid":"f234721eecde2c1c","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f234721eecde2c1c","status":"passed","time":{"start":1710203332601,"stop":1710203332601,"duration":0}},{"uid":"a137be8f84f21269","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a137be8f84f21269","status":"passed","time":{"start":1710199825175,"stop":1710199825176,"duration":1}},{"uid":"df05febdf257dba2","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/df05febdf257dba2","status":"passed","time":{"start":1710199731747,"stop":1710199731748,"duration":1}},{"uid":"84d164b53c079c16","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/84d164b53c079c16","status":"passed","time":{"start":1710197275100,"stop":1710197275100,"duration":0}},{"uid":"ee3db318b6a28eab","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ee3db318b6a28eab","status":"passed","time":{"start":1710168106268,"stop":1710168106268,"duration":0}},{"uid":"ed5d70cc5589f5c3","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ed5d70cc5589f5c3","status":"passed","time":{"start":1710167360896,"stop":1710167360896,"duration":0}},{"uid":"ac273ca1e4293340","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ac273ca1e4293340","status":"passed","time":{"start":1710167407546,"stop":1710167407547,"duration":1}},{"uid":"3af0671e461a7c0c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/3af0671e461a7c0c","status":"passed","time":{"start":1710166544387,"stop":1710166544387,"duration":0}},{"uid":"803f43c71abbbf63","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/803f43c71abbbf63","status":"passed","time":{"start":1710164782784,"stop":1710164782784,"duration":0}},{"uid":"de7114c0615162f5","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/de7114c0615162f5","status":"passed","time":{"start":1710163934754,"stop":1710163934754,"duration":0}},{"uid":"76f18fe57bbfc18b","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/76f18fe57bbfc18b","status":"passed","time":{"start":1710163799576,"stop":1710163799577,"duration":1}},{"uid":"fd13273c70e9d3b8","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/fd13273c70e9d3b8","status":"passed","time":{"start":1710155833693,"stop":1710155833693,"duration":0}},{"uid":"f330b3619c4ef092","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f330b3619c4ef092","status":"passed","time":{"start":1710155066232,"stop":1710155066232,"duration":0}},{"uid":"60a95e0ee16e68c7","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/60a95e0ee16e68c7","status":"passed","time":{"start":1710154684619,"stop":1710154684619,"duration":0}},{"uid":"f0ff04302d4cb4d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/f0ff04302d4cb4d","status":"passed","time":{"start":1710102693427,"stop":1710102693427,"duration":0}},{"uid":"d568492dd7f4a95e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d568492dd7f4a95e","status":"passed","time":{"start":1710080898342,"stop":1710080898342,"duration":0}},{"uid":"c5d664422070a11f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c5d664422070a11f","status":"passed","time":{"start":1710024575252,"stop":1710024575252,"duration":0}}]},"tags":[]},"source":"73cd19d852e2ce46.json","parameterValues":[]} \ No newline at end of file +{"uid":"dfcaf59b68762f18","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":1710308322595,"stop":1710308322596,"duration":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":"43ec9a647e3c6b96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43ec9a647e3c6b96","status":"passed","time":{"start":1710307207058,"stop":1710307207063,"duration":5}},{"uid":"9f1a7f72937f770a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f1a7f72937f770a","status":"passed","time":{"start":1710287412745,"stop":1710287412746,"duration":1}},{"uid":"2c8b80af96a0a741","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c8b80af96a0a741","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"tags":[]},"source":"dfcaf59b68762f18.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/19e939eebeb2e334.json b/6685/data/test-cases/dffbb026c3367415.json similarity index 54% rename from 6651/data/test-cases/19e939eebeb2e334.json rename to 6685/data/test-cases/dffbb026c3367415.json index 541968640ea..b781d857454 100644 --- a/6651/data/test-cases/19e939eebeb2e334.json +++ b/6685/data/test-cases/dffbb026c3367415.json @@ -1 +1 @@ -{"uid":"19e939eebeb2e334","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":1710205227765,"stop":1710205227766,"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":73,"unknown":0,"total":73},"items":[{"uid":"51eeb863e18bb83b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/51eeb863e18bb83b","status":"passed","time":{"start":1710205126013,"stop":1710205126014,"duration":1}},{"uid":"6728b30ca5624b5a","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6728b30ca5624b5a","status":"passed","time":{"start":1710205014934,"stop":1710205014934,"duration":0}},{"uid":"eec24383762a0bb9","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/eec24383762a0bb9","status":"passed","time":{"start":1710204755787,"stop":1710204755787,"duration":0}},{"uid":"805fc2785bb7d559","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/805fc2785bb7d559","status":"passed","time":{"start":1710203470150,"stop":1710203470150,"duration":0}},{"uid":"d52a09c1bec9d55c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d52a09c1bec9d55c","status":"passed","time":{"start":1710199963489,"stop":1710199963489,"duration":0}},{"uid":"817407cc897e3389","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/817407cc897e3389","status":"passed","time":{"start":1710199857542,"stop":1710199857543,"duration":1}},{"uid":"a03e012f5ef5c531","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a03e012f5ef5c531","status":"passed","time":{"start":1710197420066,"stop":1710197420066,"duration":0}},{"uid":"bab4c5bf8ec8936a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bab4c5bf8ec8936a","status":"passed","time":{"start":1710168234015,"stop":1710168234016,"duration":1}},{"uid":"8217059dea8a8dd9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8217059dea8a8dd9","status":"passed","time":{"start":1710167536305,"stop":1710167536305,"duration":0}},{"uid":"d8d5d2823b70f044","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d8d5d2823b70f044","status":"passed","time":{"start":1710167552777,"stop":1710167552778,"duration":1}},{"uid":"e463c1689023eb6d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e463c1689023eb6d","status":"passed","time":{"start":1710166684443,"stop":1710166684444,"duration":1}},{"uid":"d6badc57050f0814","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/d6badc57050f0814","status":"passed","time":{"start":1710164921943,"stop":1710164921943,"duration":0}},{"uid":"a979cb13ce92ea69","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a979cb13ce92ea69","status":"passed","time":{"start":1710164068074,"stop":1710164068075,"duration":1}},{"uid":"3d571d57d72c15a6","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/3d571d57d72c15a6","status":"passed","time":{"start":1710163928792,"stop":1710163928793,"duration":1}},{"uid":"1ee2e673f81a9311","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/1ee2e673f81a9311","status":"passed","time":{"start":1710155981054,"stop":1710155981054,"duration":0}},{"uid":"c7e3c9122b7eab53","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c7e3c9122b7eab53","status":"passed","time":{"start":1710155187855,"stop":1710155187855,"duration":0}},{"uid":"b74aa4e0585659e0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b74aa4e0585659e0","status":"passed","time":{"start":1710154858417,"stop":1710154858417,"duration":0}},{"uid":"ff826f4f6e88e93f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ff826f4f6e88e93f","status":"passed","time":{"start":1710102828517,"stop":1710102828518,"duration":1}},{"uid":"5285234521b67ae5","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5285234521b67ae5","status":"passed","time":{"start":1710081029461,"stop":1710081029461,"duration":0}},{"uid":"4b2792f6bbb364b2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4b2792f6bbb364b2","status":"passed","time":{"start":1710024696745,"stop":1710024696745,"duration":0}}]},"tags":[]},"source":"19e939eebeb2e334.json","parameterValues":[]} \ No newline at end of file +{"uid":"dffbb026c3367415","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":1710308481019,"stop":1710308481019,"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":4,"unknown":0,"total":4},"items":[{"uid":"cacee6d5d5338caf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacee6d5d5338caf","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"c519f617b4a17515","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c519f617b4a17515","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"b306308bcbbe1cf0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b306308bcbbe1cf0","status":"passed","time":{"start":1710284826090,"stop":1710284826091,"duration":1}}]},"tags":[]},"source":"dffbb026c3367415.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/232e523b3fef6f24.json b/6685/data/test-cases/e074a0bda35cc3da.json similarity index 81% rename from 6651/data/test-cases/232e523b3fef6f24.json rename to 6685/data/test-cases/e074a0bda35cc3da.json index 25297f4d814..586ee949620 100644 --- a/6651/data/test-cases/232e523b3fef6f24.json +++ b/6685/data/test-cases/e074a0bda35cc3da.json @@ -1 +1 @@ -{"uid":"232e523b3fef6f24","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":1710205335161,"stop":1710205335161,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"bd63ddad2dc7bfa4","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/bd63ddad2dc7bfa4","status":"passed","time":{"start":1710205224524,"stop":1710205224524,"duration":0}},{"uid":"97dd473456b4bc75","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/97dd473456b4bc75","status":"passed","time":{"start":1710205109088,"stop":1710205109088,"duration":0}},{"uid":"762b64204885229a","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/762b64204885229a","status":"passed","time":{"start":1710204865558,"stop":1710204865558,"duration":0}},{"uid":"14617ee58b63063a","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/14617ee58b63063a","status":"passed","time":{"start":1710203577241,"stop":1710203577241,"duration":0}},{"uid":"bf8f8c5560eb22d2","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/bf8f8c5560eb22d2","status":"passed","time":{"start":1710200067255,"stop":1710200067255,"duration":0}},{"uid":"c1fee320bf689c39","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c1fee320bf689c39","status":"passed","time":{"start":1710199972408,"stop":1710199972409,"duration":1}},{"uid":"fc5dc8ed94e22010","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/fc5dc8ed94e22010","status":"passed","time":{"start":1710197502501,"stop":1710197502501,"duration":0}},{"uid":"75fa34c493e2ae01","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/75fa34c493e2ae01","status":"passed","time":{"start":1710168342011,"stop":1710168342011,"duration":0}},{"uid":"3a4e2845c9c47b5c","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3a4e2845c9c47b5c","status":"passed","time":{"start":1710167568835,"stop":1710167568835,"duration":0}},{"uid":"48f257d7469df6df","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/48f257d7469df6df","status":"passed","time":{"start":1710167665519,"stop":1710167665519,"duration":0}},{"uid":"682da5d1c696e0c4","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/682da5d1c696e0c4","status":"passed","time":{"start":1710166795574,"stop":1710166795574,"duration":0}},{"uid":"8cd20c97ef761989","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8cd20c97ef761989","status":"passed","time":{"start":1710165026138,"stop":1710165026138,"duration":0}},{"uid":"c1415a9cc34d1b3c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c1415a9cc34d1b3c","status":"passed","time":{"start":1710164176720,"stop":1710164176720,"duration":0}},{"uid":"84234ba96e738fa","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/84234ba96e738fa","status":"passed","time":{"start":1710164039994,"stop":1710164039994,"duration":0}},{"uid":"6099a5d4214a9eb4","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6099a5d4214a9eb4","status":"passed","time":{"start":1710156088908,"stop":1710156088908,"duration":0}},{"uid":"42a06d9eb5f9f44d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/42a06d9eb5f9f44d","status":"passed","time":{"start":1710155298419,"stop":1710155298419,"duration":0}},{"uid":"f84f122bc29b8e0c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/f84f122bc29b8e0c","status":"passed","time":{"start":1710154928203,"stop":1710154928203,"duration":0}},{"uid":"ebaa59e3cd468bc2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ebaa59e3cd468bc2","status":"passed","time":{"start":1710102939230,"stop":1710102939230,"duration":0}},{"uid":"971e91df5762a705","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/971e91df5762a705","status":"passed","time":{"start":1710081135426,"stop":1710081135426,"duration":0}},{"uid":"b41281612b67a1c9","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b41281612b67a1c9","status":"passed","time":{"start":1710024806430,"stop":1710024806430,"duration":0}}]},"tags":[]},"source":"232e523b3fef6f24.json","parameterValues":[]} \ No newline at end of file +{"uid":"e074a0bda35cc3da","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":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"29e2a1e8746d9207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29e2a1e8746d9207","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"df9ec1dcc4c7d23d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/df9ec1dcc4c7d23d","status":"passed","time":{"start":1710287674918,"stop":1710287674919,"duration":1}},{"uid":"30174ca007db78f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/30174ca007db78f9","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"tags":[]},"source":"e074a0bda35cc3da.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e074e8c096f8e201.json b/6685/data/test-cases/e074e8c096f8e201.json new file mode 100644 index 00000000000..f5c031efc1e --- /dev/null +++ b/6685/data/test-cases/e074e8c096f8e201.json @@ -0,0 +1 @@ +{"uid":"e074e8c096f8e201","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":1710307898598,"stop":1710307898598,"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":"d3c29324a456748a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c29324a456748a","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"580f21f8b49fcb04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/580f21f8b49fcb04","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"ce6fdf80a0be2b30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce6fdf80a0be2b30","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"tags":[]},"source":"e074e8c096f8e201.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e0848519159e3e4e.json b/6685/data/test-cases/e0848519159e3e4e.json new file mode 100644 index 00000000000..4158fdcfa8d --- /dev/null +++ b/6685/data/test-cases/e0848519159e3e4e.json @@ -0,0 +1 @@ +{"uid":"e0848519159e3e4e","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":1710308026833,"stop":1710308026834,"duration":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":"a07aa6f7963252e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a07aa6f7963252e2","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"15f54e829c7c42fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15f54e829c7c42fe","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"b9fdac5e4d11784","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9fdac5e4d11784","status":"passed","time":{"start":1710284390749,"stop":1710284390750,"duration":1}}]},"tags":[]},"source":"e0848519159e3e4e.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a61d8c2d89c1cc62.json b/6685/data/test-cases/e0e883bdefa5097b.json similarity index 81% rename from 6651/data/test-cases/a61d8c2d89c1cc62.json rename to 6685/data/test-cases/e0e883bdefa5097b.json index 18800e9200a..9fdb0115578 100644 --- a/6651/data/test-cases/a61d8c2d89c1cc62.json +++ b/6685/data/test-cases/e0e883bdefa5097b.json @@ -1 +1 @@ -{"uid":"a61d8c2d89c1cc62","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":1710205335161,"stop":1710205335161,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"a014eb43097010ac","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a014eb43097010ac","status":"passed","time":{"start":1710205224524,"stop":1710205224524,"duration":0}},{"uid":"ec3d6f8f1464809d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ec3d6f8f1464809d","status":"passed","time":{"start":1710205109088,"stop":1710205109089,"duration":1}},{"uid":"39e542ea942d79cc","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/39e542ea942d79cc","status":"passed","time":{"start":1710204865558,"stop":1710204865558,"duration":0}},{"uid":"21287de053133c47","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/21287de053133c47","status":"passed","time":{"start":1710203577241,"stop":1710203577241,"duration":0}},{"uid":"3a75f238ff021dab","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/3a75f238ff021dab","status":"passed","time":{"start":1710200067255,"stop":1710200067256,"duration":1}},{"uid":"b8921d53b92f0224","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b8921d53b92f0224","status":"passed","time":{"start":1710199972409,"stop":1710199972409,"duration":0}},{"uid":"12e6adcad924bca0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/12e6adcad924bca0","status":"passed","time":{"start":1710197502501,"stop":1710197502502,"duration":1}},{"uid":"cbeb0aa31e425041","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cbeb0aa31e425041","status":"passed","time":{"start":1710168342012,"stop":1710168342012,"duration":0}},{"uid":"ac0ef8d38606f0e1","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ac0ef8d38606f0e1","status":"passed","time":{"start":1710167568835,"stop":1710167568836,"duration":1}},{"uid":"a7ca71d53dd1b8ee","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a7ca71d53dd1b8ee","status":"passed","time":{"start":1710167665519,"stop":1710167665520,"duration":1}},{"uid":"1f3e87556be6d01e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/1f3e87556be6d01e","status":"passed","time":{"start":1710166795574,"stop":1710166795574,"duration":0}},{"uid":"e89242b950bcd257","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e89242b950bcd257","status":"passed","time":{"start":1710165026138,"stop":1710165026138,"duration":0}},{"uid":"37ea7bfa2592f63c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/37ea7bfa2592f63c","status":"passed","time":{"start":1710164176721,"stop":1710164176721,"duration":0}},{"uid":"6d4f79ff0ed8e835","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6d4f79ff0ed8e835","status":"passed","time":{"start":1710164039995,"stop":1710164039995,"duration":0}},{"uid":"7e9b27a73a133f45","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7e9b27a73a133f45","status":"passed","time":{"start":1710156088908,"stop":1710156088908,"duration":0}},{"uid":"70f7680d747a328a","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/70f7680d747a328a","status":"passed","time":{"start":1710155298419,"stop":1710155298419,"duration":0}},{"uid":"b2068fc3fc7adbd0","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b2068fc3fc7adbd0","status":"passed","time":{"start":1710154928203,"stop":1710154928203,"duration":0}},{"uid":"edc056eae7d17f3e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/edc056eae7d17f3e","status":"passed","time":{"start":1710102939230,"stop":1710102939230,"duration":0}},{"uid":"5eef0da7a0eff6f4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5eef0da7a0eff6f4","status":"passed","time":{"start":1710081135426,"stop":1710081135426,"duration":0}},{"uid":"114c7af9e76ec5","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/114c7af9e76ec5","status":"passed","time":{"start":1710024806430,"stop":1710024806430,"duration":0}}]},"tags":[]},"source":"a61d8c2d89c1cc62.json","parameterValues":[]} \ No newline at end of file +{"uid":"e0e883bdefa5097b","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":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"beaa5697c0dae4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/beaa5697c0dae4dc","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"3a88824a473c8f65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a88824a473c8f65","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"367e866af95e384a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/367e866af95e384a","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"tags":[]},"source":"e0e883bdefa5097b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e13f05100230c736.json b/6685/data/test-cases/e13f05100230c736.json new file mode 100644 index 00000000000..e54569d6fe3 --- /dev/null +++ b/6685/data/test-cases/e13f05100230c736.json @@ -0,0 +1 @@ +{"uid":"e13f05100230c736","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":1710307890344,"stop":1710307890344,"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":"139f60852ff4abed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/139f60852ff4abed","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"5a0694e4ed0b2364","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a0694e4ed0b2364","status":"passed","time":{"start":1710286988731,"stop":1710286988731,"duration":0}},{"uid":"68eade5eb1548209","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68eade5eb1548209","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"tags":[]},"source":"e13f05100230c736.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/bc62c30737473870.json b/6685/data/test-cases/e145088ff1e23252.json similarity index 78% rename from 6651/data/test-cases/bc62c30737473870.json rename to 6685/data/test-cases/e145088ff1e23252.json index eab7a5f1190..1912b3c0b70 100644 --- a/6651/data/test-cases/bc62c30737473870.json +++ b/6685/data/test-cases/e145088ff1e23252.json @@ -1 +1 @@ -{"uid":"bc62c30737473870","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":1710205173307,"stop":1710205173307,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"d45d5e819da57a12","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d45d5e819da57a12","status":"passed","time":{"start":1710205067277,"stop":1710205067277,"duration":0}},{"uid":"7f9a7aa3cc345a36","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/7f9a7aa3cc345a36","status":"passed","time":{"start":1710204962917,"stop":1710204962918,"duration":1}},{"uid":"76483dc0949b16a9","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/76483dc0949b16a9","status":"passed","time":{"start":1710204701467,"stop":1710204701468,"duration":1}},{"uid":"149d42dc8f0c3193","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/149d42dc8f0c3193","status":"passed","time":{"start":1710203416610,"stop":1710203416610,"duration":0}},{"uid":"782aac278adafd4","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/782aac278adafd4","status":"passed","time":{"start":1710199910410,"stop":1710199910411,"duration":1}},{"uid":"45e1f5df45e16f32","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/45e1f5df45e16f32","status":"passed","time":{"start":1710199800512,"stop":1710199800512,"duration":0}},{"uid":"5a18074fc8b2ce6","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5a18074fc8b2ce6","status":"passed","time":{"start":1710197348913,"stop":1710197348913,"duration":0}},{"uid":"625baa26f7c43d52","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/625baa26f7c43d52","status":"passed","time":{"start":1710168167427,"stop":1710168167427,"duration":0}},{"uid":"5d44f33c97e6dd64","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5d44f33c97e6dd64","status":"passed","time":{"start":1710167350128,"stop":1710167350128,"duration":0}},{"uid":"f339f8048d310723","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f339f8048d310723","status":"passed","time":{"start":1710167497866,"stop":1710167497867,"duration":1}},{"uid":"d6592dff13469fc","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d6592dff13469fc","status":"passed","time":{"start":1710166625610,"stop":1710166625610,"duration":0}},{"uid":"896b576d1d0bf9ef","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/896b576d1d0bf9ef","status":"passed","time":{"start":1710164870339,"stop":1710164870339,"duration":0}},{"uid":"c76719eac0a79696","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c76719eac0a79696","status":"passed","time":{"start":1710164015691,"stop":1710164015691,"duration":0}},{"uid":"498c809164f5a302","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/498c809164f5a302","status":"passed","time":{"start":1710163881230,"stop":1710163881231,"duration":1}},{"uid":"6d98f7713d8da26f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6d98f7713d8da26f","status":"passed","time":{"start":1710155929072,"stop":1710155929072,"duration":0}},{"uid":"d9ce081683381b7c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d9ce081683381b7c","status":"passed","time":{"start":1710155134293,"stop":1710155134294,"duration":1}},{"uid":"cd21d3399ee0ff57","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/cd21d3399ee0ff57","status":"passed","time":{"start":1710154760703,"stop":1710154760704,"duration":1}},{"uid":"b0b604d9bdee60e2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b0b604d9bdee60e2","status":"passed","time":{"start":1710102776889,"stop":1710102776890,"duration":1}},{"uid":"d8f3865b1953982a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d8f3865b1953982a","status":"passed","time":{"start":1710080978585,"stop":1710080978586,"duration":1}},{"uid":"22185c53971a624","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/22185c53971a624","status":"passed","time":{"start":1710024644864,"stop":1710024644865,"duration":1}}]},"tags":[]},"source":"bc62c30737473870.json","parameterValues":[]} \ No newline at end of file +{"uid":"e145088ff1e23252","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":1710308416726,"stop":1710308416726,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"7f6ca1b54860dfd1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f6ca1b54860dfd1","status":"passed","time":{"start":1710307308631,"stop":1710307308631,"duration":0}},{"uid":"4a3424730ae8ca0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4a3424730ae8ca0b","status":"passed","time":{"start":1710287509752,"stop":1710287509753,"duration":1}},{"uid":"cddbce60735e423b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cddbce60735e423b","status":"passed","time":{"start":1710284775854,"stop":1710284775854,"duration":0}}]},"tags":[]},"source":"e145088ff1e23252.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/65f06ff22d9eb20b.json b/6685/data/test-cases/e18f2b41e2124324.json similarity index 78% rename from 6651/data/test-cases/65f06ff22d9eb20b.json rename to 6685/data/test-cases/e18f2b41e2124324.json index 40605524e4e..208ce478bcd 100644 --- a/6651/data/test-cases/65f06ff22d9eb20b.json +++ b/6685/data/test-cases/e18f2b41e2124324.json @@ -1 +1 @@ -{"uid":"65f06ff22d9eb20b","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":1710205173291,"stop":1710205173292,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"ffa7b62cbbfafbf0","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ffa7b62cbbfafbf0","status":"passed","time":{"start":1710205067269,"stop":1710205067271,"duration":2}},{"uid":"c36274b1fa260910","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c36274b1fa260910","status":"passed","time":{"start":1710204962905,"stop":1710204962906,"duration":1}},{"uid":"110b8c5823eecb88","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/110b8c5823eecb88","status":"passed","time":{"start":1710204701460,"stop":1710204701460,"duration":0}},{"uid":"3df41599cd46ddf0","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3df41599cd46ddf0","status":"passed","time":{"start":1710203416577,"stop":1710203416577,"duration":0}},{"uid":"62d31730e8670905","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/62d31730e8670905","status":"passed","time":{"start":1710199910387,"stop":1710199910388,"duration":1}},{"uid":"2ba16afe2b067b28","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2ba16afe2b067b28","status":"passed","time":{"start":1710199800505,"stop":1710199800506,"duration":1}},{"uid":"78fc9b1a814caf6c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/78fc9b1a814caf6c","status":"passed","time":{"start":1710197348907,"stop":1710197348907,"duration":0}},{"uid":"f18652f5e3421de7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f18652f5e3421de7","status":"passed","time":{"start":1710168167419,"stop":1710168167420,"duration":1}},{"uid":"9b772b9a1b38000b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9b772b9a1b38000b","status":"passed","time":{"start":1710167350117,"stop":1710167350117,"duration":0}},{"uid":"8e5332276be70c18","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/8e5332276be70c18","status":"passed","time":{"start":1710167497859,"stop":1710167497859,"duration":0}},{"uid":"e22321f170b50d03","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e22321f170b50d03","status":"passed","time":{"start":1710166625599,"stop":1710166625599,"duration":0}},{"uid":"e7a07fa20b822ee8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/e7a07fa20b822ee8","status":"passed","time":{"start":1710164870331,"stop":1710164870332,"duration":1}},{"uid":"814a93356c09cb3d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/814a93356c09cb3d","status":"passed","time":{"start":1710164015684,"stop":1710164015684,"duration":0}},{"uid":"d09da2deecba3371","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/d09da2deecba3371","status":"passed","time":{"start":1710163881224,"stop":1710163881224,"duration":0}},{"uid":"bd9b9f3baee0274c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bd9b9f3baee0274c","status":"passed","time":{"start":1710155929065,"stop":1710155929066,"duration":1}},{"uid":"e40df8717973ea78","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e40df8717973ea78","status":"passed","time":{"start":1710155134281,"stop":1710155134281,"duration":0}},{"uid":"f4518002a2587369","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/f4518002a2587369","status":"passed","time":{"start":1710154760696,"stop":1710154760696,"duration":0}},{"uid":"aebb5b91e3af1ecf","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/aebb5b91e3af1ecf","status":"passed","time":{"start":1710102776883,"stop":1710102776883,"duration":0}},{"uid":"e15be9c88e385c72","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e15be9c88e385c72","status":"passed","time":{"start":1710080978580,"stop":1710080978580,"duration":0}},{"uid":"12bffb27a5770fbc","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/12bffb27a5770fbc","status":"passed","time":{"start":1710024644858,"stop":1710024644858,"duration":0}}]},"tags":[]},"source":"65f06ff22d9eb20b.json","parameterValues":[]} \ No newline at end of file +{"uid":"e18f2b41e2124324","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":1710308416719,"stop":1710308416719,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"e845b6be80c42e2d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e845b6be80c42e2d","status":"passed","time":{"start":1710307308619,"stop":1710307308620,"duration":1}},{"uid":"120b2cb3c1665c16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/120b2cb3c1665c16","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"8d80321f04adbc44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d80321f04adbc44","status":"passed","time":{"start":1710284775837,"stop":1710284775838,"duration":1}}]},"tags":[]},"source":"e18f2b41e2124324.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/28ea2c8cd9d4e8d9.json b/6685/data/test-cases/e1a6ffacc78d9a91.json similarity index 53% rename from 6651/data/test-cases/28ea2c8cd9d4e8d9.json rename to 6685/data/test-cases/e1a6ffacc78d9a91.json index 6fba0e3044a..bfdd1174a07 100644 --- a/6651/data/test-cases/28ea2c8cd9d4e8d9.json +++ b/6685/data/test-cases/e1a6ffacc78d9a91.json @@ -1 +1 @@ -{"uid":"28ea2c8cd9d4e8d9","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204735371,"stop":1710204735374,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"ab398ffd3671794b","reportUrl":"https://waku-org.github.io/js-waku/6655//#testresult/ab398ffd3671794b","status":"passed","time":{"start":1710205319981,"stop":1710205319982,"duration":1}},{"uid":"2d6fbdd7d738cc60","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/2d6fbdd7d738cc60","status":"passed","time":{"start":1710204635830,"stop":1710204635833,"duration":3}},{"uid":"76a9b65223768288","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/76a9b65223768288","status":"passed","time":{"start":1710204521120,"stop":1710204521120,"duration":0}},{"uid":"6de39f0cdd51b8cb","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6de39f0cdd51b8cb","status":"passed","time":{"start":1710204277068,"stop":1710204277072,"duration":4}},{"uid":"f3b96003a080310e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f3b96003a080310e","status":"passed","time":{"start":1710203002595,"stop":1710203002596,"duration":1}},{"uid":"5fd93ce8b5b6ec74","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5fd93ce8b5b6ec74","status":"passed","time":{"start":1710199486134,"stop":1710199486136,"duration":2}},{"uid":"cad15880f9f6a196","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/cad15880f9f6a196","status":"passed","time":{"start":1710199383486,"stop":1710199383486,"duration":0}},{"uid":"b4b36d58b3441583","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b4b36d58b3441583","status":"passed","time":{"start":1710196920117,"stop":1710196920117,"duration":0}},{"uid":"462e46b335773195","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/462e46b335773195","status":"passed","time":{"start":1710167736501,"stop":1710167736504,"duration":3}},{"uid":"b6272bbbe0a9f906","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b6272bbbe0a9f906","status":"passed","time":{"start":1710166917314,"stop":1710166917314,"duration":0}},{"uid":"9bc35059b37b8fd2","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/9bc35059b37b8fd2","status":"passed","time":{"start":1710167079848,"stop":1710167079848,"duration":0}},{"uid":"83eaee2d3f7fdb37","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/83eaee2d3f7fdb37","status":"passed","time":{"start":1710166208128,"stop":1710166208128,"duration":0}},{"uid":"fd740a538585cc84","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/fd740a538585cc84","status":"passed","time":{"start":1710164434220,"stop":1710164434223,"duration":3}},{"uid":"3fabff82fde43a7f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3fabff82fde43a7f","status":"passed","time":{"start":1710163587844,"stop":1710163587844,"duration":0}},{"uid":"9206edd8cba0af3d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9206edd8cba0af3d","status":"passed","time":{"start":1710163441163,"stop":1710163441163,"duration":0}},{"uid":"1790a218e90b32f7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/1790a218e90b32f7","status":"passed","time":{"start":1710155508722,"stop":1710155508722,"duration":0}},{"uid":"d1fca3002e546f50","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d1fca3002e546f50","status":"passed","time":{"start":1710154702837,"stop":1710154702837,"duration":0}},{"uid":"e8372584dd2ce3d8","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e8372584dd2ce3d8","status":"passed","time":{"start":1710154336643,"stop":1710154336656,"duration":13}},{"uid":"b70bf665fae176ff","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b70bf665fae176ff","status":"passed","time":{"start":1710102353948,"stop":1710102353948,"duration":0}},{"uid":"b8ea70b9886560b2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b8ea70b9886560b2","status":"passed","time":{"start":1710080558374,"stop":1710080558375,"duration":1}}]},"tags":[]},"source":"28ea2c8cd9d4e8d9.json","parameterValues":[]} \ No newline at end of file +{"uid":"e1a6ffacc78d9a91","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307980884,"stop":1710307980886,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"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":"141971be20dd4e4f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/141971be20dd4e4f","status":"passed","time":{"start":1710306873749,"stop":1710306873749,"duration":0}},{"uid":"d91d1a24c9050e4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d91d1a24c9050e4e","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"cb2b3f2096bcce23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cb2b3f2096bcce23","status":"passed","time":{"start":1710284342269,"stop":1710284342271,"duration":2}}]},"tags":[]},"source":"e1a6ffacc78d9a91.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e1dd37a17fe8a8a5.json b/6685/data/test-cases/e1dd37a17fe8a8a5.json new file mode 100644 index 00000000000..8ec607dae6c --- /dev/null +++ b/6685/data/test-cases/e1dd37a17fe8a8a5.json @@ -0,0 +1 @@ +{"uid":"e1dd37a17fe8a8a5","name":"Push message with custom timestamp: 1710304497857","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1710304497857","historyId":"8141de06cdc3c06a14c6a7860216f885:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308322618,"stop":1710308322622,"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":[],"tags":[]},"source":"e1dd37a17fe8a8a5.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e21393c53b3cec0e.json b/6685/data/test-cases/e21393c53b3cec0e.json new file mode 100644 index 00000000000..ef5df836ece --- /dev/null +++ b/6685/data/test-cases/e21393c53b3cec0e.json @@ -0,0 +1 @@ +{"uid":"e21393c53b3cec0e","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":1710308026835,"stop":1710308026835,"duration":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":"40a1f62f5914d002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40a1f62f5914d002","status":"passed","time":{"start":1710306913478,"stop":1710306913478,"duration":0}},{"uid":"990ec4e858ec5ae9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/990ec4e858ec5ae9","status":"passed","time":{"start":1710287126415,"stop":1710287126415,"duration":0}},{"uid":"8200d3571dbd3595","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8200d3571dbd3595","status":"passed","time":{"start":1710284390751,"stop":1710284390751,"duration":0}}]},"tags":[]},"source":"e21393c53b3cec0e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e2b6e21e58644a2e.json b/6685/data/test-cases/e2b6e21e58644a2e.json new file mode 100644 index 00000000000..f2cc7c1ec92 --- /dev/null +++ b/6685/data/test-cases/e2b6e21e58644a2e.json @@ -0,0 +1 @@ +{"uid":"e2b6e21e58644a2e","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":1710307914070,"stop":1710307914071,"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":"fe9f02454f9f7ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe9f02454f9f7ab","status":"passed","time":{"start":1710306807149,"stop":1710306807149,"duration":0}},{"uid":"46153add7cbef5d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46153add7cbef5d1","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"b79c86b380e70c7a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b79c86b380e70c7a","status":"passed","time":{"start":1710284274244,"stop":1710284274245,"duration":1}}]},"tags":[]},"source":"e2b6e21e58644a2e.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e31cff1543df4bca.json b/6685/data/test-cases/e31cff1543df4bca.json new file mode 100644 index 00000000000..d3ad2b3b3ba --- /dev/null +++ b/6685/data/test-cases/e31cff1543df4bca.json @@ -0,0 +1 @@ +{"uid":"e31cff1543df4bca","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":1710308007023,"stop":1710308007023,"duration":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":"264e98276ded3091","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/264e98276ded3091","status":"passed","time":{"start":1710306904615,"stop":1710306904616,"duration":1}},{"uid":"6b179327ade3223b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b179327ade3223b","status":"passed","time":{"start":1710287110703,"stop":1710287110703,"duration":0}},{"uid":"d1719825b6136179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1719825b6136179","status":"passed","time":{"start":1710284372014,"stop":1710284372015,"duration":1}}]},"tags":[]},"source":"e31cff1543df4bca.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/e9293453fcbdc6a9.json b/6685/data/test-cases/e3ab2c51803feee4.json similarity index 80% rename from 6651/data/test-cases/e9293453fcbdc6a9.json rename to 6685/data/test-cases/e3ab2c51803feee4.json index 4c571def458..4efcb92b1af 100644 --- a/6651/data/test-cases/e9293453fcbdc6a9.json +++ b/6685/data/test-cases/e3ab2c51803feee4.json @@ -1 +1 @@ -{"uid":"e9293453fcbdc6a9","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":1710204945848,"stop":1710204945848,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"c860d4e7ede34b90","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c860d4e7ede34b90","status":"passed","time":{"start":1710204830301,"stop":1710204830302,"duration":1}},{"uid":"960be00fca0b47c3","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/960be00fca0b47c3","status":"passed","time":{"start":1710204733014,"stop":1710204733014,"duration":0}},{"uid":"28632b84b2dbc06f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/28632b84b2dbc06f","status":"passed","time":{"start":1710204477783,"stop":1710204477784,"duration":1}},{"uid":"88e5b32ac4e2856","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/88e5b32ac4e2856","status":"passed","time":{"start":1710203199474,"stop":1710203199474,"duration":0}},{"uid":"b1f5aa59f1faa9c6","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/b1f5aa59f1faa9c6","status":"passed","time":{"start":1710199697851,"stop":1710199697851,"duration":0}},{"uid":"5dac3dcb30414726","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/5dac3dcb30414726","status":"passed","time":{"start":1710199591765,"stop":1710199591766,"duration":1}},{"uid":"a14632b9e3aa6069","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a14632b9e3aa6069","status":"passed","time":{"start":1710197131793,"stop":1710197131793,"duration":0}},{"uid":"f7e497f20fe03317","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f7e497f20fe03317","status":"passed","time":{"start":1710167952608,"stop":1710167952614,"duration":6}},{"uid":"a9ca9c85320ca7ae","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a9ca9c85320ca7ae","status":"passed","time":{"start":1710167221557,"stop":1710167221557,"duration":0}},{"uid":"3bd67d83ea930188","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/3bd67d83ea930188","status":"passed","time":{"start":1710167283381,"stop":1710167283381,"duration":0}},{"uid":"71159d6de7012e6a","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/71159d6de7012e6a","status":"passed","time":{"start":1710166420491,"stop":1710166420492,"duration":1}},{"uid":"d44fd9cfe64e5257","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/d44fd9cfe64e5257","status":"passed","time":{"start":1710164634575,"stop":1710164634576,"duration":1}},{"uid":"50cb8017aedec81a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/50cb8017aedec81a","status":"passed","time":{"start":1710163791794,"stop":1710163791794,"duration":0}},{"uid":"255dd8f3f82fe75","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/255dd8f3f82fe75","status":"passed","time":{"start":1710163655803,"stop":1710163655804,"duration":1}},{"uid":"37b79ecde52f88c4","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/37b79ecde52f88c4","status":"passed","time":{"start":1710155712327,"stop":1710155712327,"duration":0}},{"uid":"9aa0b0321ea17231","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9aa0b0321ea17231","status":"passed","time":{"start":1710154919638,"stop":1710154919638,"duration":0}},{"uid":"67928840af48a9b4","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/67928840af48a9b4","status":"passed","time":{"start":1710154537149,"stop":1710154537149,"duration":0}},{"uid":"a6e12b40ccc59240","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/a6e12b40ccc59240","status":"passed","time":{"start":1710102560690,"stop":1710102560690,"duration":0}},{"uid":"e4d77f81bc6c34a4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e4d77f81bc6c34a4","status":"passed","time":{"start":1710080763704,"stop":1710080763704,"duration":0}},{"uid":"3977ccc928ef63bc","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3977ccc928ef63bc","status":"passed","time":{"start":1710024433739,"stop":1710024433739,"duration":0}}]},"tags":[]},"source":"e9293453fcbdc6a9.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3ab2c51803feee4","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":1710308192972,"stop":1710308192976,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b35ec6754e875c48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b35ec6754e875c48","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"4ac4e0cb472e159a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ac4e0cb472e159a","status":"passed","time":{"start":1710287282004,"stop":1710287282004,"duration":0}},{"uid":"ddd1848f8f8ce960","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ddd1848f8f8ce960","status":"passed","time":{"start":1710284550776,"stop":1710284550777,"duration":1}}]},"tags":[]},"source":"e3ab2c51803feee4.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e3ed13a86cd67a07.json b/6685/data/test-cases/e3ed13a86cd67a07.json new file mode 100644 index 00000000000..442cc9f38d2 --- /dev/null +++ b/6685/data/test-cases/e3ed13a86cd67a07.json @@ -0,0 +1 @@ +{"uid":"e3ed13a86cd67a07","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":1710308225037,"stop":1710308225038,"duration":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":"3836398dd70fdd8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3836398dd70fdd8c","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"163f7a62d44783c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/163f7a62d44783c2","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"edcba990370c853a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edcba990370c853a","status":"passed","time":{"start":1710284561375,"stop":1710284561376,"duration":1}}]},"tags":[]},"source":"e3ed13a86cd67a07.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/700228114c91aafb.json b/6685/data/test-cases/e466bb6ca0fa3733.json similarity index 53% rename from 6651/data/test-cases/700228114c91aafb.json rename to 6685/data/test-cases/e466bb6ca0fa3733.json index 3d611c5b98e..6388e19bb44 100644 --- a/6651/data/test-cases/700228114c91aafb.json +++ b/6685/data/test-cases/e466bb6ca0fa3733.json @@ -1 +1 @@ -{"uid":"700228114c91aafb","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":1710204847166,"stop":1710204847166,"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}],"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}],"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":2,"skipped":0,"passed":71,"unknown":0,"total":73},"items":[{"uid":"ebc3fd045a6b7e3a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ebc3fd045a6b7e3a","status":"passed","time":{"start":1710204758060,"stop":1710204758060,"duration":0}},{"uid":"e799e9f419d4af7","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e799e9f419d4af7","status":"passed","time":{"start":1710204644537,"stop":1710204644537,"duration":0}},{"uid":"a40858c7d38844ca","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a40858c7d38844ca","status":"passed","time":{"start":1710204397794,"stop":1710204397795,"duration":1}},{"uid":"31aaa749efe62c0d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/31aaa749efe62c0d","status":"passed","time":{"start":1710203124566,"stop":1710203124566,"duration":0}},{"uid":"df4d5baa387f0608","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/df4d5baa387f0608","status":"passed","time":{"start":1710199597269,"stop":1710199597269,"duration":0}},{"uid":"afefe881baac6b82","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/afefe881baac6b82","status":"passed","time":{"start":1710199500504,"stop":1710199500504,"duration":0}},{"uid":"84543a0152461bba","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/84543a0152461bba","status":"passed","time":{"start":1710197045885,"stop":1710197045885,"duration":0}},{"uid":"1b188784d3a19ebe","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/1b188784d3a19ebe","status":"passed","time":{"start":1710167852345,"stop":1710167852346,"duration":1}},{"uid":"83aeff4cddeeddb","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/83aeff4cddeeddb","status":"passed","time":{"start":1710167082318,"stop":1710167082318,"duration":0}},{"uid":"639d575b42d58251","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/639d575b42d58251","status":"passed","time":{"start":1710167195445,"stop":1710167195445,"duration":0}},{"uid":"19c4547cd290dae8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/19c4547cd290dae8","status":"passed","time":{"start":1710166330618,"stop":1710166330619,"duration":1}},{"uid":"b6beef0acb43199","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/b6beef0acb43199","status":"passed","time":{"start":1710164562596,"stop":1710164562598,"duration":2}},{"uid":"c36b72f3bd3c552a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c36b72f3bd3c552a","status":"passed","time":{"start":1710163707613,"stop":1710163707614,"duration":1}},{"uid":"7cae36b1772859d2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/7cae36b1772859d2","status":"passed","time":{"start":1710163560162,"stop":1710163560162,"duration":0}},{"uid":"9382315047014376","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/9382315047014376","status":"passed","time":{"start":1710155619552,"stop":1710155619553,"duration":1}},{"uid":"c900190b65deb417","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c900190b65deb417","status":"passed","time":{"start":1710154844975,"stop":1710154844975,"duration":0}},{"uid":"7ef6689b11752028","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7ef6689b11752028","status":"passed","time":{"start":1710154443623,"stop":1710154443623,"duration":0}},{"uid":"565b9e07789e417e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/565b9e07789e417e","status":"passed","time":{"start":1710102468303,"stop":1710102468304,"duration":1}},{"uid":"3a0e03d83d609bb1","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/3a0e03d83d609bb1","status":"passed","time":{"start":1710080683651,"stop":1710080683651,"duration":0}},{"uid":"77438724d6250dd7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/77438724d6250dd7","status":"passed","time":{"start":1710024353951,"stop":1710024353952,"duration":1}}]},"tags":[]},"source":"700228114c91aafb.json","parameterValues":[]} \ No newline at end of file +{"uid":"e466bb6ca0fa3733","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":1710308092687,"stop":1710308092687,"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}],"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}],"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":"61c060417c4b4762","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/61c060417c4b4762","status":"passed","time":{"start":1710306981493,"stop":1710306981493,"duration":0}},{"uid":"ed49dd3aa4784511","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ed49dd3aa4784511","status":"passed","time":{"start":1710287198106,"stop":1710287198107,"duration":1}},{"uid":"95a9a472a0f80d60","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95a9a472a0f80d60","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"tags":[]},"source":"e466bb6ca0fa3733.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e46d8319e6b46486.json b/6685/data/test-cases/e46d8319e6b46486.json new file mode 100644 index 00000000000..bc40cd812de --- /dev/null +++ b/6685/data/test-cases/e46d8319e6b46486.json @@ -0,0 +1 @@ +{"uid":"e46d8319e6b46486","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":1710307950776,"stop":1710307950776,"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":"83afcf2cd16e1e93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83afcf2cd16e1e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"e92a5b062dde21b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e92a5b062dde21b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049803,"stop":1710287049803,"duration":0}},{"uid":"1c13323f7f042c36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c13323f7f042c36","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312211,"stop":1710284312215,"duration":4}}]},"tags":[]},"source":"e46d8319e6b46486.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e4cdedf9e3e955d0.json b/6685/data/test-cases/e4cdedf9e3e955d0.json new file mode 100644 index 00000000000..bf9389d25e9 --- /dev/null +++ b/6685/data/test-cases/e4cdedf9e3e955d0.json @@ -0,0 +1 @@ +{"uid":"e4cdedf9e3e955d0","name":"configure the node with multiple pubsub topics","fullName":"/tests/sharding/running_nodes.spec.ts: Static Sharding: Running Nodes > configure the node with multiple pubsub topics","historyId":"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308402070,"stop":1710308402072,"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}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bc4d374f21fcfd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8bc4d374f21fcfd2","status":"passed","time":{"start":1710307285626,"stop":1710307285627,"duration":1}},{"uid":"1fac275f1e41d88b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1fac275f1e41d88b","status":"passed","time":{"start":1710287499225,"stop":1710287499225,"duration":0}},{"uid":"576083a030346e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/576083a030346e68","status":"passed","time":{"start":1710284765828,"stop":1710284765828,"duration":0}}]},"tags":[]},"source":"e4cdedf9e3e955d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e4fa4c4c949e70c3.json b/6685/data/test-cases/e4fa4c4c949e70c3.json new file mode 100644 index 00000000000..033715a5f65 --- /dev/null +++ b/6685/data/test-cases/e4fa4c4c949e70c3.json @@ -0,0 +1 @@ +{"uid":"e4fa4c4c949e70c3","name":"Delete observer","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Delete observer","historyId":"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308325357,"stop":1710308325357,"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":"2c275a27738d1f91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c275a27738d1f91","status":"passed","time":{"start":1710307209808,"stop":1710307209809,"duration":1}},{"uid":"26dae1d458d47c2c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/26dae1d458d47c2c","status":"passed","time":{"start":1710287415615,"stop":1710287415615,"duration":0}},{"uid":"5b9d8d3de5cb6e47","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b9d8d3de5cb6e47","status":"passed","time":{"start":1710284682354,"stop":1710284682354,"duration":0}}]},"tags":[]},"source":"e4fa4c4c949e70c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e51c6c5265b64fd3.json b/6685/data/test-cases/e51c6c5265b64fd3.json new file mode 100644 index 00000000000..a522989ba29 --- /dev/null +++ b/6685/data/test-cases/e51c6c5265b64fd3.json @@ -0,0 +1 @@ +{"uid":"e51c6c5265b64fd3","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":1710308366465,"stop":1710308366469,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75ed50467fc0314f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75ed50467fc0314f","status":"passed","time":{"start":1710307247761,"stop":1710307247762,"duration":1}},{"uid":"a6e47a85455d7ee0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6e47a85455d7ee0","status":"passed","time":{"start":1710287456046,"stop":1710287456047,"duration":1}},{"uid":"1f84a234328476c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f84a234328476c5","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"tags":[]},"source":"e51c6c5265b64fd3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/3498a4cf2e6166e5.json b/6685/data/test-cases/e58834a65ed4ea86.json similarity index 78% rename from 6651/data/test-cases/3498a4cf2e6166e5.json rename to 6685/data/test-cases/e58834a65ed4ea86.json index 981353e1dca..aabde7d3492 100644 --- a/6651/data/test-cases/3498a4cf2e6166e5.json +++ b/6685/data/test-cases/e58834a65ed4ea86.json @@ -1 +1 @@ -{"uid":"3498a4cf2e6166e5","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":1710205173305,"stop":1710205173305,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"aef788caea73278a","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/aef788caea73278a","status":"passed","time":{"start":1710205067275,"stop":1710205067275,"duration":0}},{"uid":"ca8c073a563d520","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ca8c073a563d520","status":"passed","time":{"start":1710204962914,"stop":1710204962914,"duration":0}},{"uid":"60cc98c9ffff9eca","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/60cc98c9ffff9eca","status":"passed","time":{"start":1710204701464,"stop":1710204701465,"duration":1}},{"uid":"4b008e57323794a4","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/4b008e57323794a4","status":"passed","time":{"start":1710203416580,"stop":1710203416593,"duration":13}},{"uid":"68c977195299c3b2","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/68c977195299c3b2","status":"passed","time":{"start":1710199910406,"stop":1710199910406,"duration":0}},{"uid":"df0f673f29165a4b","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/df0f673f29165a4b","status":"passed","time":{"start":1710199800509,"stop":1710199800510,"duration":1}},{"uid":"a4a26ff2800f12e3","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a4a26ff2800f12e3","status":"passed","time":{"start":1710197348910,"stop":1710197348910,"duration":0}},{"uid":"1baed8ffc30233ca","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/1baed8ffc30233ca","status":"passed","time":{"start":1710168167425,"stop":1710168167425,"duration":0}},{"uid":"1bf54c4bdf2e9b7d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/1bf54c4bdf2e9b7d","status":"passed","time":{"start":1710167350125,"stop":1710167350125,"duration":0}},{"uid":"9b1fbda2fc8d4196","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/9b1fbda2fc8d4196","status":"passed","time":{"start":1710167497863,"stop":1710167497864,"duration":1}},{"uid":"6f2fe6ae6f3d71ff","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6f2fe6ae6f3d71ff","status":"passed","time":{"start":1710166625605,"stop":1710166625606,"duration":1}},{"uid":"ebe39f14a35fa0c3","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ebe39f14a35fa0c3","status":"passed","time":{"start":1710164870335,"stop":1710164870336,"duration":1}},{"uid":"15be47b6e04a6c5a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/15be47b6e04a6c5a","status":"passed","time":{"start":1710164015688,"stop":1710164015689,"duration":1}},{"uid":"cfe807018dedf6fc","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/cfe807018dedf6fc","status":"passed","time":{"start":1710163881228,"stop":1710163881228,"duration":0}},{"uid":"111646c090df6571","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/111646c090df6571","status":"passed","time":{"start":1710155929070,"stop":1710155929070,"duration":0}},{"uid":"6108f67620436c9","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6108f67620436c9","status":"passed","time":{"start":1710155134285,"stop":1710155134285,"duration":0}},{"uid":"d292a096955b6a84","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d292a096955b6a84","status":"passed","time":{"start":1710154760701,"stop":1710154760701,"duration":0}},{"uid":"18e8b2266469214","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/18e8b2266469214","status":"passed","time":{"start":1710102776887,"stop":1710102776887,"duration":0}},{"uid":"990cae75417c2edf","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/990cae75417c2edf","status":"passed","time":{"start":1710080978583,"stop":1710080978584,"duration":1}},{"uid":"79f83d890ba94c61","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/79f83d890ba94c61","status":"passed","time":{"start":1710024644862,"stop":1710024644863,"duration":1}}]},"tags":[]},"source":"3498a4cf2e6166e5.json","parameterValues":[]} \ No newline at end of file +{"uid":"e58834a65ed4ea86","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":1710308416723,"stop":1710308416724,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"65e301b3f862dd4c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65e301b3f862dd4c","status":"passed","time":{"start":1710307308627,"stop":1710307308628,"duration":1}},{"uid":"3350bfafa2cc53e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3350bfafa2cc53e1","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"1f760205741ddf95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f760205741ddf95","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"tags":[]},"source":"e58834a65ed4ea86.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e5a01a74d62c8db0.json b/6685/data/test-cases/e5a01a74d62c8db0.json new file mode 100644 index 00000000000..5ebb4954312 --- /dev/null +++ b/6685/data/test-cases/e5a01a74d62c8db0.json @@ -0,0 +1 @@ +{"uid":"e5a01a74d62c8db0","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":1710308092714,"stop":1710308092715,"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":"9faf2ce3540f6444","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9faf2ce3540f6444","status":"passed","time":{"start":1710306981513,"stop":1710306981514,"duration":1}},{"uid":"cd919f6887e78f60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd919f6887e78f60","status":"passed","time":{"start":1710287198164,"stop":1710287198165,"duration":1}},{"uid":"be87ec19192cd4a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be87ec19192cd4a9","status":"passed","time":{"start":1710284460003,"stop":1710284460003,"duration":0}}]},"tags":[]},"source":"e5a01a74d62c8db0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ee96125c4165c392.json b/6685/data/test-cases/e61f06718e071bea.json similarity index 81% rename from 6651/data/test-cases/ee96125c4165c392.json rename to 6685/data/test-cases/e61f06718e071bea.json index 2a4e31d4ed3..502ab752892 100644 --- a/6651/data/test-cases/ee96125c4165c392.json +++ b/6685/data/test-cases/e61f06718e071bea.json @@ -1 +1 @@ -{"uid":"ee96125c4165c392","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":1710205335144,"stop":1710205335145,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"2cef782e617ca1e","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/2cef782e617ca1e","status":"passed","time":{"start":1710205224514,"stop":1710205224514,"duration":0}},{"uid":"8d2a315e18aa5551","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/8d2a315e18aa5551","status":"passed","time":{"start":1710205109078,"stop":1710205109079,"duration":1}},{"uid":"d19fe5bb37636b45","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d19fe5bb37636b45","status":"passed","time":{"start":1710204865548,"stop":1710204865548,"duration":0}},{"uid":"364e6f6781445351","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/364e6f6781445351","status":"passed","time":{"start":1710203577232,"stop":1710203577232,"duration":0}},{"uid":"546cc8e98b860f50","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/546cc8e98b860f50","status":"passed","time":{"start":1710200067243,"stop":1710200067243,"duration":0}},{"uid":"e90507dca2da2e5e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e90507dca2da2e5e","status":"passed","time":{"start":1710199972398,"stop":1710199972398,"duration":0}},{"uid":"a465873ef0760b4e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a465873ef0760b4e","status":"passed","time":{"start":1710197502489,"stop":1710197502489,"duration":0}},{"uid":"47630f3efb39948e","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/47630f3efb39948e","status":"passed","time":{"start":1710168342001,"stop":1710168342001,"duration":0}},{"uid":"9f9b37566d06cb3e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9f9b37566d06cb3e","status":"passed","time":{"start":1710167568815,"stop":1710167568815,"duration":0}},{"uid":"f1a9e93b527f4c28","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f1a9e93b527f4c28","status":"passed","time":{"start":1710167665506,"stop":1710167665506,"duration":0}},{"uid":"621703cf65031f37","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/621703cf65031f37","status":"passed","time":{"start":1710166795564,"stop":1710166795564,"duration":0}},{"uid":"86eb67d25a67565b","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/86eb67d25a67565b","status":"passed","time":{"start":1710165026127,"stop":1710165026127,"duration":0}},{"uid":"62024b876555fb44","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/62024b876555fb44","status":"passed","time":{"start":1710164176709,"stop":1710164176709,"duration":0}},{"uid":"2939de690d40daed","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2939de690d40daed","status":"passed","time":{"start":1710164039982,"stop":1710164039982,"duration":0}},{"uid":"86ea442f3d015478","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/86ea442f3d015478","status":"passed","time":{"start":1710156088898,"stop":1710156088898,"duration":0}},{"uid":"382f7dc934a5dc8b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/382f7dc934a5dc8b","status":"passed","time":{"start":1710155298407,"stop":1710155298408,"duration":1}},{"uid":"cb102d2b7404d9aa","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/cb102d2b7404d9aa","status":"passed","time":{"start":1710154928191,"stop":1710154928192,"duration":1}},{"uid":"6b3d533c67f8909d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6b3d533c67f8909d","status":"passed","time":{"start":1710102939218,"stop":1710102939219,"duration":1}},{"uid":"bf97952f4a5c71c2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bf97952f4a5c71c2","status":"passed","time":{"start":1710081135415,"stop":1710081135415,"duration":0}},{"uid":"49bfb0986d912a9","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/49bfb0986d912a9","status":"passed","time":{"start":1710024806420,"stop":1710024806420,"duration":0}}]},"tags":[]},"source":"ee96125c4165c392.json","parameterValues":[]} \ No newline at end of file +{"uid":"e61f06718e071bea","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":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"13ac06ff71f7e8eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13ac06ff71f7e8eb","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"7651b194ed22463e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7651b194ed22463e","status":"passed","time":{"start":1710287674907,"stop":1710287674908,"duration":1}},{"uid":"8ed1aa9a17a06d4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed1aa9a17a06d4c","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"tags":[]},"source":"e61f06718e071bea.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8896e51539fde697.json b/6685/data/test-cases/e63d4d5b9856819a.json similarity index 76% rename from 6651/data/test-cases/8896e51539fde697.json rename to 6685/data/test-cases/e63d4d5b9856819a.json index 57bc1e06367..23e4fcf2130 100644 --- a/6651/data/test-cases/8896e51539fde697.json +++ b/6685/data/test-cases/e63d4d5b9856819a.json @@ -1 +1 @@ -{"uid":"8896e51539fde697","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":1710205115576,"stop":1710205115576,"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":73,"unknown":0,"total":73},"items":[{"uid":"196e1b2e7b3bd53c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/196e1b2e7b3bd53c","status":"passed","time":{"start":1710205004980,"stop":1710205004980,"duration":0}},{"uid":"1ab4302072365cdf","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/1ab4302072365cdf","status":"passed","time":{"start":1710204900795,"stop":1710204900795,"duration":0}},{"uid":"979775d890bdbfad","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/979775d890bdbfad","status":"passed","time":{"start":1710204658523,"stop":1710204658524,"duration":1}},{"uid":"2bd3e5085c9f57aa","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2bd3e5085c9f57aa","status":"passed","time":{"start":1710203380016,"stop":1710203380016,"duration":0}},{"uid":"631363215e5f5b98","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/631363215e5f5b98","status":"passed","time":{"start":1710199870005,"stop":1710199870005,"duration":0}},{"uid":"838c4a1dd3bcd2cf","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/838c4a1dd3bcd2cf","status":"passed","time":{"start":1710199772384,"stop":1710199772384,"duration":0}},{"uid":"98c50737386813de","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/98c50737386813de","status":"passed","time":{"start":1710197312740,"stop":1710197312741,"duration":1}},{"uid":"bd6fce2497dbbb27","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bd6fce2497dbbb27","status":"passed","time":{"start":1710168147682,"stop":1710168147688,"duration":6}},{"uid":"8462e0e699bfc62a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/8462e0e699bfc62a","status":"passed","time":{"start":1710167379272,"stop":1710167379273,"duration":1}},{"uid":"16c9ef6737bfb5c2","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/16c9ef6737bfb5c2","status":"passed","time":{"start":1710167447913,"stop":1710167447913,"duration":0}},{"uid":"75df03ff7b44fae2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/75df03ff7b44fae2","status":"passed","time":{"start":1710166585488,"stop":1710166585489,"duration":1}},{"uid":"3ad7c12083cedeb4","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3ad7c12083cedeb4","status":"passed","time":{"start":1710164815444,"stop":1710164815445,"duration":1}},{"uid":"cdf5af7789a370b8","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/cdf5af7789a370b8","status":"passed","time":{"start":1710163978919,"stop":1710163978919,"duration":0}},{"uid":"b050eb18e91a7ba1","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b050eb18e91a7ba1","status":"passed","time":{"start":1710163834529,"stop":1710163834529,"duration":0}},{"uid":"f6d4d190f68d6055","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f6d4d190f68d6055","status":"passed","time":{"start":1710155882176,"stop":1710155882176,"duration":0}},{"uid":"ed9bd691b4fb29ff","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ed9bd691b4fb29ff","status":"passed","time":{"start":1710155093759,"stop":1710155093759,"duration":0}},{"uid":"274855f83e130822","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/274855f83e130822","status":"passed","time":{"start":1710154718375,"stop":1710154718375,"duration":0}},{"uid":"b57033162d1278f2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b57033162d1278f2","status":"passed","time":{"start":1710102732571,"stop":1710102732572,"duration":1}},{"uid":"4a0ed5035aa1326a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/4a0ed5035aa1326a","status":"passed","time":{"start":1710080936490,"stop":1710080936491,"duration":1}},{"uid":"470ae1411675902f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/470ae1411675902f","status":"passed","time":{"start":1710024618619,"stop":1710024618619,"duration":0}}]},"tags":[]},"source":"8896e51539fde697.json","parameterValues":[]} \ No newline at end of file +{"uid":"e63d4d5b9856819a","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":1710308366509,"stop":1710308366511,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e6205a6aee9c2fca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6205a6aee9c2fca","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"90871799f3c6be0f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90871799f3c6be0f","status":"passed","time":{"start":1710287456067,"stop":1710287456068,"duration":1}},{"uid":"1b4435e30109a023","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1b4435e30109a023","status":"passed","time":{"start":1710284723020,"stop":1710284723021,"duration":1}}]},"tags":[]},"source":"e63d4d5b9856819a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/6f846d39eea442c9.json b/6685/data/test-cases/e64a00d603ae3445.json similarity index 59% rename from 6651/data/test-cases/6f846d39eea442c9.json rename to 6685/data/test-cases/e64a00d603ae3445.json index 419a9a8d19d..38e5b40de6c 100644 --- a/6651/data/test-cases/6f846d39eea442c9.json +++ b/6685/data/test-cases/e64a00d603ae3445.json @@ -1 +1 @@ -{"uid":"6f846d39eea442c9","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":1710205151661,"stop":1710205151661,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"f6f51dba255ea373","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/f6f51dba255ea373","status":"passed","time":{"start":1710205062153,"stop":1710205062154,"duration":1}},{"uid":"95f7a9548945f149","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/95f7a9548945f149","status":"passed","time":{"start":1710204955076,"stop":1710204955076,"duration":0}},{"uid":"3bd892a2dc255fc4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/3bd892a2dc255fc4","status":"passed","time":{"start":1710204695540,"stop":1710204695541,"duration":1}},{"uid":"c3cd738cdca4348e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c3cd738cdca4348e","status":"passed","time":{"start":1710203409319,"stop":1710203409320,"duration":1}},{"uid":"52acaa3f595b166a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/52acaa3f595b166a","status":"passed","time":{"start":1710199908130,"stop":1710199908131,"duration":1}},{"uid":"251194fa3ef8c65c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/251194fa3ef8c65c","status":"passed","time":{"start":1710199804378,"stop":1710199804378,"duration":0}},{"uid":"88ab0269067a5203","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/88ab0269067a5203","status":"passed","time":{"start":1710197356178,"stop":1710197356180,"duration":2}},{"uid":"bdc8d4ac5495a92d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/bdc8d4ac5495a92d","status":"passed","time":{"start":1710168175048,"stop":1710168175049,"duration":1}},{"uid":"4c7c9ef191bcf56f","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4c7c9ef191bcf56f","status":"passed","time":{"start":1710167421787,"stop":1710167421788,"duration":1}},{"uid":"b2529680ef0b7037","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b2529680ef0b7037","status":"passed","time":{"start":1710167479908,"stop":1710167479909,"duration":1}},{"uid":"fb1d2c34ae0c8af5","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/fb1d2c34ae0c8af5","status":"passed","time":{"start":1710166628576,"stop":1710166628576,"duration":0}},{"uid":"acfc6cd1a405be17","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/acfc6cd1a405be17","status":"passed","time":{"start":1710164858158,"stop":1710164858159,"duration":1}},{"uid":"e6175e3d4fb118b3","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e6175e3d4fb118b3","status":"passed","time":{"start":1710164009251,"stop":1710164009252,"duration":1}},{"uid":"8cb6f22f4e174bc5","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/8cb6f22f4e174bc5","status":"passed","time":{"start":1710163874857,"stop":1710163874857,"duration":0}},{"uid":"e5e25cd3be516198","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/e5e25cd3be516198","status":"passed","time":{"start":1710155926660,"stop":1710155926661,"duration":1}},{"uid":"407cc0223aa71ba5","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/407cc0223aa71ba5","status":"passed","time":{"start":1710155126344,"stop":1710155126344,"duration":0}},{"uid":"8fcc1001dcbb25ac","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/8fcc1001dcbb25ac","status":"passed","time":{"start":1710154760921,"stop":1710154760921,"duration":0}},{"uid":"155e438f5d8eb9e1","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/155e438f5d8eb9e1","status":"passed","time":{"start":1710102772298,"stop":1710102772299,"duration":1}},{"uid":"fd88413746b3f98c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/fd88413746b3f98c","status":"passed","time":{"start":1710080969892,"stop":1710080969892,"duration":0}},{"uid":"92921f41af7afe9d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/92921f41af7afe9d","status":"passed","time":{"start":1710024636272,"stop":1710024636272,"duration":0}}]},"tags":[]},"source":"6f846d39eea442c9.json","parameterValues":[]} \ No newline at end of file +{"uid":"e64a00d603ae3445","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":1710308426361,"stop":1710308426361,"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":4,"unknown":0,"total":4},"items":[{"uid":"6b3a2aebad6f2d5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6b3a2aebad6f2d5a","status":"passed","time":{"start":1710307300368,"stop":1710307300369,"duration":1}},{"uid":"7e56a23afc076a20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e56a23afc076a20","status":"passed","time":{"start":1710287503527,"stop":1710287503527,"duration":0}},{"uid":"2d7fc06dfd45ba6c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2d7fc06dfd45ba6c","status":"passed","time":{"start":1710284762778,"stop":1710284762779,"duration":1}}]},"tags":[]},"source":"e64a00d603ae3445.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5782d56758976817.json b/6685/data/test-cases/e64c0b811046f119.json similarity index 81% rename from 6651/data/test-cases/5782d56758976817.json rename to 6685/data/test-cases/e64c0b811046f119.json index 4d0ad860f7a..85f877721c6 100644 --- a/6651/data/test-cases/5782d56758976817.json +++ b/6685/data/test-cases/e64c0b811046f119.json @@ -1 +1 @@ -{"uid":"5782d56758976817","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":1710205335153,"stop":1710205335154,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"651dfd9d532ad6b3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/651dfd9d532ad6b3","status":"passed","time":{"start":1710205224522,"stop":1710205224522,"duration":0}},{"uid":"211056c3ec337000","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/211056c3ec337000","status":"passed","time":{"start":1710205109086,"stop":1710205109087,"duration":1}},{"uid":"8ae0d88dfcd0a87b","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8ae0d88dfcd0a87b","status":"passed","time":{"start":1710204865556,"stop":1710204865556,"duration":0}},{"uid":"c19b0056d8086ffd","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/c19b0056d8086ffd","status":"passed","time":{"start":1710203577239,"stop":1710203577239,"duration":0}},{"uid":"e0f8a881224b27f8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e0f8a881224b27f8","status":"passed","time":{"start":1710200067253,"stop":1710200067253,"duration":0}},{"uid":"f06fb11e4287955c","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f06fb11e4287955c","status":"passed","time":{"start":1710199972406,"stop":1710199972406,"duration":0}},{"uid":"33961f954bafee2c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/33961f954bafee2c","status":"passed","time":{"start":1710197502499,"stop":1710197502499,"duration":0}},{"uid":"92d2776b2ba6a534","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/92d2776b2ba6a534","status":"passed","time":{"start":1710168342009,"stop":1710168342009,"duration":0}},{"uid":"3ee95038c1c21e83","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/3ee95038c1c21e83","status":"passed","time":{"start":1710167568832,"stop":1710167568833,"duration":1}},{"uid":"878077f358a70e33","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/878077f358a70e33","status":"passed","time":{"start":1710167665516,"stop":1710167665517,"duration":1}},{"uid":"51a0b3f1f47aa09d","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/51a0b3f1f47aa09d","status":"passed","time":{"start":1710166795572,"stop":1710166795572,"duration":0}},{"uid":"d4aa33bee19cb5df","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/d4aa33bee19cb5df","status":"passed","time":{"start":1710165026136,"stop":1710165026136,"duration":0}},{"uid":"60e9262892d6ad65","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/60e9262892d6ad65","status":"passed","time":{"start":1710164176718,"stop":1710164176718,"duration":0}},{"uid":"34b52933c68e2854","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/34b52933c68e2854","status":"passed","time":{"start":1710164039992,"stop":1710164039992,"duration":0}},{"uid":"cfd813d203b777ef","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/cfd813d203b777ef","status":"passed","time":{"start":1710156088906,"stop":1710156088906,"duration":0}},{"uid":"1d1c6cca2a6f5b8f","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1d1c6cca2a6f5b8f","status":"passed","time":{"start":1710155298417,"stop":1710155298417,"duration":0}},{"uid":"9ba61c85e052fab8","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/9ba61c85e052fab8","status":"passed","time":{"start":1710154928201,"stop":1710154928201,"duration":0}},{"uid":"d6f9b3a3b7e82d3f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/d6f9b3a3b7e82d3f","status":"passed","time":{"start":1710102939227,"stop":1710102939228,"duration":1}},{"uid":"bfe6da8970713f36","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bfe6da8970713f36","status":"passed","time":{"start":1710081135424,"stop":1710081135424,"duration":0}},{"uid":"ee98245db3aca922","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ee98245db3aca922","status":"passed","time":{"start":1710024806428,"stop":1710024806428,"duration":0}}]},"tags":[]},"source":"5782d56758976817.json","parameterValues":[]} \ No newline at end of file +{"uid":"e64c0b811046f119","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":1710308572947,"stop":1710308572948,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"76ee843b7667e331","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76ee843b7667e331","status":"passed","time":{"start":1710307465635,"stop":1710307465636,"duration":1}},{"uid":"e8677af8af1582dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8677af8af1582dc","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"64dbe9d53c0d955b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64dbe9d53c0d955b","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"tags":[]},"source":"e64c0b811046f119.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e82920e09474de85.json b/6685/data/test-cases/e82920e09474de85.json new file mode 100644 index 00000000000..e1fee44ea1a --- /dev/null +++ b/6685/data/test-cases/e82920e09474de85.json @@ -0,0 +1 @@ +{"uid":"e82920e09474de85","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":1710308167159,"stop":1710308167159,"duration":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":"cacc380da1b93230","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacc380da1b93230","status":"passed","time":{"start":1710307045661,"stop":1710307045662,"duration":1}},{"uid":"94e9467ad1dff9f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94e9467ad1dff9f5","status":"passed","time":{"start":1710287245612,"stop":1710287245613,"duration":1}},{"uid":"6059c9ed1ae3c8fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6059c9ed1ae3c8fd","status":"passed","time":{"start":1710284503143,"stop":1710284503143,"duration":0}}]},"tags":[]},"source":"e82920e09474de85.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e8bbe5d0309640b5.json b/6685/data/test-cases/e8bbe5d0309640b5.json new file mode 100644 index 00000000000..fab135ffa62 --- /dev/null +++ b/6685/data/test-cases/e8bbe5d0309640b5.json @@ -0,0 +1 @@ +{"uid":"e8bbe5d0309640b5","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":1710307940140,"stop":1710307940143,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5342e26d3e5fc012","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5342e26d3e5fc012","status":"passed","time":{"start":1710306833582,"stop":1710306833583,"duration":1}},{"uid":"cbe543edb9836019","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbe543edb9836019","status":"passed","time":{"start":1710287039376,"stop":1710287039376,"duration":0}},{"uid":"5d22f5fa69a7c052","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d22f5fa69a7c052","status":"passed","time":{"start":1710284302034,"stop":1710284302039,"duration":5}}]},"tags":[]},"source":"e8bbe5d0309640b5.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8c7a414d79826d17.json b/6685/data/test-cases/e8ed92cf92361e36.json similarity index 83% rename from 6651/data/test-cases/8c7a414d79826d17.json rename to 6685/data/test-cases/e8ed92cf92361e36.json index dde97504825..ef33846b8f0 100644 --- a/6651/data/test-cases/8c7a414d79826d17.json +++ b/6685/data/test-cases/e8ed92cf92361e36.json @@ -1 +1 @@ -{"uid":"8c7a414d79826d17","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":1710205063399,"stop":1710205063400,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"ec1a679162559972","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ec1a679162559972","status":"passed","time":{"start":1710204974353,"stop":1710204974353,"duration":0}},{"uid":"6002fef61fa4f26d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6002fef61fa4f26d","status":"passed","time":{"start":1710204858035,"stop":1710204858036,"duration":1}},{"uid":"7b95ac82ed72df4f","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/7b95ac82ed72df4f","status":"passed","time":{"start":1710204613871,"stop":1710204613871,"duration":0}},{"uid":"bd09f8e8ff9b2d9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/bd09f8e8ff9b2d9","status":"passed","time":{"start":1710203332599,"stop":1710203332600,"duration":1}},{"uid":"a3733e6903f9b4e8","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a3733e6903f9b4e8","status":"passed","time":{"start":1710199825174,"stop":1710199825174,"duration":0}},{"uid":"ae92a05c04517c13","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ae92a05c04517c13","status":"passed","time":{"start":1710199731746,"stop":1710199731746,"duration":0}},{"uid":"7b2901782c5e9b8e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/7b2901782c5e9b8e","status":"passed","time":{"start":1710197275096,"stop":1710197275096,"duration":0}},{"uid":"6ef97e3404cf7985","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6ef97e3404cf7985","status":"passed","time":{"start":1710168106265,"stop":1710168106266,"duration":1}},{"uid":"158e9e3003ce99d8","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/158e9e3003ce99d8","status":"passed","time":{"start":1710167360894,"stop":1710167360894,"duration":0}},{"uid":"92da2722ac906a3a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/92da2722ac906a3a","status":"passed","time":{"start":1710167407543,"stop":1710167407544,"duration":1}},{"uid":"f7401c38aa34779","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f7401c38aa34779","status":"passed","time":{"start":1710166544377,"stop":1710166544386,"duration":9}},{"uid":"35a28286b3802c01","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/35a28286b3802c01","status":"passed","time":{"start":1710164782782,"stop":1710164782782,"duration":0}},{"uid":"6f21cdfe999f3aa5","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6f21cdfe999f3aa5","status":"passed","time":{"start":1710163934753,"stop":1710163934753,"duration":0}},{"uid":"eb460d8afa47da52","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/eb460d8afa47da52","status":"passed","time":{"start":1710163799571,"stop":1710163799572,"duration":1}},{"uid":"d898229693f89518","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d898229693f89518","status":"passed","time":{"start":1710155833691,"stop":1710155833692,"duration":1}},{"uid":"d597a9378258d83f","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/d597a9378258d83f","status":"passed","time":{"start":1710155066231,"stop":1710155066231,"duration":0}},{"uid":"16bf93b455a38e79","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/16bf93b455a38e79","status":"passed","time":{"start":1710154684618,"stop":1710154684618,"duration":0}},{"uid":"ca26393de0975c6","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ca26393de0975c6","status":"passed","time":{"start":1710102693422,"stop":1710102693422,"duration":0}},{"uid":"d7b8bdf7ccbf0daa","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/d7b8bdf7ccbf0daa","status":"passed","time":{"start":1710080898341,"stop":1710080898341,"duration":0}},{"uid":"a684d6445cda4cd0","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/a684d6445cda4cd0","status":"passed","time":{"start":1710024575250,"stop":1710024575251,"duration":1}}]},"tags":[]},"source":"8c7a414d79826d17.json","parameterValues":[]} \ No newline at end of file +{"uid":"e8ed92cf92361e36","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":1710308322594,"stop":1710308322594,"duration":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":"24fd25e99833117d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24fd25e99833117d","status":"passed","time":{"start":1710307207051,"stop":1710307207052,"duration":1}},{"uid":"e259adf52f179942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e259adf52f179942","status":"passed","time":{"start":1710287412743,"stop":1710287412744,"duration":1}},{"uid":"c7096ff76e5931cf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7096ff76e5931cf","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"tags":[]},"source":"e8ed92cf92361e36.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e8fabb958e19000b.json b/6685/data/test-cases/e8fabb958e19000b.json new file mode 100644 index 00000000000..38b307cedf7 --- /dev/null +++ b/6685/data/test-cases/e8fabb958e19000b.json @@ -0,0 +1 @@ +{"uid":"e8fabb958e19000b","name":"3 nodes on /waku/2/rs/3/0 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/3/0 topic","historyId":"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308357664,"stop":1710308357664,"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":"6baaff4bb81b1029","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6baaff4bb81b1029","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4bd8fa3c3d62db2b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bd8fa3c3d62db2b","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"47df6dda5baf3492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47df6dda5baf3492","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"tags":[]},"source":"e8fabb958e19000b.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9055e7fbd9b6a9b4.json b/6685/data/test-cases/e9033d1f148e94c6.json similarity index 80% rename from 6651/data/test-cases/9055e7fbd9b6a9b4.json rename to 6685/data/test-cases/e9033d1f148e94c6.json index b7130f15407..25eab5517ca 100644 --- a/6651/data/test-cases/9055e7fbd9b6a9b4.json +++ b/6685/data/test-cases/e9033d1f148e94c6.json @@ -1 +1 @@ -{"uid":"9055e7fbd9b6a9b4","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":1710204945837,"stop":1710204945838,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"7f637fb9b717cacc","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/7f637fb9b717cacc","status":"passed","time":{"start":1710204830287,"stop":1710204830287,"duration":0}},{"uid":"a7bb51e8d828a37","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a7bb51e8d828a37","status":"passed","time":{"start":1710204733003,"stop":1710204733003,"duration":0}},{"uid":"75194bb1fe7f7748","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/75194bb1fe7f7748","status":"passed","time":{"start":1710204477757,"stop":1710204477758,"duration":1}},{"uid":"888c7ccc095a3f64","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/888c7ccc095a3f64","status":"passed","time":{"start":1710203199463,"stop":1710203199464,"duration":1}},{"uid":"f8d7d373aff83de0","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/f8d7d373aff83de0","status":"passed","time":{"start":1710199697804,"stop":1710199697804,"duration":0}},{"uid":"20fdc4f962708ce5","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/20fdc4f962708ce5","status":"passed","time":{"start":1710199591744,"stop":1710199591746,"duration":2}},{"uid":"20f47f204ffcd886","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/20f47f204ffcd886","status":"passed","time":{"start":1710197131775,"stop":1710197131776,"duration":1}},{"uid":"ef434f5745d8b3f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/ef434f5745d8b3f","status":"passed","time":{"start":1710167952583,"stop":1710167952590,"duration":7}},{"uid":"b8f24070aafbf912","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b8f24070aafbf912","status":"passed","time":{"start":1710167221542,"stop":1710167221542,"duration":0}},{"uid":"8ff97464623e47b0","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/8ff97464623e47b0","status":"passed","time":{"start":1710167283370,"stop":1710167283370,"duration":0}},{"uid":"d322946c4f6faf0c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d322946c4f6faf0c","status":"passed","time":{"start":1710166420479,"stop":1710166420479,"duration":0}},{"uid":"58d225fad13145e8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/58d225fad13145e8","status":"passed","time":{"start":1710164634564,"stop":1710164634564,"duration":0}},{"uid":"c2de6625156bb160","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c2de6625156bb160","status":"passed","time":{"start":1710163791782,"stop":1710163791783,"duration":1}},{"uid":"4cf1e11f16cb6d60","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4cf1e11f16cb6d60","status":"passed","time":{"start":1710163655787,"stop":1710163655788,"duration":1}},{"uid":"753b85299e33de12","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/753b85299e33de12","status":"passed","time":{"start":1710155712309,"stop":1710155712309,"duration":0}},{"uid":"34700a19b5acc8ee","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/34700a19b5acc8ee","status":"passed","time":{"start":1710154919624,"stop":1710154919624,"duration":0}},{"uid":"6b3513bea9a0dd11","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/6b3513bea9a0dd11","status":"passed","time":{"start":1710154537133,"stop":1710154537134,"duration":1}},{"uid":"159f5b069f2f18b8","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/159f5b069f2f18b8","status":"passed","time":{"start":1710102560651,"stop":1710102560653,"duration":2}},{"uid":"7bcbe361eeda12e2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7bcbe361eeda12e2","status":"passed","time":{"start":1710080763685,"stop":1710080763685,"duration":0}},{"uid":"ef72ba681f2a92f7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ef72ba681f2a92f7","status":"passed","time":{"start":1710024433717,"stop":1710024433717,"duration":0}}]},"tags":[]},"source":"9055e7fbd9b6a9b4.json","parameterValues":[]} \ No newline at end of file +{"uid":"e9033d1f148e94c6","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":1710308192915,"stop":1710308192916,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f07c2a9b3e2549b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f07c2a9b3e2549b3","status":"passed","time":{"start":1710307078638,"stop":1710307078639,"duration":1}},{"uid":"3b7d57e570ecbc20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3b7d57e570ecbc20","status":"passed","time":{"start":1710287281992,"stop":1710287281993,"duration":1}},{"uid":"64ca974c087159c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64ca974c087159c8","status":"passed","time":{"start":1710284550750,"stop":1710284550750,"duration":0}}]},"tags":[]},"source":"e9033d1f148e94c6.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/58a8c67fd81b7db8.json b/6685/data/test-cases/e991a9f93c55e62a.json similarity index 63% rename from 6651/data/test-cases/58a8c67fd81b7db8.json rename to 6685/data/test-cases/e991a9f93c55e62a.json index 51280ce7c6a..b88dfb6e7fe 100644 --- a/6651/data/test-cases/58a8c67fd81b7db8.json +++ b/6685/data/test-cases/e991a9f93c55e62a.json @@ -1 +1 @@ -{"uid":"58a8c67fd81b7db8","name":"groups content topics by expected pubsub topic","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > groups content topics by expected pubsub topic","historyId":"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204643539,"stop":1710204643539,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"58a8c67fd81b7db8.json","parameterValues":[]} \ No newline at end of file +{"uid":"e991a9f93c55e62a","name":"groups content topics by expected pubsub topic","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > groups content topics by expected pubsub topic","historyId":"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890269,"stop":1710307890269,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"e991a9f93c55e62a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e9997002b2a37e6b.json b/6685/data/test-cases/e9997002b2a37e6b.json new file mode 100644 index 00000000000..ca299fe6dc7 --- /dev/null +++ b/6685/data/test-cases/e9997002b2a37e6b.json @@ -0,0 +1 @@ +{"uid":"e9997002b2a37e6b","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":1710307898608,"stop":1710307898609,"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":"6195a75d2af54be7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6195a75d2af54be7","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"947ce5516fa8dbde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/947ce5516fa8dbde","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"831624ccdcf59e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/831624ccdcf59e1","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"tags":[]},"source":"e9997002b2a37e6b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/e9a03dcdb8819aa6.json b/6685/data/test-cases/e9a03dcdb8819aa6.json new file mode 100644 index 00000000000..9fbd46326fe --- /dev/null +++ b/6685/data/test-cases/e9a03dcdb8819aa6.json @@ -0,0 +1 @@ +{"uid":"e9a03dcdb8819aa6","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":1710308322580,"stop":1710308322580,"duration":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":"afd93c4176e04589","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/afd93c4176e04589","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"365befd24fae1aea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/365befd24fae1aea","status":"passed","time":{"start":1710287412741,"stop":1710287412742,"duration":1}},{"uid":"86995de54758203b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86995de54758203b","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"tags":[]},"source":"e9a03dcdb8819aa6.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ea1a00b9199bd8ee.json b/6685/data/test-cases/ea1a00b9199bd8ee.json new file mode 100644 index 00000000000..608b97140ef --- /dev/null +++ b/6685/data/test-cases/ea1a00b9199bd8ee.json @@ -0,0 +1 @@ +{"uid":"ea1a00b9199bd8ee","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":1710307903500,"stop":1710307903501,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e7f4a8c2f9a134a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7f4a8c2f9a134a3","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"2f780273fe29db34","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f780273fe29db34","status":"passed","time":{"start":1710287001718,"stop":1710287001718,"duration":0}},{"uid":"11220afc946860fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11220afc946860fb","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"tags":[]},"source":"ea1a00b9199bd8ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/3662c9800941e8f0.json b/6685/data/test-cases/ea3a1ec8846f968d.json similarity index 83% rename from 6651/data/test-cases/3662c9800941e8f0.json rename to 6685/data/test-cases/ea3a1ec8846f968d.json index 08e09901613..c224a17e42b 100644 --- a/6651/data/test-cases/3662c9800941e8f0.json +++ b/6685/data/test-cases/ea3a1ec8846f968d.json @@ -1 +1 @@ -{"uid":"3662c9800941e8f0","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":1710205063413,"stop":1710205063413,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"b8f13d25f23d9fb3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b8f13d25f23d9fb3","status":"passed","time":{"start":1710204974358,"stop":1710204974358,"duration":0}},{"uid":"b702acf4b6902d1f","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b702acf4b6902d1f","status":"passed","time":{"start":1710204858043,"stop":1710204858043,"duration":0}},{"uid":"35316b7827af4d4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/35316b7827af4d4","status":"passed","time":{"start":1710204613876,"stop":1710204613876,"duration":0}},{"uid":"d414c3008232d863","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d414c3008232d863","status":"passed","time":{"start":1710203332611,"stop":1710203332611,"duration":0}},{"uid":"e7f5a5512ab69ae","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e7f5a5512ab69ae","status":"passed","time":{"start":1710199825178,"stop":1710199825179,"duration":1}},{"uid":"a0199b80bb1e7415","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/a0199b80bb1e7415","status":"passed","time":{"start":1710199731751,"stop":1710199731751,"duration":0}},{"uid":"2a5f8b2f115867b3","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2a5f8b2f115867b3","status":"passed","time":{"start":1710197275104,"stop":1710197275104,"duration":0}},{"uid":"cc3212377c1fae6f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cc3212377c1fae6f","status":"passed","time":{"start":1710168106276,"stop":1710168106277,"duration":1}},{"uid":"7f975d72808992ba","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7f975d72808992ba","status":"passed","time":{"start":1710167360898,"stop":1710167360899,"duration":1}},{"uid":"b631da8880e73e86","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b631da8880e73e86","status":"passed","time":{"start":1710167407553,"stop":1710167407559,"duration":6}},{"uid":"9a4e165a71fd4ea","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/9a4e165a71fd4ea","status":"passed","time":{"start":1710166544391,"stop":1710166544391,"duration":0}},{"uid":"7581069c7783cd2d","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7581069c7783cd2d","status":"passed","time":{"start":1710164782789,"stop":1710164782789,"duration":0}},{"uid":"1a111ab86dc684d6","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1a111ab86dc684d6","status":"passed","time":{"start":1710163934758,"stop":1710163934759,"duration":1}},{"uid":"4bcdd626ed1d9167","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/4bcdd626ed1d9167","status":"passed","time":{"start":1710163799586,"stop":1710163799586,"duration":0}},{"uid":"6360b7f4d862361","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6360b7f4d862361","status":"passed","time":{"start":1710155833696,"stop":1710155833697,"duration":1}},{"uid":"c7d33a5788775641","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c7d33a5788775641","status":"passed","time":{"start":1710155066236,"stop":1710155066236,"duration":0}},{"uid":"657ac3c0ac7c7545","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/657ac3c0ac7c7545","status":"passed","time":{"start":1710154684622,"stop":1710154684622,"duration":0}},{"uid":"8919c9627bd383c1","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8919c9627bd383c1","status":"passed","time":{"start":1710102693431,"stop":1710102693447,"duration":16}},{"uid":"69c67881ac33dcec","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/69c67881ac33dcec","status":"passed","time":{"start":1710080898346,"stop":1710080898346,"duration":0}},{"uid":"5ccb0e5204f15547","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/5ccb0e5204f15547","status":"passed","time":{"start":1710024575257,"stop":1710024575257,"duration":0}}]},"tags":[]},"source":"3662c9800941e8f0.json","parameterValues":[]} \ No newline at end of file +{"uid":"ea3a1ec8846f968d","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":1710308322600,"stop":1710308322601,"duration":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":"8eafc9118d188e0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8eafc9118d188e0b","status":"passed","time":{"start":1710307207071,"stop":1710307207071,"duration":0}},{"uid":"46a9cd22f5e1d61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46a9cd22f5e1d61f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"38e45e2938a168f1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38e45e2938a168f1","status":"passed","time":{"start":1710284680775,"stop":1710284680776,"duration":1}}]},"tags":[]},"source":"ea3a1ec8846f968d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ea5dbd40e43be8ca.json b/6685/data/test-cases/ea5dbd40e43be8ca.json new file mode 100644 index 00000000000..6d8d4aaa740 --- /dev/null +++ b/6685/data/test-cases/ea5dbd40e43be8ca.json @@ -0,0 +1 @@ +{"uid":"ea5dbd40e43be8ca","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":1710308508714,"stop":1710308508730,"duration":16},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2294fecd7e9df599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2294fecd7e9df599","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"195d48d1b71c6167","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/195d48d1b71c6167","status":"passed","time":{"start":1710287596901,"stop":1710287596902,"duration":1}},{"uid":"3ef2e427b564dc6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ef2e427b564dc6d","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"tags":[]},"source":"ea5dbd40e43be8ca.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ea6a125b258d82b.json b/6685/data/test-cases/ea6a125b258d82b.json new file mode 100644 index 00000000000..a785cbea4f0 --- /dev/null +++ b/6685/data/test-cases/ea6a125b258d82b.json @@ -0,0 +1 @@ +{"uid":"ea6a125b258d82b","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":1710307912521,"stop":1710307912522,"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":"1c68ecdccdc20497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c68ecdccdc20497","status":"passed","time":{"start":1710306806603,"stop":1710306806604,"duration":1}},{"uid":"1270691875465761","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1270691875465761","status":"passed","time":{"start":1710287011781,"stop":1710287011781,"duration":0}},{"uid":"9a2a60dc005a74ca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a2a60dc005a74ca","status":"passed","time":{"start":1710284274043,"stop":1710284274043,"duration":0}}]},"tags":[]},"source":"ea6a125b258d82b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/eadf6cd2815d2836.json b/6685/data/test-cases/eadf6cd2815d2836.json new file mode 100644 index 00000000000..7aff67ad7d5 --- /dev/null +++ b/6685/data/test-cases/eadf6cd2815d2836.json @@ -0,0 +1 @@ +{"uid":"eadf6cd2815d2836","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":1710308416747,"stop":1710308416747,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"6190bac82b7d7883","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6190bac82b7d7883","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"565d5b9f07222ffe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/565d5b9f07222ffe","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"600d5aedb4c61234","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600d5aedb4c61234","status":"passed","time":{"start":1710284775872,"stop":1710284775873,"duration":1}}]},"tags":[]},"source":"eadf6cd2815d2836.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/eb0f252be0c31bba.json b/6685/data/test-cases/eb0f252be0c31bba.json new file mode 100644 index 00000000000..8e9511fb864 --- /dev/null +++ b/6685/data/test-cases/eb0f252be0c31bba.json @@ -0,0 +1 @@ +{"uid":"eb0f252be0c31bba","name":"throws on content topic with non-number generation field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with non-number generation field","historyId":"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890264,"stop":1710307890265,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a70ed9593c12f664","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a70ed9593c12f664","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"614a36c3bcc25d24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/614a36c3bcc25d24","status":"passed","time":{"start":1710286988736,"stop":1710286988736,"duration":0}},{"uid":"11aec9fd96abe31a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11aec9fd96abe31a","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"tags":[]},"source":"eb0f252be0c31bba.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9ffcfc1dc1311809.json b/6685/data/test-cases/eb415e8ee000e570.json similarity index 74% rename from 6651/data/test-cases/9ffcfc1dc1311809.json rename to 6685/data/test-cases/eb415e8ee000e570.json index 66d1195c3e0..9fd32a95793 100644 --- a/6651/data/test-cases/9ffcfc1dc1311809.json +++ b/6685/data/test-cases/eb415e8ee000e570.json @@ -1 +1 @@ -{"uid":"9ffcfc1dc1311809","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":1710205111367,"stop":1710205111367,"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":73,"unknown":0,"total":73},"items":[{"uid":"541af298b0922d56","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/541af298b0922d56","status":"passed","time":{"start":1710205017186,"stop":1710205017186,"duration":0}},{"uid":"e619f095498ac676","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e619f095498ac676","status":"passed","time":{"start":1710204906980,"stop":1710204906980,"duration":0}},{"uid":"e66ab8f371123411","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/e66ab8f371123411","status":"passed","time":{"start":1710204657700,"stop":1710204657700,"duration":0}},{"uid":"5dbec3cb0fc813bb","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5dbec3cb0fc813bb","status":"passed","time":{"start":1710203386088,"stop":1710203386088,"duration":0}},{"uid":"9fc18911527c65d3","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9fc18911527c65d3","status":"passed","time":{"start":1710199881932,"stop":1710199881933,"duration":1}},{"uid":"2c09672297ba7683","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/2c09672297ba7683","status":"passed","time":{"start":1710199775345,"stop":1710199775345,"duration":0}},{"uid":"a9541dada02fc9b4","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/a9541dada02fc9b4","status":"passed","time":{"start":1710197317814,"stop":1710197317815,"duration":1}},{"uid":"a7728e00b0b6e617","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a7728e00b0b6e617","status":"passed","time":{"start":1710168157260,"stop":1710168157263,"duration":3}},{"uid":"4223da4678eb8b3","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4223da4678eb8b3","status":"passed","time":{"start":1710167388047,"stop":1710167388048,"duration":1}},{"uid":"9e018d1c8216b13d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/9e018d1c8216b13d","status":"passed","time":{"start":1710167452061,"stop":1710167452061,"duration":0}},{"uid":"b405213020bd7c14","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/b405213020bd7c14","status":"passed","time":{"start":1710166594829,"stop":1710166594830,"duration":1}},{"uid":"7e33f693d09529d6","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7e33f693d09529d6","status":"passed","time":{"start":1710164827364,"stop":1710164827365,"duration":1}},{"uid":"74336ad89ce9863d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/74336ad89ce9863d","status":"passed","time":{"start":1710163975338,"stop":1710163975339,"duration":1}},{"uid":"9ef614fdf6d428e2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9ef614fdf6d428e2","status":"passed","time":{"start":1710163842509,"stop":1710163842511,"duration":2}},{"uid":"814040bd57355188","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/814040bd57355188","status":"passed","time":{"start":1710155887163,"stop":1710155887164,"duration":1}},{"uid":"1edec69a4d2a60c8","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/1edec69a4d2a60c8","status":"passed","time":{"start":1710155106028,"stop":1710155106028,"duration":0}},{"uid":"9fb0ad9a55f7af2d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/9fb0ad9a55f7af2d","status":"passed","time":{"start":1710154728842,"stop":1710154728842,"duration":0}},{"uid":"3c94a2b02a2b081f","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3c94a2b02a2b081f","status":"passed","time":{"start":1710102734836,"stop":1710102734837,"duration":1}},{"uid":"7523e7327da76489","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7523e7327da76489","status":"passed","time":{"start":1710080944315,"stop":1710080944315,"duration":0}},{"uid":"4d0987f0f7171416","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4d0987f0f7171416","status":"passed","time":{"start":1710024618201,"stop":1710024618202,"duration":1}}]},"tags":[]},"source":"9ffcfc1dc1311809.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb415e8ee000e570","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":1710308371310,"stop":1710308371311,"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":"489f1d8d26f91c0e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/489f1d8d26f91c0e","status":"passed","time":{"start":1710307259440,"stop":1710307259441,"duration":1}},{"uid":"b4688274720a15ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b4688274720a15ca","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"239199b66c57a3a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/239199b66c57a3a1","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"tags":[]},"source":"eb415e8ee000e570.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/2ef6bf13de8af214.json b/6685/data/test-cases/eb8d11f05e1a0b93.json similarity index 74% rename from 6651/data/test-cases/2ef6bf13de8af214.json rename to 6685/data/test-cases/eb8d11f05e1a0b93.json index 3be1ab3f7c5..51d55ad3d8d 100644 --- a/6651/data/test-cases/2ef6bf13de8af214.json +++ b/6685/data/test-cases/eb8d11f05e1a0b93.json @@ -1 +1 @@ -{"uid":"2ef6bf13de8af214","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710205111358,"stop":1710205111358,"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":73,"unknown":0,"total":73},"items":[{"uid":"588d18275b8837e1","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/588d18275b8837e1","status":"passed","time":{"start":1710205017177,"stop":1710205017178,"duration":1}},{"uid":"61df077cbf240bfe","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/61df077cbf240bfe","status":"passed","time":{"start":1710204906968,"stop":1710204906969,"duration":1}},{"uid":"8feeb0ce24fc0cb3","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8feeb0ce24fc0cb3","status":"passed","time":{"start":1710204657691,"stop":1710204657691,"duration":0}},{"uid":"2c99152d1294db84","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2c99152d1294db84","status":"passed","time":{"start":1710203386080,"stop":1710203386080,"duration":0}},{"uid":"2ce45877c4d2dd2e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2ce45877c4d2dd2e","status":"passed","time":{"start":1710199881923,"stop":1710199881924,"duration":1}},{"uid":"8fae56c83785e26f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8fae56c83785e26f","status":"passed","time":{"start":1710199775337,"stop":1710199775337,"duration":0}},{"uid":"1ba246bd7176d2ff","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/1ba246bd7176d2ff","status":"passed","time":{"start":1710197317803,"stop":1710197317804,"duration":1}},{"uid":"87994fda54a81dcf","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/87994fda54a81dcf","status":"passed","time":{"start":1710168157233,"stop":1710168157235,"duration":2}},{"uid":"5694168fc40e6ad1","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5694168fc40e6ad1","status":"passed","time":{"start":1710167388039,"stop":1710167388039,"duration":0}},{"uid":"d95a38c6b84c56f0","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/d95a38c6b84c56f0","status":"passed","time":{"start":1710167452029,"stop":1710167452030,"duration":1}},{"uid":"71b702c481574f6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/71b702c481574f6","status":"passed","time":{"start":1710166594815,"stop":1710166594815,"duration":0}},{"uid":"21847ef26e92a5f6","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/21847ef26e92a5f6","status":"passed","time":{"start":1710164827334,"stop":1710164827335,"duration":1}},{"uid":"eb4266c77b2a5425","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/eb4266c77b2a5425","status":"passed","time":{"start":1710163975330,"stop":1710163975330,"duration":0}},{"uid":"c6c0aa1e3ac907cd","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c6c0aa1e3ac907cd","status":"passed","time":{"start":1710163842473,"stop":1710163842474,"duration":1}},{"uid":"df579762398bf5fc","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/df579762398bf5fc","status":"passed","time":{"start":1710155887156,"stop":1710155887156,"duration":0}},{"uid":"2855367d7875e24c","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2855367d7875e24c","status":"passed","time":{"start":1710155106015,"stop":1710155106016,"duration":1}},{"uid":"f6371ca3da1e666c","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/f6371ca3da1e666c","status":"passed","time":{"start":1710154728830,"stop":1710154728831,"duration":1}},{"uid":"fc8a2bf0751e4cb2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/fc8a2bf0751e4cb2","status":"passed","time":{"start":1710102734828,"stop":1710102734828,"duration":0}},{"uid":"9f15e0ad09087169","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9f15e0ad09087169","status":"passed","time":{"start":1710080944304,"stop":1710080944305,"duration":1}},{"uid":"d40be782dea6281d","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d40be782dea6281d","status":"passed","time":{"start":1710024618188,"stop":1710024618188,"duration":0}}]},"tags":[]},"source":"2ef6bf13de8af214.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb8d11f05e1a0b93","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308371293,"stop":1710308371294,"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":"1e69f4fdab7b57d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e69f4fdab7b57d3","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"1493a3d4fe6028fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1493a3d4fe6028fe","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"2648a48eba425fbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2648a48eba425fbb","status":"passed","time":{"start":1710284730213,"stop":1710284730214,"duration":1}}]},"tags":[]},"source":"eb8d11f05e1a0b93.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5e0704236645ae84.json b/6685/data/test-cases/eb97cd0d6cec89d0.json similarity index 80% rename from 6651/data/test-cases/5e0704236645ae84.json rename to 6685/data/test-cases/eb97cd0d6cec89d0.json index e15c73d1bd8..97cd7443cb1 100644 --- a/6651/data/test-cases/5e0704236645ae84.json +++ b/6685/data/test-cases/eb97cd0d6cec89d0.json @@ -1 +1 @@ -{"uid":"5e0704236645ae84","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":1710204945836,"stop":1710204945837,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"b66f0bd34835c4a6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/b66f0bd34835c4a6","status":"passed","time":{"start":1710204830283,"stop":1710204830284,"duration":1}},{"uid":"7c7de830a1d20bb9","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/7c7de830a1d20bb9","status":"passed","time":{"start":1710204733002,"stop":1710204733002,"duration":0}},{"uid":"a701b9c9f0806f19","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a701b9c9f0806f19","status":"passed","time":{"start":1710204477755,"stop":1710204477756,"duration":1}},{"uid":"fcd1a5489b89a64e","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/fcd1a5489b89a64e","status":"passed","time":{"start":1710203199462,"stop":1710203199463,"duration":1}},{"uid":"a317244e2cdbfaa7","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a317244e2cdbfaa7","status":"passed","time":{"start":1710199697803,"stop":1710199697803,"duration":0}},{"uid":"35e3ca32af4b0009","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/35e3ca32af4b0009","status":"passed","time":{"start":1710199591742,"stop":1710199591743,"duration":1}},{"uid":"4f739a819ede05e3","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4f739a819ede05e3","status":"passed","time":{"start":1710197131774,"stop":1710197131774,"duration":0}},{"uid":"734480e021f817b7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/734480e021f817b7","status":"passed","time":{"start":1710167952580,"stop":1710167952582,"duration":2}},{"uid":"ff781a5baef57fea","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/ff781a5baef57fea","status":"passed","time":{"start":1710167221541,"stop":1710167221541,"duration":0}},{"uid":"ceec8b3897dccac6","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ceec8b3897dccac6","status":"passed","time":{"start":1710167283369,"stop":1710167283369,"duration":0}},{"uid":"5e09faecb3360298","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5e09faecb3360298","status":"passed","time":{"start":1710166420478,"stop":1710166420478,"duration":0}},{"uid":"c5beff4d654d22f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c5beff4d654d22f","status":"passed","time":{"start":1710164634563,"stop":1710164634563,"duration":0}},{"uid":"e8e50a8d4d29dcc9","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e8e50a8d4d29dcc9","status":"passed","time":{"start":1710163791782,"stop":1710163791782,"duration":0}},{"uid":"b22c38a1651fdead","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b22c38a1651fdead","status":"passed","time":{"start":1710163655786,"stop":1710163655787,"duration":1}},{"uid":"89c1d366d208eedd","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/89c1d366d208eedd","status":"passed","time":{"start":1710155712307,"stop":1710155712307,"duration":0}},{"uid":"ac6cca3388ec543","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ac6cca3388ec543","status":"passed","time":{"start":1710154919623,"stop":1710154919623,"duration":0}},{"uid":"518f6a8f6be59f3f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/518f6a8f6be59f3f","status":"passed","time":{"start":1710154537131,"stop":1710154537132,"duration":1}},{"uid":"e90e1e1f8b13e94d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e90e1e1f8b13e94d","status":"passed","time":{"start":1710102560649,"stop":1710102560650,"duration":1}},{"uid":"c85154eda9d5f37e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c85154eda9d5f37e","status":"passed","time":{"start":1710080763684,"stop":1710080763684,"duration":0}},{"uid":"ac77e8559961c633","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ac77e8559961c633","status":"passed","time":{"start":1710024433716,"stop":1710024433716,"duration":0}}]},"tags":[]},"source":"5e0704236645ae84.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb97cd0d6cec89d0","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":1710308192914,"stop":1710308192914,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44155cd5c0d0e173","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44155cd5c0d0e173","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"5b26352527df9e14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b26352527df9e14","status":"passed","time":{"start":1710287281991,"stop":1710287281992,"duration":1}},{"uid":"f8ad3b86357a9108","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8ad3b86357a9108","status":"passed","time":{"start":1710284550743,"stop":1710284550744,"duration":1}}]},"tags":[]},"source":"eb97cd0d6cec89d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5257a020ba6e2856.json b/6685/data/test-cases/eba0415ef5540d0f.json similarity index 76% rename from 6651/data/test-cases/5257a020ba6e2856.json rename to 6685/data/test-cases/eba0415ef5540d0f.json index 85cfd2127b2..47e161ae363 100644 --- a/6651/data/test-cases/5257a020ba6e2856.json +++ b/6685/data/test-cases/eba0415ef5540d0f.json @@ -1 +1 @@ -{"uid":"5257a020ba6e2856","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":1710204847296,"stop":1710204847296,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"a1d5a5f88b032eac","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/a1d5a5f88b032eac","status":"passed","time":{"start":1710204755944,"stop":1710204755944,"duration":0}},{"uid":"839fc92b28f589da","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/839fc92b28f589da","status":"passed","time":{"start":1710204636021,"stop":1710204636022,"duration":1}},{"uid":"4746c65980add9b6","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4746c65980add9b6","status":"passed","time":{"start":1710204395472,"stop":1710204395472,"duration":0}},{"uid":"3886ba727289a73b","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3886ba727289a73b","status":"passed","time":{"start":1710203122000,"stop":1710203122000,"duration":0}},{"uid":"559e20107fa40f75","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/559e20107fa40f75","status":"passed","time":{"start":1710199608814,"stop":1710199608814,"duration":0}},{"uid":"df9bef56fc91ad1b","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/df9bef56fc91ad1b","status":"passed","time":{"start":1710199506564,"stop":1710199506565,"duration":1}},{"uid":"b898c464724b243b","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/b898c464724b243b","status":"passed","time":{"start":1710197033227,"stop":1710197033234,"duration":7}},{"uid":"1e5a2e0c086bf1b9","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/1e5a2e0c086bf1b9","status":"passed","time":{"start":1710167869138,"stop":1710167869139,"duration":1}},{"uid":"e6a8f98a55b5ceed","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/e6a8f98a55b5ceed","status":"passed","time":{"start":1710167049286,"stop":1710167049286,"duration":0}},{"uid":"ba8efa9e45ae62c8","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ba8efa9e45ae62c8","status":"passed","time":{"start":1710167194752,"stop":1710167194753,"duration":1}},{"uid":"a80a714de88995c7","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/a80a714de88995c7","status":"passed","time":{"start":1710166328846,"stop":1710166328847,"duration":1}},{"uid":"6872e2e51ea8cb51","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/6872e2e51ea8cb51","status":"passed","time":{"start":1710164551131,"stop":1710164551131,"duration":0}},{"uid":"e49d207ce0d9dc84","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/e49d207ce0d9dc84","status":"passed","time":{"start":1710163715993,"stop":1710163715994,"duration":1}},{"uid":"13c6a1f67172590a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/13c6a1f67172590a","status":"passed","time":{"start":1710163568073,"stop":1710163568073,"duration":0}},{"uid":"567b52420359c6be","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/567b52420359c6be","status":"passed","time":{"start":1710155626321,"stop":1710155626322,"duration":1}},{"uid":"a30c999ecab899d2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/a30c999ecab899d2","status":"passed","time":{"start":1710154824273,"stop":1710154824274,"duration":1}},{"uid":"ec4531c9c422f28a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ec4531c9c422f28a","status":"passed","time":{"start":1710154466415,"stop":1710154466419,"duration":4}},{"uid":"8402a9d33d5b4a3a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8402a9d33d5b4a3a","status":"passed","time":{"start":1710102475236,"stop":1710102475236,"duration":0}},{"uid":"af40758b979592a2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/af40758b979592a2","status":"passed","time":{"start":1710080673275,"stop":1710080673275,"duration":0}},{"uid":"cffc2baf18e3ae74","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/cffc2baf18e3ae74","status":"passed","time":{"start":1710024327572,"stop":1710024327573,"duration":1}}]},"tags":[]},"source":"5257a020ba6e2856.json","parameterValues":[]} \ No newline at end of file +{"uid":"eba0415ef5540d0f","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":1710308097727,"stop":1710308097727,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"700938fcc86d7da1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/700938fcc86d7da1","status":"passed","time":{"start":1710306994267,"stop":1710306994268,"duration":1}},{"uid":"183f6603bad9fb58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/183f6603bad9fb58","status":"passed","time":{"start":1710287196188,"stop":1710287196189,"duration":1}},{"uid":"886bb1c14771eccb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/886bb1c14771eccb","status":"passed","time":{"start":1710284459536,"stop":1710284459537,"duration":1}}]},"tags":[]},"source":"eba0415ef5540d0f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/287a045ed2ef30a0.json b/6685/data/test-cases/ec2ddd1adfab68a4.json similarity index 85% rename from 6651/data/test-cases/287a045ed2ef30a0.json rename to 6685/data/test-cases/ec2ddd1adfab68a4.json index 3ac8b359532..291c31381bd 100644 --- a/6651/data/test-cases/287a045ed2ef30a0.json +++ b/6685/data/test-cases/ec2ddd1adfab68a4.json @@ -1 +1 @@ -{"uid":"287a045ed2ef30a0","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":1710205233004,"stop":1710205233004,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":72,"unknown":0,"total":73},"items":[{"uid":"fa8218f0e19a7cf9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fa8218f0e19a7cf9","status":"passed","time":{"start":1710205120346,"stop":1710205120346,"duration":0}},{"uid":"6cba962336f3135","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6cba962336f3135","status":"passed","time":{"start":1710205004853,"stop":1710205004853,"duration":0}},{"uid":"353c82dbed2bb512","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/353c82dbed2bb512","status":"passed","time":{"start":1710204772087,"stop":1710204772087,"duration":0}},{"uid":"53c0e2c9d1eb9bcd","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/53c0e2c9d1eb9bcd","status":"passed","time":{"start":1710203476058,"stop":1710203476058,"duration":0}},{"uid":"2b829afdd7a74259","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2b829afdd7a74259","status":"passed","time":{"start":1710199958107,"stop":1710199958108,"duration":1}},{"uid":"8d6532a5c95328b3","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8d6532a5c95328b3","status":"passed","time":{"start":1710199882633,"stop":1710199882633,"duration":0}},{"uid":"2aa5f08140456859","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/2aa5f08140456859","status":"passed","time":{"start":1710197397383,"stop":1710197397383,"duration":0}},{"uid":"a20140f54e37b93","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a20140f54e37b93","status":"passed","time":{"start":1710168235127,"stop":1710168235128,"duration":1}},{"uid":"329fdb4ce1fa2b34","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/329fdb4ce1fa2b34","status":"passed","time":{"start":1710167420249,"stop":1710167420249,"duration":0}},{"uid":"95202cd759361946","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/95202cd759361946","status":"passed","time":{"start":1710167568726,"stop":1710167568726,"duration":0}},{"uid":"8dfea1859e6ed53f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/8dfea1859e6ed53f","status":"passed","time":{"start":1710166701472,"stop":1710166701473,"duration":1}},{"uid":"6e1b8cfe237b737","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/6e1b8cfe237b737","status":"passed","time":{"start":1710164929237,"stop":1710164929237,"duration":0}},{"uid":"2cdc2ebc17ba846","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/2cdc2ebc17ba846","status":"passed","time":{"start":1710164078400,"stop":1710164078400,"duration":0}},{"uid":"6783f9a75b3535a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/6783f9a75b3535a","status":"passed","time":{"start":1710163927078,"stop":1710163927079,"duration":1}},{"uid":"3f1cd53ace133501","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/3f1cd53ace133501","status":"passed","time":{"start":1710155986291,"stop":1710155986292,"duration":1}},{"uid":"93b745c2977b568d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/93b745c2977b568d","status":"passed","time":{"start":1710155212564,"stop":1710155212564,"duration":0}},{"uid":"128934b50f3b4b22","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/128934b50f3b4b22","status":"passed","time":{"start":1710154813472,"stop":1710154813473,"duration":1}},{"uid":"7486a4983a2cffde","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7486a4983a2cffde","status":"passed","time":{"start":1710102845324,"stop":1710102845325,"duration":1}},{"uid":"304284975a731400","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/304284975a731400","status":"passed","time":{"start":1710081043177,"stop":1710081043177,"duration":0}},{"uid":"b0d79afb505e7be8","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/b0d79afb505e7be8","status":"passed","time":{"start":1710024705779,"stop":1710024705779,"duration":0}}]},"tags":[]},"source":"287a045ed2ef30a0.json","parameterValues":[]} \ No newline at end of file +{"uid":"ec2ddd1adfab68a4","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":1710308463690,"stop":1710308463690,"duration":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":"c2ce64e4516c7688","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c2ce64e4516c7688","status":"passed","time":{"start":1710307358460,"stop":1710307358461,"duration":1}},{"uid":"e93f840f377c5ee1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e93f840f377c5ee1","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"ff2416ca8ea85dfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff2416ca8ea85dfe","status":"passed","time":{"start":1710284852296,"stop":1710284852296,"duration":0}}]},"tags":[]},"source":"ec2ddd1adfab68a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ec740b4a021dd391.json b/6685/data/test-cases/ec740b4a021dd391.json new file mode 100644 index 00000000000..f5d44ce2712 --- /dev/null +++ b/6685/data/test-cases/ec740b4a021dd391.json @@ -0,0 +1 @@ +{"uid":"ec740b4a021dd391","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":1710307991226,"stop":1710307991226,"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":4,"unknown":0,"total":4},"items":[{"uid":"781b46343c0f200a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/781b46343c0f200a","status":"passed","time":{"start":1710306877072,"stop":1710306877073,"duration":1}},{"uid":"a72552176107dcb1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a72552176107dcb1","status":"passed","time":{"start":1710287085417,"stop":1710287085417,"duration":0}},{"uid":"a83fa6e80ced4f0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a83fa6e80ced4f0d","status":"passed","time":{"start":1710284350511,"stop":1710284350511,"duration":0}}]},"tags":[]},"source":"ec740b4a021dd391.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ec8f185fe67ea2ad.json b/6685/data/test-cases/ec8f185fe67ea2ad.json new file mode 100644 index 00000000000..dc337ff4485 --- /dev/null +++ b/6685/data/test-cases/ec8f185fe67ea2ad.json @@ -0,0 +1 @@ +{"uid":"ec8f185fe67ea2ad","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":1710307914370,"stop":1710307914371,"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":"e9a9dd34d651064b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9a9dd34d651064b","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"b6179f47abf2f22b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6179f47abf2f22b","status":"passed","time":{"start":1710287012800,"stop":1710287012801,"duration":1}},{"uid":"8f4fa1ba822edb3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f4fa1ba822edb3e","status":"passed","time":{"start":1710284275219,"stop":1710284275219,"duration":0}}]},"tags":[]},"source":"ec8f185fe67ea2ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b269035d196d5a.json b/6685/data/test-cases/ecdcf3588a8b4d9.json similarity index 58% rename from 6651/data/test-cases/b269035d196d5a.json rename to 6685/data/test-cases/ecdcf3588a8b4d9.json index d322c24d54a..a24395758fc 100644 --- a/6651/data/test-cases/b269035d196d5a.json +++ b/6685/data/test-cases/ecdcf3588a8b4d9.json @@ -1 +1 @@ -{"uid":"b269035d196d5a","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":1710205173310,"stop":1710205173311,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"d134a68d8268cd0c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d134a68d8268cd0c","status":"passed","time":{"start":1710205067280,"stop":1710205067281,"duration":1}},{"uid":"c9610aece6161c76","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c9610aece6161c76","status":"passed","time":{"start":1710204962922,"stop":1710204962923,"duration":1}},{"uid":"f025086f3c0b3505","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f025086f3c0b3505","status":"passed","time":{"start":1710204701471,"stop":1710204701471,"duration":0}},{"uid":"5dd0dc0164513131","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/5dd0dc0164513131","status":"passed","time":{"start":1710203416615,"stop":1710203416616,"duration":1}},{"uid":"ecdf4e28896ee7af","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/ecdf4e28896ee7af","status":"passed","time":{"start":1710199910417,"stop":1710199910417,"duration":0}},{"uid":"435575f9ac7b8fe1","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/435575f9ac7b8fe1","status":"passed","time":{"start":1710199800515,"stop":1710199800515,"duration":0}},{"uid":"16be09e09cf1a88f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/16be09e09cf1a88f","status":"passed","time":{"start":1710197348918,"stop":1710197348918,"duration":0}},{"uid":"a046094c1677c572","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a046094c1677c572","status":"passed","time":{"start":1710168167430,"stop":1710168167434,"duration":4}},{"uid":"a90c2a5263f05f96","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/a90c2a5263f05f96","status":"passed","time":{"start":1710167350131,"stop":1710167350131,"duration":0}},{"uid":"c838c57f1bf565c7","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/c838c57f1bf565c7","status":"passed","time":{"start":1710167497869,"stop":1710167497870,"duration":1}},{"uid":"57f41858bf2452cf","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/57f41858bf2452cf","status":"passed","time":{"start":1710166625615,"stop":1710166625615,"duration":0}},{"uid":"31f4a00542e83565","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/31f4a00542e83565","status":"passed","time":{"start":1710164870350,"stop":1710164870351,"duration":1}},{"uid":"f6117c5a6541ce9","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f6117c5a6541ce9","status":"passed","time":{"start":1710164015694,"stop":1710164015694,"duration":0}},{"uid":"a71ebdb9f0028c5f","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/a71ebdb9f0028c5f","status":"passed","time":{"start":1710163881240,"stop":1710163881240,"duration":0}},{"uid":"8128755cee08d27e","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8128755cee08d27e","status":"passed","time":{"start":1710155929075,"stop":1710155929075,"duration":0}},{"uid":"7cd14949f93ac6ae","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7cd14949f93ac6ae","status":"passed","time":{"start":1710155134300,"stop":1710155134300,"duration":0}},{"uid":"2fcccbccbfe88ebe","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/2fcccbccbfe88ebe","status":"passed","time":{"start":1710154760716,"stop":1710154760716,"duration":0}},{"uid":"c0bbfa455facc486","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c0bbfa455facc486","status":"passed","time":{"start":1710102776894,"stop":1710102776895,"duration":1}},{"uid":"df640bb9dcdb65ad","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/df640bb9dcdb65ad","status":"passed","time":{"start":1710080978588,"stop":1710080978588,"duration":0}},{"uid":"431cb09f699ca2e0","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/431cb09f699ca2e0","status":"passed","time":{"start":1710024644870,"stop":1710024644871,"duration":1}}]},"tags":[]},"source":"b269035d196d5a.json","parameterValues":[]} \ No newline at end of file +{"uid":"ecdcf3588a8b4d9","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":1710308416737,"stop":1710308416740,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"6154ffb8bb73911d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6154ffb8bb73911d","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"17d04beacf51963f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17d04beacf51963f","status":"passed","time":{"start":1710287509778,"stop":1710287509779,"duration":1}},{"uid":"d4aafd39c598677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4aafd39c598677b","status":"passed","time":{"start":1710284775864,"stop":1710284775864,"duration":0}}]},"tags":[]},"source":"ecdcf3588a8b4d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/ee7fed40c2cffe70.json b/6685/data/test-cases/ee7fed40c2cffe70.json new file mode 100644 index 00000000000..63c0af2f684 --- /dev/null +++ b/6685/data/test-cases/ee7fed40c2cffe70.json @@ -0,0 +1 @@ +{"uid":"ee7fed40c2cffe70","name":"unsubscribes","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > unsubscribes","historyId":"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308495153,"stop":1710308495153,"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":"f234971769de4f77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f234971769de4f77","status":"passed","time":{"start":1710307377259,"stop":1710307377259,"duration":0}},{"uid":"aef0ef166ff3b0fb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aef0ef166ff3b0fb","status":"passed","time":{"start":1710287579552,"stop":1710287579552,"duration":0}},{"uid":"2f88208be049848c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f88208be049848c","status":"passed","time":{"start":1710284855735,"stop":1710284855736,"duration":1}}]},"tags":[]},"source":"ee7fed40c2cffe70.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ad7164825c96d508.json b/6685/data/test-cases/eebbb1047a742e76.json similarity index 53% rename from 6651/data/test-cases/ad7164825c96d508.json rename to 6685/data/test-cases/eebbb1047a742e76.json index a0adf2c7bc6..7f8995e74fc 100644 --- a/6651/data/test-cases/ad7164825c96d508.json +++ b/6685/data/test-cases/eebbb1047a742e76.json @@ -1 +1 @@ -{"uid":"ad7164825c96d508","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":1710205227765,"stop":1710205227765,"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":73,"unknown":0,"total":73},"items":[{"uid":"aed1807406f346fe","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/aed1807406f346fe","status":"passed","time":{"start":1710205126012,"stop":1710205126013,"duration":1}},{"uid":"107f91bb01cefdc3","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/107f91bb01cefdc3","status":"passed","time":{"start":1710205014933,"stop":1710205014933,"duration":0}},{"uid":"ceed8298819ae979","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ceed8298819ae979","status":"passed","time":{"start":1710204755786,"stop":1710204755786,"duration":0}},{"uid":"8b4cc10de16048ae","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/8b4cc10de16048ae","status":"passed","time":{"start":1710203470149,"stop":1710203470149,"duration":0}},{"uid":"6823ddce9ba4974","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/6823ddce9ba4974","status":"passed","time":{"start":1710199963486,"stop":1710199963488,"duration":2}},{"uid":"f8758c64ab6d6dca","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f8758c64ab6d6dca","status":"passed","time":{"start":1710199857541,"stop":1710199857542,"duration":1}},{"uid":"e4e32c99d0eace01","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e4e32c99d0eace01","status":"passed","time":{"start":1710197420065,"stop":1710197420066,"duration":1}},{"uid":"969c5ce8e67551be","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/969c5ce8e67551be","status":"passed","time":{"start":1710168234015,"stop":1710168234015,"duration":0}},{"uid":"4a9ccc4ce317b77b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/4a9ccc4ce317b77b","status":"passed","time":{"start":1710167536304,"stop":1710167536305,"duration":1}},{"uid":"fb6a16942e7c928","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/fb6a16942e7c928","status":"passed","time":{"start":1710167552777,"stop":1710167552777,"duration":0}},{"uid":"222f54b92df14d96","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/222f54b92df14d96","status":"passed","time":{"start":1710166684442,"stop":1710166684443,"duration":1}},{"uid":"1231d7758ccf1ba6","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/1231d7758ccf1ba6","status":"passed","time":{"start":1710164921943,"stop":1710164921943,"duration":0}},{"uid":"a515f402ddb07005","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/a515f402ddb07005","status":"passed","time":{"start":1710164068074,"stop":1710164068074,"duration":0}},{"uid":"525f1f7bf0c18292","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/525f1f7bf0c18292","status":"passed","time":{"start":1710163928791,"stop":1710163928792,"duration":1}},{"uid":"c491a7e8844823f5","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c491a7e8844823f5","status":"passed","time":{"start":1710155981053,"stop":1710155981054,"duration":1}},{"uid":"2aae4522da0b8a4d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2aae4522da0b8a4d","status":"passed","time":{"start":1710155187855,"stop":1710155187855,"duration":0}},{"uid":"53ad236aab9df8dc","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/53ad236aab9df8dc","status":"passed","time":{"start":1710154858417,"stop":1710154858417,"duration":0}},{"uid":"8d8bd91642359fd9","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/8d8bd91642359fd9","status":"passed","time":{"start":1710102828517,"stop":1710102828517,"duration":0}},{"uid":"19dd19c1e272ad33","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/19dd19c1e272ad33","status":"passed","time":{"start":1710081029456,"stop":1710081029461,"duration":5}},{"uid":"2e17e4b8fa392392","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/2e17e4b8fa392392","status":"passed","time":{"start":1710024696745,"stop":1710024696745,"duration":0}}]},"tags":[]},"source":"ad7164825c96d508.json","parameterValues":[]} \ No newline at end of file +{"uid":"eebbb1047a742e76","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":1710308481018,"stop":1710308481019,"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":"12799eb728b399ae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12799eb728b399ae","status":"passed","time":{"start":1710307361630,"stop":1710307361630,"duration":0}},{"uid":"f97c73d2a05f3b52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f97c73d2a05f3b52","status":"passed","time":{"start":1710287560338,"stop":1710287560339,"duration":1}},{"uid":"4242ed2d1557dd46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4242ed2d1557dd46","status":"passed","time":{"start":1710284826088,"stop":1710284826090,"duration":2}}]},"tags":[]},"source":"eebbb1047a742e76.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f4fc55bb95a9f231.json b/6685/data/test-cases/efa888bf35fccfb1.json similarity index 60% rename from 6651/data/test-cases/f4fc55bb95a9f231.json rename to 6685/data/test-cases/efa888bf35fccfb1.json index c96dc955274..45b0f9c2265 100644 --- a/6651/data/test-cases/f4fc55bb95a9f231.json +++ b/6685/data/test-cases/efa888bf35fccfb1.json @@ -1 +1 @@ -{"uid":"f4fc55bb95a9f231","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":1710205199521,"stop":1710205199521,"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":73,"unknown":0,"total":73},"items":[{"uid":"5774fa16b85bc1da","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5774fa16b85bc1da","status":"passed","time":{"start":1710205105090,"stop":1710205105091,"duration":1}},{"uid":"b4571aeb173f0ad8","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b4571aeb173f0ad8","status":"passed","time":{"start":1710204998966,"stop":1710204998968,"duration":2}},{"uid":"fa22b5a0368ae217","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/fa22b5a0368ae217","status":"passed","time":{"start":1710204739420,"stop":1710204739420,"duration":0}},{"uid":"42b59ff987d06af1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/42b59ff987d06af1","status":"passed","time":{"start":1710203453473,"stop":1710203453474,"duration":1}},{"uid":"755aea1903151c27","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/755aea1903151c27","status":"passed","time":{"start":1710199946319,"stop":1710199946319,"duration":0}},{"uid":"235a69b494cc5b34","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/235a69b494cc5b34","status":"passed","time":{"start":1710199840494,"stop":1710199840495,"duration":1}},{"uid":"99f5f203d8ddf9fc","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/99f5f203d8ddf9fc","status":"passed","time":{"start":1710197396747,"stop":1710197396748,"duration":1}},{"uid":"e513bfa18c86cbfa","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e513bfa18c86cbfa","status":"passed","time":{"start":1710168220888,"stop":1710168220888,"duration":0}},{"uid":"9233ebb435603a61","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9233ebb435603a61","status":"passed","time":{"start":1710167545204,"stop":1710167545205,"duration":1}},{"uid":"af5f671ab88b3f4b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/af5f671ab88b3f4b","status":"passed","time":{"start":1710167538082,"stop":1710167538082,"duration":0}},{"uid":"c21bfdd5302a33f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c21bfdd5302a33f","status":"passed","time":{"start":1710166664468,"stop":1710166664468,"duration":0}},{"uid":"25e719364b00c9bf","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/25e719364b00c9bf","status":"passed","time":{"start":1710164898570,"stop":1710164898571,"duration":1}},{"uid":"16b69d1ed9559304","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/16b69d1ed9559304","status":"passed","time":{"start":1710164059065,"stop":1710164059065,"duration":0}},{"uid":"38b7954aa7bd0dd7","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/38b7954aa7bd0dd7","status":"passed","time":{"start":1710163919495,"stop":1710163919510,"duration":15}},{"uid":"6d89393d74d8aae4","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/6d89393d74d8aae4","status":"passed","time":{"start":1710155970011,"stop":1710155970011,"duration":0}},{"uid":"9303c03ff08addab","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9303c03ff08addab","status":"passed","time":{"start":1710155174213,"stop":1710155174214,"duration":1}},{"uid":"b13b03af1fa94de7","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b13b03af1fa94de7","status":"passed","time":{"start":1710154832381,"stop":1710154832384,"duration":3}},{"uid":"3417e5e2d019b23d","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/3417e5e2d019b23d","status":"passed","time":{"start":1710102815914,"stop":1710102815914,"duration":0}},{"uid":"be457c04c98b3673","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/be457c04c98b3673","status":"passed","time":{"start":1710081013951,"stop":1710081013952,"duration":1}},{"uid":"e437978a2106fc7c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/e437978a2106fc7c","status":"passed","time":{"start":1710024688133,"stop":1710024688134,"duration":1}}]},"tags":[]},"source":"f4fc55bb95a9f231.json","parameterValues":[]} \ No newline at end of file +{"uid":"efa888bf35fccfb1","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":1710308459438,"stop":1710308459439,"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":"a39d4a1309de00de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a39d4a1309de00de","status":"passed","time":{"start":1710307342528,"stop":1710307342529,"duration":1}},{"uid":"c01c3656f16dbbbb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c01c3656f16dbbbb","status":"passed","time":{"start":1710287544916,"stop":1710287544917,"duration":1}},{"uid":"362d4aac4bc0b80c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/362d4aac4bc0b80c","status":"passed","time":{"start":1710284805026,"stop":1710284805027,"duration":1}}]},"tags":[]},"source":"efa888bf35fccfb1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a673ab5d673249e2.json b/6685/data/test-cases/f0454d6ff7ece765.json similarity index 85% rename from 6651/data/test-cases/a673ab5d673249e2.json rename to 6685/data/test-cases/f0454d6ff7ece765.json index f4b5e39f87a..beea9311586 100644 --- a/6651/data/test-cases/a673ab5d673249e2.json +++ b/6685/data/test-cases/f0454d6ff7ece765.json @@ -1 +1 @@ -{"uid":"a673ab5d673249e2","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":1710205233015,"stop":1710205233015,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":72,"unknown":0,"total":72},"items":[{"uid":"c58c71a857262455","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/c58c71a857262455","status":"passed","time":{"start":1710205120352,"stop":1710205120352,"duration":0}},{"uid":"7d6235ff77f28cde","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/7d6235ff77f28cde","status":"passed","time":{"start":1710205004864,"stop":1710205004864,"duration":0}},{"uid":"6f20a727465ededb","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6f20a727465ededb","status":"passed","time":{"start":1710204772103,"stop":1710204772104,"duration":1}},{"uid":"174cc7d2ae32eb70","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/174cc7d2ae32eb70","status":"passed","time":{"start":1710203476064,"stop":1710203476064,"duration":0}},{"uid":"5b85bd9eb9159a4c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/5b85bd9eb9159a4c","status":"passed","time":{"start":1710199958113,"stop":1710199958120,"duration":7}},{"uid":"972e55d5166d0df6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/972e55d5166d0df6","status":"passed","time":{"start":1710199882650,"stop":1710199882650,"duration":0}},{"uid":"5a50efb3a9e7061a","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5a50efb3a9e7061a","status":"passed","time":{"start":1710197397388,"stop":1710197397389,"duration":1}},{"uid":"cdc543e2c78dafc8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/cdc543e2c78dafc8","status":"passed","time":{"start":1710168235143,"stop":1710168235143,"duration":0}},{"uid":"6c3289d1c432fd7a","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/6c3289d1c432fd7a","status":"passed","time":{"start":1710167420287,"stop":1710167420287,"duration":0}},{"uid":"4a86696d81508a36","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/4a86696d81508a36","status":"passed","time":{"start":1710167568731,"stop":1710167568732,"duration":1}},{"uid":"bc8adc1691254ddb","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/bc8adc1691254ddb","status":"passed","time":{"start":1710166701489,"stop":1710166701489,"duration":0}},{"uid":"420b0c753f554913","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/420b0c753f554913","status":"passed","time":{"start":1710164929248,"stop":1710164929248,"duration":0}},{"uid":"3abdc295d9f4694f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/3abdc295d9f4694f","status":"passed","time":{"start":1710164078405,"stop":1710164078406,"duration":1}},{"uid":"c470bfdfc8742330","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c470bfdfc8742330","status":"passed","time":{"start":1710163927096,"stop":1710163927096,"duration":0}},{"uid":"a6fd301faa323e1b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/a6fd301faa323e1b","status":"passed","time":{"start":1710155986301,"stop":1710155986301,"duration":0}},{"uid":"7891bfbe2581fbd3","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/7891bfbe2581fbd3","status":"passed","time":{"start":1710155212570,"stop":1710155212570,"duration":0}},{"uid":"b87aefa2fe6dd636","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/b87aefa2fe6dd636","status":"passed","time":{"start":1710154813488,"stop":1710154813489,"duration":1}},{"uid":"40cee8759c2748ce","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/40cee8759c2748ce","status":"passed","time":{"start":1710102845335,"stop":1710102845335,"duration":0}},{"uid":"c98b101066f066d7","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c98b101066f066d7","status":"passed","time":{"start":1710081043190,"stop":1710081043191,"duration":1}},{"uid":"d0ed420b68d6dec7","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d0ed420b68d6dec7","status":"passed","time":{"start":1710024705818,"stop":1710024705818,"duration":0}}]},"tags":[]},"source":"a673ab5d673249e2.json","parameterValues":[]} \ No newline at end of file +{"uid":"f0454d6ff7ece765","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":1710308463708,"stop":1710308463708,"duration":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":"aca240ab4abb749d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aca240ab4abb749d","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"a2687c77d073a37e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a2687c77d073a37e","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"4c760a2aad62b1cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4c760a2aad62b1cb","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"tags":[]},"source":"f0454d6ff7ece765.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f0a66a17808cffe3.json b/6685/data/test-cases/f0a66a17808cffe3.json new file mode 100644 index 00000000000..d7131f2cfc1 --- /dev/null +++ b/6685/data/test-cases/f0a66a17808cffe3.json @@ -0,0 +1 @@ +{"uid":"f0a66a17808cffe3","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":1710307971895,"stop":1710307971895,"duration":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":"fbb3c6b7382a8e0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbb3c6b7382a8e0d","status":"passed","time":{"start":1710306865885,"stop":1710306865885,"duration":0}},{"uid":"5263d50e13e8a98d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5263d50e13e8a98d","status":"passed","time":{"start":1710287067216,"stop":1710287067217,"duration":1}},{"uid":"82a42593aa72f192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/82a42593aa72f192","status":"passed","time":{"start":1710284328536,"stop":1710284328537,"duration":1}}]},"tags":[]},"source":"f0a66a17808cffe3.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/b9b81825bc3a4e80.json b/6685/data/test-cases/f0b432e7877fe7c5.json similarity index 76% rename from 6651/data/test-cases/b9b81825bc3a4e80.json rename to 6685/data/test-cases/f0b432e7877fe7c5.json index d45a2e1a6bc..7eb1e60ad24 100644 --- a/6651/data/test-cases/b9b81825bc3a4e80.json +++ b/6685/data/test-cases/f0b432e7877fe7c5.json @@ -1 +1 @@ -{"uid":"b9b81825bc3a4e80","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":1710204847300,"stop":1710204847300,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"d0a7840cc5fb0c3c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d0a7840cc5fb0c3c","status":"passed","time":{"start":1710204755945,"stop":1710204755946,"duration":1}},{"uid":"6c42b62ab7bdad3d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6c42b62ab7bdad3d","status":"passed","time":{"start":1710204636023,"stop":1710204636023,"duration":0}},{"uid":"f9cd939d8b67e602","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f9cd939d8b67e602","status":"passed","time":{"start":1710204395473,"stop":1710204395474,"duration":1}},{"uid":"3ab49eed87d4ea77","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3ab49eed87d4ea77","status":"passed","time":{"start":1710203122001,"stop":1710203122002,"duration":1}},{"uid":"47d36c45787817a4","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/47d36c45787817a4","status":"passed","time":{"start":1710199608820,"stop":1710199608820,"duration":0}},{"uid":"8f80aa20f986fe53","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8f80aa20f986fe53","status":"passed","time":{"start":1710199506566,"stop":1710199506566,"duration":0}},{"uid":"c66c127ba885135e","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c66c127ba885135e","status":"passed","time":{"start":1710197033235,"stop":1710197033245,"duration":10}},{"uid":"4ba157280cdb8e35","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4ba157280cdb8e35","status":"passed","time":{"start":1710167869140,"stop":1710167869140,"duration":0}},{"uid":"b1225bc4aafcb6cd","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b1225bc4aafcb6cd","status":"passed","time":{"start":1710167049288,"stop":1710167049288,"duration":0}},{"uid":"82473548b88830b5","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/82473548b88830b5","status":"passed","time":{"start":1710167194763,"stop":1710167194764,"duration":1}},{"uid":"150c68040a2f6156","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/150c68040a2f6156","status":"passed","time":{"start":1710166328848,"stop":1710166328848,"duration":0}},{"uid":"ed28d989a8994b75","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ed28d989a8994b75","status":"passed","time":{"start":1710164551132,"stop":1710164551133,"duration":1}},{"uid":"84d3faeaa5188efe","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/84d3faeaa5188efe","status":"passed","time":{"start":1710163715995,"stop":1710163715995,"duration":0}},{"uid":"c5ee2602555d30ad","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c5ee2602555d30ad","status":"passed","time":{"start":1710163568075,"stop":1710163568076,"duration":1}},{"uid":"b4f55a7de5f25f51","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b4f55a7de5f25f51","status":"passed","time":{"start":1710155626323,"stop":1710155626323,"duration":0}},{"uid":"ef663a675372e5b2","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ef663a675372e5b2","status":"passed","time":{"start":1710154824277,"stop":1710154824278,"duration":1}},{"uid":"1074795a1c550802","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1074795a1c550802","status":"passed","time":{"start":1710154466423,"stop":1710154466424,"duration":1}},{"uid":"5a0b1b44c2bad724","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/5a0b1b44c2bad724","status":"passed","time":{"start":1710102475238,"stop":1710102475238,"duration":0}},{"uid":"9a3448d5a4931355","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9a3448d5a4931355","status":"passed","time":{"start":1710080673276,"stop":1710080673276,"duration":0}},{"uid":"71bc72fef3a7e864","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/71bc72fef3a7e864","status":"passed","time":{"start":1710024327574,"stop":1710024327574,"duration":0}}]},"tags":[]},"source":"b9b81825bc3a4e80.json","parameterValues":[]} \ No newline at end of file +{"uid":"f0b432e7877fe7c5","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":1710308097728,"stop":1710308097729,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"4db6f6e911e9ef4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4db6f6e911e9ef4d","status":"passed","time":{"start":1710306994269,"stop":1710306994269,"duration":0}},{"uid":"1b7922b9d2f73a1a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1b7922b9d2f73a1a","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"bbaa4372cf1a6253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbaa4372cf1a6253","status":"passed","time":{"start":1710284459538,"stop":1710284459538,"duration":0}}]},"tags":[]},"source":"f0b432e7877fe7c5.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f0bdbb0df219698a.json b/6685/data/test-cases/f0bdbb0df219698a.json new file mode 100644 index 00000000000..a128c933606 --- /dev/null +++ b/6685/data/test-cases/f0bdbb0df219698a.json @@ -0,0 +1 @@ +{"uid":"f0bdbb0df219698a","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":1710308092718,"stop":1710308092719,"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":"51a9518e6721354","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51a9518e6721354","status":"passed","time":{"start":1710306981517,"stop":1710306981517,"duration":0}},{"uid":"7e7d6483f71216c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e7d6483f71216c2","status":"passed","time":{"start":1710287198167,"stop":1710287198167,"duration":0}},{"uid":"874a9ae2cf72980f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/874a9ae2cf72980f","status":"passed","time":{"start":1710284460009,"stop":1710284460010,"duration":1}}]},"tags":[]},"source":"f0bdbb0df219698a.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/56533cf73541c53.json b/6685/data/test-cases/f0d27bd976a46a0.json similarity index 81% rename from 6651/data/test-cases/56533cf73541c53.json rename to 6685/data/test-cases/f0d27bd976a46a0.json index f7d080121c9..a1311a649e1 100644 --- a/6651/data/test-cases/56533cf73541c53.json +++ b/6685/data/test-cases/f0d27bd976a46a0.json @@ -1 +1 @@ -{"uid":"56533cf73541c53","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":1710205335154,"stop":1710205335156,"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},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"8b2088b7d7ed32e6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/8b2088b7d7ed32e6","status":"passed","time":{"start":1710205224523,"stop":1710205224523,"duration":0}},{"uid":"27d90db7de8d0481","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/27d90db7de8d0481","status":"passed","time":{"start":1710205109087,"stop":1710205109087,"duration":0}},{"uid":"660ca62eb0eb8c64","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/660ca62eb0eb8c64","status":"passed","time":{"start":1710204865556,"stop":1710204865556,"duration":0}},{"uid":"cbe3d2b35ceff892","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/cbe3d2b35ceff892","status":"passed","time":{"start":1710203577240,"stop":1710203577240,"duration":0}},{"uid":"408593a5ca0c350d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/408593a5ca0c350d","status":"passed","time":{"start":1710200067254,"stop":1710200067254,"duration":0}},{"uid":"4ae9ba4fc4094e71","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4ae9ba4fc4094e71","status":"passed","time":{"start":1710199972407,"stop":1710199972407,"duration":0}},{"uid":"3bf189e57bfa4874","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/3bf189e57bfa4874","status":"passed","time":{"start":1710197502500,"stop":1710197502500,"duration":0}},{"uid":"3b41f4a5c8a2b49c","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/3b41f4a5c8a2b49c","status":"passed","time":{"start":1710168342010,"stop":1710168342010,"duration":0}},{"uid":"45c1fcc6b9c3a67","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/45c1fcc6b9c3a67","status":"passed","time":{"start":1710167568833,"stop":1710167568833,"duration":0}},{"uid":"8f5e64a3b6817b38","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/8f5e64a3b6817b38","status":"passed","time":{"start":1710167665517,"stop":1710167665517,"duration":0}},{"uid":"c6342c404027e9be","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c6342c404027e9be","status":"passed","time":{"start":1710166795573,"stop":1710166795573,"duration":0}},{"uid":"ae13c60612887551","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ae13c60612887551","status":"passed","time":{"start":1710165026136,"stop":1710165026137,"duration":1}},{"uid":"798266bd1850e034","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/798266bd1850e034","status":"passed","time":{"start":1710164176719,"stop":1710164176719,"duration":0}},{"uid":"21d5ad4174987a33","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/21d5ad4174987a33","status":"passed","time":{"start":1710164039993,"stop":1710164039993,"duration":0}},{"uid":"b1b9c749d0cef8a2","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b1b9c749d0cef8a2","status":"passed","time":{"start":1710156088907,"stop":1710156088907,"duration":0}},{"uid":"24f542ab6e88ee08","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/24f542ab6e88ee08","status":"passed","time":{"start":1710155298417,"stop":1710155298418,"duration":1}},{"uid":"545349340f824e90","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/545349340f824e90","status":"passed","time":{"start":1710154928202,"stop":1710154928202,"duration":0}},{"uid":"9fc68940669e6cad","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/9fc68940669e6cad","status":"passed","time":{"start":1710102939228,"stop":1710102939228,"duration":0}},{"uid":"8419f9dca622888e","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8419f9dca622888e","status":"passed","time":{"start":1710081135425,"stop":1710081135425,"duration":0}},{"uid":"515b1e7e0c5bff7c","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/515b1e7e0c5bff7c","status":"passed","time":{"start":1710024806428,"stop":1710024806428,"duration":0}}]},"tags":[]},"source":"56533cf73541c53.json","parameterValues":[]} \ No newline at end of file +{"uid":"f0d27bd976a46a0","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":1710308572948,"stop":1710308572948,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"5baf4b5cd3c617d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5baf4b5cd3c617d9","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"4c4101fa9b7fddcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c4101fa9b7fddcf","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"5070efb5bbbdbe73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5070efb5bbbdbe73","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"tags":[]},"source":"f0d27bd976a46a0.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f2351cad233a2204.json b/6685/data/test-cases/f2351cad233a2204.json new file mode 100644 index 00000000000..908455fb883 --- /dev/null +++ b/6685/data/test-cases/f2351cad233a2204.json @@ -0,0 +1 @@ +{"uid":"f2351cad233a2204","name":"Ordered Callback sorting by timestamp while page direction is forward","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is forward","historyId":"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308477760,"stop":1710308477761,"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":4,"unknown":0,"total":4},"items":[{"uid":"54a5343050da809a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54a5343050da809a","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"a3b9cb57d9f396d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3b9cb57d9f396d2","status":"passed","time":{"start":1710287577564,"stop":1710287577564,"duration":0}},{"uid":"139f5ad0a49ad1ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/139f5ad0a49ad1ad","status":"passed","time":{"start":1710284843497,"stop":1710284843498,"duration":1}}]},"tags":[]},"source":"f2351cad233a2204.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/9e38e62ae7036dd7.json b/6685/data/test-cases/f2474eeecef8ba48.json similarity index 52% rename from 6651/data/test-cases/9e38e62ae7036dd7.json rename to 6685/data/test-cases/f2474eeecef8ba48.json index 865fabad7a1..1ee84fb26b2 100644 --- a/6651/data/test-cases/9e38e62ae7036dd7.json +++ b/6685/data/test-cases/f2474eeecef8ba48.json @@ -1 +1 @@ -{"uid":"9e38e62ae7036dd7","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710204847157,"stop":1710204847157,"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}],"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}],"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":73,"unknown":0,"total":73},"items":[{"uid":"6287bfae43100dfc","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/6287bfae43100dfc","status":"passed","time":{"start":1710204758054,"stop":1710204758057,"duration":3}},{"uid":"a4fb2956d7d4804","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a4fb2956d7d4804","status":"passed","time":{"start":1710204644534,"stop":1710204644534,"duration":0}},{"uid":"f79e0c2be04950fd","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f79e0c2be04950fd","status":"passed","time":{"start":1710204397790,"stop":1710204397791,"duration":1}},{"uid":"9ef6b121cf1893a2","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/9ef6b121cf1893a2","status":"passed","time":{"start":1710203124559,"stop":1710203124559,"duration":0}},{"uid":"7126ef3a7e3cc2c5","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7126ef3a7e3cc2c5","status":"passed","time":{"start":1710199597262,"stop":1710199597267,"duration":5}},{"uid":"4e934408bdec0be9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/4e934408bdec0be9","status":"passed","time":{"start":1710199500501,"stop":1710199500501,"duration":0}},{"uid":"be3036b6935a1935","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/be3036b6935a1935","status":"passed","time":{"start":1710197045879,"stop":1710197045879,"duration":0}},{"uid":"9d38d374daaca827","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/9d38d374daaca827","status":"passed","time":{"start":1710167852339,"stop":1710167852340,"duration":1}},{"uid":"5ca5af94fd981b5","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5ca5af94fd981b5","status":"passed","time":{"start":1710167082313,"stop":1710167082314,"duration":1}},{"uid":"966ff7a48db00b95","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/966ff7a48db00b95","status":"passed","time":{"start":1710167195438,"stop":1710167195438,"duration":0}},{"uid":"719fbbe409946267","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/719fbbe409946267","status":"passed","time":{"start":1710166330616,"stop":1710166330616,"duration":0}},{"uid":"8bfdfc62321f0ff2","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/8bfdfc62321f0ff2","status":"passed","time":{"start":1710164562588,"stop":1710164562588,"duration":0}},{"uid":"6ba4b7f48c5e743a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/6ba4b7f48c5e743a","status":"passed","time":{"start":1710163707605,"stop":1710163707607,"duration":2}},{"uid":"86b3718235c1837a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/86b3718235c1837a","status":"passed","time":{"start":1710163560158,"stop":1710163560159,"duration":1}},{"uid":"33f6971163dfe8cf","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/33f6971163dfe8cf","status":"passed","time":{"start":1710155619548,"stop":1710155619548,"duration":0}},{"uid":"2ec20c0ecfa3384d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/2ec20c0ecfa3384d","status":"passed","time":{"start":1710154844972,"stop":1710154844973,"duration":1}},{"uid":"33d5a25499644b4d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/33d5a25499644b4d","status":"passed","time":{"start":1710154443619,"stop":1710154443620,"duration":1}},{"uid":"6fed8a37bd9cdc14","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6fed8a37bd9cdc14","status":"passed","time":{"start":1710102468297,"stop":1710102468298,"duration":1}},{"uid":"43376b438cc5b33b","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/43376b438cc5b33b","status":"passed","time":{"start":1710080683645,"stop":1710080683646,"duration":1}},{"uid":"bce660b89a72ecf2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/bce660b89a72ecf2","status":"passed","time":{"start":1710024353944,"stop":1710024353948,"duration":4}}]},"tags":[]},"source":"9e38e62ae7036dd7.json","parameterValues":[]} \ No newline at end of file +{"uid":"f2474eeecef8ba48","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308092684,"stop":1710308092685,"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}],"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}],"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":"8e3bbc41f1d409","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e3bbc41f1d409","status":"passed","time":{"start":1710306981490,"stop":1710306981490,"duration":0}},{"uid":"65f6563c887c652c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/65f6563c887c652c","status":"passed","time":{"start":1710287198103,"stop":1710287198104,"duration":1}},{"uid":"b71e8871c3b848f4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b71e8871c3b848f4","status":"passed","time":{"start":1710284459985,"stop":1710284459986,"duration":1}}]},"tags":[]},"source":"f2474eeecef8ba48.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f65950e615f26947.json b/6685/data/test-cases/f2655c8edd01745f.json similarity index 78% rename from 6651/data/test-cases/f65950e615f26947.json rename to 6685/data/test-cases/f2655c8edd01745f.json index e8dec5d56a8..02ceaa1b48f 100644 --- a/6651/data/test-cases/f65950e615f26947.json +++ b/6685/data/test-cases/f2655c8edd01745f.json @@ -1 +1 @@ -{"uid":"f65950e615f26947","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":1710205173280,"stop":1710205173282,"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":73,"unknown":0,"total":73},"items":[{"uid":"ae0734c27b7f52a4","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ae0734c27b7f52a4","status":"passed","time":{"start":1710205067267,"stop":1710205067267,"duration":0}},{"uid":"741f848caa140db7","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/741f848caa140db7","status":"passed","time":{"start":1710204962900,"stop":1710204962901,"duration":1}},{"uid":"ed1cb34e021defb4","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/ed1cb34e021defb4","status":"passed","time":{"start":1710204701446,"stop":1710204701446,"duration":0}},{"uid":"374dcc840f6eae71","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/374dcc840f6eae71","status":"passed","time":{"start":1710203416570,"stop":1710203416573,"duration":3}},{"uid":"7808f2f07330e426","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/7808f2f07330e426","status":"passed","time":{"start":1710199910380,"stop":1710199910381,"duration":1}},{"uid":"ef0f1c03829fd1ad","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ef0f1c03829fd1ad","status":"passed","time":{"start":1710199800497,"stop":1710199800503,"duration":6}},{"uid":"f172181b0a12e679","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f172181b0a12e679","status":"passed","time":{"start":1710197348905,"stop":1710197348905,"duration":0}},{"uid":"5f87010eb01ab128","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/5f87010eb01ab128","status":"passed","time":{"start":1710168167416,"stop":1710168167416,"duration":0}},{"uid":"90d5e9aa6e4e6533","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/90d5e9aa6e4e6533","status":"passed","time":{"start":1710167350114,"stop":1710167350115,"duration":1}},{"uid":"b27eab6950ee30d7","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/b27eab6950ee30d7","status":"passed","time":{"start":1710167497856,"stop":1710167497857,"duration":1}},{"uid":"6b37d5945b35812a","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6b37d5945b35812a","status":"passed","time":{"start":1710166625593,"stop":1710166625593,"duration":0}},{"uid":"478a64f61d545085","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/478a64f61d545085","status":"passed","time":{"start":1710164870328,"stop":1710164870329,"duration":1}},{"uid":"585e84a148274ac8","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/585e84a148274ac8","status":"passed","time":{"start":1710164015680,"stop":1710164015682,"duration":2}},{"uid":"f1dd082d97b2e280","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f1dd082d97b2e280","status":"passed","time":{"start":1710163881222,"stop":1710163881222,"duration":0}},{"uid":"84728bb18d909cf7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/84728bb18d909cf7","status":"passed","time":{"start":1710155929061,"stop":1710155929062,"duration":1}},{"uid":"45349ef380f37ac6","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/45349ef380f37ac6","status":"passed","time":{"start":1710155134271,"stop":1710155134271,"duration":0}},{"uid":"39ee300b3e720f80","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/39ee300b3e720f80","status":"passed","time":{"start":1710154760694,"stop":1710154760694,"duration":0}},{"uid":"41bce0d002ed3b62","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/41bce0d002ed3b62","status":"passed","time":{"start":1710102776881,"stop":1710102776881,"duration":0}},{"uid":"7be55bed361aad84","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/7be55bed361aad84","status":"passed","time":{"start":1710080978578,"stop":1710080978578,"duration":0}},{"uid":"feb3321d1330a4b2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/feb3321d1330a4b2","status":"passed","time":{"start":1710024644854,"stop":1710024644855,"duration":1}}]},"tags":[]},"source":"f65950e615f26947.json","parameterValues":[]} \ No newline at end of file +{"uid":"f2655c8edd01745f","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":1710308416717,"stop":1710308416717,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"aa1d6a9389341663","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa1d6a9389341663","status":"passed","time":{"start":1710307308616,"stop":1710307308617,"duration":1}},{"uid":"295c09445206c481","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/295c09445206c481","status":"passed","time":{"start":1710287509742,"stop":1710287509743,"duration":1}},{"uid":"b8bc77b2042c94ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8bc77b2042c94ac","status":"passed","time":{"start":1710284775835,"stop":1710284775835,"duration":0}}]},"tags":[]},"source":"f2655c8edd01745f.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f2b7cf52b3aee244.json b/6685/data/test-cases/f2b7cf52b3aee244.json new file mode 100644 index 00000000000..875fdf287f7 --- /dev/null +++ b/6685/data/test-cases/f2b7cf52b3aee244.json @@ -0,0 +1 @@ +{"uid":"f2b7cf52b3aee244","name":"connected peers and dial","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > connected peers and dial","historyId":"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308322787,"stop":1710308322787,"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":"a5d8e807b19989dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5d8e807b19989dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207320,"duration":0}},{"uid":"32c12139881e4e50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32c12139881e4e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413026,"stop":1710287413026,"duration":0}},{"uid":"4bf4c997e2d2cafa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bf4c997e2d2cafa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680939,"stop":1710284680940,"duration":1}}]},"tags":[]},"source":"f2b7cf52b3aee244.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f2cacbaa00985814.json b/6685/data/test-cases/f2cacbaa00985814.json new file mode 100644 index 00000000000..bf2744221b8 --- /dev/null +++ b/6685/data/test-cases/f2cacbaa00985814.json @@ -0,0 +1 @@ +{"uid":"f2cacbaa00985814","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":1710307897774,"stop":1710307897774,"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":"ff502676eeada4c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff502676eeada4c1","status":"passed","time":{"start":1710306791279,"stop":1710306791279,"duration":0}},{"uid":"bbdfc7bcdb801378","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bbdfc7bcdb801378","status":"passed","time":{"start":1710286996359,"stop":1710286996360,"duration":1}},{"uid":"f5f394bc58a397df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5f394bc58a397df","status":"passed","time":{"start":1710284258876,"stop":1710284258877,"duration":1}}]},"tags":[]},"source":"f2cacbaa00985814.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f35b159debd005c2.json b/6685/data/test-cases/f35b159debd005c2.json new file mode 100644 index 00000000000..90e61432bfc --- /dev/null +++ b/6685/data/test-cases/f35b159debd005c2.json @@ -0,0 +1 @@ +{"uid":"f35b159debd005c2","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":1710307918132,"stop":1710307918132,"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":"3825e0ab0771d1ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3825e0ab0771d1ea","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"d8883e5ae73af916","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8883e5ae73af916","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"be382d295ce3e674","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be382d295ce3e674","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"tags":[]},"source":"f35b159debd005c2.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5db73759668cd884.json b/6685/data/test-cases/f4fdd7f0558ead18.json similarity index 60% rename from 6651/data/test-cases/5db73759668cd884.json rename to 6685/data/test-cases/f4fdd7f0558ead18.json index 3ea9c057cad..72c63290fcd 100644 --- a/6651/data/test-cases/5db73759668cd884.json +++ b/6685/data/test-cases/f4fdd7f0558ead18.json @@ -1 +1 @@ -{"uid":"5db73759668cd884","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":1710205199521,"stop":1710205199521,"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":73,"unknown":0,"total":73},"items":[{"uid":"fc88dc118eb8c4f3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/fc88dc118eb8c4f3","status":"passed","time":{"start":1710205105089,"stop":1710205105090,"duration":1}},{"uid":"d01374de0fb60126","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/d01374de0fb60126","status":"passed","time":{"start":1710204998965,"stop":1710204998965,"duration":0}},{"uid":"6ea1650736d7ab13","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/6ea1650736d7ab13","status":"passed","time":{"start":1710204739419,"stop":1710204739419,"duration":0}},{"uid":"459dd4008a2bdefc","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/459dd4008a2bdefc","status":"passed","time":{"start":1710203453473,"stop":1710203453473,"duration":0}},{"uid":"e2650b7bd3271d93","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e2650b7bd3271d93","status":"passed","time":{"start":1710199946318,"stop":1710199946319,"duration":1}},{"uid":"f15540401edb0ba9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/f15540401edb0ba9","status":"passed","time":{"start":1710199840493,"stop":1710199840494,"duration":1}},{"uid":"8c304b47f93ae71","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8c304b47f93ae71","status":"passed","time":{"start":1710197396746,"stop":1710197396747,"duration":1}},{"uid":"c1181bf0b726488f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/c1181bf0b726488f","status":"passed","time":{"start":1710168220888,"stop":1710168220888,"duration":0}},{"uid":"5be9d63ca56d1b78","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5be9d63ca56d1b78","status":"passed","time":{"start":1710167545204,"stop":1710167545204,"duration":0}},{"uid":"e365620936c06f15","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e365620936c06f15","status":"passed","time":{"start":1710167538081,"stop":1710167538081,"duration":0}},{"uid":"2dbde8cd7c61c710","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/2dbde8cd7c61c710","status":"passed","time":{"start":1710166664467,"stop":1710166664468,"duration":1}},{"uid":"3363adcabe8cbec4","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3363adcabe8cbec4","status":"passed","time":{"start":1710164898569,"stop":1710164898570,"duration":1}},{"uid":"62c33e8f2e90a6eb","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/62c33e8f2e90a6eb","status":"passed","time":{"start":1710164059065,"stop":1710164059065,"duration":0}},{"uid":"31b0a8d25e522ad","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/31b0a8d25e522ad","status":"passed","time":{"start":1710163919489,"stop":1710163919495,"duration":6}},{"uid":"2be77f5ce17de5d4","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/2be77f5ce17de5d4","status":"passed","time":{"start":1710155970008,"stop":1710155970008,"duration":0}},{"uid":"4799c4cd0326edd1","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/4799c4cd0326edd1","status":"passed","time":{"start":1710155174212,"stop":1710155174213,"duration":1}},{"uid":"26563e92381d1e44","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/26563e92381d1e44","status":"passed","time":{"start":1710154832380,"stop":1710154832380,"duration":0}},{"uid":"150edfd2e148777c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/150edfd2e148777c","status":"passed","time":{"start":1710102815913,"stop":1710102815913,"duration":0}},{"uid":"ea0ac9a4bb0b0e44","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ea0ac9a4bb0b0e44","status":"passed","time":{"start":1710081013951,"stop":1710081013951,"duration":0}},{"uid":"ca5e3ad0ff25e938","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/ca5e3ad0ff25e938","status":"passed","time":{"start":1710024688133,"stop":1710024688133,"duration":0}}]},"tags":[]},"source":"5db73759668cd884.json","parameterValues":[]} \ No newline at end of file +{"uid":"f4fdd7f0558ead18","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":1710308459438,"stop":1710308459438,"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":"8a084db94f32185a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a084db94f32185a","status":"passed","time":{"start":1710307342528,"stop":1710307342528,"duration":0}},{"uid":"a9c9cab58fec9fd1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a9c9cab58fec9fd1","status":"passed","time":{"start":1710287544915,"stop":1710287544916,"duration":1}},{"uid":"92b25dbcfa661433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92b25dbcfa661433","status":"passed","time":{"start":1710284805025,"stop":1710284805026,"duration":1}}]},"tags":[]},"source":"f4fdd7f0558ead18.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f51506e7f5008808.json b/6685/data/test-cases/f51506e7f5008808.json new file mode 100644 index 00000000000..ebc7fbf4ce8 --- /dev/null +++ b/6685/data/test-cases/f51506e7f5008808.json @@ -0,0 +1 @@ +{"uid":"f51506e7f5008808","name":"does not throw on valid cases","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > does not throw on valid cases","historyId":"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890263,"stop":1710307890263,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"137cf75d4f9d4a02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/137cf75d4f9d4a02","status":"passed","time":{"start":1710306783473,"stop":1710306783473,"duration":0}},{"uid":"9fa617c74d5e2237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9fa617c74d5e2237","status":"passed","time":{"start":1710286988734,"stop":1710286988735,"duration":1}},{"uid":"ba64c053e9b84800","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba64c053e9b84800","status":"passed","time":{"start":1710284251164,"stop":1710284251164,"duration":0}}]},"tags":[]},"source":"f51506e7f5008808.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f535654f4861b59.json b/6685/data/test-cases/f535654f4861b59.json new file mode 100644 index 00000000000..9bcbda12a61 --- /dev/null +++ b/6685/data/test-cases/f535654f4861b59.json @@ -0,0 +1 @@ +{"uid":"f535654f4861b59","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":1710307918132,"stop":1710307918132,"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":"487136c672d9aaf6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/487136c672d9aaf6","status":"passed","time":{"start":1710306811113,"stop":1710306811113,"duration":0}},{"uid":"dff4a4c1a27836a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dff4a4c1a27836a7","status":"passed","time":{"start":1710287016341,"stop":1710287016341,"duration":0}},{"uid":"a46f5a1a4c5ad917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a46f5a1a4c5ad917","status":"passed","time":{"start":1710284279135,"stop":1710284279135,"duration":0}}]},"tags":[]},"source":"f535654f4861b59.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/f655fd573c0ab31e.json b/6685/data/test-cases/f5a188b7ef2a5c66.json similarity index 61% rename from 6651/data/test-cases/f655fd573c0ab31e.json rename to 6685/data/test-cases/f5a188b7ef2a5c66.json index 914a7a7bbb4..e572025dfcc 100644 --- a/6651/data/test-cases/f655fd573c0ab31e.json +++ b/6685/data/test-cases/f5a188b7ef2a5c66.json @@ -1 +1 @@ -{"uid":"f655fd573c0ab31e","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":1710205199517,"stop":1710205199518,"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":73,"unknown":0,"total":73},"items":[{"uid":"12081d8c948540d5","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/12081d8c948540d5","status":"passed","time":{"start":1710205105087,"stop":1710205105087,"duration":0}},{"uid":"c09d72b1430d58ef","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/c09d72b1430d58ef","status":"passed","time":{"start":1710204998963,"stop":1710204998963,"duration":0}},{"uid":"8795f8765305d1c1","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/8795f8765305d1c1","status":"passed","time":{"start":1710204739414,"stop":1710204739415,"duration":1}},{"uid":"fe86fe91bbd6de00","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/fe86fe91bbd6de00","status":"passed","time":{"start":1710203453471,"stop":1710203453471,"duration":0}},{"uid":"72d4c56159df57d9","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/72d4c56159df57d9","status":"passed","time":{"start":1710199946316,"stop":1710199946316,"duration":0}},{"uid":"60734c1bbbd5cfde","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/60734c1bbbd5cfde","status":"passed","time":{"start":1710199840489,"stop":1710199840490,"duration":1}},{"uid":"5244e63c2f8a953f","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/5244e63c2f8a953f","status":"passed","time":{"start":1710197396741,"stop":1710197396742,"duration":1}},{"uid":"d78fb3bdf00ff694","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/d78fb3bdf00ff694","status":"passed","time":{"start":1710168220885,"stop":1710168220885,"duration":0}},{"uid":"23cfb87a6c2e8d48","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/23cfb87a6c2e8d48","status":"passed","time":{"start":1710167545201,"stop":1710167545201,"duration":0}},{"uid":"2b062e9176ebe6dd","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/2b062e9176ebe6dd","status":"passed","time":{"start":1710167538078,"stop":1710167538078,"duration":0}},{"uid":"9aa00cee63582ef4","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/9aa00cee63582ef4","status":"passed","time":{"start":1710166664457,"stop":1710166664457,"duration":0}},{"uid":"12fcfaffc13b12c4","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/12fcfaffc13b12c4","status":"passed","time":{"start":1710164898567,"stop":1710164898567,"duration":0}},{"uid":"f27c253def7d481e","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/f27c253def7d481e","status":"passed","time":{"start":1710164059062,"stop":1710164059062,"duration":0}},{"uid":"f51201f391a7925e","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f51201f391a7925e","status":"passed","time":{"start":1710163919486,"stop":1710163919487,"duration":1}},{"uid":"b70174c20d68ec6b","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b70174c20d68ec6b","status":"passed","time":{"start":1710155970005,"stop":1710155970005,"duration":0}},{"uid":"f6d09c41e9159243","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/f6d09c41e9159243","status":"passed","time":{"start":1710155174207,"stop":1710155174208,"duration":1}},{"uid":"c0b5278370f85a59","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c0b5278370f85a59","status":"passed","time":{"start":1710154832377,"stop":1710154832378,"duration":1}},{"uid":"2e44db086e10cd94","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2e44db086e10cd94","status":"passed","time":{"start":1710102815906,"stop":1710102815906,"duration":0}},{"uid":"8b31c73bcc92e135","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8b31c73bcc92e135","status":"passed","time":{"start":1710081013948,"stop":1710081013948,"duration":0}},{"uid":"6e7230d85170ddac","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/6e7230d85170ddac","status":"passed","time":{"start":1710024688131,"stop":1710024688131,"duration":0}}]},"tags":[]},"source":"f655fd573c0ab31e.json","parameterValues":[]} \ No newline at end of file +{"uid":"f5a188b7ef2a5c66","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":1710308459428,"stop":1710308459429,"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":"6696ca96b89d9eed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6696ca96b89d9eed","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"228f454502136b76","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/228f454502136b76","status":"passed","time":{"start":1710287544913,"stop":1710287544913,"duration":0}},{"uid":"fcb8e9747e42709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcb8e9747e42709","status":"passed","time":{"start":1710284805012,"stop":1710284805012,"duration":0}}]},"tags":[]},"source":"f5a188b7ef2a5c66.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a4e6992b7b4b3309.json b/6685/data/test-cases/f61faa69b4980a62.json similarity index 74% rename from 6651/data/test-cases/a4e6992b7b4b3309.json rename to 6685/data/test-cases/f61faa69b4980a62.json index 8bce1fcd4b3..868535a1512 100644 --- a/6651/data/test-cases/a4e6992b7b4b3309.json +++ b/6685/data/test-cases/f61faa69b4980a62.json @@ -1 +1 @@ -{"uid":"a4e6992b7b4b3309","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":1710205111360,"stop":1710205111361,"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":73,"unknown":0,"total":73},"items":[{"uid":"88ce6da6371473d6","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/88ce6da6371473d6","status":"passed","time":{"start":1710205017180,"stop":1710205017180,"duration":0}},{"uid":"e9e4d4fef55366bc","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/e9e4d4fef55366bc","status":"passed","time":{"start":1710204906971,"stop":1710204906971,"duration":0}},{"uid":"bf3ff386c970abad","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bf3ff386c970abad","status":"passed","time":{"start":1710204657693,"stop":1710204657694,"duration":1}},{"uid":"be9847b4231f9a39","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/be9847b4231f9a39","status":"passed","time":{"start":1710203386082,"stop":1710203386082,"duration":0}},{"uid":"902fe30bf50ae256","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/902fe30bf50ae256","status":"passed","time":{"start":1710199881926,"stop":1710199881926,"duration":0}},{"uid":"c652c450baeeab9f","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/c652c450baeeab9f","status":"passed","time":{"start":1710199775339,"stop":1710199775340,"duration":1}},{"uid":"d7eae49b4eee7987","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/d7eae49b4eee7987","status":"passed","time":{"start":1710197317807,"stop":1710197317808,"duration":1}},{"uid":"70ef7f32e1d9baff","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/70ef7f32e1d9baff","status":"passed","time":{"start":1710168157252,"stop":1710168157253,"duration":1}},{"uid":"5c2c8f84d78aab7","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5c2c8f84d78aab7","status":"passed","time":{"start":1710167388041,"stop":1710167388042,"duration":1}},{"uid":"ccc32c07eed18d88","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ccc32c07eed18d88","status":"passed","time":{"start":1710167452035,"stop":1710167452036,"duration":1}},{"uid":"c0af3687b3cf744c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c0af3687b3cf744c","status":"passed","time":{"start":1710166594818,"stop":1710166594818,"duration":0}},{"uid":"366fb7c2e1cab1c8","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/366fb7c2e1cab1c8","status":"passed","time":{"start":1710164827339,"stop":1710164827340,"duration":1}},{"uid":"bcc9f14b9f25565a","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/bcc9f14b9f25565a","status":"passed","time":{"start":1710163975332,"stop":1710163975332,"duration":0}},{"uid":"e46ae013c27557a3","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e46ae013c27557a3","status":"passed","time":{"start":1710163842483,"stop":1710163842484,"duration":1}},{"uid":"bf95fa9b1ce387c7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bf95fa9b1ce387c7","status":"passed","time":{"start":1710155887158,"stop":1710155887158,"duration":0}},{"uid":"c9a37dc67be8c8ae","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/c9a37dc67be8c8ae","status":"passed","time":{"start":1710155106018,"stop":1710155106018,"duration":0}},{"uid":"d7c606b6a39d7366","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d7c606b6a39d7366","status":"passed","time":{"start":1710154728833,"stop":1710154728834,"duration":1}},{"uid":"b6d223e41ef0240c","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b6d223e41ef0240c","status":"passed","time":{"start":1710102734831,"stop":1710102734831,"duration":0}},{"uid":"8a2e2d36dea98d46","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/8a2e2d36dea98d46","status":"passed","time":{"start":1710080944309,"stop":1710080944310,"duration":1}},{"uid":"3357674fe8837cab","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3357674fe8837cab","status":"passed","time":{"start":1710024618193,"stop":1710024618194,"duration":1}}]},"tags":[]},"source":"a4e6992b7b4b3309.json","parameterValues":[]} \ No newline at end of file +{"uid":"f61faa69b4980a62","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":1710308371297,"stop":1710308371298,"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":"1875af12e2c59931","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1875af12e2c59931","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"1e791ca2c1b8396","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1e791ca2c1b8396","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b03213162707886f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03213162707886f","status":"passed","time":{"start":1710284730216,"stop":1710284730217,"duration":1}}]},"tags":[]},"source":"f61faa69b4980a62.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f6c155ef26e07f71.json b/6685/data/test-cases/f6c155ef26e07f71.json new file mode 100644 index 00000000000..815da9fe8ea --- /dev/null +++ b/6685/data/test-cases/f6c155ef26e07f71.json @@ -0,0 +1 @@ +{"uid":"f6c155ef26e07f71","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":1710307971895,"stop":1710307971896,"duration":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":"97bda8c337a5c64a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97bda8c337a5c64a","status":"passed","time":{"start":1710306865885,"stop":1710306865886,"duration":1}},{"uid":"ba856de1f38e9f8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ba856de1f38e9f8d","status":"passed","time":{"start":1710287067217,"stop":1710287067217,"duration":0}},{"uid":"68ee88dee6fa736d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68ee88dee6fa736d","status":"passed","time":{"start":1710284328537,"stop":1710284328537,"duration":0}}]},"tags":[]},"source":"f6c155ef26e07f71.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f72da4ad3d348f10.json b/6685/data/test-cases/f72da4ad3d348f10.json new file mode 100644 index 00000000000..2feeb0bc612 --- /dev/null +++ b/6685/data/test-cases/f72da4ad3d348f10.json @@ -0,0 +1 @@ +{"uid":"f72da4ad3d348f10","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":1710307925681,"stop":1710307925681,"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":"8efa5c7c014e11fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8efa5c7c014e11fe","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"f0aa79fad34ec22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0aa79fad34ec22","status":"passed","time":{"start":1710287023846,"stop":1710287023846,"duration":0}},{"uid":"3c39ead7680ca224","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c39ead7680ca224","status":"passed","time":{"start":1710284286703,"stop":1710284286704,"duration":1}}]},"tags":[]},"source":"f72da4ad3d348f10.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f736ce3f9f063dc4.json b/6685/data/test-cases/f736ce3f9f063dc4.json new file mode 100644 index 00000000000..f6af69f3e28 --- /dev/null +++ b/6685/data/test-cases/f736ce3f9f063dc4.json @@ -0,0 +1 @@ +{"uid":"f736ce3f9f063dc4","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":1710307903499,"stop":1710307903499,"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":"dbf470d06d6e19cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbf470d06d6e19cb","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"3862b55b068f0c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3862b55b068f0c21","status":"passed","time":{"start":1710287001716,"stop":1710287001716,"duration":0}},{"uid":"6a8a14bfa9ccbb18","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a8a14bfa9ccbb18","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"tags":[]},"source":"f736ce3f9f063dc4.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f7904c9ebae93f06.json b/6685/data/test-cases/f7904c9ebae93f06.json new file mode 100644 index 00000000000..bd4df9e8138 --- /dev/null +++ b/6685/data/test-cases/f7904c9ebae93f06.json @@ -0,0 +1 @@ +{"uid":"f7904c9ebae93f06","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":1710307925682,"stop":1710307925682,"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":"130331af441031e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/130331af441031e5","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"6f80da0c5a42174b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f80da0c5a42174b","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"c1350502e9ad6bd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1350502e9ad6bd2","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"tags":[]},"source":"f7904c9ebae93f06.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f7984a23c6c87e01.json b/6685/data/test-cases/f7984a23c6c87e01.json new file mode 100644 index 00000000000..ce82d0dfcc5 --- /dev/null +++ b/6685/data/test-cases/f7984a23c6c87e01.json @@ -0,0 +1 @@ +{"uid":"f7984a23c6c87e01","name":"throws on content topic with empty topic name field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with empty topic name field","historyId":"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710307890266,"stop":1710307890267,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b0d4890a462f8b50","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0d4890a462f8b50","status":"passed","time":{"start":1710306783477,"stop":1710306783477,"duration":0}},{"uid":"53adb93175a9f679","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53adb93175a9f679","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"2715b0a190fc75d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2715b0a190fc75d1","status":"passed","time":{"start":1710284251168,"stop":1710284251168,"duration":0}}]},"tags":[]},"source":"f7984a23c6c87e01.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f7d198b9a77056b4.json b/6685/data/test-cases/f7d198b9a77056b4.json new file mode 100644 index 00000000000..43dad45885b --- /dev/null +++ b/6685/data/test-cases/f7d198b9a77056b4.json @@ -0,0 +1 @@ +{"uid":"f7d198b9a77056b4","name":"LightPush","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > LightPush","historyId":"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308515427,"stop":1710308515427,"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":"dc85bceac9c30dee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dc85bceac9c30dee","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"504d31cd4cf2adf4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d31cd4cf2adf4","status":"passed","time":{"start":1710287608798,"stop":1710287608798,"duration":0}},{"uid":"2f6c161af3b99e16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f6c161af3b99e16","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"tags":[]},"source":"f7d198b9a77056b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/bac11ce74902deca.json b/6685/data/test-cases/f81e7e4c13976f15.json similarity index 81% rename from 6651/data/test-cases/bac11ce74902deca.json rename to 6685/data/test-cases/f81e7e4c13976f15.json index 7ccad4a0f25..cda19b144c6 100644 --- a/6651/data/test-cases/bac11ce74902deca.json +++ b/6685/data/test-cases/f81e7e4c13976f15.json @@ -1 +1 @@ -{"uid":"bac11ce74902deca","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":1710205335149,"stop":1710205335149,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":72,"unknown":0,"total":73},"items":[{"uid":"601434a8f05db848","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/601434a8f05db848","status":"passed","time":{"start":1710205224517,"stop":1710205224517,"duration":0}},{"uid":"4bdee5e2edad4578","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4bdee5e2edad4578","status":"passed","time":{"start":1710205109082,"stop":1710205109082,"duration":0}},{"uid":"a933593976e5eb96","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/a933593976e5eb96","status":"passed","time":{"start":1710204865551,"stop":1710204865551,"duration":0}},{"uid":"f8e80d77ad8a358","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/f8e80d77ad8a358","status":"passed","time":{"start":1710203577235,"stop":1710203577235,"duration":0}},{"uid":"e3d34430332e00df","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/e3d34430332e00df","status":"passed","time":{"start":1710200067247,"stop":1710200067247,"duration":0}},{"uid":"b233c5df21a35ccc","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/b233c5df21a35ccc","status":"passed","time":{"start":1710199972401,"stop":1710199972401,"duration":0}},{"uid":"fcbc59a388dcfdaa","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/fcbc59a388dcfdaa","status":"passed","time":{"start":1710197502493,"stop":1710197502493,"duration":0}},{"uid":"b087b5f75f283eb","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/b087b5f75f283eb","status":"passed","time":{"start":1710168342005,"stop":1710168342005,"duration":0}},{"uid":"13570de355805bdd","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/13570de355805bdd","status":"passed","time":{"start":1710167568821,"stop":1710167568822,"duration":1}},{"uid":"a165a7fd87fc2167","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/a165a7fd87fc2167","status":"passed","time":{"start":1710167665510,"stop":1710167665510,"duration":0}},{"uid":"d05f301fe64eaffc","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d05f301fe64eaffc","status":"passed","time":{"start":1710166795567,"stop":1710166795568,"duration":1}},{"uid":"ce4b2898f801f32e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ce4b2898f801f32e","status":"passed","time":{"start":1710165026130,"stop":1710165026131,"duration":1}},{"uid":"9221a63efa349eee","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/9221a63efa349eee","status":"passed","time":{"start":1710164176712,"stop":1710164176713,"duration":1}},{"uid":"b932caa789edd198","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b932caa789edd198","status":"passed","time":{"start":1710164039986,"stop":1710164039986,"duration":0}},{"uid":"324226f494b5ee22","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/324226f494b5ee22","status":"passed","time":{"start":1710156088901,"stop":1710156088901,"duration":0}},{"uid":"9d82d8e25f769d9e","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/9d82d8e25f769d9e","status":"passed","time":{"start":1710155298411,"stop":1710155298411,"duration":0}},{"uid":"a40c217a2331ca41","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/a40c217a2331ca41","status":"passed","time":{"start":1710154928195,"stop":1710154928196,"duration":1}},{"uid":"91797b8786dd8d1e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/91797b8786dd8d1e","status":"passed","time":{"start":1710102939222,"stop":1710102939222,"duration":0}},{"uid":"5c62a343603cbfe4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5c62a343603cbfe4","status":"passed","time":{"start":1710081135419,"stop":1710081135419,"duration":0}},{"uid":"768e4fbdc653b1b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/768e4fbdc653b1b","status":"passed","time":{"start":1710024806423,"stop":1710024806424,"duration":1}}]},"tags":[]},"source":"bac11ce74902deca.json","parameterValues":[]} \ No newline at end of file +{"uid":"f81e7e4c13976f15","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":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"29dcb7d30a014cee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29dcb7d30a014cee","status":"passed","time":{"start":1710307465630,"stop":1710307465630,"duration":0}},{"uid":"c25121d64bdd5c55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c25121d64bdd5c55","status":"passed","time":{"start":1710287674910,"stop":1710287674911,"duration":1}},{"uid":"b96d1cf779e0c9e3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b96d1cf779e0c9e3","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"tags":[]},"source":"f81e7e4c13976f15.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d6b191f3482c0fe1.json b/6685/data/test-cases/f84e6ee289100fd4.json similarity index 80% rename from 6651/data/test-cases/d6b191f3482c0fe1.json rename to 6685/data/test-cases/f84e6ee289100fd4.json index b980052e47e..95996980f61 100644 --- a/6651/data/test-cases/d6b191f3482c0fe1.json +++ b/6685/data/test-cases/f84e6ee289100fd4.json @@ -1 +1 @@ -{"uid":"d6b191f3482c0fe1","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":1710204945843,"stop":1710204945843,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"239101bf1691792d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/239101bf1691792d","status":"passed","time":{"start":1710204830293,"stop":1710204830293,"duration":0}},{"uid":"294687f9f7c6dd49","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/294687f9f7c6dd49","status":"passed","time":{"start":1710204733008,"stop":1710204733009,"duration":1}},{"uid":"597d64963defdf36","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/597d64963defdf36","status":"passed","time":{"start":1710204477769,"stop":1710204477770,"duration":1}},{"uid":"cda33b62f7d85238","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/cda33b62f7d85238","status":"passed","time":{"start":1710203199468,"stop":1710203199469,"duration":1}},{"uid":"179695bd49ae843c","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/179695bd49ae843c","status":"passed","time":{"start":1710199697815,"stop":1710199697816,"duration":1}},{"uid":"e9cd8b22bfdb8c42","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/e9cd8b22bfdb8c42","status":"passed","time":{"start":1710199591760,"stop":1710199591760,"duration":0}},{"uid":"c6b3e9d5f4a8731b","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/c6b3e9d5f4a8731b","status":"passed","time":{"start":1710197131785,"stop":1710197131786,"duration":1}},{"uid":"a74a31c8a5e731a8","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a74a31c8a5e731a8","status":"passed","time":{"start":1710167952598,"stop":1710167952598,"duration":0}},{"uid":"7b2d76c0fc0299ac","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7b2d76c0fc0299ac","status":"passed","time":{"start":1710167221547,"stop":1710167221548,"duration":1}},{"uid":"e789ab67439924fc","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e789ab67439924fc","status":"passed","time":{"start":1710167283375,"stop":1710167283375,"duration":0}},{"uid":"c2101720c5fe139e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/c2101720c5fe139e","status":"passed","time":{"start":1710166420484,"stop":1710166420485,"duration":1}},{"uid":"3e9f4e55107a0780","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3e9f4e55107a0780","status":"passed","time":{"start":1710164634569,"stop":1710164634569,"duration":0}},{"uid":"c96d67dae953b625","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c96d67dae953b625","status":"passed","time":{"start":1710163791788,"stop":1710163791788,"duration":0}},{"uid":"e9c9b08056520bc4","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e9c9b08056520bc4","status":"passed","time":{"start":1710163655796,"stop":1710163655797,"duration":1}},{"uid":"2f0d63b4f5bd6cec","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/2f0d63b4f5bd6cec","status":"passed","time":{"start":1710155712321,"stop":1710155712321,"duration":0}},{"uid":"334128e198a60a84","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/334128e198a60a84","status":"passed","time":{"start":1710154919631,"stop":1710154919632,"duration":1}},{"uid":"7f095c9bd15b14e5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/7f095c9bd15b14e5","status":"passed","time":{"start":1710154537142,"stop":1710154537142,"duration":0}},{"uid":"7c110b96b33cfbd","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7c110b96b33cfbd","status":"passed","time":{"start":1710102560663,"stop":1710102560664,"duration":1}},{"uid":"9b479183b9c83bb4","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9b479183b9c83bb4","status":"passed","time":{"start":1710080763692,"stop":1710080763693,"duration":1}},{"uid":"73e33219276a23b9","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/73e33219276a23b9","status":"passed","time":{"start":1710024433725,"stop":1710024433726,"duration":1}}]},"tags":[]},"source":"d6b191f3482c0fe1.json","parameterValues":[]} \ No newline at end of file +{"uid":"f84e6ee289100fd4","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":1710308192922,"stop":1710308192923,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2483d1eb56e756a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2483d1eb56e756a","status":"passed","time":{"start":1710307078646,"stop":1710307078646,"duration":0}},{"uid":"49fc1172834422","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49fc1172834422","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"2de0fcc30b78806a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2de0fcc30b78806a","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"tags":[]},"source":"f84e6ee289100fd4.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f886643391fc6715.json b/6685/data/test-cases/f886643391fc6715.json new file mode 100644 index 00000000000..70b36541758 --- /dev/null +++ b/6685/data/test-cases/f886643391fc6715.json @@ -0,0 +1 @@ +{"uid":"f886643391fc6715","name":"3 nodes on /waku/2/rs/3/2 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (named sharding), multiple pubsub topics > 3 nodes on /waku/2/rs/3/2 topic","historyId":"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1710308357683,"stop":1710308357684,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (named sharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (named sharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4247b95aded116c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4247b95aded116c6","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"922580375673ff8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/922580375673ff8d","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"ca2321929ca2a507","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca2321929ca2a507","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"tags":[]},"source":"f886643391fc6715.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/f8ba4e36fd555877.json b/6685/data/test-cases/f8ba4e36fd555877.json new file mode 100644 index 00000000000..291d55a27f4 --- /dev/null +++ b/6685/data/test-cases/f8ba4e36fd555877.json @@ -0,0 +1 @@ +{"uid":"f8ba4e36fd555877","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":1710308092720,"stop":1710308092720,"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":"6c2d8dd472eaf902","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c2d8dd472eaf902","status":"passed","time":{"start":1710306981520,"stop":1710306981520,"duration":0}},{"uid":"38e07a9b30eec901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38e07a9b30eec901","status":"passed","time":{"start":1710287198169,"stop":1710287198169,"duration":0}},{"uid":"ef612f06bfe0f156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ef612f06bfe0f156","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"tags":[]},"source":"f8ba4e36fd555877.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/14a01cece991f9eb.json b/6685/data/test-cases/fa1e504b3d2c7fa4.json similarity index 78% rename from 6651/data/test-cases/14a01cece991f9eb.json rename to 6685/data/test-cases/fa1e504b3d2c7fa4.json index 3c9cfd6bbce..4b478c31bf3 100644 --- a/6651/data/test-cases/14a01cece991f9eb.json +++ b/6685/data/test-cases/fa1e504b3d2c7fa4.json @@ -1 +1 @@ -{"uid":"14a01cece991f9eb","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":1710205173301,"stop":1710205173302,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"1db7a58241ecf202","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/1db7a58241ecf202","status":"passed","time":{"start":1710205067273,"stop":1710205067273,"duration":0}},{"uid":"6c447f8520b930d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/6c447f8520b930d","status":"passed","time":{"start":1710204962909,"stop":1710204962910,"duration":1}},{"uid":"f1fba0951939cd19","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f1fba0951939cd19","status":"passed","time":{"start":1710204701462,"stop":1710204701462,"duration":0}},{"uid":"dbb64e15f0aad1bf","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/dbb64e15f0aad1bf","status":"passed","time":{"start":1710203416578,"stop":1710203416579,"duration":1}},{"uid":"275559b9ba4b084e","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/275559b9ba4b084e","status":"passed","time":{"start":1710199910389,"stop":1710199910389,"duration":0}},{"uid":"845640528505580","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/845640528505580","status":"passed","time":{"start":1710199800507,"stop":1710199800507,"duration":0}},{"uid":"f3b38fc04403a6df","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f3b38fc04403a6df","status":"passed","time":{"start":1710197348908,"stop":1710197348908,"duration":0}},{"uid":"4abbbc4db41ab77","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4abbbc4db41ab77","status":"passed","time":{"start":1710168167422,"stop":1710168167423,"duration":1}},{"uid":"1e48ce09f5c46ea4","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/1e48ce09f5c46ea4","status":"passed","time":{"start":1710167350118,"stop":1710167350119,"duration":1}},{"uid":"887b731dc8e2890e","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/887b731dc8e2890e","status":"passed","time":{"start":1710167497861,"stop":1710167497861,"duration":0}},{"uid":"23c841c893dad519","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/23c841c893dad519","status":"passed","time":{"start":1710166625600,"stop":1710166625600,"duration":0}},{"uid":"86220f45d3310537","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/86220f45d3310537","status":"passed","time":{"start":1710164870333,"stop":1710164870333,"duration":0}},{"uid":"210583dbee1f7c08","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/210583dbee1f7c08","status":"passed","time":{"start":1710164015686,"stop":1710164015686,"duration":0}},{"uid":"b291e557ccd7c69a","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b291e557ccd7c69a","status":"passed","time":{"start":1710163881226,"stop":1710163881226,"duration":0}},{"uid":"516c3355551f97f7","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/516c3355551f97f7","status":"passed","time":{"start":1710155929068,"stop":1710155929068,"duration":0}},{"uid":"b2a8d46f353d2498","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/b2a8d46f353d2498","status":"passed","time":{"start":1710155134282,"stop":1710155134283,"duration":1}},{"uid":"36682fbc0821215d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/36682fbc0821215d","status":"passed","time":{"start":1710154760698,"stop":1710154760698,"duration":0}},{"uid":"6f2dc1ffdfd9d77e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/6f2dc1ffdfd9d77e","status":"passed","time":{"start":1710102776884,"stop":1710102776885,"duration":1}},{"uid":"49d6caf17469c907","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/49d6caf17469c907","status":"passed","time":{"start":1710080978581,"stop":1710080978582,"duration":1}},{"uid":"3c6e2016240d02c8","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3c6e2016240d02c8","status":"passed","time":{"start":1710024644859,"stop":1710024644860,"duration":1}}]},"tags":[]},"source":"14a01cece991f9eb.json","parameterValues":[]} \ No newline at end of file +{"uid":"fa1e504b3d2c7fa4","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":1710308416721,"stop":1710308416721,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"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":"716086bac3488977","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/716086bac3488977","status":"passed","time":{"start":1710307308622,"stop":1710307308623,"duration":1}},{"uid":"6fbb12132446dfb7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6fbb12132446dfb7","status":"passed","time":{"start":1710287509746,"stop":1710287509747,"duration":1}},{"uid":"edb78571d4c6a25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edb78571d4c6a25","status":"passed","time":{"start":1710284775839,"stop":1710284775839,"duration":0}}]},"tags":[]},"source":"fa1e504b3d2c7fa4.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/64d73f4d5727b4e9.json b/6685/data/test-cases/fa386a61345f08d0.json similarity index 81% rename from 6651/data/test-cases/64d73f4d5727b4e9.json rename to 6685/data/test-cases/fa386a61345f08d0.json index ed5c13533da..81a33260d16 100644 --- a/6651/data/test-cases/64d73f4d5727b4e9.json +++ b/6685/data/test-cases/fa386a61345f08d0.json @@ -1 +1 @@ -{"uid":"64d73f4d5727b4e9","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":1710205335144,"stop":1710205335144,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"5b048e0553264f5d","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/5b048e0553264f5d","status":"passed","time":{"start":1710205224513,"stop":1710205224514,"duration":1}},{"uid":"4b8842f4c8c8b043","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4b8842f4c8c8b043","status":"passed","time":{"start":1710205109078,"stop":1710205109078,"duration":0}},{"uid":"28d9346a38cc9c34","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/28d9346a38cc9c34","status":"passed","time":{"start":1710204865547,"stop":1710204865548,"duration":1}},{"uid":"ec1ff801751c7fef","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/ec1ff801751c7fef","status":"passed","time":{"start":1710203577231,"stop":1710203577231,"duration":0}},{"uid":"bb49db74c84eaaca","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/bb49db74c84eaaca","status":"passed","time":{"start":1710200067243,"stop":1710200067243,"duration":0}},{"uid":"9b21038babdd57c9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/9b21038babdd57c9","status":"passed","time":{"start":1710199972397,"stop":1710199972398,"duration":1}},{"uid":"7ff477f13f211209","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/7ff477f13f211209","status":"passed","time":{"start":1710197502488,"stop":1710197502488,"duration":0}},{"uid":"111f0d4510c628fd","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/111f0d4510c628fd","status":"passed","time":{"start":1710168342001,"stop":1710168342001,"duration":0}},{"uid":"9bf7e427615f3fa9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/9bf7e427615f3fa9","status":"passed","time":{"start":1710167568814,"stop":1710167568814,"duration":0}},{"uid":"15e5f217f4fe0c8b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/15e5f217f4fe0c8b","status":"passed","time":{"start":1710167665506,"stop":1710167665506,"duration":0}},{"uid":"20af9b977f943d50","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/20af9b977f943d50","status":"passed","time":{"start":1710166795564,"stop":1710166795564,"duration":0}},{"uid":"3560f8ba649b60cd","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/3560f8ba649b60cd","status":"passed","time":{"start":1710165026126,"stop":1710165026126,"duration":0}},{"uid":"88dd3c00114945a1","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/88dd3c00114945a1","status":"passed","time":{"start":1710164176709,"stop":1710164176709,"duration":0}},{"uid":"c665b724dee73582","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/c665b724dee73582","status":"passed","time":{"start":1710164039981,"stop":1710164039982,"duration":1}},{"uid":"2d2ffe1b934cd4be","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/2d2ffe1b934cd4be","status":"passed","time":{"start":1710156088897,"stop":1710156088898,"duration":1}},{"uid":"572f0b646d22c419","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/572f0b646d22c419","status":"passed","time":{"start":1710155298407,"stop":1710155298407,"duration":0}},{"uid":"d66d5e83cbf8d658","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d66d5e83cbf8d658","status":"passed","time":{"start":1710154928191,"stop":1710154928191,"duration":0}},{"uid":"7357cabe16586e2a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/7357cabe16586e2a","status":"passed","time":{"start":1710102939218,"stop":1710102939218,"duration":0}},{"uid":"712e27c5b3d6896d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/712e27c5b3d6896d","status":"passed","time":{"start":1710081135415,"stop":1710081135415,"duration":0}},{"uid":"d295ae8034778f4e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/d295ae8034778f4e","status":"passed","time":{"start":1710024806420,"stop":1710024806420,"duration":0}}]},"tags":[]},"source":"64d73f4d5727b4e9.json","parameterValues":[]} \ No newline at end of file +{"uid":"fa386a61345f08d0","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":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"cfa8d6ca69caeffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfa8d6ca69caeffe","status":"passed","time":{"start":1710307465625,"stop":1710307465626,"duration":1}},{"uid":"24534c9567f5bb6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24534c9567f5bb6","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"cc1672112f9fba90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc1672112f9fba90","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"tags":[]},"source":"fa386a61345f08d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/7ba52932b8e02b40.json b/6685/data/test-cases/fa9d8d79130bff9c.json similarity index 80% rename from 6651/data/test-cases/7ba52932b8e02b40.json rename to 6685/data/test-cases/fa9d8d79130bff9c.json index 4a3ca02d18d..2559bfacde3 100644 --- a/6651/data/test-cases/7ba52932b8e02b40.json +++ b/6685/data/test-cases/fa9d8d79130bff9c.json @@ -1 +1 @@ -{"uid":"7ba52932b8e02b40","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":1710204945838,"stop":1710204945838,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"4b341b316144d5a7","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/4b341b316144d5a7","status":"passed","time":{"start":1710204830287,"stop":1710204830288,"duration":1}},{"uid":"4c603940277c30a9","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/4c603940277c30a9","status":"passed","time":{"start":1710204733003,"stop":1710204733004,"duration":1}},{"uid":"f3bc73d370da257e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f3bc73d370da257e","status":"passed","time":{"start":1710204477759,"stop":1710204477759,"duration":0}},{"uid":"fcfa0ab39457ef88","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/fcfa0ab39457ef88","status":"passed","time":{"start":1710203199464,"stop":1710203199464,"duration":0}},{"uid":"62df0d56f84609b6","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/62df0d56f84609b6","status":"passed","time":{"start":1710199697804,"stop":1710199697804,"duration":0}},{"uid":"7650ae9c7557e9ce","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7650ae9c7557e9ce","status":"passed","time":{"start":1710199591746,"stop":1710199591748,"duration":2}},{"uid":"36fe2d5f4d5f044","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/36fe2d5f4d5f044","status":"passed","time":{"start":1710197131776,"stop":1710197131777,"duration":1}},{"uid":"4031961f96bfb07d","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4031961f96bfb07d","status":"passed","time":{"start":1710167952590,"stop":1710167952592,"duration":2}},{"uid":"7fafd77a712dd6c","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/7fafd77a712dd6c","status":"passed","time":{"start":1710167221543,"stop":1710167221543,"duration":0}},{"uid":"bc67514422a69d84","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/bc67514422a69d84","status":"passed","time":{"start":1710167283370,"stop":1710167283370,"duration":0}},{"uid":"a34c429f4394fb42","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/a34c429f4394fb42","status":"passed","time":{"start":1710166420479,"stop":1710166420479,"duration":0}},{"uid":"42fe5a07f286a111","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/42fe5a07f286a111","status":"passed","time":{"start":1710164634564,"stop":1710164634564,"duration":0}},{"uid":"c2a94af4ffb2f2aa","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c2a94af4ffb2f2aa","status":"passed","time":{"start":1710163791783,"stop":1710163791783,"duration":0}},{"uid":"b123a4cf82a37874","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/b123a4cf82a37874","status":"passed","time":{"start":1710163655788,"stop":1710163655788,"duration":0}},{"uid":"db80c323664cafdb","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/db80c323664cafdb","status":"passed","time":{"start":1710155712310,"stop":1710155712311,"duration":1}},{"uid":"23698399dcb6d669","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/23698399dcb6d669","status":"passed","time":{"start":1710154919624,"stop":1710154919625,"duration":1}},{"uid":"e37bc3382185947d","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e37bc3382185947d","status":"passed","time":{"start":1710154537135,"stop":1710154537135,"duration":0}},{"uid":"b9daf72d83668aa0","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/b9daf72d83668aa0","status":"passed","time":{"start":1710102560653,"stop":1710102560654,"duration":1}},{"uid":"c11260b23bd67905","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/c11260b23bd67905","status":"passed","time":{"start":1710080763686,"stop":1710080763686,"duration":0}},{"uid":"580a2baca654f06","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/580a2baca654f06","status":"passed","time":{"start":1710024433718,"stop":1710024433718,"duration":0}}]},"tags":[]},"source":"7ba52932b8e02b40.json","parameterValues":[]} \ No newline at end of file +{"uid":"fa9d8d79130bff9c","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":1710308192916,"stop":1710308192916,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c3e9e9c0c70883d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c3e9e9c0c70883d","status":"passed","time":{"start":1710307078639,"stop":1710307078639,"duration":0}},{"uid":"2f22ef9ce04671e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f22ef9ce04671e1","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"f4924d55459889f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4924d55459889f3","status":"passed","time":{"start":1710284550752,"stop":1710284550753,"duration":1}}]},"tags":[]},"source":"fa9d8d79130bff9c.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/fa9e9ef30b1a6817.json b/6685/data/test-cases/fa9e9ef30b1a6817.json new file mode 100644 index 00000000000..eff9d992dab --- /dev/null +++ b/6685/data/test-cases/fa9e9ef30b1a6817.json @@ -0,0 +1 @@ +{"uid":"fa9e9ef30b1a6817","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":1710308092700,"stop":1710308092700,"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":"4f74922d9c215071","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f74922d9c215071","status":"passed","time":{"start":1710306981504,"stop":1710306981505,"duration":1}},{"uid":"aee61ad90b3d03e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aee61ad90b3d03e","status":"passed","time":{"start":1710287198118,"stop":1710287198119,"duration":1}},{"uid":"a458ce529ac813e2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a458ce529ac813e2","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"tags":[]},"source":"fa9e9ef30b1a6817.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/fb2684be62889246.json b/6685/data/test-cases/fb2684be62889246.json new file mode 100644 index 00000000000..15114709189 --- /dev/null +++ b/6685/data/test-cases/fb2684be62889246.json @@ -0,0 +1 @@ +{"uid":"fb2684be62889246","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":1710307897773,"stop":1710307897773,"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":"70d2a2f13b6a2297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70d2a2f13b6a2297","status":"passed","time":{"start":1710306791277,"stop":1710306791278,"duration":1}},{"uid":"c249cca0934d4785","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c249cca0934d4785","status":"passed","time":{"start":1710286996358,"stop":1710286996359,"duration":1}},{"uid":"e9d5fcd0891f3b8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9d5fcd0891f3b8b","status":"passed","time":{"start":1710284258875,"stop":1710284258876,"duration":1}}]},"tags":[]},"source":"fb2684be62889246.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1ee0d144452e1367.json b/6685/data/test-cases/fbe7bc3233a5d29a.json similarity index 76% rename from 6651/data/test-cases/1ee0d144452e1367.json rename to 6685/data/test-cases/fbe7bc3233a5d29a.json index ea77a455206..4ec49c38403 100644 --- a/6651/data/test-cases/1ee0d144452e1367.json +++ b/6685/data/test-cases/fbe7bc3233a5d29a.json @@ -1 +1 @@ -{"uid":"1ee0d144452e1367","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":1710205173309,"stop":1710205173310,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":73,"passed":0,"unknown":0,"total":73},"items":[{"uid":"dd49c470b34887c1","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/dd49c470b34887c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1710205067279,"stop":1710205067280,"duration":1}},{"uid":"da17e4404833b825","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/da17e4404833b825","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204962921,"stop":1710204962922,"duration":1}},{"uid":"4e497e764b4d8b1e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/4e497e764b4d8b1e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710204701470,"stop":1710204701470,"duration":0}},{"uid":"80763f606ba7f6f3","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/80763f606ba7f6f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710203416615,"stop":1710203416615,"duration":0}},{"uid":"14fe9990404ab2b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/14fe9990404ab2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199910416,"stop":1710199910416,"duration":0}},{"uid":"ec6143eef9139692","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/ec6143eef9139692","status":"skipped","statusDetails":"Test ignored","time":{"start":1710199800514,"stop":1710199800514,"duration":0}},{"uid":"8e10a6e89fb45281","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/8e10a6e89fb45281","status":"skipped","statusDetails":"Test ignored","time":{"start":1710197348915,"stop":1710197348915,"duration":0}},{"uid":"4b66925e850535d2","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4b66925e850535d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710168167429,"stop":1710168167429,"duration":0}},{"uid":"2aff04cfd2236467","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/2aff04cfd2236467","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167350130,"stop":1710167350130,"duration":0}},{"uid":"e0c9b09d8a8a689b","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e0c9b09d8a8a689b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710167497869,"stop":1710167497869,"duration":0}},{"uid":"d733c87d9ad4abc8","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/d733c87d9ad4abc8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710166625613,"stop":1710166625614,"duration":1}},{"uid":"32d3b886e839513","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/32d3b886e839513","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164870348,"stop":1710164870348,"duration":0}},{"uid":"51b2d61f763b6d2d","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/51b2d61f763b6d2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710164015693,"stop":1710164015693,"duration":0}},{"uid":"87bcf44a9f84cdb9","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/87bcf44a9f84cdb9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710163881238,"stop":1710163881238,"duration":0}},{"uid":"8611d1da842fbf2f","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/8611d1da842fbf2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155929074,"stop":1710155929074,"duration":0}},{"uid":"6c4d8cd665cea4ca","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6c4d8cd665cea4ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1710155134296,"stop":1710155134299,"duration":3}},{"uid":"8e26265d135d5588","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/8e26265d135d5588","status":"skipped","statusDetails":"Test ignored","time":{"start":1710154760705,"stop":1710154760708,"duration":3}},{"uid":"e5a0d42b9081a9fe","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/e5a0d42b9081a9fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1710102776892,"stop":1710102776892,"duration":0}},{"uid":"ee5f951dbd9b1209","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/ee5f951dbd9b1209","status":"skipped","statusDetails":"Test ignored","time":{"start":1710080978587,"stop":1710080978588,"duration":1}},{"uid":"de06a476cb0a9502","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/de06a476cb0a9502","status":"skipped","statusDetails":"Test ignored","time":{"start":1710024644869,"stop":1710024644869,"duration":0}}]},"tags":[]},"source":"1ee0d144452e1367.json","parameterValues":[]} \ No newline at end of file +{"uid":"fbe7bc3233a5d29a","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":1710308416728,"stop":1710308416728,"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":"6602ffbc2d1b7fcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6602ffbc2d1b7fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308633,"stop":1710307308634,"duration":1}},{"uid":"d385d0623ab3093b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d385d0623ab3093b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"ff34ad27f49911e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff34ad27f49911e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"tags":[]},"source":"fbe7bc3233a5d29a.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/fc4669ef515b7b3b.json b/6685/data/test-cases/fc4669ef515b7b3b.json new file mode 100644 index 00000000000..b81795bc4fa --- /dev/null +++ b/6685/data/test-cases/fc4669ef515b7b3b.json @@ -0,0 +1 @@ +{"uid":"fc4669ef515b7b3b","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":1710308097726,"stop":1710308097726,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"d1edee3ee8eb8a66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1edee3ee8eb8a66","status":"passed","time":{"start":1710306994265,"stop":1710306994266,"duration":1}},{"uid":"d892f977186464cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d892f977186464cd","status":"passed","time":{"start":1710287196187,"stop":1710287196188,"duration":1}},{"uid":"904af3c16a4befb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/904af3c16a4befb6","status":"passed","time":{"start":1710284459535,"stop":1710284459536,"duration":1}}]},"tags":[]},"source":"fc4669ef515b7b3b.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/fc4806e8d40a6527.json b/6685/data/test-cases/fc4806e8d40a6527.json new file mode 100644 index 00000000000..bcb53df83c4 --- /dev/null +++ b/6685/data/test-cases/fc4806e8d40a6527.json @@ -0,0 +1 @@ +{"uid":"fc4806e8d40a6527","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":1710308416740,"stop":1710308416742,"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":"431b7e4e075f97cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/431b7e4e075f97cc","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"5d9b8e8a4d3c23e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5d9b8e8a4d3c23e4","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"b4f0901b29322dc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4f0901b29322dc1","status":"passed","time":{"start":1710284775864,"stop":1710284775865,"duration":1}}]},"tags":[]},"source":"fc4806e8d40a6527.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/fc51bc7c7619cbbe.json b/6685/data/test-cases/fc51bc7c7619cbbe.json new file mode 100644 index 00000000000..5b7dd620217 --- /dev/null +++ b/6685/data/test-cases/fc51bc7c7619cbbe.json @@ -0,0 +1 @@ +{"uid":"fc51bc7c7619cbbe","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":1710307903346,"stop":1710307903347,"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":"bd7ec2aa8983562d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd7ec2aa8983562d","status":"passed","time":{"start":1710306796318,"stop":1710306796319,"duration":1}},{"uid":"52bece97aece37b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/52bece97aece37b4","status":"passed","time":{"start":1710287001575,"stop":1710287001576,"duration":1}},{"uid":"f07d373e0db71709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f07d373e0db71709","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"tags":[]},"source":"fc51bc7c7619cbbe.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/65e4cee543ceea78.json b/6685/data/test-cases/fc556e9b003c82e1.json similarity index 81% rename from 6651/data/test-cases/65e4cee543ceea78.json rename to 6685/data/test-cases/fc556e9b003c82e1.json index 151832b4590..041c55b69de 100644 --- a/6651/data/test-cases/65e4cee543ceea78.json +++ b/6685/data/test-cases/fc556e9b003c82e1.json @@ -1 +1 @@ -{"uid":"65e4cee543ceea78","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":1710205335150,"stop":1710205335150,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"3400dc14a8925507","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/3400dc14a8925507","status":"passed","time":{"start":1710205224519,"stop":1710205224519,"duration":0}},{"uid":"b438ddaa9134f655","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/b438ddaa9134f655","status":"passed","time":{"start":1710205109083,"stop":1710205109083,"duration":0}},{"uid":"d882c0bf8ce94f4e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/d882c0bf8ce94f4e","status":"passed","time":{"start":1710204865552,"stop":1710204865552,"duration":0}},{"uid":"4a78e7b5eecac5e9","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/4a78e7b5eecac5e9","status":"passed","time":{"start":1710203577236,"stop":1710203577236,"duration":0}},{"uid":"a24387d0bc82ff4d","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/a24387d0bc82ff4d","status":"passed","time":{"start":1710200067249,"stop":1710200067249,"duration":0}},{"uid":"43ec524977baccdb","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/43ec524977baccdb","status":"passed","time":{"start":1710199972402,"stop":1710199972403,"duration":1}},{"uid":"169101809aeb2a27","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/169101809aeb2a27","status":"passed","time":{"start":1710197502495,"stop":1710197502495,"duration":0}},{"uid":"7eac1f6fde621cd7","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/7eac1f6fde621cd7","status":"passed","time":{"start":1710168342006,"stop":1710168342006,"duration":0}},{"uid":"1c0cf2a3eae2830b","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/1c0cf2a3eae2830b","status":"passed","time":{"start":1710167568826,"stop":1710167568826,"duration":0}},{"uid":"f003c4bd76e9651d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/f003c4bd76e9651d","status":"passed","time":{"start":1710167665512,"stop":1710167665512,"duration":0}},{"uid":"7846a2e5f8902e36","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/7846a2e5f8902e36","status":"passed","time":{"start":1710166795569,"stop":1710166795569,"duration":0}},{"uid":"11858873263c48c3","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/11858873263c48c3","status":"passed","time":{"start":1710165026132,"stop":1710165026132,"duration":0}},{"uid":"28b7c26d96276194","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/28b7c26d96276194","status":"passed","time":{"start":1710164176714,"stop":1710164176714,"duration":0}},{"uid":"946ac8a19338389d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/946ac8a19338389d","status":"passed","time":{"start":1710164039988,"stop":1710164039988,"duration":0}},{"uid":"edddccbc30680266","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/edddccbc30680266","status":"passed","time":{"start":1710156088902,"stop":1710156088902,"duration":0}},{"uid":"8fdaa689989d5f1b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/8fdaa689989d5f1b","status":"passed","time":{"start":1710155298413,"stop":1710155298413,"duration":0}},{"uid":"1420cf5aa372d2ee","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1420cf5aa372d2ee","status":"passed","time":{"start":1710154928197,"stop":1710154928197,"duration":0}},{"uid":"682efe93051309aa","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/682efe93051309aa","status":"passed","time":{"start":1710102939223,"stop":1710102939223,"duration":0}},{"uid":"270dc3570bca0fc2","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/270dc3570bca0fc2","status":"passed","time":{"start":1710081135421,"stop":1710081135421,"duration":0}},{"uid":"3708440c5d439ab5","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/3708440c5d439ab5","status":"passed","time":{"start":1710024806424,"stop":1710024806425,"duration":1}}]},"tags":[]},"source":"65e4cee543ceea78.json","parameterValues":[]} \ No newline at end of file +{"uid":"fc556e9b003c82e1","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":1710308572944,"stop":1710308572944,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"6249705d8da0e6e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6249705d8da0e6e2","status":"passed","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"2c8a76b6edce1044","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c8a76b6edce1044","status":"passed","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"b86ff5f1e55f779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b86ff5f1e55f779","status":"passed","time":{"start":1710284934073,"stop":1710284934073,"duration":0}}]},"tags":[]},"source":"fc556e9b003c82e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/fc8f7f63be5e847d.json b/6685/data/test-cases/fc8f7f63be5e847d.json new file mode 100644 index 00000000000..70c56ed7234 --- /dev/null +++ b/6685/data/test-cases/fc8f7f63be5e847d.json @@ -0,0 +1 @@ +{"uid":"fc8f7f63be5e847d","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":1710308092721,"stop":1710308092721,"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":"3b5dff7d7101e26c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b5dff7d7101e26c","status":"passed","time":{"start":1710306981522,"stop":1710306981522,"duration":0}},{"uid":"ea6d762baf51f8a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea6d762baf51f8a5","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"8010e594063763d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8010e594063763d9","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"tags":[]},"source":"fc8f7f63be5e847d.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/fc32421ef3bbb1b1.json b/6685/data/test-cases/fcbe0c79e4f1c505.json similarity index 83% rename from 6651/data/test-cases/fc32421ef3bbb1b1.json rename to 6685/data/test-cases/fcbe0c79e4f1c505.json index 72182c17acb..73a1853a0d0 100644 --- a/6651/data/test-cases/fc32421ef3bbb1b1.json +++ b/6685/data/test-cases/fcbe0c79e4f1c505.json @@ -1 +1 @@ -{"uid":"fc32421ef3bbb1b1","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":1710205063397,"stop":1710205063398,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"cc4aaf8666f8385","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/cc4aaf8666f8385","status":"passed","time":{"start":1710204974352,"stop":1710204974352,"duration":0}},{"uid":"faa3cc41c7801782","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/faa3cc41c7801782","status":"passed","time":{"start":1710204858035,"stop":1710204858035,"duration":0}},{"uid":"c4c7e440160cd7ee","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c4c7e440160cd7ee","status":"passed","time":{"start":1710204613870,"stop":1710204613871,"duration":1}},{"uid":"3fd0619baf225940","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3fd0619baf225940","status":"passed","time":{"start":1710203332599,"stop":1710203332599,"duration":0}},{"uid":"344299aba9204064","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/344299aba9204064","status":"passed","time":{"start":1710199825173,"stop":1710199825173,"duration":0}},{"uid":"7c4212294b30ad34","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/7c4212294b30ad34","status":"passed","time":{"start":1710199731745,"stop":1710199731745,"duration":0}},{"uid":"6f723e278fac8846","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/6f723e278fac8846","status":"passed","time":{"start":1710197275095,"stop":1710197275096,"duration":1}},{"uid":"6feb74cf04ae7d5b","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/6feb74cf04ae7d5b","status":"passed","time":{"start":1710168106263,"stop":1710168106263,"duration":0}},{"uid":"46f41e9c61fa6296","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/46f41e9c61fa6296","status":"passed","time":{"start":1710167360893,"stop":1710167360893,"duration":0}},{"uid":"cfd3de317d5a9c1d","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/cfd3de317d5a9c1d","status":"passed","time":{"start":1710167407541,"stop":1710167407542,"duration":1}},{"uid":"90381e45790e63c","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/90381e45790e63c","status":"passed","time":{"start":1710166544371,"stop":1710166544372,"duration":1}},{"uid":"f1efae64ce8f731f","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f1efae64ce8f731f","status":"passed","time":{"start":1710164782778,"stop":1710164782780,"duration":2}},{"uid":"87b2916670666ba8","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/87b2916670666ba8","status":"passed","time":{"start":1710163934752,"stop":1710163934752,"duration":0}},{"uid":"fb0f6a1153130752","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/fb0f6a1153130752","status":"passed","time":{"start":1710163799570,"stop":1710163799570,"duration":0}},{"uid":"b9485842799e5884","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b9485842799e5884","status":"passed","time":{"start":1710155833691,"stop":1710155833691,"duration":0}},{"uid":"6ecebdc6475ce43d","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6ecebdc6475ce43d","status":"passed","time":{"start":1710155066230,"stop":1710155066230,"duration":0}},{"uid":"e0617a7dc4ab4c84","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/e0617a7dc4ab4c84","status":"passed","time":{"start":1710154684617,"stop":1710154684617,"duration":0}},{"uid":"2b12bf498bc3f90e","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2b12bf498bc3f90e","status":"passed","time":{"start":1710102693370,"stop":1710102693398,"duration":28}},{"uid":"b952f78b8afbda72","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/b952f78b8afbda72","status":"passed","time":{"start":1710080898340,"stop":1710080898340,"duration":0}},{"uid":"aef3000dc1106dad","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/aef3000dc1106dad","status":"passed","time":{"start":1710024575249,"stop":1710024575249,"duration":0}}]},"tags":[]},"source":"fc32421ef3bbb1b1.json","parameterValues":[]} \ No newline at end of file +{"uid":"fcbe0c79e4f1c505","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":1710308322586,"stop":1710308322593,"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":"88c6fbccd58dee3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88c6fbccd58dee3a","status":"passed","time":{"start":1710307207050,"stop":1710307207051,"duration":1}},{"uid":"86b307500eb38eea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/86b307500eb38eea","status":"passed","time":{"start":1710287412742,"stop":1710287412742,"duration":0}},{"uid":"763c1ac9d2de638b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/763c1ac9d2de638b","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"tags":[]},"source":"fcbe0c79e4f1c505.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d69f908cab6ea3a5.json b/6685/data/test-cases/fcc2c1ac105ef281.json similarity index 81% rename from 6651/data/test-cases/d69f908cab6ea3a5.json rename to 6685/data/test-cases/fcc2c1ac105ef281.json index bde139d7377..f53acc94fd0 100644 --- a/6651/data/test-cases/d69f908cab6ea3a5.json +++ b/6685/data/test-cases/fcc2c1ac105ef281.json @@ -1 +1 @@ -{"uid":"d69f908cab6ea3a5","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":1710205335131,"stop":1710205335131,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"59fa9bc6981419d3","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/59fa9bc6981419d3","status":"passed","time":{"start":1710205224507,"stop":1710205224507,"duration":0}},{"uid":"98c357b57dd1b6f5","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/98c357b57dd1b6f5","status":"passed","time":{"start":1710205109072,"stop":1710205109072,"duration":0}},{"uid":"dc5f4187b4512ca3","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/dc5f4187b4512ca3","status":"passed","time":{"start":1710204865541,"stop":1710204865541,"duration":0}},{"uid":"3c8475cca9fc5203","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/3c8475cca9fc5203","status":"passed","time":{"start":1710203577226,"stop":1710203577226,"duration":0}},{"uid":"526de5d44a46dff0","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/526de5d44a46dff0","status":"passed","time":{"start":1710200067236,"stop":1710200067237,"duration":1}},{"uid":"fdc08089cd5a4e0b","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/fdc08089cd5a4e0b","status":"passed","time":{"start":1710199972391,"stop":1710199972392,"duration":1}},{"uid":"83c46b757cd7a092","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/83c46b757cd7a092","status":"passed","time":{"start":1710197502482,"stop":1710197502482,"duration":0}},{"uid":"f68cfe868da1d3d1","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f68cfe868da1d3d1","status":"passed","time":{"start":1710168341995,"stop":1710168341995,"duration":0}},{"uid":"2e8dde8d8a634acb","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/2e8dde8d8a634acb","status":"passed","time":{"start":1710167568808,"stop":1710167568808,"duration":0}},{"uid":"e7856201c7b58018","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e7856201c7b58018","status":"passed","time":{"start":1710167665498,"stop":1710167665499,"duration":1}},{"uid":"6c0eb4eff4c69891","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/6c0eb4eff4c69891","status":"passed","time":{"start":1710166795557,"stop":1710166795557,"duration":0}},{"uid":"4b7ba1f8281e8902","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/4b7ba1f8281e8902","status":"passed","time":{"start":1710165026119,"stop":1710165026119,"duration":0}},{"uid":"74d1909accfb14e9","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/74d1909accfb14e9","status":"passed","time":{"start":1710164176703,"stop":1710164176703,"duration":0}},{"uid":"2eb2535bf3d96c88","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2eb2535bf3d96c88","status":"passed","time":{"start":1710164039974,"stop":1710164039975,"duration":1}},{"uid":"992cdb99dff25779","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/992cdb99dff25779","status":"passed","time":{"start":1710156088892,"stop":1710156088892,"duration":0}},{"uid":"552bba21772aa073","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/552bba21772aa073","status":"passed","time":{"start":1710155298400,"stop":1710155298400,"duration":0}},{"uid":"96588d5d9346087e","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/96588d5d9346087e","status":"passed","time":{"start":1710154928184,"stop":1710154928184,"duration":0}},{"uid":"11c676e23afce7bb","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/11c676e23afce7bb","status":"passed","time":{"start":1710102939211,"stop":1710102939211,"duration":0}},{"uid":"e81cf7458ca43d5d","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/e81cf7458ca43d5d","status":"passed","time":{"start":1710081135409,"stop":1710081135409,"duration":0}},{"uid":"4eba3eee33e193a5","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4eba3eee33e193a5","status":"passed","time":{"start":1710024806414,"stop":1710024806414,"duration":0}}]},"tags":[]},"source":"d69f908cab6ea3a5.json","parameterValues":[]} \ No newline at end of file +{"uid":"fcc2c1ac105ef281","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":1710308572933,"stop":1710308572933,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"97d8c380e25a2bf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97d8c380e25a2bf","status":"passed","time":{"start":1710307465618,"stop":1710307465619,"duration":1}},{"uid":"3773cfb5559f53a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3773cfb5559f53a2","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"3aa177ee8212c566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aa177ee8212c566","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"tags":[]},"source":"fcc2c1ac105ef281.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/a55cd6ccf47778b2.json b/6685/data/test-cases/fcea57472694cd3d.json similarity index 81% rename from 6651/data/test-cases/a55cd6ccf47778b2.json rename to 6685/data/test-cases/fcea57472694cd3d.json index db5d0fc7d61..44ce95dee44 100644 --- a/6651/data/test-cases/a55cd6ccf47778b2.json +++ b/6685/data/test-cases/fcea57472694cd3d.json @@ -1 +1 @@ -{"uid":"a55cd6ccf47778b2","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":1710205335152,"stop":1710205335152,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":72,"unknown":0,"total":72},"items":[{"uid":"6588b050b84007dd","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/6588b050b84007dd","status":"passed","time":{"start":1710205224521,"stop":1710205224521,"duration":0}},{"uid":"a2c20059f517619d","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a2c20059f517619d","status":"passed","time":{"start":1710205109085,"stop":1710205109085,"duration":0}},{"uid":"f87c2e2016b9c49e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/f87c2e2016b9c49e","status":"passed","time":{"start":1710204865554,"stop":1710204865555,"duration":1}},{"uid":"429479d4d109892f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/429479d4d109892f","status":"passed","time":{"start":1710203577238,"stop":1710203577238,"duration":0}},{"uid":"fcd019687e10e99a","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/fcd019687e10e99a","status":"passed","time":{"start":1710200067251,"stop":1710200067252,"duration":1}},{"uid":"20ed75d57c42b84a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/20ed75d57c42b84a","status":"passed","time":{"start":1710199972405,"stop":1710199972405,"duration":0}},{"uid":"63433420ab0ebbe0","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/63433420ab0ebbe0","status":"passed","time":{"start":1710197502497,"stop":1710197502498,"duration":1}},{"uid":"f72bc3bad33e6567","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/f72bc3bad33e6567","status":"passed","time":{"start":1710168342008,"stop":1710168342008,"duration":0}},{"uid":"c9f3b9ac3e321948","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/c9f3b9ac3e321948","status":"passed","time":{"start":1710167568830,"stop":1710167568830,"duration":0}},{"uid":"e719424224112c1a","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/e719424224112c1a","status":"passed","time":{"start":1710167665515,"stop":1710167665515,"duration":0}},{"uid":"f69c2a7fb842f14a","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/f69c2a7fb842f14a","status":"passed","time":{"start":1710166795571,"stop":1710166795571,"duration":0}},{"uid":"32707069faad52c1","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/32707069faad52c1","status":"passed","time":{"start":1710165026135,"stop":1710165026135,"duration":0}},{"uid":"1e26e38d7ab363dd","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/1e26e38d7ab363dd","status":"passed","time":{"start":1710164176717,"stop":1710164176717,"duration":0}},{"uid":"2b651a3012c227c2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2b651a3012c227c2","status":"passed","time":{"start":1710164039991,"stop":1710164039991,"duration":0}},{"uid":"d62195484b8d0574","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/d62195484b8d0574","status":"passed","time":{"start":1710156088905,"stop":1710156088905,"duration":0}},{"uid":"278a482567026b19","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/278a482567026b19","status":"passed","time":{"start":1710155298415,"stop":1710155298415,"duration":0}},{"uid":"d0f48a7ac0da924b","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d0f48a7ac0da924b","status":"passed","time":{"start":1710154928199,"stop":1710154928199,"duration":0}},{"uid":"52dd718f815bf8f2","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/52dd718f815bf8f2","status":"passed","time":{"start":1710102939226,"stop":1710102939226,"duration":0}},{"uid":"df547dbe7648f93a","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/df547dbe7648f93a","status":"passed","time":{"start":1710081135423,"stop":1710081135423,"duration":0}},{"uid":"15df046ed39feb3f","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/15df046ed39feb3f","status":"passed","time":{"start":1710024806427,"stop":1710024806427,"duration":0}}]},"tags":[]},"source":"a55cd6ccf47778b2.json","parameterValues":[]} \ No newline at end of file +{"uid":"fcea57472694cd3d","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":1710308572946,"stop":1710308572946,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"bae8aa08266f081e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bae8aa08266f081e","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"1f4944a10933a57c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f4944a10933a57c","status":"passed","time":{"start":1710287674914,"stop":1710287674915,"duration":1}},{"uid":"18fc18d67547333e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18fc18d67547333e","status":"passed","time":{"start":1710284934075,"stop":1710284934076,"duration":1}}]},"tags":[]},"source":"fcea57472694cd3d.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/fd418f4863adb7b2.json b/6685/data/test-cases/fd418f4863adb7b2.json new file mode 100644 index 00000000000..7a96ad6fc89 --- /dev/null +++ b/6685/data/test-cases/fd418f4863adb7b2.json @@ -0,0 +1 @@ +{"uid":"fd418f4863adb7b2","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":1710307914152,"stop":1710307914153,"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":"cc649f4529f9afc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc649f4529f9afc5","status":"passed","time":{"start":1710306807023,"stop":1710306807024,"duration":1}},{"uid":"b7aa3f9b0a9360e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7aa3f9b0a9360e6","status":"passed","time":{"start":1710287011901,"stop":1710287011901,"duration":0}},{"uid":"1f98dbf9e31f7365","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f98dbf9e31f7365","status":"passed","time":{"start":1710284274564,"stop":1710284274565,"duration":1}}]},"tags":[]},"source":"fd418f4863adb7b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/d9486fdd27d14c41.json b/6685/data/test-cases/fd8378d01627ffe3.json similarity index 76% rename from 6651/data/test-cases/d9486fdd27d14c41.json rename to 6685/data/test-cases/fd8378d01627ffe3.json index 1fff0dad06d..574dd9f51aa 100644 --- a/6651/data/test-cases/d9486fdd27d14c41.json +++ b/6685/data/test-cases/fd8378d01627ffe3.json @@ -1 +1 @@ -{"uid":"d9486fdd27d14c41","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":1710204847304,"stop":1710204847304,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"ed2c27ae0fb499e9","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/ed2c27ae0fb499e9","status":"passed","time":{"start":1710204755949,"stop":1710204755949,"duration":0}},{"uid":"a9313cc43b4d2c87","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/a9313cc43b4d2c87","status":"passed","time":{"start":1710204636026,"stop":1710204636087,"duration":61}},{"uid":"c7f196d34a0adff2","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/c7f196d34a0adff2","status":"passed","time":{"start":1710204395478,"stop":1710204395478,"duration":0}},{"uid":"b90e8553f8caeccb","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/b90e8553f8caeccb","status":"passed","time":{"start":1710203122005,"stop":1710203122005,"duration":0}},{"uid":"68c041bf2d887280","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/68c041bf2d887280","status":"passed","time":{"start":1710199608826,"stop":1710199608827,"duration":1}},{"uid":"5a47a6c4f4ff802a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/5a47a6c4f4ff802a","status":"passed","time":{"start":1710199506569,"stop":1710199506570,"duration":1}},{"uid":"22a947cc822cd8bc","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/22a947cc822cd8bc","status":"passed","time":{"start":1710197033262,"stop":1710197033262,"duration":0}},{"uid":"443343c1ed8c1869","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/443343c1ed8c1869","status":"passed","time":{"start":1710167869143,"stop":1710167869144,"duration":1}},{"uid":"16c2e2ed9fce7b6d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/16c2e2ed9fce7b6d","status":"passed","time":{"start":1710167049294,"stop":1710167049295,"duration":1}},{"uid":"dbdbbbd9a900d39","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/dbdbbbd9a900d39","status":"passed","time":{"start":1710167194767,"stop":1710167194768,"duration":1}},{"uid":"e65a0a61255bf40e","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/e65a0a61255bf40e","status":"passed","time":{"start":1710166328851,"stop":1710166328851,"duration":0}},{"uid":"7c34b5546832b6b9","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/7c34b5546832b6b9","status":"passed","time":{"start":1710164551139,"stop":1710164551140,"duration":1}},{"uid":"5c3f3c567e484de3","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/5c3f3c567e484de3","status":"passed","time":{"start":1710163715998,"stop":1710163715999,"duration":1}},{"uid":"93626e81477ce32d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/93626e81477ce32d","status":"passed","time":{"start":1710163568079,"stop":1710163568080,"duration":1}},{"uid":"b269797e2c37c3f8","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/b269797e2c37c3f8","status":"passed","time":{"start":1710155626326,"stop":1710155626326,"duration":0}},{"uid":"42ac2cd5d8a8eb03","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/42ac2cd5d8a8eb03","status":"passed","time":{"start":1710154824287,"stop":1710154824288,"duration":1}},{"uid":"d1126814e1dfbc6f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/d1126814e1dfbc6f","status":"passed","time":{"start":1710154466427,"stop":1710154466428,"duration":1}},{"uid":"88f63b77398f0d3","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/88f63b77398f0d3","status":"passed","time":{"start":1710102475241,"stop":1710102475241,"duration":0}},{"uid":"5fb089ea0c42f9cf","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/5fb089ea0c42f9cf","status":"passed","time":{"start":1710080673281,"stop":1710080673281,"duration":0}},{"uid":"bbd561afcdd5402b","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/bbd561afcdd5402b","status":"passed","time":{"start":1710024327577,"stop":1710024327577,"duration":0}}]},"tags":[]},"source":"d9486fdd27d14c41.json","parameterValues":[]} \ No newline at end of file +{"uid":"fd8378d01627ffe3","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":1710308097732,"stop":1710308097732,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"3597590afaefed95","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3597590afaefed95","status":"passed","time":{"start":1710306994272,"stop":1710306994273,"duration":1}},{"uid":"815f62ec64558cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/815f62ec64558cbe","status":"passed","time":{"start":1710287196193,"stop":1710287196194,"duration":1}},{"uid":"1f68451dd607d80f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f68451dd607d80f","status":"passed","time":{"start":1710284459541,"stop":1710284459542,"duration":1}}]},"tags":[]},"source":"fd8378d01627ffe3.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/test-cases/fde04bd30e1a5e7.json b/6685/data/test-cases/fde04bd30e1a5e7.json new file mode 100644 index 00000000000..d10c7dc6b82 --- /dev/null +++ b/6685/data/test-cases/fde04bd30e1a5e7.json @@ -0,0 +1 @@ +{"uid":"fde04bd30e1a5e7","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":1710307940135,"stop":1710307940138,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcc25b97e22d5389","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcc25b97e22d5389","status":"passed","time":{"start":1710306833580,"stop":1710306833582,"duration":2}},{"uid":"418aec6d809a39f1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/418aec6d809a39f1","status":"passed","time":{"start":1710287039373,"stop":1710287039375,"duration":2}},{"uid":"6347bc92e6527f35","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6347bc92e6527f35","status":"passed","time":{"start":1710284302025,"stop":1710284302030,"duration":5}}]},"tags":[]},"source":"fde04bd30e1a5e7.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/ccf00f61d59b4737.json b/6685/data/test-cases/fdf848dbf5d4e8d1.json similarity index 76% rename from 6651/data/test-cases/ccf00f61d59b4737.json rename to 6685/data/test-cases/fdf848dbf5d4e8d1.json index 5cb36d9b2c4..e3b589a059e 100644 --- a/6651/data/test-cases/ccf00f61d59b4737.json +++ b/6685/data/test-cases/fdf848dbf5d4e8d1.json @@ -1 +1 @@ -{"uid":"ccf00f61d59b4737","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":1710204847301,"stop":1710204847301,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":73,"unknown":0,"total":73},"items":[{"uid":"eb886a7aac970d1c","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/eb886a7aac970d1c","status":"passed","time":{"start":1710204755946,"stop":1710204755947,"duration":1}},{"uid":"9aa6f43d98852eb0","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/9aa6f43d98852eb0","status":"passed","time":{"start":1710204636024,"stop":1710204636024,"duration":0}},{"uid":"df861682bfec09a7","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/df861682bfec09a7","status":"passed","time":{"start":1710204395476,"stop":1710204395476,"duration":0}},{"uid":"432a99f643f10b8f","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/432a99f643f10b8f","status":"passed","time":{"start":1710203122002,"stop":1710203122002,"duration":0}},{"uid":"cbdc6ad2b60f9ae9","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/cbdc6ad2b60f9ae9","status":"passed","time":{"start":1710199608821,"stop":1710199608821,"duration":0}},{"uid":"41dd711bebc8400a","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/41dd711bebc8400a","status":"passed","time":{"start":1710199506567,"stop":1710199506567,"duration":0}},{"uid":"78755a504531a749","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/78755a504531a749","status":"passed","time":{"start":1710197033245,"stop":1710197033246,"duration":1}},{"uid":"a5a57a01b12c50f0","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/a5a57a01b12c50f0","status":"passed","time":{"start":1710167869141,"stop":1710167869141,"duration":0}},{"uid":"461dc5a99109ac93","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/461dc5a99109ac93","status":"passed","time":{"start":1710167049290,"stop":1710167049291,"duration":1}},{"uid":"1c0756dbfc54e7c8","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/1c0756dbfc54e7c8","status":"passed","time":{"start":1710167194764,"stop":1710167194765,"duration":1}},{"uid":"57ad74f581c5e779","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/57ad74f581c5e779","status":"passed","time":{"start":1710166328849,"stop":1710166328849,"duration":0}},{"uid":"bffbd9b7d6c7d538","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/bffbd9b7d6c7d538","status":"passed","time":{"start":1710164551134,"stop":1710164551135,"duration":1}},{"uid":"c60e50124679c374","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c60e50124679c374","status":"passed","time":{"start":1710163715996,"stop":1710163715996,"duration":0}},{"uid":"9ff2a30402d2898c","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/9ff2a30402d2898c","status":"passed","time":{"start":1710163568077,"stop":1710163568077,"duration":0}},{"uid":"c856c0510b7e6532","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/c856c0510b7e6532","status":"passed","time":{"start":1710155626324,"stop":1710155626324,"duration":0}},{"uid":"56e49e4f5fa04208","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/56e49e4f5fa04208","status":"passed","time":{"start":1710154824279,"stop":1710154824282,"duration":3}},{"uid":"957a2a5eb0b4e065","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/957a2a5eb0b4e065","status":"passed","time":{"start":1710154466424,"stop":1710154466425,"duration":1}},{"uid":"381d848fb6ed27b0","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/381d848fb6ed27b0","status":"passed","time":{"start":1710102475238,"stop":1710102475239,"duration":1}},{"uid":"526daf9ab7590eba","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/526daf9ab7590eba","status":"passed","time":{"start":1710080673277,"stop":1710080673277,"duration":0}},{"uid":"16c3a3d267947960","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/16c3a3d267947960","status":"passed","time":{"start":1710024327574,"stop":1710024327575,"duration":1}}]},"tags":[]},"source":"ccf00f61d59b4737.json","parameterValues":[]} \ No newline at end of file +{"uid":"fdf848dbf5d4e8d1","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":1710308097729,"stop":1710308097730,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"42fc0dc521d70a07","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42fc0dc521d70a07","status":"passed","time":{"start":1710306994270,"stop":1710306994270,"duration":0}},{"uid":"3f3178c077be3865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f3178c077be3865","status":"passed","time":{"start":1710287196190,"stop":1710287196191,"duration":1}},{"uid":"622da54e96b19f3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622da54e96b19f3b","status":"passed","time":{"start":1710284459539,"stop":1710284459539,"duration":0}}]},"tags":[]},"source":"fdf848dbf5d4e8d1.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/931dac9a3fa0c6ed.json b/6685/data/test-cases/fe25390c0aa4f72e.json similarity index 81% rename from 6651/data/test-cases/931dac9a3fa0c6ed.json rename to 6685/data/test-cases/fe25390c0aa4f72e.json index 285bd812daa..de1676f63e5 100644 --- a/6651/data/test-cases/931dac9a3fa0c6ed.json +++ b/6685/data/test-cases/fe25390c0aa4f72e.json @@ -1 +1 @@ -{"uid":"931dac9a3fa0c6ed","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":1710205335132,"stop":1710205335132,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":73,"unknown":0,"total":73},"items":[{"uid":"d2bdc5d90b675af0","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/d2bdc5d90b675af0","status":"passed","time":{"start":1710205224507,"stop":1710205224508,"duration":1}},{"uid":"548579ec5f365efc","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/548579ec5f365efc","status":"passed","time":{"start":1710205109073,"stop":1710205109073,"duration":0}},{"uid":"bc1048307855f3b0","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/bc1048307855f3b0","status":"passed","time":{"start":1710204865542,"stop":1710204865542,"duration":0}},{"uid":"cf8ea217c1d42e7c","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/cf8ea217c1d42e7c","status":"passed","time":{"start":1710203577226,"stop":1710203577227,"duration":1}},{"uid":"9b4bf35e13a52b8b","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/9b4bf35e13a52b8b","status":"passed","time":{"start":1710200067237,"stop":1710200067237,"duration":0}},{"uid":"52f28debc1e472c6","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/52f28debc1e472c6","status":"passed","time":{"start":1710199972392,"stop":1710199972392,"duration":0}},{"uid":"52fbd981e00cd2cf","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/52fbd981e00cd2cf","status":"passed","time":{"start":1710197502482,"stop":1710197502483,"duration":1}},{"uid":"2e2ed4c79832ef8f","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/2e2ed4c79832ef8f","status":"passed","time":{"start":1710168341995,"stop":1710168341996,"duration":1}},{"uid":"943627d1f8e316e9","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/943627d1f8e316e9","status":"passed","time":{"start":1710167568808,"stop":1710167568809,"duration":1}},{"uid":"7225bd55abadb697","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/7225bd55abadb697","status":"passed","time":{"start":1710167665499,"stop":1710167665499,"duration":0}},{"uid":"1a1f4962106fd1af","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/1a1f4962106fd1af","status":"passed","time":{"start":1710166795558,"stop":1710166795558,"duration":0}},{"uid":"aeac616ef649f2bd","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/aeac616ef649f2bd","status":"passed","time":{"start":1710165026120,"stop":1710165026120,"duration":0}},{"uid":"68d870ed7daba7e2","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/68d870ed7daba7e2","status":"passed","time":{"start":1710164176703,"stop":1710164176704,"duration":1}},{"uid":"f2714aae8837d1f2","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f2714aae8837d1f2","status":"passed","time":{"start":1710164039975,"stop":1710164039975,"duration":0}},{"uid":"36a66d89b4937d52","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/36a66d89b4937d52","status":"passed","time":{"start":1710156088893,"stop":1710156088893,"duration":0}},{"uid":"ae200d463d4b8ce5","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/ae200d463d4b8ce5","status":"passed","time":{"start":1710155298401,"stop":1710155298401,"duration":0}},{"uid":"3a7b72f9fa708751","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/3a7b72f9fa708751","status":"passed","time":{"start":1710154928185,"stop":1710154928185,"duration":0}},{"uid":"d4c0513fc83859e4","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/d4c0513fc83859e4","status":"passed","time":{"start":1710102939212,"stop":1710102939212,"duration":0}},{"uid":"bec598be34524b4c","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bec598be34524b4c","status":"passed","time":{"start":1710081135409,"stop":1710081135409,"duration":0}},{"uid":"4817de8adecc1682","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/4817de8adecc1682","status":"passed","time":{"start":1710024806414,"stop":1710024806415,"duration":1}}]},"tags":[]},"source":"931dac9a3fa0c6ed.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe25390c0aa4f72e","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":1710308572934,"stop":1710308572934,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: 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":"842537653859fb14","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/842537653859fb14","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"d4d49436fb27144d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4d49436fb27144d","status":"passed","time":{"start":1710287674898,"stop":1710287674898,"duration":0}},{"uid":"6b1135ccbd562558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b1135ccbd562558","status":"passed","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"tags":[]},"source":"fe25390c0aa4f72e.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/6c03424b295d7f02.json b/6685/data/test-cases/fe42f88b3ad13d44.json similarity index 76% rename from 6651/data/test-cases/6c03424b295d7f02.json rename to 6685/data/test-cases/fe42f88b3ad13d44.json index 9bf2b57da48..67e523123fc 100644 --- a/6651/data/test-cases/6c03424b295d7f02.json +++ b/6685/data/test-cases/fe42f88b3ad13d44.json @@ -1 +1 @@ -{"uid":"6c03424b295d7f02","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":1710204847297,"stop":1710204847299,"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":73,"unknown":0,"total":73},"items":[{"uid":"9e7b0cd1812bd09f","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/9e7b0cd1812bd09f","status":"passed","time":{"start":1710204755945,"stop":1710204755945,"duration":0}},{"uid":"ad1ae80a579415a4","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ad1ae80a579415a4","status":"passed","time":{"start":1710204636022,"stop":1710204636023,"duration":1}},{"uid":"86fe02d6c184d46","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/86fe02d6c184d46","status":"passed","time":{"start":1710204395473,"stop":1710204395473,"duration":0}},{"uid":"2dde3b898ac25e42","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/2dde3b898ac25e42","status":"passed","time":{"start":1710203122001,"stop":1710203122001,"duration":0}},{"uid":"c74c3a555b56ab00","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/c74c3a555b56ab00","status":"passed","time":{"start":1710199608815,"stop":1710199608820,"duration":5}},{"uid":"16ebc4658571314b","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/16ebc4658571314b","status":"passed","time":{"start":1710199506565,"stop":1710199506566,"duration":1}},{"uid":"f1c71e31437b827c","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/f1c71e31437b827c","status":"passed","time":{"start":1710197033234,"stop":1710197033235,"duration":1}},{"uid":"4cf658e80764af30","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/4cf658e80764af30","status":"passed","time":{"start":1710167869139,"stop":1710167869140,"duration":1}},{"uid":"cf08c4f025aa78a6","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/cf08c4f025aa78a6","status":"passed","time":{"start":1710167049287,"stop":1710167049287,"duration":0}},{"uid":"37e7f06bfe8fb6aa","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/37e7f06bfe8fb6aa","status":"passed","time":{"start":1710167194761,"stop":1710167194763,"duration":2}},{"uid":"555de04b58febec4","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/555de04b58febec4","status":"passed","time":{"start":1710166328848,"stop":1710166328848,"duration":0}},{"uid":"2195f026ed69f27a","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/2195f026ed69f27a","status":"passed","time":{"start":1710164551132,"stop":1710164551132,"duration":0}},{"uid":"59a6b0fe719f87b9","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/59a6b0fe719f87b9","status":"passed","time":{"start":1710163715994,"stop":1710163715995,"duration":1}},{"uid":"f14114a3f98c28c9","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/f14114a3f98c28c9","status":"passed","time":{"start":1710163568074,"stop":1710163568075,"duration":1}},{"uid":"36efd30474760ed0","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/36efd30474760ed0","status":"passed","time":{"start":1710155626322,"stop":1710155626323,"duration":1}},{"uid":"29147b8b3ff7edc7","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/29147b8b3ff7edc7","status":"passed","time":{"start":1710154824275,"stop":1710154824276,"duration":1}},{"uid":"c191cba10540167a","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/c191cba10540167a","status":"passed","time":{"start":1710154466421,"stop":1710154466422,"duration":1}},{"uid":"d21d9b207811df4a","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/d21d9b207811df4a","status":"passed","time":{"start":1710102475237,"stop":1710102475237,"duration":0}},{"uid":"1b3c523883a33978","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/1b3c523883a33978","status":"passed","time":{"start":1710080673276,"stop":1710080673276,"duration":0}},{"uid":"c78bc365f24cf6f0","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/c78bc365f24cf6f0","status":"passed","time":{"start":1710024327573,"stop":1710024327573,"duration":0}}]},"tags":[]},"source":"6c03424b295d7f02.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe42f88b3ad13d44","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":1710308097728,"stop":1710308097728,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"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":"a084d0101a4b1b0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a084d0101a4b1b0b","status":"passed","time":{"start":1710306994268,"stop":1710306994269,"duration":1}},{"uid":"6c3c3a0458773413","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c3c3a0458773413","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"cda487c6a5c8cc32","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cda487c6a5c8cc32","status":"passed","time":{"start":1710284459537,"stop":1710284459538,"duration":1}}]},"tags":[]},"source":"fe42f88b3ad13d44.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/744d1011c7ed7848.json b/6685/data/test-cases/fe4e6897f994c287.json similarity index 80% rename from 6651/data/test-cases/744d1011c7ed7848.json rename to 6685/data/test-cases/fe4e6897f994c287.json index 6a8bcb6c76a..4cdbb0f6c58 100644 --- a/6651/data/test-cases/744d1011c7ed7848.json +++ b/6685/data/test-cases/fe4e6897f994c287.json @@ -1 +1 @@ -{"uid":"744d1011c7ed7848","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":1710204945847,"stop":1710204945847,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"63e1a168829a49a8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/63e1a168829a49a8","status":"passed","time":{"start":1710204830297,"stop":1710204830297,"duration":0}},{"uid":"83f9eb009d2dfd91","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/83f9eb009d2dfd91","status":"passed","time":{"start":1710204733013,"stop":1710204733013,"duration":0}},{"uid":"831d0ac82402748e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/831d0ac82402748e","status":"passed","time":{"start":1710204477780,"stop":1710204477781,"duration":1}},{"uid":"92eb2fad142a46c5","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/92eb2fad142a46c5","status":"passed","time":{"start":1710203199473,"stop":1710203199473,"duration":0}},{"uid":"d7df60c99a9dea41","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/d7df60c99a9dea41","status":"passed","time":{"start":1710199697837,"stop":1710199697849,"duration":12}},{"uid":"aa46180d28742e1e","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/aa46180d28742e1e","status":"passed","time":{"start":1710199591764,"stop":1710199591764,"duration":0}},{"uid":"85e536d031581878","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/85e536d031581878","status":"passed","time":{"start":1710197131792,"stop":1710197131792,"duration":0}},{"uid":"9eb941b65ef81a2a","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/9eb941b65ef81a2a","status":"passed","time":{"start":1710167952603,"stop":1710167952604,"duration":1}},{"uid":"b4c32709d84928ca","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/b4c32709d84928ca","status":"passed","time":{"start":1710167221554,"stop":1710167221556,"duration":2}},{"uid":"ae057377cad3c0ee","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/ae057377cad3c0ee","status":"passed","time":{"start":1710167283380,"stop":1710167283380,"duration":0}},{"uid":"fd1c44a926f81c7f","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/fd1c44a926f81c7f","status":"passed","time":{"start":1710166420489,"stop":1710166420490,"duration":1}},{"uid":"f30cb208407a7ce","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/f30cb208407a7ce","status":"passed","time":{"start":1710164634573,"stop":1710164634573,"duration":0}},{"uid":"b907faae35a61b6c","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/b907faae35a61b6c","status":"passed","time":{"start":1710163791792,"stop":1710163791793,"duration":1}},{"uid":"e6a21ec41739576d","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e6a21ec41739576d","status":"passed","time":{"start":1710163655802,"stop":1710163655802,"duration":0}},{"uid":"7b78d64965809f9c","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/7b78d64965809f9c","status":"passed","time":{"start":1710155712326,"stop":1710155712326,"duration":0}},{"uid":"e6234d367109424b","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/e6234d367109424b","status":"passed","time":{"start":1710154919636,"stop":1710154919636,"duration":0}},{"uid":"ea84e57f66db429f","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/ea84e57f66db429f","status":"passed","time":{"start":1710154537147,"stop":1710154537148,"duration":1}},{"uid":"2255d5b697620972","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2255d5b697620972","status":"passed","time":{"start":1710102560689,"stop":1710102560689,"duration":0}},{"uid":"f35796f45a90d326","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/f35796f45a90d326","status":"passed","time":{"start":1710080763702,"stop":1710080763703,"duration":1}},{"uid":"1de7042571e8315e","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/1de7042571e8315e","status":"passed","time":{"start":1710024433737,"stop":1710024433737,"duration":0}}]},"tags":[]},"source":"744d1011c7ed7848.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe4e6897f994c287","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":1710308192971,"stop":1710308192971,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d25bd26aa12aa71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5d25bd26aa12aa71","status":"passed","time":{"start":1710307078650,"stop":1710307078651,"duration":1}},{"uid":"f6ee10af3b023ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f6ee10af3b023ba","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"bb5a9527d9d57427","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb5a9527d9d57427","status":"passed","time":{"start":1710284550773,"stop":1710284550773,"duration":0}}]},"tags":[]},"source":"fe4e6897f994c287.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/8927bbf9f740c6cb.json b/6685/data/test-cases/fe61855b72a18be9.json similarity index 97% rename from 6651/data/test-cases/8927bbf9f740c6cb.json rename to 6685/data/test-cases/fe61855b72a18be9.json index 25b7aef8ec8..64bf9c4476f 100644 --- a/6651/data/test-cases/8927bbf9f740c6cb.json +++ b/6685/data/test-cases/fe61855b72a18be9.json @@ -1 +1 @@ -{"uid":"8927bbf9f740c6cb","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":1710205115577,"stop":1710205115577,"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":"8927bbf9f740c6cb.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe61855b72a18be9","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":1710308366512,"stop":1710308366512,"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":"fe61855b72a18be9.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/aa1c316f66272cb2.json b/6685/data/test-cases/fe8f8b7d9d7213a4.json similarity index 84% rename from 6651/data/test-cases/aa1c316f66272cb2.json rename to 6685/data/test-cases/fe8f8b7d9d7213a4.json index 6dae00c6832..153876de966 100644 --- a/6651/data/test-cases/aa1c316f66272cb2.json +++ b/6685/data/test-cases/fe8f8b7d9d7213a4.json @@ -1 +1 @@ -{"uid":"aa1c316f66272cb2","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":1710205063405,"stop":1710205063406,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"59518001852ac298","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/59518001852ac298","status":"passed","time":{"start":1710204974355,"stop":1710204974355,"duration":0}},{"uid":"ba31dc60c31dd323","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/ba31dc60c31dd323","status":"passed","time":{"start":1710204858037,"stop":1710204858038,"duration":1}},{"uid":"dd205aa33127264e","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/dd205aa33127264e","status":"passed","time":{"start":1710204613873,"stop":1710204613873,"duration":0}},{"uid":"956cbd08b0e79437","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/956cbd08b0e79437","status":"passed","time":{"start":1710203332601,"stop":1710203332601,"duration":0}},{"uid":"86903c05f7fa8011","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/86903c05f7fa8011","status":"passed","time":{"start":1710199825176,"stop":1710199825176,"duration":0}},{"uid":"538926f5a1dc10bb","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/538926f5a1dc10bb","status":"passed","time":{"start":1710199731748,"stop":1710199731748,"duration":0}},{"uid":"4f1918a1c74a2f77","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/4f1918a1c74a2f77","status":"passed","time":{"start":1710197275100,"stop":1710197275101,"duration":1}},{"uid":"63890cb934147b93","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/63890cb934147b93","status":"passed","time":{"start":1710168106269,"stop":1710168106269,"duration":0}},{"uid":"70817c0f1c84dac7","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/70817c0f1c84dac7","status":"passed","time":{"start":1710167360896,"stop":1710167360896,"duration":0}},{"uid":"5575f332155955ed","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5575f332155955ed","status":"passed","time":{"start":1710167407547,"stop":1710167407548,"duration":1}},{"uid":"fc053afc40af1273","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/fc053afc40af1273","status":"passed","time":{"start":1710166544388,"stop":1710166544388,"duration":0}},{"uid":"ba5258431f85cc59","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ba5258431f85cc59","status":"passed","time":{"start":1710164782785,"stop":1710164782785,"duration":0}},{"uid":"143b1125db79f6","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/143b1125db79f6","status":"passed","time":{"start":1710163934754,"stop":1710163934755,"duration":1}},{"uid":"2358bc4e484667b0","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/2358bc4e484667b0","status":"passed","time":{"start":1710163799577,"stop":1710163799577,"duration":0}},{"uid":"bd71612136bebd82","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/bd71612136bebd82","status":"passed","time":{"start":1710155833693,"stop":1710155833694,"duration":1}},{"uid":"dffc16a0436a53d1","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/dffc16a0436a53d1","status":"passed","time":{"start":1710155066233,"stop":1710155066233,"duration":0}},{"uid":"dc7266e6c7479d8","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/dc7266e6c7479d8","status":"passed","time":{"start":1710154684619,"stop":1710154684619,"duration":0}},{"uid":"4ed47af5e387a9b7","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/4ed47af5e387a9b7","status":"passed","time":{"start":1710102693428,"stop":1710102693428,"duration":0}},{"uid":"418d61648dd67871","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/418d61648dd67871","status":"passed","time":{"start":1710080898343,"stop":1710080898343,"duration":0}},{"uid":"30e009626a9d7423","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/30e009626a9d7423","status":"passed","time":{"start":1710024575252,"stop":1710024575252,"duration":0}}]},"tags":[]},"source":"aa1c316f66272cb2.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe8f8b7d9d7213a4","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":1710308322596,"stop":1710308322597,"duration":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":"5be1ee829b2582c9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5be1ee829b2582c9","status":"passed","time":{"start":1710307207063,"stop":1710307207064,"duration":1}},{"uid":"4027ac00646d9901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4027ac00646d9901","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"f62be132b33fea10","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f62be132b33fea10","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"tags":[]},"source":"fe8f8b7d9d7213a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/c55322239fe44662.json b/6685/data/test-cases/fe91df30b2f2ac7f.json similarity index 77% rename from 6651/data/test-cases/c55322239fe44662.json rename to 6685/data/test-cases/fe91df30b2f2ac7f.json index 4c145a5d4f3..e1e7b476f96 100644 --- a/6651/data/test-cases/c55322239fe44662.json +++ b/6685/data/test-cases/fe91df30b2f2ac7f.json @@ -1 +1 @@ -{"uid":"c55322239fe44662","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":1710205115578,"stop":1710205115579,"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":73,"unknown":0,"total":73},"items":[{"uid":"44101827bf414f2b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/44101827bf414f2b","status":"passed","time":{"start":1710205004983,"stop":1710205004983,"duration":0}},{"uid":"2aa9a03e17fcb55e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/2aa9a03e17fcb55e","status":"passed","time":{"start":1710204900798,"stop":1710204900798,"duration":0}},{"uid":"fee282be19ce5e90","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/fee282be19ce5e90","status":"passed","time":{"start":1710204658526,"stop":1710204658526,"duration":0}},{"uid":"d343636fe69b0db1","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/d343636fe69b0db1","status":"passed","time":{"start":1710203380019,"stop":1710203380019,"duration":0}},{"uid":"df98597b1bac3bdb","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/df98597b1bac3bdb","status":"passed","time":{"start":1710199870010,"stop":1710199870011,"duration":1}},{"uid":"8943fcf27dec1725","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8943fcf27dec1725","status":"passed","time":{"start":1710199772389,"stop":1710199772389,"duration":0}},{"uid":"be655a069a074bdb","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/be655a069a074bdb","status":"passed","time":{"start":1710197312743,"stop":1710197312743,"duration":0}},{"uid":"24f4625d9673e87","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/24f4625d9673e87","status":"passed","time":{"start":1710168147701,"stop":1710168147701,"duration":0}},{"uid":"f038327b42eb7c4e","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/f038327b42eb7c4e","status":"passed","time":{"start":1710167379275,"stop":1710167379275,"duration":0}},{"uid":"28f135b07a758c09","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/28f135b07a758c09","status":"passed","time":{"start":1710167447916,"stop":1710167447916,"duration":0}},{"uid":"1f99ffa34dfa96d2","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/1f99ffa34dfa96d2","status":"passed","time":{"start":1710166585491,"stop":1710166585491,"duration":0}},{"uid":"ed74fad2756aa43e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/ed74fad2756aa43e","status":"passed","time":{"start":1710164815492,"stop":1710164815492,"duration":0}},{"uid":"c66a88e858b7ebf7","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/c66a88e858b7ebf7","status":"passed","time":{"start":1710163978923,"stop":1710163978924,"duration":1}},{"uid":"679c5a91f1599285","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/679c5a91f1599285","status":"passed","time":{"start":1710163834532,"stop":1710163834532,"duration":0}},{"uid":"805f29625a436725","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/805f29625a436725","status":"passed","time":{"start":1710155882183,"stop":1710155882183,"duration":0}},{"uid":"6e5604688233e3fd","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/6e5604688233e3fd","status":"passed","time":{"start":1710155093784,"stop":1710155093785,"duration":1}},{"uid":"bf26b8030133f6e5","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/bf26b8030133f6e5","status":"passed","time":{"start":1710154718379,"stop":1710154718379,"duration":0}},{"uid":"2255d379b6d1b6d7","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/2255d379b6d1b6d7","status":"passed","time":{"start":1710102732577,"stop":1710102732578,"duration":1}},{"uid":"9c1574b2ffba0470","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9c1574b2ffba0470","status":"passed","time":{"start":1710080936493,"stop":1710080936494,"duration":1}},{"uid":"17784740d7ea4a60","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/17784740d7ea4a60","status":"passed","time":{"start":1710024618623,"stop":1710024618623,"duration":0}}]},"tags":[]},"source":"c55322239fe44662.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe91df30b2f2ac7f","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":1710308366526,"stop":1710308366533,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3747a14e4385d0fd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3747a14e4385d0fd","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"78472c9b8de56237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/78472c9b8de56237","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"d2b5cf5eb50fb4c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d2b5cf5eb50fb4c0","status":"passed","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"tags":[]},"source":"fe91df30b2f2ac7f.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/5d8894e105002efd.json b/6685/data/test-cases/fe93c0551b6e064d.json similarity index 84% rename from 6651/data/test-cases/5d8894e105002efd.json rename to 6685/data/test-cases/fe93c0551b6e064d.json index 3d26f3af6a1..a36a79cc636 100644 --- a/6651/data/test-cases/5d8894e105002efd.json +++ b/6685/data/test-cases/fe93c0551b6e064d.json @@ -1 +1 @@ -{"uid":"5d8894e105002efd","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":1710205063415,"stop":1710205063416,"duration":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":73,"unknown":0,"total":73},"items":[{"uid":"cd71f193b42a1ad8","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/cd71f193b42a1ad8","status":"passed","time":{"start":1710204974360,"stop":1710204974360,"duration":0}},{"uid":"69578a83dc7cae6e","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/69578a83dc7cae6e","status":"passed","time":{"start":1710204858048,"stop":1710204858048,"duration":0}},{"uid":"aa9d5ad8f179c0c3","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/aa9d5ad8f179c0c3","status":"passed","time":{"start":1710204613878,"stop":1710204613878,"duration":0}},{"uid":"bbc946adbcd8402d","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/bbc946adbcd8402d","status":"passed","time":{"start":1710203332612,"stop":1710203332612,"duration":0}},{"uid":"2da2fc219b4efd75","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/2da2fc219b4efd75","status":"passed","time":{"start":1710199825180,"stop":1710199825180,"duration":0}},{"uid":"51e9d19a228cd4e9","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/51e9d19a228cd4e9","status":"passed","time":{"start":1710199731754,"stop":1710199731755,"duration":1}},{"uid":"9feb24cf9a80cd31","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/9feb24cf9a80cd31","status":"passed","time":{"start":1710197275107,"stop":1710197275107,"duration":0}},{"uid":"e798d41e2e3a9143","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/e798d41e2e3a9143","status":"passed","time":{"start":1710168106279,"stop":1710168106279,"duration":0}},{"uid":"25e19aa81c3cc41d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/25e19aa81c3cc41d","status":"passed","time":{"start":1710167360901,"stop":1710167360901,"duration":0}},{"uid":"8a40af076d7f7876","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/8a40af076d7f7876","status":"passed","time":{"start":1710167407562,"stop":1710167407563,"duration":1}},{"uid":"5b78d7554be014fb","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/5b78d7554be014fb","status":"passed","time":{"start":1710166544393,"stop":1710166544393,"duration":0}},{"uid":"c2fc4bbb0f148b9e","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/c2fc4bbb0f148b9e","status":"passed","time":{"start":1710164782791,"stop":1710164782791,"duration":0}},{"uid":"dcdb772a6fd7976f","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/dcdb772a6fd7976f","status":"passed","time":{"start":1710163934760,"stop":1710163934761,"duration":1}},{"uid":"e074483a7e4f07ea","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/e074483a7e4f07ea","status":"passed","time":{"start":1710163799588,"stop":1710163799600,"duration":12}},{"uid":"56f1f63a05fbd6f1","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/56f1f63a05fbd6f1","status":"passed","time":{"start":1710155833699,"stop":1710155833699,"duration":0}},{"uid":"3d2d6de8bc2393f","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/3d2d6de8bc2393f","status":"passed","time":{"start":1710155066238,"stop":1710155066238,"duration":0}},{"uid":"1ca7ce5ac16e3a23","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/1ca7ce5ac16e3a23","status":"passed","time":{"start":1710154684633,"stop":1710154684634,"duration":1}},{"uid":"ab32d2e5880ebc75","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/ab32d2e5880ebc75","status":"passed","time":{"start":1710102693450,"stop":1710102693450,"duration":0}},{"uid":"9d2fd1f26a093b2f","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/9d2fd1f26a093b2f","status":"passed","time":{"start":1710080898347,"stop":1710080898348,"duration":1}},{"uid":"80f4a653e967104a","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/80f4a653e967104a","status":"passed","time":{"start":1710024575259,"stop":1710024575259,"duration":0}}]},"tags":[]},"source":"5d8894e105002efd.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe93c0551b6e064d","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":1710308322610,"stop":1710308322611,"duration":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":"32a2f44f0fd98798","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32a2f44f0fd98798","status":"passed","time":{"start":1710307207087,"stop":1710307207087,"duration":0}},{"uid":"5c1aad30ac4d5daf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5c1aad30ac4d5daf","status":"passed","time":{"start":1710287412752,"stop":1710287412753,"duration":1}},{"uid":"a1c5353c035e620a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1c5353c035e620a","status":"passed","time":{"start":1710284680779,"stop":1710284680787,"duration":8}}]},"tags":[]},"source":"fe93c0551b6e064d.json","parameterValues":[]} \ No newline at end of file diff --git a/6651/data/test-cases/1c9d50d7a3902589.json b/6685/data/test-cases/ff7f2f8f9c8b2998.json similarity index 77% rename from 6651/data/test-cases/1c9d50d7a3902589.json rename to 6685/data/test-cases/ff7f2f8f9c8b2998.json index 7a3def409ce..fab44332659 100644 --- a/6651/data/test-cases/1c9d50d7a3902589.json +++ b/6685/data/test-cases/ff7f2f8f9c8b2998.json @@ -1 +1 @@ -{"uid":"1c9d50d7a3902589","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":1710205115575,"stop":1710205115575,"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":73,"unknown":0,"total":73},"items":[{"uid":"e4b91b255680531b","reportUrl":"https://waku-org.github.io/js-waku/6650//#testresult/e4b91b255680531b","status":"passed","time":{"start":1710205004980,"stop":1710205004980,"duration":0}},{"uid":"84cdad2301588671","reportUrl":"https://waku-org.github.io/js-waku/6649//#testresult/84cdad2301588671","status":"passed","time":{"start":1710204900795,"stop":1710204900795,"duration":0}},{"uid":"adcba3b79997c0cd","reportUrl":"https://waku-org.github.io/js-waku/6648//#testresult/adcba3b79997c0cd","status":"passed","time":{"start":1710204658523,"stop":1710204658523,"duration":0}},{"uid":"e1b43c94833fcd36","reportUrl":"https://waku-org.github.io/js-waku/6647//#testresult/e1b43c94833fcd36","status":"passed","time":{"start":1710203380016,"stop":1710203380016,"duration":0}},{"uid":"107f4578a6579d76","reportUrl":"https://waku-org.github.io/js-waku/6646//#testresult/107f4578a6579d76","status":"passed","time":{"start":1710199870005,"stop":1710199870005,"duration":0}},{"uid":"8d4e17e1b47abdb0","reportUrl":"https://waku-org.github.io/js-waku/6645//#testresult/8d4e17e1b47abdb0","status":"passed","time":{"start":1710199772384,"stop":1710199772384,"duration":0}},{"uid":"e3a640aea5357d69","reportUrl":"https://waku-org.github.io/js-waku/6638//#testresult/e3a640aea5357d69","status":"passed","time":{"start":1710197312740,"stop":1710197312740,"duration":0}},{"uid":"51a21b5161bfa4cb","reportUrl":"https://waku-org.github.io/js-waku/6644//#testresult/51a21b5161bfa4cb","status":"passed","time":{"start":1710168147673,"stop":1710168147673,"duration":0}},{"uid":"5bbe0eafa9c92b0d","reportUrl":"https://waku-org.github.io/js-waku/6642//#testresult/5bbe0eafa9c92b0d","status":"passed","time":{"start":1710167379272,"stop":1710167379272,"duration":0}},{"uid":"5b21d3d0cbcc6b30","reportUrl":"https://waku-org.github.io/js-waku/6643//#testresult/5b21d3d0cbcc6b30","status":"passed","time":{"start":1710167447912,"stop":1710167447913,"duration":1}},{"uid":"53d83070d16f65f6","reportUrl":"https://waku-org.github.io/js-waku/6641//#testresult/53d83070d16f65f6","status":"passed","time":{"start":1710166585488,"stop":1710166585488,"duration":0}},{"uid":"15650626e78772ed","reportUrl":"https://waku-org.github.io/js-waku/6640//#testresult/15650626e78772ed","status":"passed","time":{"start":1710164815444,"stop":1710164815444,"duration":0}},{"uid":"eec33e3f362994b4","reportUrl":"https://waku-org.github.io/js-waku/6639//#testresult/eec33e3f362994b4","status":"passed","time":{"start":1710163978918,"stop":1710163978919,"duration":1}},{"uid":"18ba1c9d3c0cac73","reportUrl":"https://waku-org.github.io/js-waku/6637//#testresult/18ba1c9d3c0cac73","status":"passed","time":{"start":1710163834528,"stop":1710163834529,"duration":1}},{"uid":"f3febe8d95f791d3","reportUrl":"https://waku-org.github.io/js-waku/6636//#testresult/f3febe8d95f791d3","status":"passed","time":{"start":1710155882175,"stop":1710155882176,"duration":1}},{"uid":"407b40c01142c529","reportUrl":"https://waku-org.github.io/js-waku/6635//#testresult/407b40c01142c529","status":"passed","time":{"start":1710155093758,"stop":1710155093759,"duration":1}},{"uid":"bcf48967221abed9","reportUrl":"https://waku-org.github.io/js-waku/6633//#testresult/bcf48967221abed9","status":"passed","time":{"start":1710154718375,"stop":1710154718375,"duration":0}},{"uid":"c7d2fe74f7283514","reportUrl":"https://waku-org.github.io/js-waku/6631//#testresult/c7d2fe74f7283514","status":"passed","time":{"start":1710102732571,"stop":1710102732571,"duration":0}},{"uid":"bfdf916f92d927df","reportUrl":"https://waku-org.github.io/js-waku/6629//#testresult/bfdf916f92d927df","status":"passed","time":{"start":1710080936490,"stop":1710080936490,"duration":0}},{"uid":"5df4cf2f9168afb2","reportUrl":"https://waku-org.github.io/js-waku/6628//#testresult/5df4cf2f9168afb2","status":"passed","time":{"start":1710024618618,"stop":1710024618619,"duration":1}}]},"tags":[]},"source":"1c9d50d7a3902589.json","parameterValues":[]} \ No newline at end of file +{"uid":"ff7f2f8f9c8b2998","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":1710308366494,"stop":1710308366494,"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":"62a7794fc5889e42","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62a7794fc5889e42","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"a67f01d63157af72","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a67f01d63157af72","status":"passed","time":{"start":1710287456064,"stop":1710287456067,"duration":3}},{"uid":"8f16c992f7d0a7d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f16c992f7d0a7d1","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"tags":[]},"source":"ff7f2f8f9c8b2998.json","parameterValues":[]} \ No newline at end of file diff --git a/6685/data/timeline.json b/6685/data/timeline.json index 961476f4434..b4826a97857 100644 --- a/6685/data/timeline.json +++ b/6685/data/timeline.json @@ -1 +1 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"Check publish message containing special chars","uid":"ef37b9432b455edc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247757,"stop":1710307247758,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"bd8aeb09e11b1fe3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307365855,"stop":1710307365855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"f425de24c1089709","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306865883,"stop":1710306865884,"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":"489f1d8d26f91c0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259440,"stop":1710307259441,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"546e1d39874ed3ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"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":"f84216b825573a93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981505,"stop":1710306981506,"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":"b4ed3b96dcee4081","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981492,"stop":1710306981493,"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":"5baf4b5cd3c617d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"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":"b35ec6754e875c48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"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":"2240edc18ec1d673","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"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":"48d3f130ed9394d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"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":"ac63acb0c1eda98a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3d0424f2603c0f2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358455,"stop":1710307358456,"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":"24fd25e99833117d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207051,"stop":1710307207052,"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":"1e10b933126ccdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078649,"stop":1710307078649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"6555ae0a22a07c3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994272,"stop":1710306994272,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"29a6cc9ba3ddaad3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307361629,"stop":1710307361630,"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":"5633e6f729d80ba1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904612,"stop":1710306904612,"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":"9faf2ce3540f6444","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981513,"stop":1710306981514,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"43ec9a647e3c6b96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207058,"stop":1710307207063,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"9617149fa8457972","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207068,"stop":1710307207069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"e9d1450872b06f48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307351550,"stop":1710307351550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"a756180be52294f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"824bf4373ffe1857","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994271,"stop":1710306994272,"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":"7d4fd617e0b61fe5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981503,"stop":1710306981503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"f876f928a28d31ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791187,"stop":1710306791187,"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":"34fac85a434e9564","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"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":"1fb4fe15cbe1e51d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342526,"stop":1710307342526,"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":"3559c6fbc13d9ea7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045661,"stop":1710307045661,"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":"76a3b3b5e528481a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"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":"e60d6070b1ead4ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306833586,"stop":1710306833587,"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":"a70ed9593c12f664","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"1293209433bd2924","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306843279,"stop":1710306843280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"f12c7b6c03e28e46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308647,"stop":1710307308648,"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":"cf0ce8e3701f87b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"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":"1c531c411e8d1bb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981508,"stop":1710306981508,"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":"a59bbf5a9d594538","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"8c3b54c1ca7eaa0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307393000,"stop":1710307393000,"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":"d3544ff089ce3856","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045654,"stop":1710307045657,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"bae8aa08266f081e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"d69f761005bc69db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791809,"stop":1710306791809,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"b1a240adbe0e9392","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"c4c069540f801f1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307465620,"stop":1710307465620,"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":"f039054eb7c97a21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"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":"b8aa3d6c2c782916","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465634,"stop":1710307465635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6c2d8dd472eaf902","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981520,"stop":1710306981520,"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":"367c95cd8cf1e56e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"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":"48b5dbdff708a3ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308644,"stop":1710307308645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"63b8953a0fb524dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306877073,"stop":1710306877073,"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":"c05b8dfd71b32c2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306844173,"stop":1710306844174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bbc0d5284000a150","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306816840,"stop":1710306816840,"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":"5684ba704a01bc4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358462,"stop":1710307358463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"9d01a302eb02e070","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"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":"4ae158714446bc92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994277,"stop":1710306994277,"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":"3e00a123eca7b002","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783477,"stop":1710306783478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"4f1c2976b2b48d4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358459,"stop":1710307358459,"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":"343a59b3900a2827","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"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":"cf074c69befaf9cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796317,"stop":1710306796317,"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":"e7f4a8c2f9a134a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"767f66186c35121d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306799980,"stop":1710306799980,"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":"29e2a1e8746d9207","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3abdc73832c6540d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"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":"3670104296f933b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"fb37e9db4e11df79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981512,"stop":1710306981513,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679548581740","uid":"8b2a312e6dd0d2b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358474,"stop":1710307358488,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"c28b753d13308486","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308626,"stop":1710307308627,"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":"8e2bce3956d31535","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710306807583,"stop":1710306807584,"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":"6249705d8da0e6e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465632,"stop":1710307465632,"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":"cc78fb5edaac77f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465630,"stop":1710307465631,"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":"88b3a75e271d6266","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981522,"stop":1710306981524,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"f5727b048d92f8ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207090,"stop":1710307207090,"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":"4d979d7690842cbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783476,"stop":1710306783476,"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":"9c97c009f5f49ffe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"833dfd32459b4bc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710303381740","uid":"409e9a7c2904c688","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358489,"stop":1710307358489,"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":"1193ba8cae048802","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"1c67d90e32d1afdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"1b493541418e2afe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"b44ab4ec38b23c38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"5b5002d654a7dc0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358455,"stop":1710307358455,"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":"bbede38292c05609","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358465,"stop":1710307358466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2a68dd79b81a3b9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981506,"stop":1710306981506,"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":"8e0b9f018cda4f27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307383801,"stop":1710307383802,"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":"aca240ab4abb749d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"130331af441031e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"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":"eebb04d35b0f7f8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791274,"stop":1710306791275,"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":"44155cd5c0d0e173","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"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":"7f285870fe8b1795","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"75ed50467fc0314f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247761,"stop":1710307247762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"7375b5fe7f2e0efd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791808,"stop":1710306791809,"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":"8540f714c2e07ac4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904616,"stop":1710306904616,"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":"8331c3ddab54ef15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"e77564d107264cc0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807580,"stop":1710306807581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"e32f93741d6df919","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"dccf548c4f204fa5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"7b80f2783b6ec262","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247756,"stop":1710307247757,"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":"70d2a2f13b6a2297","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791277,"stop":1710306791278,"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":"b8fb06257b483b57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"3e3e04996fa9b1be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342527,"stop":1710307342527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"f6750198c0188479","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710310581740","uid":"ae0d3b640c89139f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358489,"stop":1710307358490,"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":"9900b1bbb62183e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"329107f8811dd049","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078724,"stop":1710307078724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"f1395b7b08944575","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342526,"stop":1710307342527,"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":"beaa5697c0dae4dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"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":"ce73317efe78552f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"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":"c78deb2d9b9608a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306833583,"stop":1710306833584,"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":"bb14ccb66934e0f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207096,"stop":1710307207096,"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":"e06321cee29d90c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"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":"4956183f40287201","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078652,"stop":1710307078653,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a36d82908d154cf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"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":"2ad0b6e37e49d10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358468,"stop":1710307358469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"9adb6875d80b8beb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307233598,"stop":1710307233599,"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":"d4d5b52e0957a7f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207090,"stop":1710307207091,"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":"9a9ed7a1b247cc93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904617,"stop":1710306904618,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"fbf9a75c9f644c6e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e2d34721d9d1fa3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207046,"stop":1710307207047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"52085bf8bafab51e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"97560f07fca83fae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"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":"f292d79e3e1cabc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"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":"bcb300717e507f66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306844174,"stop":1710306844175,"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":"7fa8a42d336d6d8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207070,"stop":1710307207071,"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":"e1fcb663648fda01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"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":"40249434d6dcb33e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807581,"stop":1710306807582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"3e436814900e88dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"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":"e3f1bb9a0f6d784f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981514,"stop":1710306981514,"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":"100934884caac558","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791283,"stop":1710306791284,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"e55fd2f3abb2014a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9d9abffb00bc665f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994266,"stop":1710306994267,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"2132e5a9580b844f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"66afdebe399a07a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"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":"daad5dbb4bc6a24d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981507,"stop":1710306981507,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"2c275a27738d1f91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307209808,"stop":1710307209809,"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":"bf85cb42ba4b05a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"1e69f4fdab7b57d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"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":"83de1c0272cb2338","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"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":"f346042f8e263f2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358464,"stop":1710307358465,"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":"c425a843b8750b8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981495,"stop":1710306981495,"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":"a7ea39e7353b91be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807582,"stop":1710306807583,"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":"164904741fb5da3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358458,"stop":1710307358459,"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":"30cfc64235762ce7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307351549,"stop":1710307351549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"1746f7e3e4edcb61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306799978,"stop":1710306799980,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a8a1b9563250721e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358453,"stop":1710307358453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"31a84d69e12bcc1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307365851,"stop":1710307365851,"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":"650a853b2ce60d7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807145,"stop":1710306807145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"1f608c2ca9ab3c58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783661,"stop":1710306783662,"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":"179311409d54c394","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307101317,"stop":1710307101318,"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":"2a66928c63d120d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306841076,"stop":1710306841076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"8a981ae9069cc5ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306877075,"stop":1710306877076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"1ad8bf0723ac9441","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"cacdebe74832f79c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306846371,"stop":1710306846371,"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":"c2ce64e4516c7688","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358460,"stop":1710307358461,"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":"62a7794fc5889e42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"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":"c36628ea0624b88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307383798,"stop":1710307383799,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"43348fb1efb51e87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307233598,"stop":1710307233598,"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":"9998c2aa8633982e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"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":"c6f6353d96d8d708","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"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":"bf99253b90adb73e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207091,"stop":1710307207091,"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":"b02e29ed5a14fc8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259436,"stop":1710307259436,"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":"4b2b1ed70a9f0c61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465622,"stop":1710307465622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"fbcae8c37b12d546","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259433,"stop":1710307259434,"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":"fe9f02454f9f7ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807149,"stop":1710306807149,"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":"4a6f40e677e13508","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807146,"stop":1710306807147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"374c0a9af5c35192","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306865884,"stop":1710306865885,"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":"711670d98ccc3993","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981504,"stop":1710306981504,"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":"814b334ac78843fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"c108d32ec506327c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"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":"42210f36795730eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244657,"stop":1710307244657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"2f00ead971e63979","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ae2118cc8150f0db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306908763,"stop":1710306908764,"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":"2130bdc84c81d757","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"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":"ed91c4dad1f67b6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"ee86dbb12c830a52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247761,"stop":1710307247761,"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":"f4c2c96d706cecc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465632,"stop":1710307465633,"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":"b7a41313a40a0516","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306841072,"stop":1710306841073,"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":"e7188045e91edf61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"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":"bd7ec2aa8983562d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796318,"stop":1710306796319,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"fd16d263c671127e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791311,"stop":1710306791311,"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":"e643e20019f5f65c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"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":"9366d344f70107b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791276,"stop":1710306791276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679548594451","uid":"3390dd5a6f5d2938","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207094,"stop":1710307207094,"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":"3c0f298d45f795af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306818619,"stop":1710306818620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"155103fda033e27d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"92add123db6ce497","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306843280,"stop":1710306843280,"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":"fc4862740fcb3439","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2f3f5917c71eabc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"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":"a455888423ac0599","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358464,"stop":1710307358464,"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":"5d25bd26aa12aa71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078650,"stop":1710307078651,"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":"3eb3a12db899e94e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465629,"stop":1710307465630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"a772a1195095c96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306817450,"stop":1710306817451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"340c77a0ed4de1c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247759,"stop":1710307247759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832988000000 ","uid":"11394e9e3c68f30c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994273,"stop":1710306994274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208000000 ","uid":"dcf91f4dda3ea21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"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":"655c81158abecd87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045663,"stop":1710307045664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"9c0b31cbe5ccf3b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306795951,"stop":1710306795953,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"eefac74850f86f25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791802,"stop":1710306791803,"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":"63dae34702dd6ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"238a1e3678ff2384","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"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":"7d5ec46e2958dc45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307233597,"stop":1710307233598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a5743fbb8adfaf32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"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":"bcc25b97e22d5389","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306833580,"stop":1710306833582,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"6dab49c42effd416","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"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":"ee041736d3a13da2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"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":"761a42244aaed2b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791807,"stop":1710306791808,"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":"4929156d19bed9bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1d6a89bd245e2f5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981511,"stop":1710306981512,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9bb0ce2549f5b685","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"8ffdc3b9302e8202","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207064,"stop":1710307207064,"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":"dfc7567376b5301b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791272,"stop":1710306791273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"184f5fda87c9205f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783346,"stop":1710306783348,"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":"cacc380da1b93230","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045661,"stop":1710307045662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e8cee758ade97dff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307300369,"stop":1710307300369,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208 ","uid":"bb1a4a206de825c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"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":"fe43c47c6e0bde82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b7e9da6ceb20ae10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308619,"stop":1710307308619,"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":"83afcf2cd16e1e93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710306844184,"stop":1710306844184,"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":"b43ec45e5033e539","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465617,"stop":1710307465617,"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":"3fb35e908578f6a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207082,"stop":1710307207084,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"a8ecb8b81f7b10d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994270,"stop":1710306994271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"12cfb445ccef73b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"8402acfe0863d89e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"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":"1d05bd8ddd3be5e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078646,"stop":1710307078647,"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":"75de0caf2c24cf60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307325064,"stop":1710307325065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"2c9e6b240ddc59f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807581,"stop":1710306807581,"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":"b7c1c34ea574205f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"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":"5818b41177b8d911","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078649,"stop":1710307078650,"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":"ca603481f76b34de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783479,"stop":1710306783479,"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":"baa95e7f8a2f526c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"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":"4f74922d9c215071","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981504,"stop":1710306981505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"b5f07f518d95efc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791181,"stop":1710306791186,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"28dc6cad2c6b9cbb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811116,"stop":1710306811117,"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":"e2bae80d3bcaaeb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"b1b3ea3c22ee2619","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"e8338061c3675c3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306873746,"stop":1710306873746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c7437071b71ad4a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308620,"stop":1710307308621,"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":"264e98276ded3091","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904615,"stop":1710306904616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"a5cd33b8c2b73ab0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306846371,"stop":1710306846375,"duration":4},"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":"54e5413422851677","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904618,"stop":1710306904618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"45cdc78611b3b2d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307377258,"stop":1710307377258,"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":"8dba368c6f7a5db3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247765,"stop":1710307247766,"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":"e0b0c42546c24c52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is forward","uid":"54a5343050da809a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"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":"8d1e9a236b17131f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358465,"stop":1710307358465,"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":"2e17a6d124e819fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045663,"stop":1710307045663,"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":"60c55cebfd87e35e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045664,"stop":1710307045664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"7df7c6ee63b234b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465621,"stop":1710307465621,"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":"892ad9469a60e80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"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":"9946e83f566fd2af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807147,"stop":1710306807147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"84f9195fc0f8e0a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307105570,"stop":1710307105570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Mar 23 2023 05:20:38 GMT+0000 (Coordinated Universal Time)","uid":"abea62c3abf85959","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247766,"stop":1710307247766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"431b7e4e075f97cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e845b6be80c42e2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308619,"stop":1710307308620,"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":"ff502676eeada4c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791279,"stop":1710306791279,"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":"e9cfd3bd4133209c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"73017b1fe771cdd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"cc649f4529f9afc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807023,"stop":1710306807024,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"3e706644a574bf34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306844171,"stop":1710306844172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"38c8d87ee089eec2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078643,"stop":1710307078643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"56b4807bb648705b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783350,"stop":1710306783351,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"1485d544d1e7223b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308616,"stop":1710307308616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"21d6b553accd1617","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308620,"stop":1710307308620,"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":"7945e0514e314143","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"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":"7a042d9e30a3e7a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307308651,"stop":1710307308651,"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":"bac580444c8ffa96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994275,"stop":1710306994276,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"d1f8681bf8df9ccc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307351550,"stop":1710307351551,"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":"338264e49e30009d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207069,"stop":1710307207070,"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":"ffeed45fa8fdfcbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306816841,"stop":1710306816842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"1ccf41464944280c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306816841,"stop":1710306816841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"aa1d6a9389341663","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308616,"stop":1710307308617,"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":"36ee334c4cd23979","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306877071,"stop":1710306877072,"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":"32a2f44f0fd98798","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207087,"stop":1710307207087,"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":"2b66495eef116772","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807583,"stop":1710306807583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"70c029d74b3a4f35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981514,"stop":1710306981516,"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":"e53ad3fca24dd088","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981491,"stop":1710306981491,"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":"3597590afaefed95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994272,"stop":1710306994273,"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":"d8081ed8b174f564","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 04:20:38 GMT+0000 (Coordinated Universal Time)","uid":"16d5bf74f002c13a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247766,"stop":1710307247767,"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":"fa94cf7cc1ecf73d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307383799,"stop":1710307383799,"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":"4bc604a1442a69eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981524,"stop":1710306981525,"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":"872e8b03e8417bf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811114,"stop":1710306811115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"a82dc887ba4345c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078723,"stop":1710307078723,"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":"af3fb0b36bd0fc39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791280,"stop":1710306791280,"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":"81124934c58f99f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"9dbb889798e0d6b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307238429,"stop":1710307238429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f6ed73c12ba0a586","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994264,"stop":1710306994264,"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":"7814bd7753739ba7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465622,"stop":1710307465623,"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":"8ddd3cd47b7f3968","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904614,"stop":1710306904614,"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":"2e86d519770586d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"6551000661afdae3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307078640,"stop":1710307078640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"970247ad51cd4748","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981494,"stop":1710306981495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"317322a1e6dcd704","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307365850,"stop":1710307365851,"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":"a5f0f66c8d1426d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247771,"stop":1710307247771,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"743f7b959cd02351","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"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":"b36d6c6a7d0fa128","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307300370,"stop":1710307300371,"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":"c3e9e9c0c70883d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078639,"stop":1710307078639,"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":"cf701fc9996a67b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307300371,"stop":1710307300375,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"9823629c3f6659e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"4c655e4997fd5207","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"9bd0fc31229f0888","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247762,"stop":1710307247762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"d3c212d623f1152e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"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":"fa75ab86ed550c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307247773,"stop":1710307247774,"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":"19d6e23f87623bda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"66a448733488435","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358453,"stop":1710307358454,"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":"3fcc90cfba110440","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981507,"stop":1710306981508,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"4d89a1ccfe2dc914","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247757,"stop":1710307247757,"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":"d96e2d65425d975c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078639,"stop":1710307078640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3a5d6b5a6dc7ab5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465621,"stop":1710307465622,"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":"9420534aba8f9985","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306806601,"stop":1710306806603,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"79872207cf39daca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791804,"stop":1710306791805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e08fbc7d1d669cd6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308625,"stop":1710307308626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"fd8dd94ddae5d487","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207058,"stop":1710307207058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"971127f36fbb188f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796606,"stop":1710306796606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"b79c952f558e6c64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247760,"stop":1710307247761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"2b23b84d542088b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307207320,"stop":1710307207321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"358f3f2c4970a43b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307361633,"stop":1710307361634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"16f663fd6911995d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"3c8a8227a5415b6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"60cd3ef631a89cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358452,"stop":1710307358453,"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":"76ee843b7667e331","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465635,"stop":1710307465636,"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":"18c3c8d9f2d374d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306908764,"stop":1710306908764,"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":"24342cc142b33494","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710306994278,"stop":1710306994279,"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":"8c0327c863c5f79b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307247772,"stop":1710307247773,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"8351a78aa6001509","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342519,"stop":1710307342519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"e88c5d74f0294cdf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"45436bccdbd36f8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807025,"stop":1710306807026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"552a3fdbac73b6c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465633,"stop":1710307465634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"137cf75d4f9d4a02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783473,"stop":1710306783473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"d1edee3ee8eb8a66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994265,"stop":1710306994266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"57d78f0b3523a242","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807024,"stop":1710306807025,"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":"4cc13a75e4461e35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807148,"stop":1710306807148,"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":"ece39bb182a659f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207095,"stop":1710307207096,"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":"44df1d570bed0cd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306913478,"stop":1710306913479,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"8a4e3fc75e8371f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207093,"stop":1710307207094,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"1a092f0150f4d4c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307207321,"stop":1710307207321,"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":"12799eb728b399ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307361630,"stop":1710307361630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710303394451","uid":"f3255fe8979172f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207094,"stop":1710307207095,"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":"6cc4a0a7325ed109","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"937dd759a74f8879","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308636,"stop":1710307308637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"dd0226d908bae87f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342524,"stop":1710307342525,"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":"cfa8d6ca69caeffe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465625,"stop":1710307465626,"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":"3595c21704790a23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307325063,"stop":1710307325064,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"f7ba4e1bfc7a236a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306846370,"stop":1710306846371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"3ea20c27a80b2e5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307351551,"stop":1710307351551,"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":"51a9518e6721354","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981517,"stop":1710306981517,"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":"d2483d1eb56e756a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078646,"stop":1710307078646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"d86e27e65d071110","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307402637,"stop":1710307402637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"47160b3944138152","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307233597,"stop":1710307233597,"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":"46f68746f50cdee6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"136a2f9a9be414f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207047,"stop":1710307207048,"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":"5951d3800b2347fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259441,"stop":1710307259442,"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":"117bebb02dcd726d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308631,"stop":1710307308632,"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":"6190bac82b7d7883","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"6358787fd1d0eb59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392997,"stop":1710307392998,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"13a71e9b9fcddb3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981493,"stop":1710306981494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"4748a0e9f1f20db0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307238429,"stop":1710307238430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"f06232fe0196685e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994269,"stop":1710306994270,"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":"d9611514a374e4ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045662,"stop":1710307045663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"33efcf1e9544ead8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306817451,"stop":1710306817452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"916dd0c263e44a4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"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":"7f6ca1b54860dfd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308631,"stop":1710307308631,"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":"781b46343c0f200a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306877072,"stop":1710306877073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"e8d782f107a22eff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207000,"stop":1710307207000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"c174b63fd0a03578","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308618,"stop":1710307308618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"141971be20dd4e4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306873749,"stop":1710306873749,"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":"2b71b4b5e041ed7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"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":"d433febcd12a8172","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"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":"775e74f751ab19dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"cb2fd3d6c0607e72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"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":"235cbb7f16c82a5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392157,"stop":1710307392158,"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":"5a66a9d806d68062","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796318,"stop":1710306796318,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"b187afb44db4040a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"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":"3b5dff7d7101e26c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981522,"stop":1710306981522,"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":"69ff88b148aeb46f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244656,"stop":1710307244656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"ce05dda30542d80e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342519,"stop":1710307342520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"47779898da58d576","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"a82a3f7416a0f3e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207049,"stop":1710307207049,"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":"8ae9c9266c892a69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"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":"8dc364c747b628c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"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":"c20f5340b24b00bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"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":"71fdca3b6918ea5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a62589f6ca215a48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"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":"bf9216662e0a0d57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791278,"stop":1710306791279,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"113edc8693a5ff4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308630,"stop":1710307308631,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"a6564ec325b9e507","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306817452,"stop":1710306817453,"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":"a9d27b9164a2c223","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045667,"stop":1710307045667,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a0ba5e5942159cde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308615,"stop":1710307308616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"2c0f6d1e734a9271","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783473,"stop":1710306783474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"afd93c4176e04589","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"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":"716086bac3488977","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308622,"stop":1710307308623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"6696ca96b89d9eed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"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":"d789dab8d831290d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"a4bf2fadb86874d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783478,"stop":1710306783479,"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":"2da5bdfda13d89c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307383800,"stop":1710307383800,"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":"dfa4a03f36985f76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307325064,"stop":1710307325064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"159407dc774053b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308639,"stop":1710307308643,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"bb0251893ab6f044","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"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":"d43f84cb41bb53a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807148,"stop":1710306807149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5acde044e16529a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465616,"stop":1710307465617,"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":"6112b1d4cc0b3126","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"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":"2523f602b4d214cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307101318,"stop":1710307101318,"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":"3825e0ab0771d1ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"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":"ba2ddcbdc34fffa6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259442,"stop":1710307259443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b2ca281bfb340ea5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307351547,"stop":1710307351547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"38e7c6a940a06079","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"7777553cbaad4a23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"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":"ead1906609d6d38f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247762,"stop":1710307247763,"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":"fc2e7510e50165e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"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":"af26f23dba99a19c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"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":"c656142e10a02f39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307383799,"stop":1710307383800,"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":"8ad17b84395b6783","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981496,"stop":1710306981503,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"bc3baaa033abf130","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"b0d4890a462f8b50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783477,"stop":1710306783477,"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":"b7bb23ddc501c0ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358467,"stop":1710307358468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"cb4c4698de6976d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307238430,"stop":1710307238431,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"d3c29324a456748a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"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":"7f39107dfc6ad8e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078645,"stop":1710307078646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 06:20:38 GMT+0000 (Coordinated Universal Time)","uid":"151636316322d429","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247767,"stop":1710307247767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1a9fa9cdf487c856","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994273,"stop":1710306994273,"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":"3bb6826763ad5d28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"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":"51255a22a58646d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807149,"stop":1710306807150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"5342e26d3e5fc012","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306833582,"stop":1710306833583,"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":"2ba8dca9e38d7969","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207092,"stop":1710307207092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"a5d8e807b19989dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307207320,"stop":1710307207320,"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":"ca2b582eb9b51304","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307101314,"stop":1710307101314,"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":"52de6d03e248efd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"5196545d09880062","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306843280,"stop":1710306843281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"8efa5c7c014e11fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"4db6f6e911e9ef4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994269,"stop":1710306994269,"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":"f8f575284b0cd59f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"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":"e3e8224950aedc65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"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":"42b0bba164dd5958","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"7103721d540ca672","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307465633,"stop":1710307465633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"80bd6dda223934cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306873742,"stop":1710306873743,"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":"5804608f88f0622e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"b84ccf31107663d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"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":"dbf470d06d6e19cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"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":"97d8c380e25a2bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465618,"stop":1710307465619,"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":"d48f7e78bec72b61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"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":"14518bacbe16a52e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783663,"stop":1710306783663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d7ca195bd705ae2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8c80ce2ab01616f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308624,"stop":1710307308625,"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":"94636942511afd0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981518,"stop":1710306981518,"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":"e6471a4e3fe7b14f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d1291c25e0f7ab77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"f9a51d3548bd6922","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247765,"stop":1710307247765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a56681d53b0ad2cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306816842,"stop":1710306816842,"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":"a9430d7fb98f3b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078647,"stop":1710307078647,"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":"cacee6d5d5338caf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"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":"5927c8350a9e6eaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306806605,"stop":1710306806606,"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":"742abea930ece5ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306816843,"stop":1710306816843,"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":"5be1ee829b2582c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207063,"stop":1710307207064,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"3fec82bb7b063175","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308635,"stop":1710307308636,"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":"98f30a5843dbba20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078650,"stop":1710307078650,"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":"b5cabd941399f45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307308651,"stop":1710307308651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a084d0101a4b1b0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994268,"stop":1710306994269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"b3ce9496c9ce6348","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791801,"stop":1710306791802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"8944ca7233b02469","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306846369,"stop":1710306846370,"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":"c69c765e7375a420","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247771,"stop":1710307247772,"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":"8bc4d374f21fcfd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307285626,"stop":1710307285627,"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":"10e645bab1fa0461","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796319,"stop":1710306796319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"910a7410bb201496","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247764,"stop":1710307247764,"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":"1f8ddc00796efc27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"2084e3943a0de763","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306873747,"stop":1710306873748,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"e9a9dd34d651064b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"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":"6f9d2c1b0de26e26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981513,"stop":1710306981513,"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":"3f4789486fba8290","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807145,"stop":1710306807146,"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":"42ae85cd1aeca56b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"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":"dcf88502bd133396","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"d8bfe1a1fb1608f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"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":"842537653859fb14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"8a084db94f32185a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342528,"stop":1710307342528,"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":"3b08084aeebc746c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306913476,"stop":1710306913476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"e6f4bdbaa51811dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307465621,"stop":1710307465621,"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":"ba2aed0de7ecdd03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358468,"stop":1710307358468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"1e6c61c50be6d22d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306786078,"stop":1710306786079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"6c080a4167d9e353","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247758,"stop":1710307247759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"6154ffb8bb73911d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"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":"1c68ecdccdc20497","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306806603,"stop":1710306806604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"f9738146d6c36a86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307383802,"stop":1710307383802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7e036e43ce752352","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308618,"stop":1710307308619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"18066555c83e69dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306817452,"stop":1710306817452,"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":"ff1bbf3637d18d55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981506,"stop":1710306981507,"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":"53aaade720fddc9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783480,"stop":1710306783480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"15b577c3b82cd0fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710306807584,"stop":1710306807584,"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":"26062013d91a3239","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981516,"stop":1710306981517,"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":"a7489df2a1520fbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"3747a14e4385d0fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"4f0cc23be8da8b84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244661,"stop":1710307244662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"d55b295c954e78de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994271,"stop":1710306994271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"487136c672d9aaf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811113,"stop":1710306811113,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"5ee756fea438a477","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"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":"f1958781a922d330","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"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":"fa928579ee66768f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994276,"stop":1710306994276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"2ffe60db289622f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307078642,"stop":1710307078643,"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":"6f73eaff66e6ee16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994277,"stop":1710306994278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"c6464def5efb043e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"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":"d2863b3cded12e92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"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":"29b8914304db3d1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"dce829795d10844f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308630,"stop":1710307308630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"e34ab47665c4eb66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807025,"stop":1710306807025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"adfcd3a4dadabee3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306877076,"stop":1710306877077,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"2ab1adfc952dcf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"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":"2af4b01499ed7916","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"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":"22921888a08b6ea2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306841074,"stop":1710306841075,"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":"bca8c0d799250b5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207087,"stop":1710307207088,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"87af75df6543e27e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"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":"322ec624736566aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791275,"stop":1710306791276,"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":"aa08e4f65994b509","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358460,"stop":1710307358460,"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":"93a542a17b43f023","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710306844183,"stop":1710306844183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6507f46dd6e6ed99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994264,"stop":1710306994265,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6f1720d029b5785c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358469,"stop":1710307358473,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"38c00c623f09ddd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342524,"stop":1710307342524,"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":"392e071ff7e154ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"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":"a7eac3f2f4efd11e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981526,"stop":1710306981526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"f4341ea720b9d719","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306873745,"stop":1710306873746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"42fc0dc521d70a07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994270,"stop":1710306994270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208000000 ","uid":"942ea8097846c0f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308628,"stop":1710307308629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"9cc77513a4f98d1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307377258,"stop":1710307377259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"f234971769de4f77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307377259,"stop":1710307377259,"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":"553e808c8c82db60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e24845828d35f29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308617,"stop":1710307308618,"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":"af8fc602f8a93d20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465624,"stop":1710307465625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"3933ea1f3a2816a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306816839,"stop":1710306816839,"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":"9ff2747ee46298db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"35416b4effa96e0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307402636,"stop":1710307402637,"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":"13ac06ff71f7e8eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"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":"2def8b1e1cd507fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"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":"f6839a2154897bd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"79be96b91a983cb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904613,"stop":1710306904614,"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":"507f40509b1b0efe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807582,"stop":1710306807582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"8967d765cf0753ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"1464194acb38af00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308637,"stop":1710307308637,"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":"58eb754c0b307e86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078647,"stop":1710307078648,"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":"f1cfa585c2d275b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307325065,"stop":1710307325066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"b114d1fd05a985f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"8d08b00f985b7667","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078636,"stop":1710307078636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"52a107c4582588ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"bbc0eb3feaa1a9ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"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":"9304872b0e847c78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"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":"17860a1655dacda4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306833584,"stop":1710306833585,"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":"3423716523d872a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"a568868ad882a0e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1710307270090,"stop":1710307270090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"5c64670c4b0c7beb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783476,"stop":1710306783477,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"ff3ad5448c070309","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306873744,"stop":1710306873745,"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":"4c3453a6dc8bc6c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"dc85bceac9c30dee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"6195a75d2af54be7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"c58e5b8bf671e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"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":"e0ec76e6ae059267","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"48b69f71c5d68396","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981503,"stop":1710306981504,"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":"942f45714d816161","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"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":"cd1ce11214338bcc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307285628,"stop":1710307285628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"35820cf3ab8f27fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307101317,"stop":1710307101317,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"a6805335f4239e75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306841074,"stop":1710306841074,"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":"a44d8e03505b29d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"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":"d680aad7b5939743","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811117,"stop":1710306811117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"3fb543ac194a1415","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807578,"stop":1710306807579,"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":"c59310b716db04a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207069,"stop":1710307207069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"a9818e267cfccc64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207051,"stop":1710307207051,"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":"3254d2ceff22af12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207070,"stop":1710307207070,"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":"2c0abfdfabf9ae75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"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":"ca7da19ba41eb4eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981511,"stop":1710306981511,"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":"4d8e9aa7435d6d23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"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":"f5c0f2e3af496c30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358461,"stop":1710307358462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"2c4c4a1d46dca0f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"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":"567580d3caf8b20c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358461,"stop":1710307358461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"9a6a1cb256b9282f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392999,"stop":1710307392999,"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":"deb8785009bc7363","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"1f2a6ed620d3bf35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"de30c0be5a782e71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308648,"stop":1710307308648,"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":"a1429473f82d3959","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"5f045d647f60bfc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392999,"stop":1710307393000,"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":"1d3b9335095bb3ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"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":"c19b90daaf76611d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"544ff99790528a2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308623,"stop":1710307308624,"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":"30c5de6fa0dc5c65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306816837,"stop":1710306816839,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"211eb4cbfbdf0041","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308646,"stop":1710307308647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"f9ba7eb6cd24287","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307207322,"stop":1710307207322,"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":"bb0fdb54a62df8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"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":"1edf0235af8fec6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"88c6fbccd58dee3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207050,"stop":1710307207051,"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":"e51a178e2edeea2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"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":"a39d4a1309de00de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342528,"stop":1710307342529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832208 ","uid":"205ccb75d17f1e67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308629,"stop":1710307308630,"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":"e865917c9879f60b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4c29f30fb86f4984","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358459,"stop":1710307358460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"9c5d3446ca166267","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"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":"551c392fcbaf7f61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392998,"stop":1710307392998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3e3789192373e528","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"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":"7b314e24ce08aa48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783474,"stop":1710306783474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"cb4bc72713037b38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791806,"stop":1710306791807,"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":"882bb1db3e0547ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"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":"3a22800c63a4b640","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807147,"stop":1710306807148,"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":"953b6c4958f6ffe2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"e8eeb17c6ae0787e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"f9508b104b81059c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"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":"4eb0d791fbe7984e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078641,"stop":1710307078641,"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":"11290bacd315498c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"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":"1458c7deccfd5e79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"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":"c67e5097289e79a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"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":"aed4c493d9130c58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"593a27e661ce0f00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"730f8adb736453b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358457,"stop":1710307358458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"2c0feff6ec28ed9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981521,"stop":1710306981521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3b0749efd22f39dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307342523,"stop":1710307342524,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"6b3a2aebad6f2d5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307300368,"stop":1710307300369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"1ab840fd47e5a0a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"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":"40a1f62f5914d002","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306913478,"stop":1710306913478,"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":"16ce89f3f538c993","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306786080,"stop":1710306786080,"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":"bdfa7faefc1463e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247764,"stop":1710307247765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"cc59c9a10a2d041","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1710307270090,"stop":1710307270091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"2f99f2f7f33bd728","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307365852,"stop":1710307365855,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"7e5d050fc19ac9f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981495,"stop":1710306981496,"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":"e4cebeedefcb16a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791277,"stop":1710306791277,"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":"90735eebe174ec27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"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":"32c1cfc7a9ac561b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307308634,"stop":1710307308634,"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":"195d4824ca7509f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465627,"stop":1710307465628,"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":"11c683f556ab6dc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"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":"f2a2fdc9d308325e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358463,"stop":1710307358464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"6c030587f5328416","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306833586,"stop":1710306833586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"b51c93af8719d837","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"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":"c6aac06e5388af35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"7c543862f1b45555","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392998,"stop":1710307392999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"879d91838df8ad6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"e9b8386293980a54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"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":"27f7bb091abd7099","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308649,"stop":1710307308650,"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":"a4701230afe58d27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"705a5ed42fd5c176","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"b3449055ba1206e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358454,"stop":1710307358455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"8e3bbc41f1d409","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981490,"stop":1710306981490,"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":"a7a2ea1325f77e08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307285627,"stop":1710307285627,"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":"edc6b1d5e7fb67ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"fbb3c6b7382a8e0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306865885,"stop":1710306865885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e1b43c71a5f4ee15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"cd1e6b1114c7ef86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"22de5cbb2c158a6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307238432,"stop":1710307238433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"56ca2f702c4cdb02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358454,"stop":1710307358454,"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":"a07aa6f7963252e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"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":"2ff27dd2aca6d39c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306844173,"stop":1710306844173,"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":"c08ad151d59b5ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"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":"adb389a18970232c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"6baaff4bb81b1029","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"65e301b3f862dd4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308627,"stop":1710307308628,"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":"349c76ee852db424","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"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":"6271a0a94214c2cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981492,"stop":1710306981492,"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":"e6cbeffff593b0af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307325063,"stop":1710307325063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710306832988 ","uid":"a8a67af661581c53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"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":"6602ffbc2d1b7fcf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307308633,"stop":1710307308634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"d669d81e8897781a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981518,"stop":1710306981519,"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":"3126d9bf5267218d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981490,"stop":1710306981491,"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":"2294fecd7e9df599","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"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":"1cbec48f3bca7534","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306904613,"stop":1710306904613,"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":"9d054ecd1d11d4dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358463,"stop":1710307358463,"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":"10e48418c2c609e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"2ecb5beb9cd837ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207048,"stop":1710307207049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"2c3cf95941c3b38f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791805,"stop":1710306791806,"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":"2252bf85cd52830f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981505,"stop":1710306981505,"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":"a9c1bfddce030e6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207089,"stop":1710307207090,"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":"9a09baf643304d51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045666,"stop":1710307045667,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"34f98c9f388fed0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"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":"24efdf966e4ef57d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307045657,"stop":1710307045659,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"cf1063a889173df4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306786079,"stop":1710306786080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3873c2a838e3860","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078643,"stop":1710307078644,"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":"4bc2a826a07b6814","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710306844184,"stop":1710306844184,"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":"61c060417c4b4762","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981493,"stop":1710306981493,"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":"1875af12e2c59931","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"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":"ee8f0588407f024b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307383801,"stop":1710307383801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"742eb5781edf2ea0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307402634,"stop":1710307402635,"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":"8b043309421b5cb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"abc4a3e44ea97fda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207049,"stop":1710307207050,"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":"b4141f08ebea1fcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306841075,"stop":1710306841075,"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":"c56ed0be79bd67d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"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":"f7c2deca11224d58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307308632,"stop":1710307308632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"be4ed2861859f6eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307209808,"stop":1710307209808,"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":"1917de482d108400","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"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":"7254d42a33efe684","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"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":"97bda8c337a5c64a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306865885,"stop":1710306865886,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"968a1ec7be9646c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358473,"stop":1710307358474,"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":"29dcb7d30a014cee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465630,"stop":1710307465630,"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":"78b3ece2be02bb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"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":"ac1f82296aa79cd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465617,"stop":1710307465618,"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":"e47c2f33b32af69a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"b6845659f84394d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307365852,"stop":1710307365852,"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":"ee0ed5f7788a0a80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710306994279,"stop":1710306994279,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"7e0d07aee28f8a2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"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":"64c91b6636082be4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244662,"stop":1710307244662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"b0a21d2a8553faf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307365851,"stop":1710307365852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710310594451","uid":"93d4fc52a154513","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207095,"stop":1710307207095,"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":"93b7453da3e18ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"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":"779e1f43412c6cc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"741572ae6f282d89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"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":"cf2f9f8964afd77c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"53b8d25dee8981b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"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":"df047f801a1bd5d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783479,"stop":1710306783480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"c83c95df309a546a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247755,"stop":1710307247756,"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":"151b20ca48228c7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"700938fcc86d7da1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994267,"stop":1710306994268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"6fdcddd8ac1092c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306811112,"stop":1710306811113,"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":"d8f4cf8e0f63724c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306981494,"stop":1710306981494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"9b4723fba15555c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994268,"stop":1710306994268,"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":"e535e689cf29bd40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259442,"stop":1710307259442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"30290d8d4eb18297","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306873747,"stop":1710306873747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"4f9b2c23a0afcd26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"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":"27073afe74dd3c08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307383800,"stop":1710307383801,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5688ff431f6dac0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"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":"57d6ce172fa7f326","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307114395,"stop":1710307114395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"1bd164ed205a8a0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307101313,"stop":1710307101314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"139f60852ff4abed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"2c53c3e6c7c27a6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207052,"stop":1710307207057,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"8eafc9118d188e0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207071,"stop":1710307207071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"62c2fd63fa08f33f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"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":"cd9aa4dc148f4c84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"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":"2f54d7516c668185","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"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":"3e85f9a879ed1346","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"3de4427b91b7c01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306873748,"stop":1710306873749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"eab128fb35e5d15a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"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":"4d7a153b8460549e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"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":"e6205a6aee9c2fca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"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":"f07c2a9b3e2549b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307078638,"stop":1710307078639,"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":"db08c2ee3491875c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307207091,"stop":1710307207092,"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":"4247b95aded116c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"befaca5b98b5fad5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306873741,"stop":1710306873741,"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":"a3974946fb4e638b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306994278,"stop":1710306994278,"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":"3836398dd70fdd8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"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":"f4d077dd4bff4640","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"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":"55508c08e2144442","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307358473,"stop":1710307358473,"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":"5ed18f83e88104b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"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":"c44e49cf7d62444a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306844181,"stop":1710306844183,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"cfaff012410118d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307351547,"stop":1710307351548,"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":"60ba3f14664d6811","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307300375,"stop":1710307300376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is backward","uid":"8f1e25b816e85949","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"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":"a4b45d0fa29e663c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710306913477,"stop":1710306913478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"d1131d33fd90a6ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308026835,"stop":1710308026836,"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":"ac4e5b382205b17f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307948133,"stop":1710307948134,"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":"39bc231b2d43a2ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308508730,"stop":1710308508734,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"72928242b5434284","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890266,"stop":1710307890266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"56f5bce47b8ba178","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"7e13bbd413bdfe67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710304497857","uid":"e1dd37a17fe8a8a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322618,"stop":1710308322622,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"6fe3045070ee056f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192977,"stop":1710308192977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"f5a188b7ef2a5c66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459428,"stop":1710308459429,"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":"9d9819428e416d31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897781,"stop":1710307897799,"duration":18},"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":"cbaa443eb1a7ea22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192914,"stop":1710308192915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f7d198b9a77056b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"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":"ba12ce608833de45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914072,"stop":1710307914072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"637f3196ed316a60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"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":"92efcaff04194f18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167157,"stop":1710308167157,"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":"50d526e8d6feb0b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"3f09598def689f9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"91a9d57cda423db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459425,"stop":1710308459426,"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":"dbb9702127f61154","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307950775,"stop":1710307950776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bba8bbf311fde437","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b944e98ee8cf4ca4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307971894,"stop":1710307971895,"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":"442f47c9965aeae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"4b223140dbcd553e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898607,"stop":1710307898608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"370e90bc1e140e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308348759,"stop":1710308348759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"a958b7f2080e216c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322565,"stop":1710308322565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"2664e399b5bc69a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308193083,"stop":1710308193084,"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":"22c4c55deba96b8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307940164,"stop":1710307940171,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"ca250cc38ddb51da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192920,"stop":1710308192920,"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":"513d1404a75654b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"5d8f9c18fab1002f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366470,"stop":1710308366471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"e9997002b2a37e6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898608,"stop":1710307898609,"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":"ec740b4a021dd391","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"aa32ef4496a20c61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366469,"stop":1710308366469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dad27c52ad371a81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308464139,"stop":1710308464140,"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":"5e8486e7bc41eac0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092688,"stop":1710308092688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"c98bf4c3e739eac8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"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":"e074a0bda35cc3da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"ad080523fcfdb610","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459424,"stop":1710308459424,"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":"7a43f300770bfa02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"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":"9ed9d83a3d684b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007020,"stop":1710308007021,"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":"72463fb32e87df8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918136,"stop":1710307918136,"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":"1d1310b738ab2ad7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"2f58b0d2296ef184","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"604686753df1b9e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"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":"6bb0c973bea42388","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192923,"stop":1710308192923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"58817b80abfc90ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"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":"e9033d1f148e94c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192915,"stop":1710308192916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"ac4d3faef5e2b526","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322564,"stop":1710308322565,"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":"dec49bea28116913","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"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":"5e545a6d1a486c60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092687,"stop":1710308092688,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"df5f276deba61d86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092710,"stop":1710308092713,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"f0bdbb0df219698a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092718,"stop":1710308092719,"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":"1f251cecc999254f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"4568c4cb1a3650d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"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":"3a81e52a60e4699f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459429,"stop":1710308459430,"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":"d2eccaec09565227","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416736,"stop":1710308416736,"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":"f736ce3f9f063dc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903499,"stop":1710307903499,"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":"ab61a767c8ddc7fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097736,"stop":1710308097736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"37a395b22fd28cd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898065,"stop":1710307898065,"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":"e46d8319e6b46486","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307950776,"stop":1710307950776,"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":"c54954d908a46041","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"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":"19621e5608720560","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1a552a3e871c91cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092717,"stop":1710308092718,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a31cddde6ff2d07a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572942,"stop":1710308572942,"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":"739253a7f12e1667","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307940172,"stop":1710307940173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"442782313c28b573","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"8ce25c6e5d913987","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459427,"stop":1710308459428,"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":"68fe92b958c2402d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308426367,"stop":1710308426368,"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":"4dc13eea5f490538","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"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":"9d551bb723d2168","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307892759,"stop":1710307892759,"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":"46507603489e1dfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572935,"stop":1710308572935,"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":"1f612f919e7b9fdf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371312,"stop":1710308371313,"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":"fc8f7f63be5e847d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"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":"23b4e6317755ed0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371307,"stop":1710308371307,"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":"2593a621e1209fca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307923914,"stop":1710307923915,"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":"283e444ec6452b0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"7eba469f3e5f2764","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"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":"9750a678d29afff7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918134,"stop":1710307918135,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8e4c928caf641c35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"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":"17fc99058e7599e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463693,"stop":1710308463693,"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":"428474aeb64bb48f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"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":"ac648d128b89a139","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308508712,"stop":1710308508713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"a5bb15c1e84648ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366458,"stop":1710308366459,"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":"24e69fab97801d0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6fcfb764d74141a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097727,"stop":1710308097728,"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":"1a28a9451fdea568","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308649158,"stop":1710308649158,"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":"2a4c7ac96055abc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"e51c6c5265b64fd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366465,"stop":1710308366469,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"2ef6733b37ed9b89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898597,"stop":1710307898598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"a9a09a06316dedd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898066,"stop":1710307898066,"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":"9da10f2a72d020c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897768,"stop":1710307897769,"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":"cfdf67519d6995a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"3f3c1ea9af5a66e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"ff7f2f8f9c8b2998","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366494,"stop":1710308366494,"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":"17cafc41b2943637","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092685,"stop":1710308092686,"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":"75abdfcd2db96901","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308024292,"stop":1710308024293,"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":"f2cacbaa00985814","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897774,"stop":1710307897774,"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":"fa1e504b3d2c7fa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416721,"stop":1710308416721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"89b54af2980f24ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308510825,"stop":1710308510825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"8909c0c2f9cb72fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366457,"stop":1710308366458,"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":"46021ac8c5c435a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167159,"stop":1710308167160,"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":"b6b89dedd9d6ec23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"6f13750332477f0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416732,"stop":1710308416732,"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":"e21393c53b3cec0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308026835,"stop":1710308026835,"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":"7caada47cca0eb68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"54f4d9bb2c67e583","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308481021,"stop":1710308481021,"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":"d9ae48c2f1e7a7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307940002000000 ","uid":"429e3a3aa99003f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"9aa22523f7525502","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308231836,"stop":1710308231836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"7ca88e97a24a550b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459429,"stop":1710308459429,"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":"b52bafb347cd27f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308433839,"stop":1710308433840,"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":"9111ea84523b95fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192969,"stop":1710308192969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"a56f00e9692bb775","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371295,"stop":1710308371296,"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":"d8ced2d3e8f755f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308416729,"stop":1710308416729,"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":"88fe3a2699e813cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"8f368556e5b8d11e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"65b1a4ce2339e5d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914371,"stop":1710307914372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"3893b70c493510a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371309,"stop":1710308371310,"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":"44448a09524c17c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192912,"stop":1710308192913,"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":"da9b36da9b9593d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"1dd7ebff91c557a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322567,"stop":1710308322579,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"88d3a1f39edc2c6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572941,"stop":1710308572942,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"e8fabb958e19000b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357664,"stop":1710308357664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"8c36f2a47e6b003f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308477759,"stop":1710308477760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"746e53115698be23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903499,"stop":1710307903500,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"9db02907f6a1d226","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"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":"aee894d537875470","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897780,"stop":1710307897780,"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":"30632a885828bf4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092707,"stop":1710308092707,"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":"dd801977b799a42f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"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":"151e106940af2b94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092690,"stop":1710308092690,"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":"fe93c0551b6e064d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322610,"stop":1710308322611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"d968c71f3ead8d00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"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":"a2d57c5036577429","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572941,"stop":1710308572941,"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":"48686c9a1db84331","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092701,"stop":1710308092701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"96248d99d46394e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308193084,"stop":1710308193085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"655113f0cb5009c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"9195e5e15efab4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898605,"stop":1710307898606,"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":"cc78f382b53348b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308649156,"stop":1710308649156,"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":"25e64543726f07fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"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":"8b46c3f41c89c6e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"51acecb33833ebf4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914372,"stop":1710307914372,"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":"e31cff1543df4bca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"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":"74f11ca386c36d84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308097737,"stop":1710308097738,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"41185fd0f9bddb0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366460,"stop":1710308366465,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"c6f0b192b239015e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092689,"stop":1710308092690,"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":"4af4f3a79477d29c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308225037,"stop":1710308225037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"da542bdf2c5dd278","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366471,"stop":1710308366471,"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":"a3e7a40f648c632b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"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":"e82920e09474de85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167159,"stop":1710308167159,"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":"f0454d6ff7ece765","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463708,"stop":1710308463708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"cd2cd43851ee5c62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307980883,"stop":1710307980883,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"58982cd0c04249c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307980881,"stop":1710307980882,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"f2b7cf52b3aee244","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308322787,"stop":1710308322787,"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":"306fe3e09d6aac20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"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":"30081ab3344c28d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"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":"4173465555050b68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097730,"stop":1710308097730,"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":"2e975ef6965267ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"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":"584068ae20efac07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890264,"stop":1710307890264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"18bde4749d78fbb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308481022,"stop":1710308481022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"4afd6ad1b22c9cb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"26fb4a83e7160219","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192919,"stop":1710308192919,"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":"50854f5204d29865","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307892759,"stop":1710307892760,"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":"7ee1aee8ea0aa9f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"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":"16a65405028bc6c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097737,"stop":1710308097737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"8456d9887da5650e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307980880,"stop":1710307980880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"9c6ab8325e4360b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"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":"fe8f8b7d9d7213a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322596,"stop":1710308322597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"64d984a33c1d9dfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"bcd9f99af2ecf06f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572945,"stop":1710308572946,"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":"4fd5b5709c2c97f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463727,"stop":1710308463727,"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":"42b25df2457072ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"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":"17b7f08f56085ca6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308402072,"stop":1710308402073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b3d577cb6bb721f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"79fbfbe79c032d6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"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":"89ca8c82e825b65e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914056,"stop":1710307914056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355 ","uid":"84b1d7798322e257","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416743,"stop":1710308416744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"2a6d9e9653fbc5be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307980882,"stop":1710307980882,"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":"f0d27bd976a46a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"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":"db111bc63068ec1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371306,"stop":1710308371306,"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":"419b2409f8930b61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308024294,"stop":1710308024295,"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":"e5a01a74d62c8db0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092714,"stop":1710308092715,"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":"4293adce4c6fb72f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914056,"stop":1710307914057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"44683a8cdf7f16e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097724,"stop":1710308097725,"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":"f35b159debd005c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"8ef819c359058ade","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416721,"stop":1710308416722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"dd6e01bb2bd73fcc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308225036,"stop":1710308225036,"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":"79464d5f1aa3ee20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c8d1183146f45971","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"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":"7946af4b1566759b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416723,"stop":1710308416723,"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":"b21d2a90f8da1c78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"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":"ea1a00b9199bd8ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903500,"stop":1710307903501,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"30f1f7a89299a781","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307991228,"stop":1710307991228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"5366b2308956d322","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308464142,"stop":1710308464142,"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":"b315b480fe2eec38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007024,"stop":1710308007024,"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":"7111ad0a39bcf64e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092690,"stop":1710308092691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"2f9f9eaf36e19be9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416730,"stop":1710308416731,"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":"5bb885987af1261a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307912517,"stop":1710307912520,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"659f0f6738b3f8b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950103,"stop":1710307950103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"856c6dd98bcbf879","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308510824,"stop":1710308510825,"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":"e0848519159e3e4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308026833,"stop":1710308026834,"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":"fa9e9ef30b1a6817","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092700,"stop":1710308092700,"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":"bbdf296f293cabce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308464141,"stop":1710308464142,"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":"7cf7091976c49855","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308508713,"stop":1710308508714,"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":"d1ddd75a8cc82de7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898610,"stop":1710307898611,"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":"1f11683e170dbe81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"82b670b0d8b7e698","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463677,"stop":1710308463685,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"97973916a21869f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"c5623ff0da329f91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"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":"1631198a807769df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"57491081423ef38b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308515424,"stop":1710308515425,"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":"f7984a23c6c87e01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890266,"stop":1710307890267,"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":"d4e9adc87979262","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897780,"stop":1710307897781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307940002 ","uid":"2f144ad72b15d34c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"8905cadf20ceef91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"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":"b3907749ac12017d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097735,"stop":1710308097736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"380a805806d742a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"961c402fe2a47a78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307906862,"stop":1710307906863,"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":"f81e7e4c13976f15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"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":"7b3d7a6013d7505","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192921,"stop":1710308192922,"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":"d15b46c9db9e57c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092722,"stop":1710308092723,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"b9e39a5c781d2946","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307923914,"stop":1710307923914,"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":"bc3887ddc54b7338","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"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":"963bd816a7c1d5c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463694,"stop":1710308463705,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"3bc45aab135e781","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898597,"stop":1710307898597,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"4129f5d41c6ca22c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890343,"stop":1710307890344,"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":"3ef6b91ac3fc51a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192970,"stop":1710308192970,"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":"61926b0960a885db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914058,"stop":1710307914059,"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":"5ceda4b1ae9a1445","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192969,"stop":1710308192970,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"c30488924245eddf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914370,"stop":1710307914370,"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":"cf2af3d0fd8ecf01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890269,"stop":1710307890270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"f6c155ef26e07f71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307971895,"stop":1710307971896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8e9f99911ffa2a09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"9c02f68bff4018ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416725,"stop":1710308416725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"227b02546ef5e893","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092713,"stop":1710308092714,"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":"1db4fc4c2d960b8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ee7fed40c2cffe70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308495153,"stop":1710308495153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679549692890","uid":"a3901eae495650d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463732,"stop":1710308463733,"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":"95e0f99bb51c9783","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322611,"stop":1710308322612,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"79b8b787a6cf01e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308481018,"stop":1710308481018,"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":"7724b163879864e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463691,"stop":1710308463691,"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":"fc51bc7c7619cbbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903346,"stop":1710307903347,"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":"1b5307b8e719aeb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"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":"fbe7bc3233a5d29a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308416728,"stop":1710308416728,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"65980bf9de865008","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"c8a3fa7019ab8ca6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"7ff5db574664ea58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307980879,"stop":1710307980880,"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":"e3ed13a86cd67a07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308225037,"stop":1710308225038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"fd418f4863adb7b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914152,"stop":1710307914153,"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":"93a0c157206c50ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322615,"stop":1710308322615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"f2474eeecef8ba48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092684,"stop":1710308092685,"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":"64a1627951e49c06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307940215,"stop":1710307940216,"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":"2a8d234c63eecf70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463691,"stop":1710308463692,"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":"e63d4d5b9856819a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366509,"stop":1710308366511,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2fface4cb94b5716","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"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":"47748d5a901eaa18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308426367,"stop":1710308426367,"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":"838507040b6f4e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416742,"stop":1710308416742,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"bd10deb17e6d3b4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416722,"stop":1710308416722,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"bb10de6475d771c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"54780751d24614ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918131,"stop":1710307918131,"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":"bf5730553fdfba4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308026834,"stop":1710308026834,"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":"aa0d2811c8ab0fac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371308,"stop":1710308371309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"bff70a352c922ddf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308231895,"stop":1710308231896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"45b4ad98def2a4bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308371299,"stop":1710308371300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"8bc89afb1807ee97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416731,"stop":1710308416732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"168699eea91ad1b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898039,"stop":1710307898039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"1a07aa4ca726b54e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308485477,"stop":1710308485477,"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":"801d856912befc9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"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":"2ab136ebe35cb252","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308481019,"stop":1710308481020,"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":"6d2d288efad1f2ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307923916,"stop":1710307923916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"3ff96476e2446433","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308510824,"stop":1710308510824,"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":"c5c549e543302556","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357663,"stop":1710308357664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"679af2e30c4ea1a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092704,"stop":1710308092704,"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":"562b2c9eff20cb82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092702,"stop":1710308092703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5c3cfb3678de1e90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"c9c076e66d864268","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950104,"stop":1710307950105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"c3850fc58e56d531","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"f4fdd7f0558ead18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459438,"stop":1710308459438,"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":"ec2ddd1adfab68a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463690,"stop":1710308463690,"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":"28f120756f1d0127","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950772,"stop":1710307950772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"e9a03dcdb8819aa6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"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":"2aa78ba7033620f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572943,"stop":1710308572944,"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":"210ba9f3286cdde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897775,"stop":1710307897775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"bf38b3c27f5e49a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"4efa2d83395a7686","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366534,"stop":1710308366534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"1d48597e1996675e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"5850583be5b811ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097725,"stop":1710308097726,"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":"e3ab2c51803feee4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192972,"stop":1710308192976,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"2f981f12526318e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"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":"cb13348c58157251","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308416748,"stop":1710308416748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b95bacd21361c88b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459437,"stop":1710308459438,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"20243ed8033a8488","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308495152,"stop":1710308495153,"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":"49e40c71abde82f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"5058ba511ee22cbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"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":"6eefc1511fcdabd6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"6b265a8c2db64f1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914059,"stop":1710307914069,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c219c5cdd92dffd7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097729,"stop":1710308097729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is forward","uid":"f2351cad233a2204","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308477760,"stop":1710308477761,"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":"fb2684be62889246","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897773,"stop":1710307897773,"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":"b15c7072fbc83d9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"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":"3a1c5fa915811474","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371298,"stop":1710308371299,"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":"11528354d9817213","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322614,"stop":1710308322615,"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":"d7526c5ff44f936","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307991226,"stop":1710307991227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e18f2b41e2124324","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"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":"94d202265557b95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"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":"79e48092a8e987e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"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":"a9df3bd32990f3f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007026,"stop":1710308007027,"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":"c562f0bf9562f114","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371302,"stop":1710308371303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710304492890","uid":"cc1488d478c0318a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463734,"stop":1710308463741,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"9e66eb9adf5eeea0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308485475,"stop":1710308485476,"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":"5f5f9aea320ebe41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914374,"stop":1710307914374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"bbe0acc788da3bcf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092705,"stop":1710308092706,"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":"998d0f3d1a58d304","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463743,"stop":1710308463744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"d8c7454cc6b83a52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914153,"stop":1710307914154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"c60c32df11b0567b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6ab479e4414643b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322615,"stop":1710308322616,"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":"fde04bd30e1a5e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307940135,"stop":1710307940138,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"fe91df30b2f2ac7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366526,"stop":1710308366533,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"b42004c7de0f1c81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308485477,"stop":1710308485478,"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":"b7fa8aead07c45a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416727,"stop":1710308416728,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"70ba40a2b1007e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307902926,"stop":1710307902928,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"d45c72a81614a752","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"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":"73fc13e1a2da15bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167160,"stop":1710308167160,"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":"59599f58f3b10d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308494292,"stop":1710308494292,"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":"404693b7c9f44206","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"5e86b9b0e6a71c85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"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":"c6f416e4a072265b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307991227,"stop":1710307991227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b134ea2c4c41efb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416744,"stop":1710308416744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"b794452d1d7d235c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950103,"stop":1710307950104,"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":"bef8bbad2c253617","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308366525,"stop":1710308366526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710311697857","uid":"ced572415015a932","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"73e61247632e2093","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1710308388676,"stop":1710308388677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b6963d4d261cb89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"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":"2f1cf38391dc2909","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"364346e30d0a3db6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898604,"stop":1710307898604,"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":"6673ddf96a113fa9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308026832,"stop":1710308026833,"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":"c2897b7fe6273c64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192924,"stop":1710308192955,"duration":31},"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":"8412b4099a1f4f25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308225040,"stop":1710308225041,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5a8ddfa2f416cfaf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416736,"stop":1710308416737,"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":"4529e8375b8ffe73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308494291,"stop":1710308494292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"10ec031ba2621475","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"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":"a5d2710fe934adac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898609,"stop":1710307898610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"4ae01a930bb4c68c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416725,"stop":1710308416726,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ae455015e49eea53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092691,"stop":1710308092699,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f0a66a17808cffe3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307971895,"stop":1710307971895,"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":"fa9d8d79130bff9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192916,"stop":1710308192916,"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":"8f70853da5af5ead","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092685,"stop":1710308092685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"a2a0c02e20b55eff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950104,"stop":1710307950104,"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":"ab75b6b0619f6720","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322609,"stop":1710308322610,"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":"109206928d717bb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308494292,"stop":1710308494293,"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":"866a9c956e93f7d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097734,"stop":1710308097735,"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":"5a173d605b76c2c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"2fda8488ae92c13b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"a2a13a70ec24708f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366456,"stop":1710308366456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"104040261e5581e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308325356,"stop":1710308325357,"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":"4fccdfcc73f1d53b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092699,"stop":1710308092700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355 ","uid":"3728b8571c1a278e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416724,"stop":1710308416725,"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":"e4cdedf9e3e955d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308402070,"stop":1710308402072,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"a15bce393d5fdd3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914372,"stop":1710307914373,"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":"c7d3b14d46472c1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308481021,"stop":1710308481022,"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":"7929bfc9e9d0147c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308433841,"stop":1710308433841,"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":"700db9ecded6b381","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092704,"stop":1710308092705,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"408038acf5fa6582","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307948301,"stop":1710307948301,"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":"863c4b36cc41b13b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167162,"stop":1710308167163,"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":"223a9ee6413644c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416728,"stop":1710308416728,"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":"1f4b78982dcf46d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463693,"stop":1710308463694,"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":"d970b9e8f5bd7b75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308508734,"stop":1710308508735,"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":"97b5d4d8cc7677d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092703,"stop":1710308092704,"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":"35752b624669f577","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371301,"stop":1710308371302,"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":"e466bb6ca0fa3733","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092687,"stop":1710308092687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"6160b08711ee273a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"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":"8e8d0276ca592d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167156,"stop":1710308167156,"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":"26984cf4fa214464","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918134,"stop":1710307918134,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"aa20451d8638316b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416732,"stop":1710308416733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f7904c9ebae93f06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"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":"8664e8cba76b4d45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897770,"stop":1710307897772,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"33dfe1f4260c6e43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890267,"stop":1710307890267,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"321c8eecab6a37d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308510823,"stop":1710308510824,"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":"b70f09c82b959e2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"e1a6ffacc78d9a91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307980884,"stop":1710307980886,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"efa888bf35fccfb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459438,"stop":1710308459439,"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":"83fa7ede22082b24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"eb8d11f05e1a0b93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371293,"stop":1710308371294,"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":"94c1a6601a18a435","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572948,"stop":1710308572949,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"695f48d4b2852565","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"890f2f771fad488d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463728,"stop":1710308463728,"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":"bcc25e0c44746b78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"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":"e8ed92cf92361e36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"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":"8f74ce67607fe248","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192970,"stop":1710308192971,"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":"263a24341c9e7b8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914373,"stop":1710307914374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c1a3fd449d1ba131","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"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":"48ca89d32a048cd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307950774,"stop":1710307950775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"9d57b5bb71a46123","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"2df243e0b95a8cf7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192911,"stop":1710308192912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"8e92bddc868abe9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357664,"stop":1710308357665,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"359fc7ba8c7e550c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366456,"stop":1710308366457,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1679549697857","uid":"390f9fd1641e1b59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322617,"stop":1710308322618,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e58834a65ed4ea86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416723,"stop":1710308416724,"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":"92c55f66bc83ffbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3123eeef1e0a98cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416742,"stop":1710308416743,"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":"6fea4f1e72594470","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572936,"stop":1710308572937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"3f13d00d0cf93a54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"9fd0fca2df1ee3be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097726,"stop":1710308097727,"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":"9b487717c3dbd229","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"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":"da3572beffbb22d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463705,"stop":1710308463708,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"1a84e7f481745bdf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"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":"ae09d7506fd71367","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463710,"stop":1710308463710,"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":"4c9e3492a4807550","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322609,"stop":1710308322609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"dbf4fc66db0b2495","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307889887,"stop":1710307889889,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"a294baa10a5ddd71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357665,"stop":1710308357666,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7ff97b8129b3dc26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"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":"6618c8196aea383d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572939,"stop":1710308572940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"f8ba4e36fd555877","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092720,"stop":1710308092720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"98eb5a41dbbfc7b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308024292,"stop":1710308024292,"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":"56cd53efd863420f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"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":"e145088ff1e23252","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"2d4c02a12b563389","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"fc4806e8d40a6527","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416740,"stop":1710308416742,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8b01fe7edcdf95a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950773,"stop":1710307950773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6add6d74ba5cfda8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","uid":"41c0663d4ed9a312","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366472,"stop":1710308366480,"duration":8},"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":"796f704b5003ca1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366513,"stop":1710308366513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"74a66228bf3e1371","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192972,"stop":1710308192972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"b6034001b13b02cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308353087,"stop":1710308353087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"a9a1fc59851db444","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463673,"stop":1710308463674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"4710c17ac2760476","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308485476,"stop":1710308485476,"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":"6c0bf0db155c2675","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092718,"stop":1710308092718,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"8af2ac9464a5ac31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371294,"stop":1710308371295,"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":"de258e8515ffeadf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"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":"a2008042c6b59cae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"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":"632e4713bacd2fb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366512,"stop":1710308366512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"3d8f4d4d7aacb04c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950769,"stop":1710307950769,"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":"c9e6fe4eee6ddb2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192921,"stop":1710308192921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5afc12089e6166ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416734,"stop":1710308416735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"36f6d6f97d645dd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"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":"6c95d7ade4228f0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"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":"1523a03b3d04359b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371296,"stop":1710308371297,"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":"73b2fc8b63ce28f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903346,"stop":1710307903346,"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":"6e41a1e48c8c0491","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897773,"stop":1710307897774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"952571cd432fe180","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092701,"stop":1710308092702,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"475a6691ee8a25b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463674,"stop":1710308463675,"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":"1d82a10ddcc98ad1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"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":"eb97cd0d6cec89d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192914,"stop":1710308192914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"632d9d23090b5b32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308515427,"stop":1710308515428,"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":"4c535bf7e2869044","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308366513,"stop":1710308366525,"duration":12},"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":"e2b6e21e58644a2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914070,"stop":1710307914071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"4e5aa6f148f9d8b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dc8c4f107823ff47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308464141,"stop":1710308464141,"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":"9117289dde432b2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308416747,"stop":1710308416747,"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":"f72da4ad3d348f10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"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":"6d62a4e900ac3f1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092686,"stop":1710308092686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"ecdcf3588a8b4d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416737,"stop":1710308416740,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8c93309cc785a8f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308426368,"stop":1710308426368,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"a92647d16e547af8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"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":"72a930bef07a5858","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463708,"stop":1710308463709,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"6287513d2edaaa9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308515426,"stop":1710308515427,"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":"e61f06718e071bea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"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":"68656f86c2e6c6df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192913,"stop":1710308192914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"7b4f513ac4f50241","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308464139,"stop":1710308464139,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"78e461413c8cc9a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307906861,"stop":1710307906862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"c4faaac875690fd0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"549f0c2833d72907","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308510822,"stop":1710308510822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"fcbe0c79e4f1c505","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322586,"stop":1710308322593,"duration":7},"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":"2a6f8ab7d4dd4e62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"cc06a0e4258d47a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"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":"f61faa69b4980a62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371297,"stop":1710308371298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"cbfaf0225991590a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308024293,"stop":1710308024293,"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":"8c40f41a15c1d4d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167160,"stop":1710308167161,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a00442e33e94af34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"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":"ea5dbd40e43be8ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308508714,"stop":1710308508730,"duration":16},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"47b5704cc6d32bde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463742,"stop":1710308463743,"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":"2fe978312f134a47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308348759,"stop":1710308348760,"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":"dbce83b27e5557b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371305,"stop":1710308371305,"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":"69d841d5eeafb782","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167157,"stop":1710308167158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"6ffb9e32aec85cef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"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":"177e38359a4b434c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322616,"stop":1710308322616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"658fc70cc0b4b5d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"d281bfa3e25b73e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"9e1305aefbe96bf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416716,"stop":1710308416716,"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":"2f031c494248cbf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"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":"bbe7ad191055e930","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897832,"stop":1710307897834,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"d2778b55d5cee611","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308026834,"stop":1710308026835,"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":"d88c51a51a9ece88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897776,"stop":1710307897779,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is backward","uid":"a80f090a3ea48271","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308477761,"stop":1710308477761,"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":"164df922bd179f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898611,"stop":1710307898612,"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":"fe61855b72a18be9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366512,"stop":1710308366512,"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":"4e6457d1779ed2d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572937,"stop":1710308572938,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355000000 ","uid":"a2b74148ccc017c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416743,"stop":1710308416743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"7d50c79b1c7fc277","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"cd6a8ef0e5b1efaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308348760,"stop":1710308348760,"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":"7983c5373910f0a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"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":"7ab633ea8009b98c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463711,"stop":1710308463725,"duration":14},"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":"3a9ea5249feb22e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192971,"stop":1710308192972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"d7e0653f8b490d28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b66443c2e0c92888","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"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":"d16990f351b169b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322598,"stop":1710308322599,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"b018fb39f961a7ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307980882,"stop":1710307980883,"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":"a9db5576e601a68b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903345,"stop":1710307903345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"74839595307407bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"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":"6ab40f19803a67d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463727,"stop":1710308463728,"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":"882fdf9ae41376be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914057,"stop":1710307914058,"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":"db5d3e5bd46f7b6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"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":"3c44abc8403b510","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167161,"stop":1710308167162,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"f2655c8edd01745f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"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":"d553d9f85eda043b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308231835,"stop":1710308231836,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"b2cd6e44322f91b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092715,"stop":1710308092717,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"fe42f88b3ad13d44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097728,"stop":1710308097728,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b5bb445a550ea2b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6e38930ef90d934b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308371300,"stop":1710308371301,"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":"c6b82c612d43b344","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"65158b7cbdcd1238","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"21a4089bab208912","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"12828de6523ff65c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463688,"stop":1710308463689,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"a304d3776387cc8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"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":"10b6c3e919fd6852","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371313,"stop":1710308371314,"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":"708df7cfbbe04df1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092689,"stop":1710308092689,"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":"a04404af5618e869","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572933,"stop":1710308572934,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"3478f4dea2ed7899","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307892757,"stop":1710307892759,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"fe25390c0aa4f72e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572934,"stop":1710308572934,"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":"64cf644f6846753b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"6fc1f472da8fdd0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"62f2fcc847c6df65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307948300,"stop":1710307948300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"abf2b2911db3ad8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"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":"e991a9f93c55e62a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890269,"stop":1710307890269,"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":"5d80692816e2e0f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"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":"569f2b32e5b81606","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308649156,"stop":1710308649157,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"c231c4d6827cb2ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459428,"stop":1710308459428,"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":"555fe13d9d064280","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371297,"stop":1710308371297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"bff3f4e83330a16c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308225038,"stop":1710308225038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"cd45b9a173e5cb28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fdf848dbf5d4e8d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097729,"stop":1710308097730,"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":"a7a4ae8b45f091b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"4ff91ea0ac7803c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"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":"38c7ce1f763ffc28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092686,"stop":1710308092687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"5f5de46526bf25cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307923915,"stop":1710307923916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"4a72e0f50ab33385","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308353089,"stop":1710308353098,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"dfcaf59b68762f18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322595,"stop":1710308322596,"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":"1e70bbe19ad57926","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416727,"stop":1710308416727,"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":"8e6a138e283a681c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463694,"stop":1710308463694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"eba0415ef5540d0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097727,"stop":1710308097727,"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":"cc8e407da697fa6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307912522,"stop":1710307912523,"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":"b4ca6b04a1e969b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192968,"stop":1710308192969,"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":"fa386a61345f08d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1382ce6430bcc8e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416744,"stop":1710308416745,"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":"35e7bd081abee388","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308464143,"stop":1710308464143,"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":"c8b915338eb3e6ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"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":"65ad99ac0edfe7ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"37e6fbdae03121a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"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":"26651b8096e41a46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308231837,"stop":1710308231838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c05fccece459d4fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192919,"stop":1710308192920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"9fcf5ca8de7d5e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307889889,"stop":1710307889890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"20731a99aae17b96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308322788,"stop":1710308322789,"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":"27777a54229cad53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463730,"stop":1710308463731,"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":"a5076e03f24a6ad4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308510822,"stop":1710308510823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1710311692890","uid":"1d7a4a9044be0954","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463741,"stop":1710308463742,"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":"4d7d8f8968230f86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192924,"stop":1710308192924,"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":"943f71db8026f162","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308494290,"stop":1710308494290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"83f59e87b88e83fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366485,"stop":1710308366494,"duration":9},"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":"29a6a7bbf70834a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950770,"stop":1710307950772,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"286a188ce3994149","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307980883,"stop":1710307980884,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"c6ef879465123867","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463685,"stop":1710308463686,"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":"407640ec244257b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192916,"stop":1710308192917,"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":"829ede11b709a426","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"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":"e64c0b811046f119","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572947,"stop":1710308572948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"a6516d0da9395234","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308464141,"stop":1710308464141,"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":"b43af9c68b222d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366471,"stop":1710308366472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"c9670423c988d8b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890263,"stop":1710307890264,"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":"1ee8f89d4d81bff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308097738,"stop":1710308097738,"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":"aa5816827d68913f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322600,"stop":1710308322600,"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":"25a34fe7b6309061","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092700,"stop":1710308092701,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"1e433e189c24b9d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371315,"stop":1710308371316,"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":"87da7cd12e65d93d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308426366,"stop":1710308426367,"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":"6f835aaf0e65a6b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463690,"stop":1710308463691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"d5fa67246e796af9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308433843,"stop":1710308433844,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"4d0b0408b076817a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"b5c6e683eef46e9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","uid":"991bb43b8028c47d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366480,"stop":1710308366480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"4248bf280cc37198","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"e64a00d603ae3445","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308426361,"stop":1710308426361,"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":"eb0f252be0c31bba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890264,"stop":1710307890265,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"b972b1e80fc56a83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"20e0b85461d45540","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371293,"stop":1710308371293,"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":"a9a50a613536c83c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371303,"stop":1710308371303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"1283e9ffcb56230f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"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":"8787c51874f5a990","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"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":"4e6369fa0cab69bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092706,"stop":1710308092706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"5de9fed9d7c406ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307914375,"stop":1710307914375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"fc4669ef515b7b3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097726,"stop":1710308097726,"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":"30f590d96d7726c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914070,"stop":1710307914070,"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":"d2f95704a7585f63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897810,"stop":1710307897811,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1710307939355000000 ","uid":"11eb0f4823c96201","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416724,"stop":1710308416724,"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":"7bcb8780c92ab480","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572940,"stop":1710308572941,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"98dcb862c1c7ae3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459430,"stop":1710308459437,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"5c35069220d0c7e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"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":"85ad27be440476f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898610,"stop":1710307898610,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"8e05e21e26d709f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308495151,"stop":1710308495152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"a4c5ee5fa0ac66ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416735,"stop":1710308416736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"38cf3f4b38919620","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308572945,"stop":1710308572945,"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":"603c72a27589d4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097736,"stop":1710308097737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"7be882f99455ca53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307924459,"stop":1710307924459,"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":"6a9b025a34bde44b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322610,"stop":1710308322610,"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":"28563399f6b17f4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890345,"stop":1710307890345,"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":"1a7b0ff99dee6a84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308494290,"stop":1710308494291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"758448b39be27c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308572945,"stop":1710308572945,"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":"fc556e9b003c82e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"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":"4d157290c1719ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307948135,"stop":1710307948136,"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":"33187d6eb6754c90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192976,"stop":1710308192977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c216b153cf1f321b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308426361,"stop":1710308426366,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"9ce74eaf73156058","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"54e59a8f1863ecb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308024291,"stop":1710308024292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"7435b88ccd1e8fab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897799,"stop":1710307897800,"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":"40758540cf4daf90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 31 topics (old limit)","uid":"9f3a6aa4fb66c49f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"229c15e86d0e1e66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"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":"78c9e6cce3e2f6be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1710307914374,"stop":1710307914375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"f51506e7f5008808","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890263,"stop":1710307890263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"e4fa4c4c949e70c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308325357,"stop":1710308325357,"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":"c41945c4b8cbfead","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097735,"stop":1710308097735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"46745435013c04d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307940174,"stop":1710307940215,"duration":41},"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":"a22bcc638e0dc16f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308433841,"stop":1710308433842,"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":"53bdcc55268eab3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903347,"stop":1710307903347,"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":"249eba5a985f9b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307948137,"stop":1710307948137,"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":"c668840418c6e757","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308402073,"stop":1710308402074,"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":"f886643391fc6715","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357683,"stop":1710308357684,"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":"59d0f5bd41cbf48c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357663,"stop":1710308357663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"83079f62ee1ee2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1710308388677,"stop":1710308388677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"8f4d38912d716ea4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"79c89ab89f18a3d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307924457,"stop":1710307924458,"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":"7ab3b6de8241738c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371314,"stop":1710308371315,"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":"2d476eb80a9e8d30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463692,"stop":1710308463692,"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":"66c61ced9b7c8d9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"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":"691a34a900530f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007021,"stop":1710308007021,"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":"68d38eaf2ad613c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308649157,"stop":1710308649157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"c66df1ea5ce918aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366458,"stop":1710308366458,"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":"c17590f1617cef91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572945,"stop":1710308572945,"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":"9f274ec6ba40301","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307950773,"stop":1710307950774,"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":"552741c98078b8c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308426368,"stop":1710308426369,"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":"65a018b903ab341c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463686,"stop":1710308463686,"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":"966b221cc867f9ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3494f4c3e7c2acd0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308024291,"stop":1710308024291,"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":"a981c08a1c439e8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914058,"stop":1710307914058,"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":"55136e36ac157da1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092714,"stop":1710308092714,"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":"b5c60e522c6b7a09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371311,"stop":1710308371312,"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":"65f7e61d68305d01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"f0b432e7877fe7c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097728,"stop":1710308097729,"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":"ad5a8d9dcc619765","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"99d71c6091ab4366","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307991227,"stop":1710307991228,"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":"a0e59bc0e054e13b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"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":"f84e6ee289100fd4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192922,"stop":1710308192923,"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":"ea6a125b258d82b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307912521,"stop":1710307912522,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"9f15e2d6dc7cce18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463731,"stop":1710308463731,"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":"d4012606e41e24ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"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":"408fb498e7044b8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"ac36608524f6ead6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307924458,"stop":1710307924458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"5f0ed77024dcf6fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898600,"stop":1710307898604,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"2fc7ad298cfbe3fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308459426,"stop":1710308459427,"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":"8bd6177918ba9545","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"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":"eebbb1047a742e76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308481018,"stop":1710308481019,"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":"768edaa3781bce49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572942,"stop":1710308572943,"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":"4ec0ae06c47c651c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"c25dae6e48c24f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307948135,"stop":1710307948135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"b598c513458bc070","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463675,"stop":1710308463676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4d1b04501c44962","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"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":"1fbe0752c7d64551","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308494291,"stop":1710308494291,"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":"eadf6cd2815d2836","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416747,"stop":1710308416747,"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":"73855449b1424756","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308167162,"stop":1710308167162,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"892992fb15f32132","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463677,"stop":1710308463677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"80e534f40888f6d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463673,"stop":1710308463673,"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":"eb415e8ee000e570","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371310,"stop":1710308371311,"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":"ac6f4636fc68d5a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322624,"stop":1710308322624,"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":"ae6902453d8de57f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357667,"stop":1710308357668,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7c5165e0a08000e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322564,"stop":1710308322564,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"3df959dc7e67a518","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a3064e5c2bf90011","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f535654f4861b59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"cefec7f7d4ab588b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"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":"5029dddc30b64d89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308433842,"stop":1710308433842,"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":"6dd49b53658e07dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307918132,"stop":1710307918133,"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":"64455f73f6a0cbb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092722,"stop":1710308092722,"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":"e8bbe5d0309640b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307940140,"stop":1710307940143,"duration":3},"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":"b14ca8c15c626435","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307948136,"stop":1710307948137,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"aa4e3e175b818004","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307923912,"stop":1710307923912,"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":"9e515653af22fab5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007024,"stop":1710308007025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9f8165fc4a6960e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416722,"stop":1710308416723,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"989a3bdc2ee27224","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322567,"stop":1710308322567,"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":"561c595b3ebe3982","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"a86dc1213b871034","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308477760,"stop":1710308477760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"bcf8e0f83373629a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"62aa9a74503de089","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308515428,"stop":1710308515428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"53fe69e083ed7f74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308464142,"stop":1710308464143,"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":"2c7241dbe1309464","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092702,"stop":1710308092702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"323067807d6eed80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"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":"fd8378d01627ffe3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"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":"ea3a1ec8846f968d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322600,"stop":1710308322601,"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":"7f016940a25de20b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308007020,"stop":1710308007020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"37cb1f89cf05e5dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307971894,"stop":1710307971894,"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":"e074e8c096f8e201","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"3db4a6d621951951","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308515425,"stop":1710308515426,"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":"3db4c6dd584b922f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092703,"stop":1710308092703,"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":"e0e883bdefa5097b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"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":"1d62f2018ac8b503","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307923910,"stop":1710307923912,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ec8f185fe67ea2ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307914370,"stop":1710307914371,"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":"9f71d6a666464cb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308464140,"stop":1710308464140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"4472405c6bf9f8a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"62eed97231bd16b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322566,"stop":1710308322567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"3791a49751ce408a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371304,"stop":1710308371304,"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":"861a4a1dc01d6259","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092720,"stop":1710308092721,"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":"d2332d8b644a6331","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463692,"stop":1710308463693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"adc12029c41ec06c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416718,"stop":1710308416719,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"c2f66879a5765079","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307924459,"stop":1710307924460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"a2d388e45591383b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307980880,"stop":1710307980881,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"db70e85df4bc8348","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307923913,"stop":1710307923913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"24332471c2e5bbdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308322616,"stop":1710308322617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","uid":"2e03f34bef5cb825","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308366481,"stop":1710308366481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c3737e78ca767f63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308092688,"stop":1710308092689,"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":"fcc2c1ac105ef281","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"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":"dffbb026c3367415","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308481019,"stop":1710308481019,"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":"5f9b9d4bd7ac7b36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"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":"38f46781806d9633","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897772,"stop":1710307897772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"6077dec9eca582b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307948300,"stop":1710307948301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"cc8398f218c8fddb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308357659,"stop":1710308357662,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"da3e5676f260a344","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897766,"stop":1710307897768,"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":"1cc651ed63e4ef0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308371307,"stop":1710308371308,"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":"c57dffb12af24514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"3fac1033637d872a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"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":"e13f05100230c736","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"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":"9692272bf2580154","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307897769,"stop":1710307897770,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"b43f163f9062a3a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308463674,"stop":1710308463674,"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":"59e0b27c9054aec2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710307991225,"stop":1710307991225,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d302f1ab7f445158","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416729,"stop":1710308416730,"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":"fe4e6897f994c287","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308192971,"stop":1710308192971,"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":"fcea57472694cd3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"d93e44e6db837b37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1710308416733,"stop":1710308416733,"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/6685/export/influxDbData.txt b/6685/export/influxDbData.txt index b8b2505cc5d..130772556f2 100644 --- a/6685/export/influxDbData.txt +++ b/6685/export/influxDbData.txt @@ -1,12 +1,12 @@ -launch_status failed=0 1710307544000000000 -launch_status broken=2 1710307544000000000 -launch_status passed=698 1710307544000000000 -launch_status skipped=30 1710307544000000000 -launch_status unknown=0 1710307544000000000 -launch_time duration=751890 1710307544000000000 -launch_time min_duration=0 1710307544000000000 -launch_time max_duration=14 1710307544000000000 -launch_time sum_duration=326 1710307544000000000 -launch_problems test_defects=2 1710307544000000000 -launch_retries retries=2 1710307544000000000 -launch_retries run=730 1710307544000000000 +launch_status failed=0 1710308659000000000 +launch_status broken=2 1710308659000000000 +launch_status passed=698 1710308659000000000 +launch_status skipped=30 1710308659000000000 +launch_status unknown=0 1710308659000000000 +launch_time duration=759271 1710308659000000000 +launch_time min_duration=0 1710308659000000000 +launch_time max_duration=41 1710308659000000000 +launch_time sum_duration=584 1710308659000000000 +launch_problems test_defects=2 1710308659000000000 +launch_retries retries=2 1710308659000000000 +launch_retries run=730 1710308659000000000 diff --git a/6685/export/prometheusData.txt b/6685/export/prometheusData.txt index d96fc2cb53c..bfb8bf4bf00 100644 --- a/6685/export/prometheusData.txt +++ b/6685/export/prometheusData.txt @@ -3,10 +3,10 @@ launch_status_broken 2 launch_status_passed 698 launch_status_skipped 30 launch_status_unknown 0 -launch_time_duration 751890 +launch_time_duration 759271 launch_time_min_duration 0 -launch_time_max_duration 14 -launch_time_sum_duration 326 +launch_time_max_duration 41 +launch_time_sum_duration 584 launch_problems_test_defects 2 launch_retries_retries 2 launch_retries_run 730 diff --git a/6685/history/categories-trend.json b/6685/history/categories-trend.json index 769784f2827..cbb72bd5298 100644 --- a/6685/history/categories-trend.json +++ b/6685/history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/6685/history/duration-trend.json b/6685/history/duration-trend.json index 2d3fee5e804..c06bc7cd579 100644 --- a/6685/history/duration-trend.json +++ b/6685/history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"duration":751890}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"duration":748148}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"duration":757812}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"duration":759271}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"duration":751890}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"duration":748148}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"duration":757812}},{"data":{}}] \ No newline at end of file diff --git a/6685/history/history-trend.json b/6685/history/history-trend.json index ffe5426a95e..8591912df8a 100644 --- a/6685/history/history-trend.json +++ b/6685/history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/6685/history/history.json b/6685/history/history.json index c6a8d041ae3..ecb240636a5 100644 --- a/6685/history/history.json +++ b/6685/history/history.json @@ -1 +1 @@ -{"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ff502676eeada4c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff502676eeada4c1","status":"passed","time":{"start":1710306791279,"stop":1710306791279,"duration":0}},{"uid":"bbdfc7bcdb801378","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bbdfc7bcdb801378","status":"passed","time":{"start":1710286996359,"stop":1710286996360,"duration":1}},{"uid":"f5f394bc58a397df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5f394bc58a397df","status":"passed","time":{"start":1710284258876,"stop":1710284258877,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c5d3446ca166267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c5d3446ca166267","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"ec99692f5188e267","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec99692f5188e267","status":"passed","time":{"start":1710287304929,"stop":1710287304929,"duration":0}},{"uid":"bbcbdee2072b7692","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbcbdee2072b7692","status":"passed","time":{"start":1710284567110,"stop":1710284567110,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"afd93c4176e04589","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/afd93c4176e04589","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"365befd24fae1aea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/365befd24fae1aea","status":"passed","time":{"start":1710287412741,"stop":1710287412742,"duration":1}},{"uid":"86995de54758203b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86995de54758203b","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca603481f76b34de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca603481f76b34de","status":"passed","time":{"start":1710306783479,"stop":1710306783479,"duration":0}},{"uid":"bf06334492c33e00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf06334492c33e00","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"3e918c719fb4ab49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e918c719fb4ab49","status":"passed","time":{"start":1710284251170,"stop":1710284251170,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8dc364c747b628c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dc364c747b628c2","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"47f28c3df35ad84b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f28c3df35ad84b","status":"passed","time":{"start":1710287596906,"stop":1710287596907,"duration":1}},{"uid":"8beca60d01cd5f01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8beca60d01cd5f01","status":"passed","time":{"start":1710284862702,"stop":1710284862703,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f234971769de4f77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f234971769de4f77","status":"passed","time":{"start":1710307377259,"stop":1710307377259,"duration":0}},{"uid":"aef0ef166ff3b0fb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aef0ef166ff3b0fb","status":"passed","time":{"start":1710287579552,"stop":1710287579552,"duration":0}},{"uid":"2f88208be049848c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f88208be049848c","status":"passed","time":{"start":1710284855735,"stop":1710284855736,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"80bd6dda223934cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/80bd6dda223934cc","status":"passed","time":{"start":1710306873742,"stop":1710306873743,"duration":1}},{"uid":"a36f1ddf363a1411","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a36f1ddf363a1411","status":"passed","time":{"start":1710287079741,"stop":1710287079741,"duration":0}},{"uid":"a0b426baa601faf2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0b426baa601faf2","status":"passed","time":{"start":1710284342262,"stop":1710284342262,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f9d2c1b0de26e26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f9d2c1b0de26e26","status":"passed","time":{"start":1710306981513,"stop":1710306981513,"duration":0}},{"uid":"266b556ce8f7319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266b556ce8f7319","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"101d2cd6d782afa9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/101d2cd6d782afa9","status":"passed","time":{"start":1710284460002,"stop":1710284460003,"duration":1}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1edee3ee8eb8a66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1edee3ee8eb8a66","status":"passed","time":{"start":1710306994265,"stop":1710306994266,"duration":1}},{"uid":"d892f977186464cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d892f977186464cd","status":"passed","time":{"start":1710287196187,"stop":1710287196188,"duration":1}},{"uid":"904af3c16a4befb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/904af3c16a4befb6","status":"passed","time":{"start":1710284459535,"stop":1710284459536,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42fc0dc521d70a07","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42fc0dc521d70a07","status":"passed","time":{"start":1710306994270,"stop":1710306994270,"duration":0}},{"uid":"3f3178c077be3865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f3178c077be3865","status":"passed","time":{"start":1710287196190,"stop":1710287196191,"duration":1}},{"uid":"622da54e96b19f3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622da54e96b19f3b","status":"passed","time":{"start":1710284459539,"stop":1710284459539,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"32a2f44f0fd98798","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32a2f44f0fd98798","status":"passed","time":{"start":1710307207087,"stop":1710307207087,"duration":0}},{"uid":"5c1aad30ac4d5daf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5c1aad30ac4d5daf","status":"passed","time":{"start":1710287412752,"stop":1710287412753,"duration":1}},{"uid":"a1c5353c035e620a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1c5353c035e620a","status":"passed","time":{"start":1710284680779,"stop":1710284680787,"duration":8}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ce73317efe78552f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce73317efe78552f","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"7c77d92b91ad7cae","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c77d92b91ad7cae","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"c83b3951b62bf87b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c83b3951b62bf87b","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ab1adfc952dcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ab1adfc952dcf","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"2008f6718cfd79f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2008f6718cfd79f3","status":"passed","time":{"start":1710287456049,"stop":1710287456049,"duration":0}},{"uid":"89d48fca4f4343ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89d48fca4f4343ff","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"88c6fbccd58dee3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88c6fbccd58dee3a","status":"passed","time":{"start":1710307207050,"stop":1710307207051,"duration":1}},{"uid":"86b307500eb38eea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/86b307500eb38eea","status":"passed","time":{"start":1710287412742,"stop":1710287412742,"duration":0}},{"uid":"763c1ac9d2de638b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/763c1ac9d2de638b","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"71fdca3b6918ea5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/71fdca3b6918ea5a","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"2f67df56f7cc3ad9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f67df56f7cc3ad9","status":"passed","time":{"start":1710287596901,"stop":1710287596901,"duration":0}},{"uid":"433954dab3a83fcf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/433954dab3a83fcf","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d789dab8d831290d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d789dab8d831290d","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"fde81281c1e41976","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fde81281c1e41976","status":"passed","time":{"start":1710286996364,"stop":1710286996364,"duration":0}},{"uid":"4674a55790f34179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4674a55790f34179","status":"passed","time":{"start":1710284258881,"stop":1710284258881,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0b0c42546c24c52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0b0c42546c24c52","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"fb008d907766082","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb008d907766082","status":"passed","time":{"start":1710287085418,"stop":1710287085419,"duration":1}},{"uid":"687aa8d0082cff46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/687aa8d0082cff46","status":"passed","time":{"start":1710284350513,"stop":1710284350513,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7fa8a42d336d6d8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7fa8a42d336d6d8c","status":"passed","time":{"start":1710307207070,"stop":1710307207071,"duration":1}},{"uid":"c34664d911e7dc49","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c34664d911e7dc49","status":"passed","time":{"start":1710287412749,"stop":1710287412750,"duration":1}},{"uid":"16250e5bef12d5d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16250e5bef12d5d4","status":"passed","time":{"start":1710284680774,"stop":1710284680775,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51255a22a58646d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51255a22a58646d6","status":"passed","time":{"start":1710306807149,"stop":1710306807150,"duration":1}},{"uid":"f8ad5a478ea5e152","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f8ad5a478ea5e152","status":"passed","time":{"start":1710287012269,"stop":1710287012269,"duration":0}},{"uid":"a6a7d719b76255d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a7d719b76255d5","status":"passed","time":{"start":1710284274245,"stop":1710284274245,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76ee843b7667e331","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76ee843b7667e331","status":"passed","time":{"start":1710307465635,"stop":1710307465636,"duration":1}},{"uid":"e8677af8af1582dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8677af8af1582dc","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"64dbe9d53c0d955b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64dbe9d53c0d955b","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12799eb728b399ae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12799eb728b399ae","status":"passed","time":{"start":1710307361630,"stop":1710307361630,"duration":0}},{"uid":"f97c73d2a05f3b52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f97c73d2a05f3b52","status":"passed","time":{"start":1710287560338,"stop":1710287560339,"duration":1}},{"uid":"4242ed2d1557dd46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4242ed2d1557dd46","status":"passed","time":{"start":1710284826088,"stop":1710284826090,"duration":2}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b36d6c6a7d0fa128","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b36d6c6a7d0fa128","status":"passed","time":{"start":1710307300370,"stop":1710307300371,"duration":1}},{"uid":"5decc02755b74276","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5decc02755b74276","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"a9b954b056a7f78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9b954b056a7f78a","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c174b63fd0a03578","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c174b63fd0a03578","status":"passed","time":{"start":1710307308618,"stop":1710307308618,"duration":0}},{"uid":"d76ef03a7dccf257","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d76ef03a7dccf257","status":"passed","time":{"start":1710287509743,"stop":1710287509744,"duration":1}},{"uid":"1074cd76e28236c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1074cd76e28236c","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"27f7bb091abd7099","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27f7bb091abd7099","status":"passed","time":{"start":1710307308649,"stop":1710307308650,"duration":1}},{"uid":"945978f91eaaa751","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/945978f91eaaa751","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"7e7185e5d9c8b36c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e7185e5d9c8b36c","status":"passed","time":{"start":1710284775871,"stop":1710284775871,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1bd164ed205a8a0a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1bd164ed205a8a0a","status":"passed","time":{"start":1710307101313,"stop":1710307101314,"duration":1}},{"uid":"7318d17d959322dd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7318d17d959322dd","status":"passed","time":{"start":1710287300117,"stop":1710287300118,"duration":1}},{"uid":"6e5bf3b0d47b19d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e5bf3b0d47b19d","status":"passed","time":{"start":1710284561374,"stop":1710284561374,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f039054eb7c97a21","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f039054eb7c97a21","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"fc4616fd2b1377a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc4616fd2b1377a","status":"passed","time":{"start":1710287282005,"stop":1710287282005,"duration":0}},{"uid":"52871f8198bc2210","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52871f8198bc2210","status":"passed","time":{"start":1710284550777,"stop":1710284550777,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79be96b91a983cb1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79be96b91a983cb1","status":"passed","time":{"start":1710306904613,"stop":1710306904614,"duration":1}},{"uid":"ea2326515fa63337","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea2326515fa63337","status":"passed","time":{"start":1710287110700,"stop":1710287110701,"duration":1}},{"uid":"bb370d80999fdf0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb370d80999fdf0d","status":"passed","time":{"start":1710284372009,"stop":1710284372010,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5b5002d654a7dc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5b5002d654a7dc0","status":"passed","time":{"start":1710307358455,"stop":1710307358455,"duration":0}},{"uid":"5942ccd793c38dc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5942ccd793c38dc5","status":"passed","time":{"start":1710287569245,"stop":1710287569246,"duration":1}},{"uid":"851a1239e0316aca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/851a1239e0316aca","status":"passed","time":{"start":1710284852279,"stop":1710284852280,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48d3f130ed9394d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48d3f130ed9394d0","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"942243c71c229319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/942243c71c229319","status":"passed","time":{"start":1710287559423,"stop":1710287559424,"duration":1}},{"uid":"f50c55c386456a8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f50c55c386456a8e","status":"passed","time":{"start":1710284823525,"stop":1710284823528,"duration":3}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c0f6d1e734a9271","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0f6d1e734a9271","status":"passed","time":{"start":1710306783473,"stop":1710306783474,"duration":1}},{"uid":"1aff43092d31e57d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1aff43092d31e57d","status":"passed","time":{"start":1710286988735,"stop":1710286988735,"duration":0}},{"uid":"8ed4cf44121171f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed4cf44121171f8","status":"passed","time":{"start":1710284251164,"stop":1710284251165,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ab840fd47e5a0a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ab840fd47e5a0a0","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"d1e18f967985253a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1e18f967985253a","status":"passed","time":{"start":1710287509768,"stop":1710287509769,"duration":1}},{"uid":"71c1ce81f82fa722","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/71c1ce81f82fa722","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ffdc3b9302e8202","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ffdc3b9302e8202","status":"passed","time":{"start":1710307207064,"stop":1710307207064,"duration":0}},{"uid":"8aeb09c17eaadbe3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8aeb09c17eaadbe3","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"739ff9951805cca0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/739ff9951805cca0","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c05b8dfd71b32c2e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c05b8dfd71b32c2e","status":"passed","time":{"start":1710306844173,"stop":1710306844174,"duration":1}},{"uid":"533d76a25733fa4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/533d76a25733fa4b","status":"passed","time":{"start":1710287049796,"stop":1710287049797,"duration":1}},{"uid":"c15cbd714d216097","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c15cbd714d216097","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"392e071ff7e154ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/392e071ff7e154ea","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"1bb11b6a7d67a857","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1bb11b6a7d67a857","status":"passed","time":{"start":1710287674906,"stop":1710287674907,"duration":1}},{"uid":"f65ebc617e110c0f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f65ebc617e110c0f","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1458c7deccfd5e79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1458c7deccfd5e79","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"e3d679504d1af22f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3d679504d1af22f","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"cc43f11fce8abdd0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc43f11fce8abdd0","status":"passed","time":{"start":1710284730215,"stop":1710284730216,"duration":1}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cfaff012410118d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfaff012410118d0","status":"passed","time":{"start":1710307351547,"stop":1710307351548,"duration":1}},{"uid":"f5082d3c4c1adb0d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5082d3c4c1adb0d","status":"passed","time":{"start":1710287559411,"stop":1710287559411,"duration":0}},{"uid":"fe244b96081dd249","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fe244b96081dd249","status":"passed","time":{"start":1710284823515,"stop":1710284823516,"duration":1}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c83c95df309a546a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c83c95df309a546a","status":"passed","time":{"start":1710307247755,"stop":1710307247756,"duration":1}},{"uid":"2879cbb1e9c4953","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2879cbb1e9c4953","status":"passed","time":{"start":1710287456022,"stop":1710287456023,"duration":1}},{"uid":"27fbdf2ee224a758","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/27fbdf2ee224a758","status":"passed","time":{"start":1710284723006,"stop":1710284723007,"duration":1}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"567580d3caf8b20c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/567580d3caf8b20c","status":"passed","time":{"start":1710307358461,"stop":1710307358461,"duration":0}},{"uid":"5e9cf4362534a568","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e9cf4362534a568","status":"passed","time":{"start":1710287569252,"stop":1710287569253,"duration":1}},{"uid":"642de0bcd556ff00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/642de0bcd556ff00","status":"passed","time":{"start":1710284852296,"stop":1710284852297,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a59bbf5a9d594538","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a59bbf5a9d594538","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"9e6625aea2c1be4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e6625aea2c1be4b","status":"passed","time":{"start":1710286996363,"stop":1710286996363,"duration":0}},{"uid":"14b4369563b434ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14b4369563b434ea","status":"passed","time":{"start":1710284258880,"stop":1710284258880,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51a9518e6721354","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51a9518e6721354","status":"passed","time":{"start":1710306981517,"stop":1710306981517,"duration":0}},{"uid":"7e7d6483f71216c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e7d6483f71216c2","status":"passed","time":{"start":1710287198167,"stop":1710287198167,"duration":0}},{"uid":"874a9ae2cf72980f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/874a9ae2cf72980f","status":"passed","time":{"start":1710284460009,"stop":1710284460010,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3836398dd70fdd8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3836398dd70fdd8c","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"163f7a62d44783c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/163f7a62d44783c2","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"edcba990370c853a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edcba990370c853a","status":"passed","time":{"start":1710284561375,"stop":1710284561376,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97bda8c337a5c64a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97bda8c337a5c64a","status":"passed","time":{"start":1710306865885,"stop":1710306865886,"duration":1}},{"uid":"ba856de1f38e9f8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ba856de1f38e9f8d","status":"passed","time":{"start":1710287067217,"stop":1710287067217,"duration":0}},{"uid":"68ee88dee6fa736d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68ee88dee6fa736d","status":"passed","time":{"start":1710284328537,"stop":1710284328537,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa94cf7cc1ecf73d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa94cf7cc1ecf73d","status":"passed","time":{"start":1710307383799,"stop":1710307383799,"duration":0}},{"uid":"ebd3406bfcde54be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ebd3406bfcde54be","status":"passed","time":{"start":1710287594293,"stop":1710287594293,"duration":0}},{"uid":"4f56e66623d2ebe1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4f56e66623d2ebe1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"54a5343050da809a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54a5343050da809a","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"a3b9cb57d9f396d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3b9cb57d9f396d2","status":"passed","time":{"start":1710287577564,"stop":1710287577564,"duration":0}},{"uid":"139f5ad0a49ad1ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/139f5ad0a49ad1ad","status":"passed","time":{"start":1710284843497,"stop":1710284843498,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f74922d9c215071","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f74922d9c215071","status":"passed","time":{"start":1710306981504,"stop":1710306981505,"duration":1}},{"uid":"aee61ad90b3d03e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aee61ad90b3d03e","status":"passed","time":{"start":1710287198118,"stop":1710287198119,"duration":1}},{"uid":"a458ce529ac813e2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a458ce529ac813e2","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"f9ba7eb6cd24287","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9ba7eb6cd24287","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207322,"stop":1710307207322,"duration":0}},{"uid":"d1908ad267921e13","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1908ad267921e13","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413028,"duration":1}},{"uid":"b2a2434a82cbd190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2a2434a82cbd190","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680941,"stop":1710284680941,"duration":0}}]},"63579ae780a62fb87d230f845bc5fb55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6695c3024bc6fc1a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6695c3024bc6fc1a","status":"passed","time":{"start":1710287483709,"stop":1710287483710,"duration":1}},{"uid":"290a1ccdac1d52d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/290a1ccdac1d52d1","status":"passed","time":{"start":1710284751207,"stop":1710284751207,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd1e6b1114c7ef86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1e6b1114c7ef86","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"efef02e706ddc452","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efef02e706ddc452","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"9a64a93f498d96c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a64a93f498d96c1","status":"passed","time":{"start":1710284723023,"stop":1710284723024,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e5d050fc19ac9f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e5d050fc19ac9f3","status":"passed","time":{"start":1710306981495,"stop":1710306981496,"duration":1}},{"uid":"2a742211d786eed4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a742211d786eed4","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"9d83fd0b99a790b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d83fd0b99a790b","status":"passed","time":{"start":1710284459991,"stop":1710284459992,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1485d544d1e7223b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1485d544d1e7223b","status":"passed","time":{"start":1710307308616,"stop":1710307308616,"duration":0}},{"uid":"372c8bf10a989f12","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/372c8bf10a989f12","status":"passed","time":{"start":1710287509742,"stop":1710287509742,"duration":0}},{"uid":"f0499ac274a35d21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0499ac274a35d21","status":"passed","time":{"start":1710284775834,"stop":1710284775835,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29dcb7d30a014cee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29dcb7d30a014cee","status":"passed","time":{"start":1710307465630,"stop":1710307465630,"duration":0}},{"uid":"c25121d64bdd5c55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c25121d64bdd5c55","status":"passed","time":{"start":1710287674910,"stop":1710287674911,"duration":1}},{"uid":"b96d1cf779e0c9e3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b96d1cf779e0c9e3","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ba2aed0de7ecdd03","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2aed0de7ecdd03","status":"passed","time":{"start":1710307358468,"stop":1710307358468,"duration":0}},{"uid":"2ba737556d6a94d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ba737556d6a94d6","status":"passed","time":{"start":1710287569258,"stop":1710287569259,"duration":1}},{"uid":"8d128b900dd80f8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d128b900dd80f8b","status":"passed","time":{"start":1710284852309,"stop":1710284852309,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1cbec48f3bca7534","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1cbec48f3bca7534","status":"passed","time":{"start":1710306904613,"stop":1710306904613,"duration":0}},{"uid":"81c6d3a50508be94","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81c6d3a50508be94","status":"passed","time":{"start":1710287110693,"stop":1710287110700,"duration":7}},{"uid":"18dc78a4c5393c69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18dc78a4c5393c69","status":"passed","time":{"start":1710284372007,"stop":1710284372008,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"761a42244aaed2b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/761a42244aaed2b6","status":"passed","time":{"start":1710306791807,"stop":1710306791808,"duration":1}},{"uid":"e915628e7655b44d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e915628e7655b44d","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"d5b12ee82c02d7ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5b12ee82c02d7ef","status":"passed","time":{"start":1710284259613,"stop":1710284259614,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1b3ea3c22ee2619","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1b3ea3c22ee2619","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"543ed4472f0cb26a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/543ed4472f0cb26a","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"318ced64943a9ed2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/318ced64943a9ed2","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52085bf8bafab51e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52085bf8bafab51e","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"acf545820dcfdb35","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/acf545820dcfdb35","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"600517d69d8ef0ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600517d69d8ef0ef","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"30cfc64235762ce7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30cfc64235762ce7","status":"passed","time":{"start":1710307351549,"stop":1710307351549,"duration":0}},{"uid":"ccaa198a11f21d47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ccaa198a11f21d47","status":"passed","time":{"start":1710287559411,"stop":1710287559412,"duration":1}},{"uid":"8c9d0156fbd4c51b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c9d0156fbd4c51b","status":"passed","time":{"start":1710284823516,"stop":1710284823517,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6195a75d2af54be7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6195a75d2af54be7","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"947ce5516fa8dbde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/947ce5516fa8dbde","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"831624ccdcf59e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/831624ccdcf59e1","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0a21d2a8553faf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0a21d2a8553faf2","status":"passed","time":{"start":1710307365851,"stop":1710307365852,"duration":1}},{"uid":"b9be3e8028103b58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9be3e8028103b58","status":"passed","time":{"start":1710287564358,"stop":1710287564359,"duration":1}},{"uid":"9a21f3821775c651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a21f3821775c651","status":"passed","time":{"start":1710284831310,"stop":1710284831310,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"adb389a18970232c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adb389a18970232c","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"1df4b3d9a441de23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1df4b3d9a441de23","status":"passed","time":{"start":1710287282000,"stop":1710287282000,"duration":0}},{"uid":"5640fa0e18bb3b85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5640fa0e18bb3b85","status":"passed","time":{"start":1710284550769,"stop":1710284550769,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"164904741fb5da3f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/164904741fb5da3f","status":"passed","time":{"start":1710307358458,"stop":1710307358459,"duration":1}},{"uid":"9e530514c8052ca1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e530514c8052ca1","status":"passed","time":{"start":1710287569250,"stop":1710287569251,"duration":1}},{"uid":"57200fd6a7233e43","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57200fd6a7233e43","status":"passed","time":{"start":1710284852290,"stop":1710284852290,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"139f60852ff4abed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/139f60852ff4abed","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"5a0694e4ed0b2364","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a0694e4ed0b2364","status":"passed","time":{"start":1710286988731,"stop":1710286988731,"duration":0}},{"uid":"68eade5eb1548209","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68eade5eb1548209","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5633e6f729d80ba1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5633e6f729d80ba1","status":"passed","time":{"start":1710306904612,"stop":1710306904612,"duration":0}},{"uid":"d4dc22c81f6f5fc3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4dc22c81f6f5fc3","status":"passed","time":{"start":1710287110690,"stop":1710287110691,"duration":1}},{"uid":"438f756575ae9a4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/438f756575ae9a4a","status":"passed","time":{"start":1710284372006,"stop":1710284372007,"duration":1}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a4bf2fadb86874d4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4bf2fadb86874d4","status":"passed","time":{"start":1710306783478,"stop":1710306783479,"duration":1}},{"uid":"85bc9a9d14a19c32","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85bc9a9d14a19c32","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"510af38918ffdc14","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/510af38918ffdc14","status":"passed","time":{"start":1710284251169,"stop":1710284251170,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"910a7410bb201496","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/910a7410bb201496","status":"passed","time":{"start":1710307247764,"stop":1710307247764,"duration":0}},{"uid":"3551088140112507","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3551088140112507","status":"passed","time":{"start":1710287456055,"stop":1710287456055,"duration":0}},{"uid":"802dd668573fab73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/802dd668573fab73","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"82cb23f3a3b678c08c3ef795b5becd49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"15b577c3b82cd0fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/15b577c3b82cd0fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807584,"stop":1710306807584,"duration":0}},{"uid":"a41b04d98d80a63e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a41b04d98d80a63e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012806,"stop":1710287012806,"duration":0}},{"uid":"ee1a2f15d75c370b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee1a2f15d75c370b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275224,"stop":1710284275224,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48b69f71c5d68396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b69f71c5d68396","status":"passed","time":{"start":1710306981503,"stop":1710306981504,"duration":1}},{"uid":"d2db7a2b007edb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d2db7a2b007edb0","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"ce7bc82765f7c2f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce7bc82765f7c2f9","status":"passed","time":{"start":1710284459993,"stop":1710284459994,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbcae8c37b12d546","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbcae8c37b12d546","status":"passed","time":{"start":1710307259433,"stop":1710307259434,"duration":1}},{"uid":"b0027d07ff8c9b8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0027d07ff8c9b8c","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"d1f086e43ae75619","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f086e43ae75619","status":"passed","time":{"start":1710284730214,"stop":1710284730215,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf0ce8e3701f87b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf0ce8e3701f87b9","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"2e2b92ad5f3d27df","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e2b92ad5f3d27df","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"913a112af87820f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/913a112af87820f9","status":"passed","time":{"start":1710284775865,"stop":1710284775865,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e06321cee29d90c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e06321cee29d90c7","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"9b445a8f69698970","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b445a8f69698970","status":"passed","time":{"start":1710287282000,"stop":1710287282001,"duration":1}},{"uid":"c0292ae26bd1706a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c0292ae26bd1706a","status":"passed","time":{"start":1710284550769,"stop":1710284550770,"duration":1}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e9a9dd34d651064b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9a9dd34d651064b","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"b6179f47abf2f22b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6179f47abf2f22b","status":"passed","time":{"start":1710287012800,"stop":1710287012801,"duration":1}},{"uid":"8f4fa1ba822edb3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f4fa1ba822edb3e","status":"passed","time":{"start":1710284275219,"stop":1710284275219,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf074c69befaf9cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf074c69befaf9cd","status":"passed","time":{"start":1710306796317,"stop":1710306796317,"duration":0}},{"uid":"3dd886a3f56404ad","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dd886a3f56404ad","status":"passed","time":{"start":1710287001574,"stop":1710287001575,"duration":1}},{"uid":"e9b7e1bdac08beb2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b7e1bdac08beb2","status":"passed","time":{"start":1710284264199,"stop":1710284264199,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"100934884caac558","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/100934884caac558","status":"passed","time":{"start":1710306791283,"stop":1710306791284,"duration":1}},{"uid":"f9b2acf74d25c6ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9b2acf74d25c6ce","status":"passed","time":{"start":1710286996365,"stop":1710286996365,"duration":0}},{"uid":"c808e3055a621e7d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c808e3055a621e7d","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c108d32ec506327c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c108d32ec506327c","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"c4e3b1ce1f741aba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c4e3b1ce1f741aba","status":"passed","time":{"start":1710287537364,"stop":1710287537365,"duration":1}},{"uid":"217c49ad77dc4d8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/217c49ad77dc4d8d","status":"passed","time":{"start":1710284796487,"stop":1710284796488,"duration":1}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d680aad7b5939743","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d680aad7b5939743","status":"passed","time":{"start":1710306811117,"stop":1710306811117,"duration":0}},{"uid":"3e88ed8128d0061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3e88ed8128d0061","status":"passed","time":{"start":1710287016345,"stop":1710287016345,"duration":0}},{"uid":"699c6468ecf54a58","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/699c6468ecf54a58","status":"passed","time":{"start":1710284279140,"stop":1710284279140,"duration":0}}]},"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"adfcd3a4dadabee3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adfcd3a4dadabee3","status":"passed","time":{"start":1710306877076,"stop":1710306877077,"duration":1}},{"uid":"dede8421c3d35754","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dede8421c3d35754","status":"passed","time":{"start":1710287085420,"stop":1710287085420,"duration":0}},{"uid":"d570e3ee793900c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d570e3ee793900c","status":"passed","time":{"start":1710284350514,"stop":1710284350514,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ed91c4dad1f67b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ed91c4dad1f67b6d","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"f1a31534e2a4361d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f1a31534e2a4361d","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"a26796d3e03379a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a26796d3e03379a1","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6205a6aee9c2fca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6205a6aee9c2fca","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"90871799f3c6be0f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90871799f3c6be0f","status":"passed","time":{"start":1710287456067,"stop":1710287456068,"duration":1}},{"uid":"1b4435e30109a023","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1b4435e30109a023","status":"passed","time":{"start":1710284723020,"stop":1710284723021,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36ee334c4cd23979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/36ee334c4cd23979","status":"passed","time":{"start":1710306877071,"stop":1710306877072,"duration":1}},{"uid":"d8ff1717689c2ad6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8ff1717689c2ad6","status":"passed","time":{"start":1710287085416,"stop":1710287085417,"duration":1}},{"uid":"b37fee01ddd8716e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b37fee01ddd8716e","status":"passed","time":{"start":1710284350510,"stop":1710284350511,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dce829795d10844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dce829795d10844f","status":"passed","time":{"start":1710307308630,"stop":1710307308630,"duration":0}},{"uid":"3c67fe696e9b7555","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c67fe696e9b7555","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"f510034ed123f889","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f510034ed123f889","status":"passed","time":{"start":1710284775853,"stop":1710284775853,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9420534aba8f9985","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9420534aba8f9985","status":"passed","time":{"start":1710306806601,"stop":1710306806603,"duration":2}},{"uid":"7c599abd2f4286e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c599abd2f4286e2","status":"passed","time":{"start":1710287011779,"stop":1710287011780,"duration":1}},{"uid":"6d92666dcad69fc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d92666dcad69fc9","status":"passed","time":{"start":1710284274039,"stop":1710284274041,"duration":2}}]},"5cef096bfc01882d03f657e47bb6cba6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"942ea8097846c0f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/942ea8097846c0f0","status":"passed","time":{"start":1710307308628,"stop":1710307308629,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8081ed8b174f564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8081ed8b174f564","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"aa5b11f556baa714","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa5b11f556baa714","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"dc114479ee832491","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc114479ee832491","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a981ae9069cc5ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a981ae9069cc5ed","status":"passed","time":{"start":1710306877075,"stop":1710306877076,"duration":1}},{"uid":"61080b8b5753e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/61080b8b5753e8","status":"passed","time":{"start":1710287085419,"stop":1710287085419,"duration":0}},{"uid":"498167903e667c2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/498167903e667c2c","status":"passed","time":{"start":1710284350513,"stop":1710284350514,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ccf41464944280c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ccf41464944280c","status":"passed","time":{"start":1710306816841,"stop":1710306816841,"duration":0}},{"uid":"2131a4b9fbada367","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2131a4b9fbada367","status":"passed","time":{"start":1710287022152,"stop":1710287022152,"duration":0}},{"uid":"aeb6ff7f00ada3c2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeb6ff7f00ada3c2","status":"passed","time":{"start":1710284284833,"stop":1710284284834,"duration":1}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d979d7690842cbd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d979d7690842cbd","status":"passed","time":{"start":1710306783476,"stop":1710306783476,"duration":0}},{"uid":"1a0e2d90ba5f9be4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a0e2d90ba5f9be4","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"cc6b1ef0241a70c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc6b1ef0241a70c0","status":"passed","time":{"start":1710284251167,"stop":1710284251167,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b3449055ba1206e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3449055ba1206e0","status":"passed","time":{"start":1710307358454,"stop":1710307358455,"duration":1}},{"uid":"c840477575081f28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c840477575081f28","status":"passed","time":{"start":1710287569244,"stop":1710287569245,"duration":1}},{"uid":"d9753675fac4188e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9753675fac4188e","status":"passed","time":{"start":1710284852279,"stop":1710284852279,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e865917c9879f60b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e865917c9879f60b","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"525fa3a34195991","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/525fa3a34195991","status":"passed","time":{"start":1710287110704,"stop":1710287110711,"duration":7}},{"uid":"a23235678e1c7d29","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a23235678e1c7d29","status":"passed","time":{"start":1710284372020,"stop":1710284372021,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e9d1450872b06f48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9d1450872b06f48","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351550,"duration":0}},{"uid":"45697dada2f07322","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45697dada2f07322","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"829efdfaeeb1dce","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/829efdfaeeb1dce","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823520,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60cd3ef631a89cf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60cd3ef631a89cf","status":"passed","time":{"start":1710307358452,"stop":1710307358453,"duration":1}},{"uid":"c67b2c10aa18cf7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c67b2c10aa18cf7","status":"passed","time":{"start":1710287569228,"stop":1710287569229,"duration":1}},{"uid":"54f07028252ac0e0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/54f07028252ac0e0","status":"passed","time":{"start":1710284852270,"stop":1710284852270,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"30290d8d4eb18297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30290d8d4eb18297","status":"passed","time":{"start":1710306873747,"stop":1710306873747,"duration":0}},{"uid":"bfe9ab564757ea37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bfe9ab564757ea37","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"a3d72a8a2449a967","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a3d72a8a2449a967","status":"passed","time":{"start":1710284342266,"stop":1710284342266,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29e2a1e8746d9207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29e2a1e8746d9207","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"df9ec1dcc4c7d23d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/df9ec1dcc4c7d23d","status":"passed","time":{"start":1710287674918,"stop":1710287674919,"duration":1}},{"uid":"30174ca007db78f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/30174ca007db78f9","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cfa8d6ca69caeffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfa8d6ca69caeffe","status":"passed","time":{"start":1710307465625,"stop":1710307465626,"duration":1}},{"uid":"24534c9567f5bb6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24534c9567f5bb6","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"cc1672112f9fba90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc1672112f9fba90","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dd0226d908bae87f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dd0226d908bae87f","status":"passed","time":{"start":1710307342524,"stop":1710307342525,"duration":1}},{"uid":"336033917238a410","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/336033917238a410","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"ad289c5645f481bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad289c5645f481bf","status":"passed","time":{"start":1710284805010,"stop":1710284805012,"duration":2}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c030587f5328416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c030587f5328416","status":"passed","time":{"start":1710306833586,"stop":1710306833586,"duration":0}},{"uid":"3d38e8668b12f6d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3d38e8668b12f6d3","status":"passed","time":{"start":1710287039378,"stop":1710287039379,"duration":1}},{"uid":"c69e7356ed1eefe3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c69e7356ed1eefe3","status":"passed","time":{"start":1710284302046,"stop":1710284302047,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9bb0ce2549f5b685","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bb0ce2549f5b685","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"f78ac0910639a9b7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f78ac0910639a9b7","status":"passed","time":{"start":1710287559413,"stop":1710287559423,"duration":10}},{"uid":"811945987f09752a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/811945987f09752a","status":"passed","time":{"start":1710284823524,"stop":1710284823525,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"33efcf1e9544ead8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/33efcf1e9544ead8","status":"passed","time":{"start":1710306817451,"stop":1710306817452,"duration":1}},{"uid":"27c7a70273372f95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27c7a70273372f95","status":"passed","time":{"start":1710287022681,"stop":1710287022682,"duration":1}},{"uid":"cc0813217f0cde49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc0813217f0cde49","status":"passed","time":{"start":1710284285360,"stop":1710284285361,"duration":1}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61c060417c4b4762","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/61c060417c4b4762","status":"passed","time":{"start":1710306981493,"stop":1710306981493,"duration":0}},{"uid":"ed49dd3aa4784511","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ed49dd3aa4784511","status":"passed","time":{"start":1710287198106,"stop":1710287198107,"duration":1}},{"uid":"95a9a472a0f80d60","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95a9a472a0f80d60","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7e9da6ceb20ae10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7e9da6ceb20ae10","status":"passed","time":{"start":1710307308619,"stop":1710307308619,"duration":0}},{"uid":"5157c10829172cc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5157c10829172cc5","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"da22599163c7ee21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/da22599163c7ee21","status":"passed","time":{"start":1710284775837,"stop":1710284775837,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2ffe60db289622f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ffe60db289622f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078642,"stop":1710307078643,"duration":1}},{"uid":"9626f71b8536b9b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9626f71b8536b9b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281995,"stop":1710287281995,"duration":0}},{"uid":"59fd6774b74105cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/59fd6774b74105cb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550756,"stop":1710284550757,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5f045d647f60bfc8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f045d647f60bfc8","status":"passed","time":{"start":1710307392999,"stop":1710307393000,"duration":1}},{"uid":"d8e29488bb4aa2d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8e29488bb4aa2d6","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"2277770f6ca7c6d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2277770f6ca7c6d0","status":"passed","time":{"start":1710284869464,"stop":1710284869464,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6112b1d4cc0b3126","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6112b1d4cc0b3126","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"803c80831f0bae21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/803c80831f0bae21","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"8c10b20f6d864bba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c10b20f6d864bba","status":"passed","time":{"start":1710284730218,"stop":1710284730219,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c67d90e32d1afdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c67d90e32d1afdc","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"fa809e93f7033117","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fa809e93f7033117","status":"passed","time":{"start":1710287569247,"stop":1710287569247,"duration":0}},{"uid":"e07bea22c04007fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e07bea22c04007fc","status":"passed","time":{"start":1710284852287,"stop":1710284852287,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"882bb1db3e0547ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/882bb1db3e0547ad","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"b6545eb5b4d5869f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6545eb5b4d5869f","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"fcf10a3edc93d30b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcf10a3edc93d30b","status":"passed","time":{"start":1710284279137,"stop":1710284279138,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b8aa3d6c2c782916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8aa3d6c2c782916","status":"passed","time":{"start":1710307465634,"stop":1710307465635,"duration":1}},{"uid":"a960ced6109c8e95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a960ced6109c8e95","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"7d86d7ed5e775fc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7d86d7ed5e775fc1","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b66495eef116772","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b66495eef116772","status":"passed","time":{"start":1710306807583,"stop":1710306807583,"duration":0}},{"uid":"27921236ad91e107","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27921236ad91e107","status":"passed","time":{"start":1710287012804,"stop":1710287012805,"duration":1}},{"uid":"9d1e3235b63eba4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d1e3235b63eba4a","status":"passed","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e4cebeedefcb16a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e4cebeedefcb16a5","status":"passed","time":{"start":1710306791277,"stop":1710306791277,"duration":0}},{"uid":"3c766d892a7b50f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c766d892a7b50f","status":"passed","time":{"start":1710286996357,"stop":1710286996358,"duration":1}},{"uid":"94a2172cfdc38771","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a2172cfdc38771","status":"passed","time":{"start":1710284258874,"stop":1710284258875,"duration":1}}]},"cbb481de5670def24b36ec0b156d8751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"306f63475529d8c9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/306f63475529d8c9","status":"passed","time":{"start":1710287483711,"stop":1710287483712,"duration":1}},{"uid":"52a9a0a44cc4ee66","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52a9a0a44cc4ee66","status":"passed","time":{"start":1710284751209,"stop":1710284751209,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"62a7794fc5889e42","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62a7794fc5889e42","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"a67f01d63157af72","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a67f01d63157af72","status":"passed","time":{"start":1710287456064,"stop":1710287456067,"duration":3}},{"uid":"8f16c992f7d0a7d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f16c992f7d0a7d1","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5cd33b8c2b73ab0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5cd33b8c2b73ab0","status":"passed","time":{"start":1710306846371,"stop":1710306846375,"duration":4}},{"uid":"683384f76562c848","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/683384f76562c848","status":"passed","time":{"start":1710287049209,"stop":1710287049209,"duration":0}},{"uid":"f18e621a4eea6bc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18e621a4eea6bc9","status":"passed","time":{"start":1710284311923,"stop":1710284311924,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5927c8350a9e6eaa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5927c8350a9e6eaa","status":"passed","time":{"start":1710306806605,"stop":1710306806606,"duration":1}},{"uid":"e443011464d2eb67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e443011464d2eb67","status":"passed","time":{"start":1710287011781,"stop":1710287011782,"duration":1}},{"uid":"724dda2cc04d1012","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/724dda2cc04d1012","status":"passed","time":{"start":1710284274044,"stop":1710284274045,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e47c2f33b32af69a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e47c2f33b32af69a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"a12558f4eed2a307","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a12558f4eed2a307","status":"passed","time":{"start":1710287049794,"stop":1710287049795,"duration":1}},{"uid":"6bc9965a19306a8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bc9965a19306a8d","status":"passed","time":{"start":1710284312207,"stop":1710284312207,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"31a84d69e12bcc1e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/31a84d69e12bcc1e","status":"passed","time":{"start":1710307365851,"stop":1710307365851,"duration":0}},{"uid":"817099d653514139","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/817099d653514139","status":"passed","time":{"start":1710287564357,"stop":1710287564357,"duration":0}},{"uid":"72f9f6c35357fd62","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72f9f6c35357fd62","status":"passed","time":{"start":1710284831309,"stop":1710284831310,"duration":1}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8dba368c6f7a5db3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dba368c6f7a5db3","status":"passed","time":{"start":1710307247765,"stop":1710307247766,"duration":1}},{"uid":"fbe2fbc1af8ae607","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbe2fbc1af8ae607","status":"passed","time":{"start":1710287456058,"stop":1710287456060,"duration":2}},{"uid":"2cfe915f3809816c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2cfe915f3809816c","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f0cc23be8da8b84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f0cc23be8da8b84","status":"passed","time":{"start":1710307244661,"stop":1710307244662,"duration":1}},{"uid":"f0482481b70011a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0482481b70011a6","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"3901e69874a6ae49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3901e69874a6ae49","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2af4b01499ed7916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2af4b01499ed7916","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"d1697ad91c406fb2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1697ad91c406fb2","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"f21b400d42376eaf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f21b400d42376eaf","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f1c2976b2b48d4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f1c2976b2b48d4e","status":"passed","time":{"start":1710307358459,"stop":1710307358459,"duration":0}},{"uid":"2394a69daa8a0c9c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2394a69daa8a0c9c","status":"passed","time":{"start":1710287569251,"stop":1710287569251,"duration":0}},{"uid":"40798e2c166e1433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40798e2c166e1433","status":"passed","time":{"start":1710284852294,"stop":1710284852294,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c0feff6ec28ed9c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0feff6ec28ed9c","status":"passed","time":{"start":1710306981521,"stop":1710306981521,"duration":0}},{"uid":"9401ebc691347f03","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9401ebc691347f03","status":"passed","time":{"start":1710287198169,"stop":1710287198170,"duration":1}},{"uid":"3c046c66e586d700","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c046c66e586d700","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47160b3944138152","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47160b3944138152","status":"passed","time":{"start":1710307233597,"stop":1710307233597,"duration":0}},{"uid":"ff0a941823962d31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ff0a941823962d31","status":"passed","time":{"start":1710287436221,"stop":1710287436221,"duration":0}},{"uid":"9cce763561bcd4af","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cce763561bcd4af","status":"passed","time":{"start":1710284706654,"stop":1710284706654,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6839a2154897bd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6839a2154897bd3","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"39de70b5fff1aea5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39de70b5fff1aea5","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"e9b655eb99ef5ac6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b655eb99ef5ac6","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6aac06e5388af35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6aac06e5388af35","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"4ad17a0bb1ebee30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ad17a0bb1ebee30","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"4313db6b9ffb964d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4313db6b9ffb964d","status":"passed","time":{"start":1710284934069,"stop":1710284934069,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"24342cc142b33494","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24342cc142b33494","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994278,"stop":1710306994279,"duration":1}},{"uid":"504d19f68e6b2fcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d19f68e6b2fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"31d6d0be48bfc98a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/31d6d0be48bfc98a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459558,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac63acb0c1eda98a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac63acb0c1eda98a","status":"passed","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"bdd2032ec416b546","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bdd2032ec416b546","status":"passed","time":{"start":1710287674899,"stop":1710287674899,"duration":0}},{"uid":"ab7dd5786b96da25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab7dd5786b96da25","status":"passed","time":{"start":1710284934061,"stop":1710284934062,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d69f761005bc69db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d69f761005bc69db","status":"passed","time":{"start":1710306791809,"stop":1710306791809,"duration":0}},{"uid":"c0ccee247e6afe7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0ccee247e6afe7e","status":"passed","time":{"start":1710286996975,"stop":1710286996975,"duration":0}},{"uid":"f015bc7f01193bcb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f015bc7f01193bcb","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"56b4807bb648705b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56b4807bb648705b","status":"passed","time":{"start":1710306783350,"stop":1710306783351,"duration":1}},{"uid":"ce9e83fe9eb09063","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce9e83fe9eb09063","status":"passed","time":{"start":1710286988508,"stop":1710286988508,"duration":0}},{"uid":"38d245db65f3f706","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38d245db65f3f706","status":"passed","time":{"start":1710284250979,"stop":1710284250979,"duration":0}}]},"516a0a15213a63e21639c25f0b63ef39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3390dd5a6f5d2938","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3390dd5a6f5d2938","status":"passed","time":{"start":1710307207094,"stop":1710307207094,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"7d5ec46e2958dc45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d5ec46e2958dc45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233597,"stop":1710307233598,"duration":1}},{"uid":"2c548b8734cb2893","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c548b8734cb2893","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436221,"stop":1710287436222,"duration":1}},{"uid":"becdc4aba90e5304","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/becdc4aba90e5304","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706654,"stop":1710284706655,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8967d765cf0753ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8967d765cf0753ba","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"31a017edea195213","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/31a017edea195213","status":"passed","time":{"start":1710287300120,"stop":1710287300121,"duration":1}},{"uid":"f31cf99b5518d280","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f31cf99b5518d280","status":"passed","time":{"start":1710284561376,"stop":1710284561377,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"83afcf2cd16e1e93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83afcf2cd16e1e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"e92a5b062dde21b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e92a5b062dde21b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049803,"stop":1710287049803,"duration":0}},{"uid":"1c13323f7f042c36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c13323f7f042c36","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312211,"stop":1710284312215,"duration":4}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f876f928a28d31ff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f876f928a28d31ff","status":"passed","time":{"start":1710306791187,"stop":1710306791187,"duration":0}},{"uid":"de1786294c86eba4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/de1786294c86eba4","status":"passed","time":{"start":1710286996394,"stop":1710286996395,"duration":1}},{"uid":"2f31dec5e5baf160","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f31dec5e5baf160","status":"passed","time":{"start":1710284259033,"stop":1710284259033,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ad0b6e37e49d10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ad0b6e37e49d10","status":"passed","time":{"start":1710307358468,"stop":1710307358469,"duration":1}},{"uid":"c7c83c1c84d52d65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7c83c1c84d52d65","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"a9a28df3c5138d24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9a28df3c5138d24","status":"passed","time":{"start":1710284852311,"stop":1710284852311,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1746f7e3e4edcb61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1746f7e3e4edcb61","status":"passed","time":{"start":1710306799978,"stop":1710306799980,"duration":2}},{"uid":"8cf8797a00f3f980","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf8797a00f3f980","status":"passed","time":{"start":1710287005162,"stop":1710287005163,"duration":1}},{"uid":"a87565f7395adefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a87565f7395adefd","status":"passed","time":{"start":1710284267720,"stop":1710284267721,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f1958781a922d330","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1958781a922d330","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"44c97bd98da0030c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44c97bd98da0030c","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"9d214717d820f03d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d214717d820f03d","status":"passed","time":{"start":1710284775872,"stop":1710284775872,"duration":0}}]},"3ff840ed7a580fce370cd0f30ebc2e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8b64d4209288b23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8b64d4209288b23","status":"passed","time":{"start":1710287196195,"stop":1710287196195,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16f663fd6911995d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16f663fd6911995d","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"6c17a67486cbfe7a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c17a67486cbfe7a","status":"passed","time":{"start":1710287110847,"stop":1710287110848,"duration":1}},{"uid":"9879579580e11dd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9879579580e11dd2","status":"passed","time":{"start":1710284377455,"stop":1710284377456,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35820cf3ab8f27fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35820cf3ab8f27fb","status":"passed","time":{"start":1710307101317,"stop":1710307101317,"duration":0}},{"uid":"c3ac4069dd57a37a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3ac4069dd57a37a","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"6bd6704caa7515c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bd6704caa7515c5","status":"passed","time":{"start":1710284561378,"stop":1710284561379,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa1d6a9389341663","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa1d6a9389341663","status":"passed","time":{"start":1710307308616,"stop":1710307308617,"duration":1}},{"uid":"295c09445206c481","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/295c09445206c481","status":"passed","time":{"start":1710287509742,"stop":1710287509743,"duration":1}},{"uid":"b8bc77b2042c94ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8bc77b2042c94ac","status":"passed","time":{"start":1710284775835,"stop":1710284775835,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"56ca2f702c4cdb02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56ca2f702c4cdb02","status":"passed","time":{"start":1710307358454,"stop":1710307358454,"duration":0}},{"uid":"efbdb2bb2ca671a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efbdb2bb2ca671a7","status":"passed","time":{"start":1710287569242,"stop":1710287569244,"duration":2}},{"uid":"6994ebc79b3f05bb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6994ebc79b3f05bb","status":"passed","time":{"start":1710284852271,"stop":1710284852278,"duration":7}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3c8a8227a5415b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c8a8227a5415b6d","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"4ff58ba3baeb7843","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ff58ba3baeb7843","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"aa2e33691913ff70","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aa2e33691913ff70","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8eafc9118d188e0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8eafc9118d188e0b","status":"passed","time":{"start":1710307207071,"stop":1710307207071,"duration":0}},{"uid":"46a9cd22f5e1d61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46a9cd22f5e1d61f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"38e45e2938a168f1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38e45e2938a168f1","status":"passed","time":{"start":1710284680775,"stop":1710284680776,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dccf548c4f204fa5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dccf548c4f204fa5","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"d7f9a4f6ae0deba3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f9a4f6ae0deba3","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"3ae656494c744963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae656494c744963","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf85cb42ba4b05a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf85cb42ba4b05a0","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"462ca9f1fb35b514","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/462ca9f1fb35b514","status":"passed","time":{"start":1710287282002,"stop":1710287282003,"duration":1}},{"uid":"a0f06f027336b3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0f06f027336b3a","status":"passed","time":{"start":1710284550774,"stop":1710284550774,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b114d1fd05a985f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b114d1fd05a985f3","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"838e355937fd0c7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/838e355937fd0c7e","status":"passed","time":{"start":1710287304928,"stop":1710287304929,"duration":1}},{"uid":"bd3c26bb94c5076c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bd3c26bb94c5076c","status":"passed","time":{"start":1710284567109,"stop":1710284567110,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5f0f66c8d1426d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5f0f66c8d1426d","status":"passed","time":{"start":1710307247771,"stop":1710307247771,"duration":0}},{"uid":"7f3e1fbb7bfb6079","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f3e1fbb7bfb6079","status":"passed","time":{"start":1710287456073,"stop":1710287456074,"duration":1}},{"uid":"b59299f48ab0f442","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b59299f48ab0f442","status":"passed","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"b166ccb5872689b321f4e90e46b20448:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2871a9fc9207b4b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2871a9fc9207b4b0","status":"passed","time":{"start":1710287569261,"stop":1710287569261,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f07c2a9b3e2549b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f07c2a9b3e2549b3","status":"passed","time":{"start":1710307078638,"stop":1710307078639,"duration":1}},{"uid":"3b7d57e570ecbc20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3b7d57e570ecbc20","status":"passed","time":{"start":1710287281992,"stop":1710287281993,"duration":1}},{"uid":"64ca974c087159c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64ca974c087159c8","status":"passed","time":{"start":1710284550750,"stop":1710284550750,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c59310b716db04a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c59310b716db04a","status":"passed","time":{"start":1710307207069,"stop":1710307207069,"duration":0}},{"uid":"a5c2192ec6ac7942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a5c2192ec6ac7942","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"4bd4e6bfb0520873","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bd4e6bfb0520873","status":"passed","time":{"start":1710284680773,"stop":1710284680773,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c78deb2d9b9608a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c78deb2d9b9608a9","status":"passed","time":{"start":1710306833583,"stop":1710306833584,"duration":1}},{"uid":"d402ed0996f02f9f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d402ed0996f02f9f","status":"passed","time":{"start":1710287039377,"stop":1710287039377,"duration":0}},{"uid":"5b6c34be12fef025","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b6c34be12fef025","status":"passed","time":{"start":1710284302040,"stop":1710284302040,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fb37e9db4e11df79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fb37e9db4e11df79","status":"passed","time":{"start":1710306981512,"stop":1710306981513,"duration":1}},{"uid":"4789169d549dacef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4789169d549dacef","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"4ff0bf385dcafe1f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ff0bf385dcafe1f","status":"passed","time":{"start":1710284460002,"stop":1710284460002,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd8aeb09e11b1fe3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd8aeb09e11b1fe3","status":"passed","time":{"start":1710307365855,"stop":1710307365855,"duration":0}},{"uid":"a98b6ce6c996b51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a98b6ce6c996b51","status":"passed","time":{"start":1710287564361,"stop":1710287564363,"duration":2}},{"uid":"5d04cd83599a8c0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d04cd83599a8c0c","status":"passed","time":{"start":1710284831318,"stop":1710284831318,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b35ec6754e875c48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b35ec6754e875c48","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"4ac4e0cb472e159a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ac4e0cb472e159a","status":"passed","time":{"start":1710287282004,"stop":1710287282004,"duration":0}},{"uid":"ddd1848f8f8ce960","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ddd1848f8f8ce960","status":"passed","time":{"start":1710284550776,"stop":1710284550777,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9617149fa8457972","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9617149fa8457972","status":"passed","time":{"start":1710307207068,"stop":1710307207069,"duration":1}},{"uid":"7e9a366a3584360d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e9a366a3584360d","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"ae535ca90c08376","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae535ca90c08376","status":"passed","time":{"start":1710284680772,"stop":1710284680773,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"14518bacbe16a52e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/14518bacbe16a52e","status":"passed","time":{"start":1710306783663,"stop":1710306783663,"duration":0}},{"uid":"a40320a22d5d42e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a40320a22d5d42e6","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"1bbfd97b903d0f12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bbfd97b903d0f12","status":"passed","time":{"start":1710284251374,"stop":1710284251374,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e88c5d74f0294cdf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e88c5d74f0294cdf","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"9040d3b60abd2f3e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9040d3b60abd2f3e","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"2874a1f49b8910d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2874a1f49b8910d1","status":"passed","time":{"start":1710284259603,"stop":1710284259607,"duration":4}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d05bd8ddd3be5e7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d05bd8ddd3be5e7","status":"passed","time":{"start":1710307078646,"stop":1710307078647,"duration":1}},{"uid":"401f22cecde31baf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/401f22cecde31baf","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"edfb97f9f1ec1d73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edfb97f9f1ec1d73","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6f6353d96d8d708","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6f6353d96d8d708","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"edcd42bd5d66371f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/edcd42bd5d66371f","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"6073acbce1d30c9e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6073acbce1d30c9e","status":"passed","time":{"start":1710284588137,"stop":1710284588137,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eebb04d35b0f7f8a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eebb04d35b0f7f8a","status":"passed","time":{"start":1710306791274,"stop":1710306791275,"duration":1}},{"uid":"53af5b0c17aaa95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53af5b0c17aaa95","status":"passed","time":{"start":1710286996355,"stop":1710286996356,"duration":1}},{"uid":"f29efcef7070348a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f29efcef7070348a","status":"passed","time":{"start":1710284258872,"stop":1710284258873,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e9cfd3bd4133209c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9cfd3bd4133209c","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"85d2e579b26def1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85d2e579b26def1b","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"5a92eaaaec6b5934","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a92eaaaec6b5934","status":"passed","time":{"start":1710284730219,"stop":1710284730220,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d1e9a236b17131f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d1e9a236b17131f","status":"passed","time":{"start":1710307358465,"stop":1710307358465,"duration":0}},{"uid":"9ccc04d6e597df26","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ccc04d6e597df26","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"f6bb78ec48de6c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bb78ec48de6c1","status":"passed","time":{"start":1710284852300,"stop":1710284852301,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"781b46343c0f200a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/781b46343c0f200a","status":"passed","time":{"start":1710306877072,"stop":1710306877073,"duration":1}},{"uid":"a72552176107dcb1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a72552176107dcb1","status":"passed","time":{"start":1710287085417,"stop":1710287085417,"duration":0}},{"uid":"a83fa6e80ced4f0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a83fa6e80ced4f0d","status":"passed","time":{"start":1710284350511,"stop":1710284350511,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e51a178e2edeea2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e51a178e2edeea2c","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"eaf409496d00d6d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eaf409496d00d6d2","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"d307b6ba6f0323d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d307b6ba6f0323d4","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ce05dda30542d80e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce05dda30542d80e","status":"passed","time":{"start":1710307342519,"stop":1710307342520,"duration":1}},{"uid":"5ea5e58299bb2a9a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5ea5e58299bb2a9a","status":"passed","time":{"start":1710287544910,"stop":1710287544911,"duration":1}},{"uid":"f956aab39190b59f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f956aab39190b59f","status":"passed","time":{"start":1710284805008,"stop":1710284805008,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75de0caf2c24cf60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75de0caf2c24cf60","status":"passed","time":{"start":1710307325064,"stop":1710307325065,"duration":1}},{"uid":"f9002672c535488c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9002672c535488c","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"6e90a0305eb3a9d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e90a0305eb3a9d5","status":"passed","time":{"start":1710284796485,"stop":1710284796485,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f1395b7b08944575","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1395b7b08944575","status":"passed","time":{"start":1710307342526,"stop":1710307342527,"duration":1}},{"uid":"7b3b05c0e1fdaef9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7b3b05c0e1fdaef9","status":"passed","time":{"start":1710287544914,"stop":1710287544915,"duration":1}},{"uid":"bddcf7c7532dc614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bddcf7c7532dc614","status":"passed","time":{"start":1710284805023,"stop":1710284805024,"duration":1}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f3f5917c71eabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f3f5917c71eabc3","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"ec597ce361d66792","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec597ce361d66792","status":"passed","time":{"start":1710287001716,"stop":1710287001717,"duration":1}},{"uid":"c8443f7a785a25dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8443f7a785a25dc","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"730f8adb736453b7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/730f8adb736453b7","status":"passed","time":{"start":1710307358457,"stop":1710307358458,"duration":1}},{"uid":"2cf2c91c3c63c91c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf2c91c3c63c91c","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"29f95d6206c6b0f2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29f95d6206c6b0f2","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c58e5b8bf671e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c58e5b8bf671e9","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"38ad29bf5e9c805b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38ad29bf5e9c805b","status":"passed","time":{"start":1710287569248,"stop":1710287569248,"duration":0}},{"uid":"5a36c6859063061a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a36c6859063061a","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3a22800c63a4b640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a22800c63a4b640","status":"passed","time":{"start":1710306807147,"stop":1710306807148,"duration":1}},{"uid":"c819b54ebb198203","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c819b54ebb198203","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8d2ba52bad61ff8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d2ba52bad61ff8e","status":"passed","time":{"start":1710284274242,"stop":1710284274243,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a62589f6ca215a48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a62589f6ca215a48","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"18450a8f8a8984ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18450a8f8a8984ab","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"fbc8376dd9a2863e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbc8376dd9a2863e","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d9611514a374e4ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d9611514a374e4ba","status":"passed","time":{"start":1710307045662,"stop":1710307045663,"duration":1}},{"uid":"304d8abe29d6e1f4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/304d8abe29d6e1f4","status":"passed","time":{"start":1710287245614,"stop":1710287245615,"duration":1}},{"uid":"47c5efe9a291c17e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47c5efe9a291c17e","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7489df2a1520fbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7489df2a1520fbf","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"8e380e2463c37ece","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e380e2463c37ece","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"5d323b54749dbd0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d323b54749dbd0d","status":"passed","time":{"start":1710284680778,"stop":1710284680779,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c080a4167d9e353","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c080a4167d9e353","status":"passed","time":{"start":1710307247758,"stop":1710307247759,"duration":1}},{"uid":"17908005465c7534","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17908005465c7534","status":"passed","time":{"start":1710287456028,"stop":1710287456037,"duration":9}},{"uid":"7f508077e5a31ac7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7f508077e5a31ac7","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47779898da58d576","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47779898da58d576","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"2ca5de7ad803296d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ca5de7ad803296d","status":"passed","time":{"start":1710287456063,"stop":1710287456064,"duration":1}},{"uid":"d194fcd7532a2118","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d194fcd7532a2118","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"0139c1a7b8c6b0ca86bb75c53009beaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abea62c3abf85959","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abea62c3abf85959","status":"passed","time":{"start":1710307247766,"stop":1710307247766,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2132e5a9580b844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2132e5a9580b844f","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"596c455bd515661a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/596c455bd515661a","status":"passed","time":{"start":1710287608796,"stop":1710287608796,"duration":0}},{"uid":"b2d809cc806986e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2d809cc806986e6","status":"passed","time":{"start":1710284881700,"stop":1710284881701,"duration":1}}]},"fa8d77d9ae986bdc610c2445cc684989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcf91f4dda3ea21","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dcf91f4dda3ea21","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f8ddc00796efc27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f8ddc00796efc27","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"576ef8e5896cac60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/576ef8e5896cac60","status":"passed","time":{"start":1710287282003,"stop":1710287282004,"duration":1}},{"uid":"3896fe3c5469807","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3896fe3c5469807","status":"passed","time":{"start":1710284550775,"stop":1710284550775,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dfc7567376b5301b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfc7567376b5301b","status":"passed","time":{"start":1710306791272,"stop":1710306791273,"duration":1}},{"uid":"dbc70ca470ea8a6f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbc70ca470ea8a6f","status":"passed","time":{"start":1710286996353,"stop":1710286996355,"duration":2}},{"uid":"a17c382df0269e13","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a17c382df0269e13","status":"passed","time":{"start":1710284258862,"stop":1710284258872,"duration":10}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbc0d5284000a150","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0d5284000a150","status":"passed","time":{"start":1710306816840,"stop":1710306816840,"duration":0}},{"uid":"aedf1941f79480b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedf1941f79480b2","status":"passed","time":{"start":1710287022151,"stop":1710287022151,"duration":0}},{"uid":"a5365a83f4005597","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a5365a83f4005597","status":"passed","time":{"start":1710284284832,"stop":1710284284833,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"367c95cd8cf1e56e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/367c95cd8cf1e56e","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"994eb32d21c392e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/994eb32d21c392e","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"c10d1ef6eb18451e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c10d1ef6eb18451e","status":"passed","time":{"start":1710284934069,"stop":1710284934070,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"deb8785009bc7363","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/deb8785009bc7363","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"144efa8fde7f356e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/144efa8fde7f356e","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"11e8bda6b6ebe190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11e8bda6b6ebe190","status":"passed","time":{"start":1710284730221,"stop":1710284730222,"duration":1}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4341ea720b9d719","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4341ea720b9d719","status":"passed","time":{"start":1710306873745,"stop":1710306873746,"duration":1}},{"uid":"73f36db5dbe03781","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73f36db5dbe03781","status":"passed","time":{"start":1710287079742,"stop":1710287079743,"duration":1}},{"uid":"e573a8515991a2e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e573a8515991a2e","status":"passed","time":{"start":1710284342265,"stop":1710284342265,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"184f5fda87c9205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/184f5fda87c9205f","status":"passed","time":{"start":1710306783346,"stop":1710306783348,"duration":2}},{"uid":"2421ba73c22099f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2421ba73c22099f5","status":"passed","time":{"start":1710286988505,"stop":1710286988507,"duration":2}},{"uid":"99f4b4b15a3c5b4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/99f4b4b15a3c5b4","status":"passed","time":{"start":1710284250977,"stop":1710284250978,"duration":1}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4247b95aded116c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4247b95aded116c6","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"922580375673ff8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/922580375673ff8d","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"ca2321929ca2a507","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca2321929ca2a507","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"892ad9469a60e80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/892ad9469a60e80","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"af1c9d44de9a7b4a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af1c9d44de9a7b4a","status":"passed","time":{"start":1710287281992,"stop":1710287281992,"duration":0}},{"uid":"bb9d7a29acd6f58a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb9d7a29acd6f58a","status":"passed","time":{"start":1710284550744,"stop":1710284550749,"duration":5}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"98f30a5843dbba20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/98f30a5843dbba20","status":"passed","time":{"start":1710307078650,"stop":1710307078650,"duration":0}},{"uid":"8df3b3f4d22af581","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8df3b3f4d22af581","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"f64f531c3d6ec712","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f64f531c3d6ec712","status":"passed","time":{"start":1710284550772,"stop":1710284550773,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"beaa5697c0dae4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/beaa5697c0dae4dc","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"3a88824a473c8f65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a88824a473c8f65","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"367e866af95e384a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/367e866af95e384a","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aed4c493d9130c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aed4c493d9130c58","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"f76a11bd1edf0cd2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f76a11bd1edf0cd2","status":"passed","time":{"start":1710287245607,"stop":1710287245608,"duration":1}},{"uid":"7db5df00772b13ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7db5df00772b13ab","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ddd3cd47b7f3968","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ddd3cd47b7f3968","status":"passed","time":{"start":1710306904614,"stop":1710306904614,"duration":0}},{"uid":"caaf4c4f719c57a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/caaf4c4f719c57a2","status":"passed","time":{"start":1710287110701,"stop":1710287110701,"duration":0}},{"uid":"72d23e08346598bc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72d23e08346598bc","status":"passed","time":{"start":1710284372010,"stop":1710284372012,"duration":2}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aca240ab4abb749d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aca240ab4abb749d","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"a2687c77d073a37e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a2687c77d073a37e","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"4c760a2aad62b1cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4c760a2aad62b1cb","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e8eeb17c6ae0787e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8eeb17c6ae0787e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"cd01c97dc25236aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd01c97dc25236aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"15ecf93891d32e40","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15ecf93891d32e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934073,"stop":1710284934074,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"179311409d54c394","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/179311409d54c394","status":"passed","time":{"start":1710307101317,"stop":1710307101318,"duration":1}},{"uid":"ea94e2e1ea23c81e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea94e2e1ea23c81e","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"5004b2931f2ac1f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5004b2931f2ac1f0","status":"passed","time":{"start":1710284561379,"stop":1710284561379,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c19b90daaf76611d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c19b90daaf76611d","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"c993653dc2e34e52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c993653dc2e34e52","status":"passed","time":{"start":1710287300122,"stop":1710287300123,"duration":1}},{"uid":"472a4b3952c601e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/472a4b3952c601e8","status":"passed","time":{"start":1710284561378,"stop":1710284561378,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9dbb889798e0d6b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9dbb889798e0d6b2","status":"passed","time":{"start":1710307238429,"stop":1710307238429,"duration":0}},{"uid":"408daa9b4bc1f061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/408daa9b4bc1f061","status":"passed","time":{"start":1710287445563,"stop":1710287445563,"duration":0}},{"uid":"f5c96a0504f53016","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5c96a0504f53016","status":"passed","time":{"start":1710284710695,"stop":1710284710695,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34fac85a434e9564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34fac85a434e9564","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"9b57218dd0c6c81","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b57218dd0c6c81","status":"passed","time":{"start":1710287569256,"stop":1710287569257,"duration":1}},{"uid":"75e2eb93dce870ec","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75e2eb93dce870ec","status":"passed","time":{"start":1710284852301,"stop":1710284852304,"duration":3}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"92add123db6ce497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/92add123db6ce497","status":"passed","time":{"start":1710306843280,"stop":1710306843280,"duration":0}},{"uid":"e2ac324e356483fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2ac324e356483fe","status":"passed","time":{"start":1710287049490,"stop":1710287049491,"duration":1}},{"uid":"561f185ff56b1492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/561f185ff56b1492","status":"passed","time":{"start":1710284310419,"stop":1710284310419,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a3974946fb4e638b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3974946fb4e638b","status":"passed","time":{"start":1710306994278,"stop":1710306994278,"duration":0}},{"uid":"1605140ba4479d55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1605140ba4479d55","status":"passed","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"f8a410bd4da78e2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a410bd4da78e2c","status":"passed","time":{"start":1710284459557,"stop":1710284459558,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"53b8d25dee8981b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53b8d25dee8981b","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"8e7c872ab023767f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e7c872ab023767f","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1498d51d10b3d2d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1498d51d10b3d2d9","status":"passed","time":{"start":1710284881701,"stop":1710284881702,"duration":1}}]},"e1f289c10d0637eff85b1bfcf266307f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27876d907cfff7b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/27876d907cfff7b9","status":"passed","time":{"start":1710284723014,"stop":1710284723014,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7c543862f1b45555","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7c543862f1b45555","status":"passed","time":{"start":1710307392998,"stop":1710307392999,"duration":1}},{"uid":"c1450c4119e1988f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1450c4119e1988f","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"77429cc6daabace2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/77429cc6daabace2","status":"passed","time":{"start":1710284869463,"stop":1710284869463,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b79c952f558e6c64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b79c952f558e6c64","status":"passed","time":{"start":1710307247760,"stop":1710307247761,"duration":1}},{"uid":"dbfde84987673fd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbfde84987673fd3","status":"passed","time":{"start":1710287456038,"stop":1710287456044,"duration":6}},{"uid":"8849e9ed071b5994","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8849e9ed071b5994","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eab128fb35e5d15a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eab128fb35e5d15a","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"710fe3fa2379f83b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/710fe3fa2379f83b","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"d1f485f1943aba79","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f485f1943aba79","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5684ba704a01bc4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5684ba704a01bc4a","status":"passed","time":{"start":1710307358462,"stop":1710307358463,"duration":1}},{"uid":"3be4513e38232d9b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3be4513e38232d9b","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"988ed03192f25e8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/988ed03192f25e8d","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"d1f8681bf8df9ccc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1f8681bf8df9ccc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351551,"duration":1}},{"uid":"d3460aa24b093fd6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d3460aa24b093fd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"64e8878354412fba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64e8878354412fba","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823521,"duration":1}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e77564d107264cc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e77564d107264cc0","status":"passed","time":{"start":1710306807580,"stop":1710306807581,"duration":1}},{"uid":"5a14807bbe49a76e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a14807bbe49a76e","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"bc9581c4e78d2fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc9581c4e78d2fe8","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44df1d570bed0cd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44df1d570bed0cd3","status":"passed","time":{"start":1710306913478,"stop":1710306913479,"duration":1}},{"uid":"c7db0d2811ffa0d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7db0d2811ffa0d6","status":"passed","time":{"start":1710287126416,"stop":1710287126416,"duration":0}},{"uid":"42aae5cf443c34fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42aae5cf443c34fd","status":"passed","time":{"start":1710284390751,"stop":1710284390752,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35416b4effa96e0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35416b4effa96e0c","status":"passed","time":{"start":1710307402636,"stop":1710307402637,"duration":1}},{"uid":"34d59a28020ea9a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34d59a28020ea9a2","status":"passed","time":{"start":1710287608799,"stop":1710287608799,"duration":0}},{"uid":"ce94744656734a7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce94744656734a7","status":"passed","time":{"start":1710284881702,"stop":1710284881703,"duration":1}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9304872b0e847c78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9304872b0e847c78","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"c0b491c869733d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0b491c869733d6","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"c08d838e8b2d8eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c08d838e8b2d8eb","status":"passed","time":{"start":1710284279139,"stop":1710284279139,"duration":0}}]},"50f7600afac2b7bd5ee6cc157873edb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5b274a625f8917d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b5b274a625f8917d","status":"passed","time":{"start":1710284680793,"stop":1710284680793,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af8fc602f8a93d20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af8fc602f8a93d20","status":"passed","time":{"start":1710307465624,"stop":1710307465625,"duration":1}},{"uid":"888f45e6b512198c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/888f45e6b512198c","status":"passed","time":{"start":1710287674906,"stop":1710287674906,"duration":0}},{"uid":"faa7ae9cc59d7799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/faa7ae9cc59d7799","status":"passed","time":{"start":1710284934065,"stop":1710284934066,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c0b31cbe5ccf3b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c0b31cbe5ccf3b3","status":"passed","time":{"start":1710306795951,"stop":1710306795953,"duration":2}},{"uid":"39170dce51057abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39170dce51057abd","status":"passed","time":{"start":1710287001219,"stop":1710287001221,"duration":2}},{"uid":"e04992867ebafe01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04992867ebafe01","status":"passed","time":{"start":1710284263736,"stop":1710284263738,"duration":2}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"593a27e661ce0f00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/593a27e661ce0f00","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"951334f292dad194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/951334f292dad194","status":"passed","time":{"start":1710287198158,"stop":1710287198158,"duration":0}},{"uid":"38cd3d243c5fcc8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38cd3d243c5fcc8e","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"916dd0c263e44a4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/916dd0c263e44a4d","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"704addf514fa20ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/704addf514fa20ed","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"7443b665dcf95af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7443b665dcf95af7","status":"passed","time":{"start":1710284730220,"stop":1710284730220,"duration":0}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"650a853b2ce60d7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/650a853b2ce60d7d","status":"passed","time":{"start":1710306807145,"stop":1710306807145,"duration":0}},{"uid":"93857a34822761eb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93857a34822761eb","status":"passed","time":{"start":1710287012264,"stop":1710287012264,"duration":0}},{"uid":"259d3642f38a1d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/259d3642f38a1d0","status":"passed","time":{"start":1710284274240,"stop":1710284274240,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e55fd2f3abb2014a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e55fd2f3abb2014a","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"780da0a06d0973d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/780da0a06d0973d4","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"9c40a39ade9eba0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c40a39ade9eba0","status":"passed","time":{"start":1710284377467,"stop":1710284377467,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"716086bac3488977","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/716086bac3488977","status":"passed","time":{"start":1710307308622,"stop":1710307308623,"duration":1}},{"uid":"6fbb12132446dfb7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6fbb12132446dfb7","status":"passed","time":{"start":1710287509746,"stop":1710287509747,"duration":1}},{"uid":"edb78571d4c6a25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edb78571d4c6a25","status":"passed","time":{"start":1710284775839,"stop":1710284775839,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf9216662e0a0d57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf9216662e0a0d57","status":"passed","time":{"start":1710306791278,"stop":1710306791279,"duration":1}},{"uid":"b6265a3e08c1d1b8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6265a3e08c1d1b8","status":"passed","time":{"start":1710286996359,"stop":1710286996359,"duration":0}},{"uid":"816d51acd045ad16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/816d51acd045ad16","status":"passed","time":{"start":1710284258876,"stop":1710284258876,"duration":0}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d43f84cb41bb53a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d43f84cb41bb53a1","status":"passed","time":{"start":1710306807148,"stop":1710306807149,"duration":1}},{"uid":"133c48c4bf5033a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/133c48c4bf5033a5","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"ad68b32a5a235ab5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad68b32a5a235ab5","status":"passed","time":{"start":1710284274244,"stop":1710284274244,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7df7c6ee63b234b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7df7c6ee63b234b8","status":"passed","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"c115844d7880794c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c115844d7880794c","status":"passed","time":{"start":1710287674903,"stop":1710287674903,"duration":0}},{"uid":"9d0b721adbe7723f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d0b721adbe7723f","status":"passed","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe9f02454f9f7ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe9f02454f9f7ab","status":"passed","time":{"start":1710306807149,"stop":1710306807149,"duration":0}},{"uid":"46153add7cbef5d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46153add7cbef5d1","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"b79c86b380e70c7a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b79c86b380e70c7a","status":"passed","time":{"start":1710284274244,"stop":1710284274245,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"27073afe74dd3c08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27073afe74dd3c08","status":"passed","time":{"start":1710307383800,"stop":1710307383801,"duration":1}},{"uid":"f5432f111ef10192","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5432f111ef10192","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"b03794b78c7cf590","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03794b78c7cf590","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76a3b3b5e528481a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76a3b3b5e528481a","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"f32fc7148002466e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f32fc7148002466e","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"e6b752d03cc821e9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6b752d03cc821e9","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6464def5efb043e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6464def5efb043e","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0}},{"uid":"24d67a152fb640d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24d67a152fb640d7","status":"passed","time":{"start":1710287196195,"stop":1710287196196,"duration":1}},{"uid":"6da118a3c5909de6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6da118a3c5909de6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6baaff4bb81b1029","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6baaff4bb81b1029","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4bd8fa3c3d62db2b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bd8fa3c3d62db2b","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"47df6dda5baf3492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47df6dda5baf3492","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"655c81158abecd87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/655c81158abecd87","status":"passed","time":{"start":1710307045663,"stop":1710307045664,"duration":1}},{"uid":"4408ad52ed7ebd3a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4408ad52ed7ebd3a","status":"passed","time":{"start":1710287245616,"stop":1710287245617,"duration":1}},{"uid":"3cab01240372d2c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3cab01240372d2c9","status":"passed","time":{"start":1710284503144,"stop":1710284503145,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3254d2ceff22af12","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3254d2ceff22af12","status":"passed","time":{"start":1710307207070,"stop":1710307207070,"duration":0}},{"uid":"70a395e19261a24e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a395e19261a24e","status":"passed","time":{"start":1710287412749,"stop":1710287412749,"duration":0}},{"uid":"598bb8dda1f7c4b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/598bb8dda1f7c4b2","status":"passed","time":{"start":1710284680774,"stop":1710284680774,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5ee756fea438a477","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ee756fea438a477","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"27510ecf5b4d9af","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27510ecf5b4d9af","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"eb566a756952d1fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb566a756952d1fb","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a1429473f82d3959","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a1429473f82d3959","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"2451619aa855d5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2451619aa855d5e9","status":"passed","time":{"start":1710286988736,"stop":1710286988737,"duration":1}},{"uid":"aea625bb3f347453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aea625bb3f347453","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6b3a2aebad6f2d5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6b3a2aebad6f2d5a","status":"passed","time":{"start":1710307300368,"stop":1710307300369,"duration":1}},{"uid":"7e56a23afc076a20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e56a23afc076a20","status":"passed","time":{"start":1710287503527,"stop":1710287503527,"duration":0}},{"uid":"2d7fc06dfd45ba6c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2d7fc06dfd45ba6c","status":"passed","time":{"start":1710284762778,"stop":1710284762779,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70d2a2f13b6a2297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70d2a2f13b6a2297","status":"passed","time":{"start":1710306791277,"stop":1710306791278,"duration":1}},{"uid":"c249cca0934d4785","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c249cca0934d4785","status":"passed","time":{"start":1710286996358,"stop":1710286996359,"duration":1}},{"uid":"e9d5fcd0891f3b8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9d5fcd0891f3b8b","status":"passed","time":{"start":1710284258875,"stop":1710284258876,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bac580444c8ffa96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bac580444c8ffa96","status":"passed","time":{"start":1710306994275,"stop":1710306994276,"duration":1}},{"uid":"574773b660d489b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/574773b660d489b5","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"ece4a120a1dbcd85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ece4a120a1dbcd85","status":"passed","time":{"start":1710284459545,"stop":1710284459547,"duration":2}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a39d4a1309de00de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a39d4a1309de00de","status":"passed","time":{"start":1710307342528,"stop":1710307342529,"duration":1}},{"uid":"c01c3656f16dbbbb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c01c3656f16dbbbb","status":"passed","time":{"start":1710287544916,"stop":1710287544917,"duration":1}},{"uid":"362d4aac4bc0b80c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/362d4aac4bc0b80c","status":"passed","time":{"start":1710284805026,"stop":1710284805027,"duration":1}}]},"823078815261aa4bd9a13537d910b17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9da0751e386ea248","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9da0751e386ea248","status":"passed","time":{"start":1710287196194,"stop":1710287196195,"duration":1}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"264e98276ded3091","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/264e98276ded3091","status":"passed","time":{"start":1710306904615,"stop":1710306904616,"duration":1}},{"uid":"6b179327ade3223b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b179327ade3223b","status":"passed","time":{"start":1710287110703,"stop":1710287110703,"duration":0}},{"uid":"d1719825b6136179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1719825b6136179","status":"passed","time":{"start":1710284372014,"stop":1710284372015,"duration":1}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4141f08ebea1fcd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4141f08ebea1fcd","status":"passed","time":{"start":1710306841075,"stop":1710306841075,"duration":0}},{"uid":"c1653a089c469bb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1653a089c469bb0","status":"passed","time":{"start":1710287046526,"stop":1710287046526,"duration":0}},{"uid":"caf3dfbe8139c8a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/caf3dfbe8139c8a4","status":"passed","time":{"start":1710284309645,"stop":1710284309645,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6271a0a94214c2cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6271a0a94214c2cd","status":"passed","time":{"start":1710306981492,"stop":1710306981492,"duration":0}},{"uid":"2b8883b504dd200a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2b8883b504dd200a","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"7efd078449fa74c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7efd078449fa74c","status":"passed","time":{"start":1710284459987,"stop":1710284459987,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"4bc2a826a07b6814","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc2a826a07b6814","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"c71bb5c4cc9b5f47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c71bb5c4cc9b5f47","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049803,"duration":1}},{"uid":"fbed2b316cc4462b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbed2b316cc4462b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312211,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"18066555c83e69dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18066555c83e69dd","status":"passed","time":{"start":1710306817452,"stop":1710306817452,"duration":0}},{"uid":"367fbfa603dbe1a1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367fbfa603dbe1a1","status":"passed","time":{"start":1710287022682,"stop":1710287022682,"duration":0}},{"uid":"264d4d0f51d2d2d7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/264d4d0f51d2d2d7","status":"passed","time":{"start":1710284285361,"stop":1710284285361,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"65e301b3f862dd4c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65e301b3f862dd4c","status":"passed","time":{"start":1710307308627,"stop":1710307308628,"duration":1}},{"uid":"3350bfafa2cc53e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3350bfafa2cc53e1","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"1f760205741ddf95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f760205741ddf95","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"23894bbb117ede5090e28f3cfe09faaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c224616cb3d53871","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c224616cb3d53871","status":"passed","time":{"start":1710284852314,"stop":1710284852314,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d3c212d623f1152e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c212d623f1152e","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"a4238ed07ef52387","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4238ed07ef52387","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1bab550f8a6cc572","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bab550f8a6cc572","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a44d8e03505b29d8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a44d8e03505b29d8","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"302a4f0be25ad5b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/302a4f0be25ad5b0","status":"passed","time":{"start":1710287674911,"stop":1710287674912,"duration":1}},{"uid":"d3cc908085ac8245","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3cc908085ac8245","status":"passed","time":{"start":1710284934072,"stop":1710284934073,"duration":1}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"edc6b1d5e7fb67ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/edc6b1d5e7fb67ca","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4c596a8fd0388194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c596a8fd0388194","status":"passed","time":{"start":1710287451483,"stop":1710287451484,"duration":1}},{"uid":"551b895665ca08f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/551b895665ca08f8","status":"passed","time":{"start":1710284717992,"stop":1710284717993,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be4ed2861859f6eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/be4ed2861859f6eb","status":"passed","time":{"start":1710307209808,"stop":1710307209808,"duration":0}},{"uid":"bd5f4a931d0c32c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd5f4a931d0c32c0","status":"passed","time":{"start":1710287415614,"stop":1710287415614,"duration":0}},{"uid":"aac6b4dd37beb7fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aac6b4dd37beb7fe","status":"passed","time":{"start":1710284682353,"stop":1710284682353,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"953b6c4958f6ffe2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/953b6c4958f6ffe2","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"d68e64fa904c5f58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d68e64fa904c5f58","status":"passed","time":{"start":1710287560341,"stop":1710287560342,"duration":1}},{"uid":"a6214bca33c8df9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6214bca33c8df9a","status":"passed","time":{"start":1710284826096,"stop":1710284826097,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"489f1d8d26f91c0e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/489f1d8d26f91c0e","status":"passed","time":{"start":1710307259440,"stop":1710307259441,"duration":1}},{"uid":"b4688274720a15ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b4688274720a15ca","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"239199b66c57a3a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/239199b66c57a3a1","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9faf2ce3540f6444","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9faf2ce3540f6444","status":"passed","time":{"start":1710306981513,"stop":1710306981514,"duration":1}},{"uid":"cd919f6887e78f60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd919f6887e78f60","status":"passed","time":{"start":1710287198164,"stop":1710287198165,"duration":1}},{"uid":"be87ec19192cd4a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be87ec19192cd4a9","status":"passed","time":{"start":1710284460003,"stop":1710284460003,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e2bae80d3bcaaeb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2bae80d3bcaaeb","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"72077699b3c7e3d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72077699b3c7e3d8","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"e065f48d1e44208d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e065f48d1e44208d","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c53c3e6c7c27a6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c53c3e6c7c27a6d","status":"passed","time":{"start":1710307207052,"stop":1710307207057,"duration":5}},{"uid":"8b1fc1aa0f00023","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b1fc1aa0f00023","status":"passed","time":{"start":1710287412744,"stop":1710287412744,"duration":0}},{"uid":"1653ebbce3ec8fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1653ebbce3ec8fe8","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8b043309421b5cb4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b043309421b5cb4","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"137ac58dd42e9eda","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/137ac58dd42e9eda","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"10b20c6c570ef1d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/10b20c6c570ef1d1","status":"passed","time":{"start":1710284279138,"stop":1710284279139,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6471a4e3fe7b14f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6471a4e3fe7b14f","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"14ec63bcf8a03397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/14ec63bcf8a03397","status":"passed","time":{"start":1710287412753,"stop":1710287412754,"duration":1}},{"uid":"ae9d0360fe9a0b05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae9d0360fe9a0b05","status":"passed","time":{"start":1710284680787,"stop":1710284680788,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ea20c27a80b2e5f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3ea20c27a80b2e5f","status":"passed","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"b104d54da7c143fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b104d54da7c143fc","status":"passed","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"3aca2da7abd6c65","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aca2da7abd6c65","status":"passed","time":{"start":1710284823523,"stop":1710284823524,"duration":1}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"abc4a3e44ea97fda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abc4a3e44ea97fda","status":"passed","time":{"start":1710307207049,"stop":1710307207050,"duration":1}},{"uid":"7c03fe07762cf996","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c03fe07762cf996","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"fc637e20d147eae7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc637e20d147eae7","status":"passed","time":{"start":1710284680767,"stop":1710284680768,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ba8dca9e38d7969","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ba8dca9e38d7969","status":"passed","time":{"start":1710307207092,"stop":1710307207092,"duration":0}},{"uid":"9794cc747adb734a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9794cc747adb734a","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"495c3499b53b3f7b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/495c3499b53b3f7b","status":"passed","time":{"start":1710284680790,"stop":1710284680791,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"779e1f43412c6cc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/779e1f43412c6cc3","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"af420bda4b3f9138","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af420bda4b3f9138","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"3a8061172e34a1db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a8061172e34a1db","status":"passed","time":{"start":1710285008788,"stop":1710285008789,"duration":1}}]},"08051163188f8b080733f690a569d2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e64b6e7f7301c6c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e64b6e7f7301c6c0","status":"passed","time":{"start":1710284775866,"stop":1710284775866,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f425de24c1089709","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f425de24c1089709","status":"passed","time":{"start":1710306865883,"stop":1710306865884,"duration":1}},{"uid":"9f223bde98ef9f6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f223bde98ef9f6","status":"passed","time":{"start":1710287067215,"stop":1710287067215,"duration":0}},{"uid":"474469e2ae0695d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/474469e2ae0695d1","status":"passed","time":{"start":1710284328535,"stop":1710284328536,"duration":1}}]},"b4806174f4968d20cf8972b308e5c75d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11394e9e3c68f30c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11394e9e3c68f30c","status":"passed","time":{"start":1710306994273,"stop":1710306994274,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d6a89bd245e2f5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d6a89bd245e2f5a","status":"passed","time":{"start":1710306981511,"stop":1710306981512,"duration":1}},{"uid":"840327b34ced16b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/840327b34ced16b6","status":"passed","time":{"start":1710287198163,"stop":1710287198163,"duration":0}},{"uid":"e2cd3a6faf7bbfb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2cd3a6faf7bbfb6","status":"passed","time":{"start":1710284460001,"stop":1710284460002,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3f1bb9a0f6d784f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3f1bb9a0f6d784f","status":"passed","time":{"start":1710306981514,"stop":1710306981514,"duration":0}},{"uid":"53ce7b9895b1d7ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53ce7b9895b1d7ed","status":"passed","time":{"start":1710287198165,"stop":1710287198165,"duration":0}},{"uid":"6df6fbe4a5806da8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6df6fbe4a5806da8","status":"passed","time":{"start":1710284460003,"stop":1710284460004,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"11290bacd315498c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11290bacd315498c","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"402418ceb5ef97be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/402418ceb5ef97be","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"e0b374d9ae81079b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0b374d9ae81079b","status":"passed","time":{"start":1710284279137,"stop":1710284279137,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ae2118cc8150f0db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae2118cc8150f0db","status":"passed","time":{"start":1710306908763,"stop":1710306908764,"duration":1}},{"uid":"d72ffad2c6185110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d72ffad2c6185110","status":"passed","time":{"start":1710287110856,"stop":1710287110857,"duration":1}},{"uid":"9928b1dc24c31bbd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9928b1dc24c31bbd","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f99f2f7f33bd728","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f99f2f7f33bd728","status":"passed","time":{"start":1710307365852,"stop":1710307365855,"duration":3}},{"uid":"daf82d0c4e0813e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/daf82d0c4e0813e","status":"passed","time":{"start":1710287564360,"stop":1710287564361,"duration":1}},{"uid":"713c9f26a9eb5f3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/713c9f26a9eb5f3d","status":"passed","time":{"start":1710284831317,"stop":1710284831318,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2252bf85cd52830f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2252bf85cd52830f","status":"passed","time":{"start":1710306981505,"stop":1710306981505,"duration":0}},{"uid":"88717295bb2bb967","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/88717295bb2bb967","status":"passed","time":{"start":1710287198119,"stop":1710287198120,"duration":1}},{"uid":"ed87a25412fe121c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed87a25412fe121c","status":"passed","time":{"start":1710284459995,"stop":1710284459996,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60c55cebfd87e35e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60c55cebfd87e35e","status":"passed","time":{"start":1710307045664,"stop":1710307045664,"duration":0}},{"uid":"237cc21cd53cb6fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/237cc21cd53cb6fe","status":"passed","time":{"start":1710287245617,"stop":1710287245618,"duration":1}},{"uid":"cc2d5dc2d13b1d90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc2d5dc2d13b1d90","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8331c3ddab54ef15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8331c3ddab54ef15","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"efda5e6304605269","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efda5e6304605269","status":"passed","time":{"start":1710287674905,"stop":1710287674906,"duration":1}},{"uid":"3282beed6b2b7dd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3282beed6b2b7dd1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ba2ddcbdc34fffa6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2ddcbdc34fffa6","status":"passed","time":{"start":1710307259442,"stop":1710307259443,"duration":1}},{"uid":"6c7d61222f040264","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c7d61222f040264","status":"passed","time":{"start":1710287460908,"stop":1710287460908,"duration":0}},{"uid":"5ae5168f818536fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ae5168f818536fd","status":"passed","time":{"start":1710284730226,"stop":1710284730226,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6190bac82b7d7883","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6190bac82b7d7883","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"565d5b9f07222ffe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/565d5b9f07222ffe","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"600d5aedb4c61234","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600d5aedb4c61234","status":"passed","time":{"start":1710284775872,"stop":1710284775873,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16ce89f3f538c993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16ce89f3f538c993","status":"passed","time":{"start":1710306786080,"stop":1710306786080,"duration":0}},{"uid":"23e3da2330c8b9fa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23e3da2330c8b9fa","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"4987b082c737293b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4987b082c737293b","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e2d34721d9d1fa3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2d34721d9d1fa3a","status":"passed","time":{"start":1710307207046,"stop":1710307207047,"duration":1}},{"uid":"9895e602aeed61f7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9895e602aeed61f7","status":"passed","time":{"start":1710287412738,"stop":1710287412739,"duration":1}},{"uid":"dc6525a3f44185fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc6525a3f44185fa","status":"passed","time":{"start":1710284680764,"stop":1710284680764,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"431b7e4e075f97cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/431b7e4e075f97cc","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"5d9b8e8a4d3c23e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5d9b8e8a4d3c23e4","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"b4f0901b29322dc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4f0901b29322dc1","status":"passed","time":{"start":1710284775864,"stop":1710284775865,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f5c0f2e3af496c30","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5c0f2e3af496c30","status":"passed","time":{"start":1710307358461,"stop":1710307358462,"duration":1}},{"uid":"41d137d7c8a37ca4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/41d137d7c8a37ca4","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"394f52482df58817","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/394f52482df58817","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7a2ea1325f77e08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7a2ea1325f77e08","status":"passed","time":{"start":1710307285627,"stop":1710307285627,"duration":0}},{"uid":"459b27d3cd9a6d7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/459b27d3cd9a6d7e","status":"passed","time":{"start":1710287499225,"stop":1710287499226,"duration":1}},{"uid":"303fcb4e1b4e2629","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/303fcb4e1b4e2629","status":"passed","time":{"start":1710284765829,"stop":1710284765830,"duration":1}}]},"70a767e4b930526214fbc0ed1d3d34cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b20a98adec2ef5a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b20a98adec2ef5a","status":"passed","time":{"start":1710287483710,"stop":1710287483710,"duration":0}},{"uid":"bb4f9bbc42a4a6d8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb4f9bbc42a4a6d8","status":"passed","time":{"start":1710284751207,"stop":1710284751208,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a09baf643304d51","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a09baf643304d51","status":"passed","time":{"start":1710307045666,"stop":1710307045667,"duration":1}},{"uid":"bea031dd27540865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bea031dd27540865","status":"passed","time":{"start":1710287245618,"stop":1710287245619,"duration":1}},{"uid":"b406c7eb651fed76","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b406c7eb651fed76","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8efa5c7c014e11fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8efa5c7c014e11fe","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"f0aa79fad34ec22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0aa79fad34ec22","status":"passed","time":{"start":1710287023846,"stop":1710287023846,"duration":0}},{"uid":"3c39ead7680ca224","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c39ead7680ca224","status":"passed","time":{"start":1710284286703,"stop":1710284286704,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"ee0ed5f7788a0a80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee0ed5f7788a0a80","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994279,"stop":1710306994279,"duration":0}},{"uid":"a064d0c1c14a35ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a064d0c1c14a35ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196205,"duration":3}},{"uid":"15df05774b993702","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15df05774b993702","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459564,"duration":6}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3559c6fbc13d9ea7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3559c6fbc13d9ea7","status":"passed","time":{"start":1710307045661,"stop":1710307045661,"duration":0}},{"uid":"bb40599a25df254b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb40599a25df254b","status":"passed","time":{"start":1710287245609,"stop":1710287245611,"duration":2}},{"uid":"b4c624ec20cd9904","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4c624ec20cd9904","status":"passed","time":{"start":1710284503142,"stop":1710284503143,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"21d6b553accd1617","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/21d6b553accd1617","status":"passed","time":{"start":1710307308620,"stop":1710307308620,"duration":0}},{"uid":"2eb9cb180735406e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2eb9cb180735406e","status":"passed","time":{"start":1710287509745,"stop":1710287509746,"duration":1}},{"uid":"52382bd577617d83","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52382bd577617d83","status":"passed","time":{"start":1710284775838,"stop":1710284775838,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75ed50467fc0314f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75ed50467fc0314f","status":"passed","time":{"start":1710307247761,"stop":1710307247762,"duration":1}},{"uid":"a6e47a85455d7ee0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6e47a85455d7ee0","status":"passed","time":{"start":1710287456046,"stop":1710287456047,"duration":1}},{"uid":"1f84a234328476c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f84a234328476c5","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f06232fe0196685e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f06232fe0196685e","status":"passed","time":{"start":1710306994269,"stop":1710306994270,"duration":1}},{"uid":"1dd01419f639eb43","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1dd01419f639eb43","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"6cb95b937b890881","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6cb95b937b890881","status":"passed","time":{"start":1710284459538,"stop":1710284459539,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"93a542a17b43f023","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93a542a17b43f023","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844183,"stop":1710306844183,"duration":0}},{"uid":"1591e02c4689bfe6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1591e02c4689bfe6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049802,"duration":0}},{"uid":"c49d10ab3b5be9eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c49d10ab3b5be9eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312210,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"338264e49e30009d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/338264e49e30009d","status":"passed","time":{"start":1710307207069,"stop":1710307207070,"duration":1}},{"uid":"42760d5a25077d1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/42760d5a25077d1b","status":"passed","time":{"start":1710287412748,"stop":1710287412749,"duration":1}},{"uid":"9cfc250fc05d9225","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cfc250fc05d9225","status":"passed","time":{"start":1710284680773,"stop":1710284680774,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"374c0a9af5c35192","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/374c0a9af5c35192","status":"passed","time":{"start":1710306865884,"stop":1710306865885,"duration":1}},{"uid":"e954f206bd1a5a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e954f206bd1a5a3","status":"passed","time":{"start":1710287067215,"stop":1710287067216,"duration":1}},{"uid":"eb43e27a1e682313","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb43e27a1e682313","status":"passed","time":{"start":1710284328536,"stop":1710284328536,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"46f68746f50cdee6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46f68746f50cdee6","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"35eb08fd867c3449","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35eb08fd867c3449","status":"passed","time":{"start":1710287596902,"stop":1710287596902,"duration":0}},{"uid":"81bef47778d30039","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/81bef47778d30039","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"15093e4bc7ac56ee177543f666ce9b0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f214ea5f4acb2ce1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f214ea5f4acb2ce1","status":"passed","time":{"start":1710284852314,"stop":1710284852314,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b5f07f518d95efc2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5f07f518d95efc2","status":"passed","time":{"start":1710306791181,"stop":1710306791186,"duration":5}},{"uid":"559eb600938a30ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/559eb600938a30ed","status":"passed","time":{"start":1710286996394,"stop":1710286996394,"duration":0}},{"uid":"9564c7ec914acbc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9564c7ec914acbc4","status":"passed","time":{"start":1710284259032,"stop":1710284259032,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2def8b1e1cd507fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2def8b1e1cd507fb","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"c0137b8019e42d51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0137b8019e42d51","status":"passed","time":{"start":1710287412754,"stop":1710287412754,"duration":0}},{"uid":"a932422d0fdc9636","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a932422d0fdc9636","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"824bf4373ffe1857","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/824bf4373ffe1857","status":"passed","time":{"start":1710306994271,"stop":1710306994272,"duration":1}},{"uid":"607df09132afb29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/607df09132afb29","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"1afea2e9929d6bbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1afea2e9929d6bbe","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"83fb223c6f378b96338b724c60e548fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2d03fedb5f35c03","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a2d03fedb5f35c03","status":"passed","time":{"start":1710284723019,"stop":1710284723019,"duration":0}}]},"a785f8092a7a73f358d38d07164b5cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"cc59c9a10a2d041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc59c9a10a2d041","status":"broken","statusDetails":"(HTTP code 404) no such container - No such container: 40cfc6e809b259d80302cc28530c5001daa9d9bbc48ba91433794052f3b28e7a ","time":{"start":1710307270090,"stop":1710307270091,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f5727b048d92f8ce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5727b048d92f8ce","status":"passed","time":{"start":1710307207090,"stop":1710307207090,"duration":0}},{"uid":"be0bdbf88414252a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/be0bdbf88414252a","status":"passed","time":{"start":1710287412755,"stop":1710287412755,"duration":0}},{"uid":"3e8f640a2f1a3713","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e8f640a2f1a3713","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c3cf95941c3b38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c3cf95941c3b38f","status":"passed","time":{"start":1710306791805,"stop":1710306791806,"duration":1}},{"uid":"cdb06e607c3b8985","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cdb06e607c3b8985","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"ec8a8bd81de31ac4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ec8a8bd81de31ac4","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ecb5beb9cd837ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ecb5beb9cd837ab","status":"passed","time":{"start":1710307207048,"stop":1710307207049,"duration":1}},{"uid":"ab921c90e25d43e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab921c90e25d43e7","status":"passed","time":{"start":1710287412739,"stop":1710287412740,"duration":1}},{"uid":"3f8d382ae7449437","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f8d382ae7449437","status":"passed","time":{"start":1710284680765,"stop":1710284680766,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2483d1eb56e756a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2483d1eb56e756a","status":"passed","time":{"start":1710307078646,"stop":1710307078646,"duration":0}},{"uid":"49fc1172834422","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49fc1172834422","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"2de0fcc30b78806a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2de0fcc30b78806a","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"ed44b94af0dc9ef97676a535cff1382b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76dd46513cb0073","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/76dd46513cb0073","status":"passed","time":{"start":1710284459543,"stop":1710284459543,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"43ec9a647e3c6b96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43ec9a647e3c6b96","status":"passed","time":{"start":1710307207058,"stop":1710307207063,"duration":5}},{"uid":"9f1a7f72937f770a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f1a7f72937f770a","status":"passed","time":{"start":1710287412745,"stop":1710287412746,"duration":1}},{"uid":"2c8b80af96a0a741","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c8b80af96a0a741","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7c2deca11224d58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7c2deca11224d58","status":"passed","time":{"start":1710307308632,"stop":1710307308632,"duration":0}},{"uid":"b16f00f5a53f28f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b16f00f5a53f28f5","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"32fe049c28e46b44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32fe049c28e46b44","status":"passed","time":{"start":1710284775855,"stop":1710284775856,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84f9195fc0f8e0a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/84f9195fc0f8e0a9","status":"passed","time":{"start":1710307105570,"stop":1710307105570,"duration":0}},{"uid":"ce4e170221b2c703","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce4e170221b2c703","status":"passed","time":{"start":1710287305055,"stop":1710287305055,"duration":0}},{"uid":"c2fb4a0b0dfb7649","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c2fb4a0b0dfb7649","status":"passed","time":{"start":1710284567198,"stop":1710284567198,"duration":0}}]},"aa3a7debf2bd11df6a7f3528f3e76ae9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"205ccb75d17f1e67","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/205ccb75d17f1e67","status":"passed","time":{"start":1710307308629,"stop":1710307308630,"duration":1}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"1a092f0150f4d4c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a092f0150f4d4c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207321,"stop":1710307207321,"duration":0}},{"uid":"5eadb38f0a330020","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5eadb38f0a330020","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"50f3a1fae9008038","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/50f3a1fae9008038","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22de5cbb2c158a6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22de5cbb2c158a6a","status":"passed","time":{"start":1710307238432,"stop":1710307238433,"duration":1}},{"uid":"2a4b3eb236fe8111","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a4b3eb236fe8111","status":"passed","time":{"start":1710287445565,"stop":1710287445565,"duration":0}},{"uid":"fb0565c2569c8cac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb0565c2569c8cac","status":"passed","time":{"start":1710284710701,"stop":1710284710702,"duration":1}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf701fc9996a67b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf701fc9996a67b0","status":"passed","time":{"start":1710307300371,"stop":1710307300375,"duration":4}},{"uid":"2096c65938706d89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2096c65938706d89","status":"passed","time":{"start":1710287503529,"stop":1710287503530,"duration":1}},{"uid":"5dc4a825577924bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc4a825577924bf","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6cbeffff593b0af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6cbeffff593b0af","status":"passed","time":{"start":1710307325063,"stop":1710307325063,"duration":0}},{"uid":"1636286a4234b5dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1636286a4234b5dc","status":"passed","time":{"start":1710287537360,"stop":1710287537361,"duration":1}},{"uid":"d33384103467515","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d33384103467515","status":"passed","time":{"start":1710284796483,"stop":1710284796484,"duration":1}}]},"e23738486b6cf3be65d09a3b072f84c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94a6a5dcce1be4b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a6a5dcce1be4b7","status":"passed","time":{"start":1710284723013,"stop":1710284723014,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24fd25e99833117d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24fd25e99833117d","status":"passed","time":{"start":1710307207051,"stop":1710307207052,"duration":1}},{"uid":"e259adf52f179942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e259adf52f179942","status":"passed","time":{"start":1710287412743,"stop":1710287412744,"duration":1}},{"uid":"c7096ff76e5931cf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7096ff76e5931cf","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf2f9f8964afd77c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf2f9f8964afd77c","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"e7e29c672d1383a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7e29c672d1383a3","status":"passed","time":{"start":1710287596903,"stop":1710287596906,"duration":3}},{"uid":"66a22486db015d05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66a22486db015d05","status":"passed","time":{"start":1710284862702,"stop":1710284862702,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66afdebe399a07a8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66afdebe399a07a8","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"2ce6601002a949c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ce6601002a949c1","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"fb5833ef24545e95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb5833ef24545e95","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"507f40509b1b0efe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/507f40509b1b0efe","status":"passed","time":{"start":1710306807582,"stop":1710306807582,"duration":0}},{"uid":"4b8349a94fd08bfb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4b8349a94fd08bfb","status":"passed","time":{"start":1710287012803,"stop":1710287012804,"duration":1}},{"uid":"d20fb86e1edef5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d20fb86e1edef5","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"541c5f1ce08b8e1012794a08b4488c76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb1a4a206de825c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb1a4a206de825c1","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e53ad3fca24dd088","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e53ad3fca24dd088","status":"passed","time":{"start":1710306981491,"stop":1710306981491,"duration":0}},{"uid":"5bacf2ab03903415","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5bacf2ab03903415","status":"passed","time":{"start":1710287198105,"stop":1710287198106,"duration":1}},{"uid":"4a042329a2b207ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4a042329a2b207ac","status":"passed","time":{"start":1710284459986,"stop":1710284459987,"duration":1}}]},"598779bc0e58bb748824fb3e5e3236ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3255fe8979172f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f3255fe8979172f2","status":"passed","time":{"start":1710307207094,"stop":1710307207095,"duration":1}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4956183f40287201","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4956183f40287201","status":"passed","time":{"start":1710307078652,"stop":1710307078653,"duration":1}},{"uid":"aa3f8083f72cd52d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa3f8083f72cd52d","status":"passed","time":{"start":1710287282005,"stop":1710287282006,"duration":1}},{"uid":"a936067d6a56d6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a936067d6a56d6f","status":"passed","time":{"start":1710284550778,"stop":1710284550778,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ee8f0588407f024b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee8f0588407f024b","status":"passed","time":{"start":1710307383801,"stop":1710307383801,"duration":0}},{"uid":"8f2e70d2b4dfe715","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f2e70d2b4dfe715","status":"passed","time":{"start":1710287594295,"stop":1710287594295,"duration":0}},{"uid":"16138e721283175","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16138e721283175","status":"passed","time":{"start":1710284859499,"stop":1710284859500,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e10b933126ccdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e10b933126ccdc","status":"passed","time":{"start":1710307078649,"stop":1710307078649,"duration":0}},{"uid":"588567f7934ddaa4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/588567f7934ddaa4","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"f4ebd83f3259e0c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4ebd83f3259e0c1","status":"passed","time":{"start":1710284550770,"stop":1710284550771,"duration":1}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"742abea930ece5ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742abea930ece5ee","status":"passed","time":{"start":1710306816843,"stop":1710306816843,"duration":0}},{"uid":"a50d0240f622daaa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a50d0240f622daaa","status":"passed","time":{"start":1710287022154,"stop":1710287022154,"duration":0}},{"uid":"eab53314a6b4ed00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eab53314a6b4ed00","status":"passed","time":{"start":1710284284835,"stop":1710284284835,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13a71e9b9fcddb3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13a71e9b9fcddb3","status":"passed","time":{"start":1710306981493,"stop":1710306981494,"duration":1}},{"uid":"9a6888657eea443d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a6888657eea443d","status":"passed","time":{"start":1710287198107,"stop":1710287198107,"duration":0}},{"uid":"a664ca10255ab93d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a664ca10255ab93d","status":"passed","time":{"start":1710284459988,"stop":1710284459989,"duration":1}}]},"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"c4c069540f801f1a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c4c069540f801f1a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"74b9dd5f07e1db7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74b9dd5f07e1db7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674898,"stop":1710287674899,"duration":1}},{"uid":"e12efaa3303c97b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e12efaa3303c97b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f12c7b6c03e28e46","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f12c7b6c03e28e46","status":"passed","time":{"start":1710307308647,"stop":1710307308648,"duration":1}},{"uid":"6b90cc51461ab087","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b90cc51461ab087","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"8f699cc548ce80fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f699cc548ce80fd","status":"passed","time":{"start":1710284775867,"stop":1710284775869,"duration":2}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c3e9e9c0c70883d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c3e9e9c0c70883d","status":"passed","time":{"start":1710307078639,"stop":1710307078639,"duration":0}},{"uid":"2f22ef9ce04671e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f22ef9ce04671e1","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"f4924d55459889f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4924d55459889f3","status":"passed","time":{"start":1710284550752,"stop":1710284550753,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45436bccdbd36f8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45436bccdbd36f8e","status":"passed","time":{"start":1710306807025,"stop":1710306807026,"duration":1}},{"uid":"f3290ad1cf628cdf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3290ad1cf628cdf","status":"passed","time":{"start":1710287011903,"stop":1710287011904,"duration":1}},{"uid":"5f8f7057d82e154c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8f7057d82e154c","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"df30fd742b2f9a420e85ec9455e0ebf3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"151636316322d429","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151636316322d429","status":"passed","time":{"start":1710307247767,"stop":1710307247767,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bcb300717e507f66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcb300717e507f66","status":"passed","time":{"start":1710306844174,"stop":1710306844175,"duration":1}},{"uid":"a0346a96121f6c71","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0346a96121f6c71","status":"passed","time":{"start":1710287049797,"stop":1710287049798,"duration":1}},{"uid":"42de015596a8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42de015596a8f5","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79872207cf39daca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79872207cf39daca","status":"passed","time":{"start":1710306791804,"stop":1710306791805,"duration":1}},{"uid":"b3935b7cd621d25d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b3935b7cd621d25d","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"ccf7ef1483fe39dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ccf7ef1483fe39dc","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48b5dbdff708a3ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b5dbdff708a3ed","status":"passed","time":{"start":1710307308644,"stop":1710307308645,"duration":1}},{"uid":"a1760317b5db2ac1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a1760317b5db2ac1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"be6b1ed6ca510a31","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be6b1ed6ca510a31","status":"passed","time":{"start":1710284775862,"stop":1710284775863,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c67e5097289e79a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c67e5097289e79a2","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"277f2bb4900d4b88","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/277f2bb4900d4b88","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"a67145926b826a05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a67145926b826a05","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"b5cabd941399f45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5cabd941399f45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"35b2b188399bea4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35b2b188399bea4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509783,"stop":1710287509784,"duration":1}},{"uid":"889a479d0ee42e64","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/889a479d0ee42e64","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775874,"stop":1710284775874,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7eac3f2f4efd11e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7eac3f2f4efd11e","status":"passed","time":{"start":1710306981526,"stop":1710306981526,"duration":0}},{"uid":"c65252a677bcac36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c65252a677bcac36","status":"passed","time":{"start":1710287198171,"stop":1710287198172,"duration":1}},{"uid":"20fed30fd57e7711","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20fed30fd57e7711","status":"passed","time":{"start":1710284460015,"stop":1710284460015,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"968a1ec7be9646c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/968a1ec7be9646c1","status":"passed","time":{"start":1710307358473,"stop":1710307358474,"duration":1}},{"uid":"b7c40110494c8cc7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7c40110494c8cc7","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"8fd688594ff524d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fd688594ff524d5","status":"passed","time":{"start":1710284852313,"stop":1710284852313,"duration":0}}]},"fc7345f635686150f6205927e1e846af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afd332750ca751f4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/afd332750ca751f4","status":"passed","time":{"start":1710284680792,"stop":1710284680793,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"43348fb1efb51e87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43348fb1efb51e87","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233598,"stop":1710307233598,"duration":0}},{"uid":"58abb5de1739e3de","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58abb5de1739e3de","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436222,"stop":1710287436222,"duration":0}},{"uid":"221d07ebec48f26f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/221d07ebec48f26f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706655,"stop":1710284706657,"duration":2}}]},"129fb665bc40d58bc17fcdadd2b5fe59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91aef62da3ceb79b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/91aef62da3ceb79b","status":"passed","time":{"start":1710287483710,"stop":1710287483710,"duration":0}},{"uid":"30a1399e73b74bd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/30a1399e73b74bd2","status":"passed","time":{"start":1710284751208,"stop":1710284751209,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a455888423ac0599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a455888423ac0599","status":"passed","time":{"start":1710307358464,"stop":1710307358464,"duration":0}},{"uid":"5e8bcc7762c66b5c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e8bcc7762c66b5c","status":"passed","time":{"start":1710287569255,"stop":1710287569255,"duration":0}},{"uid":"aeefa4b4fc9f26d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeefa4b4fc9f26d","status":"passed","time":{"start":1710284852299,"stop":1710284852300,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3595c21704790a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3595c21704790a23","status":"passed","time":{"start":1710307325063,"stop":1710307325064,"duration":1}},{"uid":"447f0bd543f4273b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/447f0bd543f4273b","status":"passed","time":{"start":1710287537361,"stop":1710287537361,"duration":0}},{"uid":"a81265624abc94da","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a81265624abc94da","status":"passed","time":{"start":1710284796484,"stop":1710284796484,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2294fecd7e9df599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2294fecd7e9df599","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"195d48d1b71c6167","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/195d48d1b71c6167","status":"passed","time":{"start":1710287596901,"stop":1710287596902,"duration":1}},{"uid":"3ef2e427b564dc6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ef2e427b564dc6d","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bcc25b97e22d5389","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcc25b97e22d5389","status":"passed","time":{"start":1710306833580,"stop":1710306833582,"duration":2}},{"uid":"418aec6d809a39f1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/418aec6d809a39f1","status":"passed","time":{"start":1710287039373,"stop":1710287039375,"duration":2}},{"uid":"6347bc92e6527f35","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6347bc92e6527f35","status":"passed","time":{"start":1710284302025,"stop":1710284302030,"duration":5}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e3bbc41f1d409","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e3bbc41f1d409","status":"passed","time":{"start":1710306981490,"stop":1710306981490,"duration":0}},{"uid":"65f6563c887c652c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/65f6563c887c652c","status":"passed","time":{"start":1710287198103,"stop":1710287198104,"duration":1}},{"uid":"b71e8871c3b848f4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b71e8871c3b848f4","status":"passed","time":{"start":1710284459985,"stop":1710284459986,"duration":1}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bb0fdb54a62df8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0fdb54a62df8e","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"aebe053e3bbfb726","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aebe053e3bbfb726","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"210b145aceac893e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/210b145aceac893e","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ff27dd2aca6d39c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ff27dd2aca6d39c","status":"passed","time":{"start":1710306844173,"stop":1710306844173,"duration":0}},{"uid":"9cf18aece570904b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9cf18aece570904b","status":"passed","time":{"start":1710287049795,"stop":1710287049796,"duration":1}},{"uid":"95f4c8806979d5b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95f4c8806979d5b9","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d3b9335095bb3ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d3b9335095bb3ef","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"3ff84eaa9befc760","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ff84eaa9befc760","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"bf86b492e42f3cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf86b492e42f3cf8","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c0abfdfabf9ae75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0abfdfabf9ae75","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"bf8686d56ec0432f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8686d56ec0432f","status":"passed","time":{"start":1710287456068,"stop":1710287456068,"duration":0}},{"uid":"3f589648b0508864","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f589648b0508864","status":"passed","time":{"start":1710284723021,"stop":1710284723021,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e08fbc7d1d669cd6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e08fbc7d1d669cd6","status":"passed","time":{"start":1710307308625,"stop":1710307308626,"duration":1}},{"uid":"4e771888c988c08b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e771888c988c08b","status":"passed","time":{"start":1710287509748,"stop":1710287509749,"duration":1}},{"uid":"319aff53cb0b3685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/319aff53cb0b3685","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7254d42a33efe684","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7254d42a33efe684","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"c42313b1ce0d484c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c42313b1ce0d484c","status":"passed","time":{"start":1710287085418,"stop":1710287085418,"duration":0}},{"uid":"20458cf306ad92cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20458cf306ad92cc","status":"passed","time":{"start":1710284350512,"stop":1710284350513,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7375b5fe7f2e0efd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7375b5fe7f2e0efd","status":"passed","time":{"start":1710306791808,"stop":1710306791809,"duration":1}},{"uid":"d590d24181710c11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d590d24181710c11","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fcef8cbe7ce48a24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcef8cbe7ce48a24","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1917de482d108400","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1917de482d108400","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"220aa5d421472680","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/220aa5d421472680","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"542a71f920eeefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/542a71f920eeefd","status":"passed","time":{"start":1710284390750,"stop":1710284390750,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3a5d6b5a6dc7ab5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a5d6b5a6dc7ab5d","status":"passed","time":{"start":1710307465621,"stop":1710307465622,"duration":1}},{"uid":"c62257ad5f48e095","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c62257ad5f48e095","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"665bd1a26706691e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/665bd1a26706691e","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8f575284b0cd59f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f8f575284b0cd59f","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"99e2204a4a186c0c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99e2204a4a186c0c","status":"passed","time":{"start":1710287300121,"stop":1710287300122,"duration":1}},{"uid":"2c1314d7f583ff23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c1314d7f583ff23","status":"passed","time":{"start":1710284561377,"stop":1710284561377,"duration":0}}]},"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63b8953a0fb524dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63b8953a0fb524dd","status":"passed","time":{"start":1710306877073,"stop":1710306877073,"duration":0}},{"uid":"62061d96e19715ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/62061d96e19715ca","status":"passed","time":{"start":1710287085417,"stop":1710287085418,"duration":1}},{"uid":"4e5d4fa15d35ffde","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e5d4fa15d35ffde","status":"passed","time":{"start":1710284350512,"stop":1710284350512,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57d78f0b3523a242","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d78f0b3523a242","status":"passed","time":{"start":1710306807024,"stop":1710306807025,"duration":1}},{"uid":"a46f193a27a35b36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f193a27a35b36","status":"passed","time":{"start":1710287011901,"stop":1710287011902,"duration":1}},{"uid":"489047c3678597a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/489047c3678597a3","status":"passed","time":{"start":1710284274565,"stop":1710284274565,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7777553cbaad4a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7777553cbaad4a23","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"e8e80808f535e486","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8e80808f535e486","status":"passed","time":{"start":1710287569250,"stop":1710287569250,"duration":0}},{"uid":"20028381e7c2f97a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20028381e7c2f97a","status":"passed","time":{"start":1710284852289,"stop":1710284852290,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fc4862740fcb3439","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc4862740fcb3439","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"d6995905515290cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d6995905515290cf","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"7239c06508767d0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7239c06508767d0c","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ae158714446bc92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ae158714446bc92","status":"passed","time":{"start":1710306994277,"stop":1710306994277,"duration":0}},{"uid":"7fb5c64081f6b4cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb5c64081f6b4cf","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"84ea57cfc9e9d78c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/84ea57cfc9e9d78c","status":"passed","time":{"start":1710284459556,"stop":1710284459557,"duration":1}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8c3b54c1ca7eaa0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c3b54c1ca7eaa0d","status":"passed","time":{"start":1710307393000,"stop":1710307393000,"duration":0}},{"uid":"58f38e0614b4716","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58f38e0614b4716","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"767ac26b4b156a52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/767ac26b4b156a52","status":"passed","time":{"start":1710284869465,"stop":1710284869465,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1a240adbe0e9392","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1a240adbe0e9392","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"1ddab66b1381cff2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1ddab66b1381cff2","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"ba368113ecb968e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba368113ecb968e6","status":"passed","time":{"start":1710284796487,"stop":1710284796487,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d054ecd1d11d4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d054ecd1d11d4dc","status":"passed","time":{"start":1710307358463,"stop":1710307358463,"duration":0}},{"uid":"f3691254b0bf8e31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3691254b0bf8e31","status":"passed","time":{"start":1710287569254,"stop":1710287569254,"duration":0}},{"uid":"380b6055b7b68f08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/380b6055b7b68f08","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6249705d8da0e6e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6249705d8da0e6e2","status":"passed","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"2c8a76b6edce1044","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c8a76b6edce1044","status":"passed","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"b86ff5f1e55f779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b86ff5f1e55f779","status":"passed","time":{"start":1710284934073,"stop":1710284934073,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66a448733488435","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66a448733488435","status":"passed","time":{"start":1710307358453,"stop":1710307358454,"duration":1}},{"uid":"aa9fb4fd49ef423c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9fb4fd49ef423c","status":"passed","time":{"start":1710287569241,"stop":1710287569242,"duration":1}},{"uid":"e470cdd53d4623e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e470cdd53d4623e8","status":"passed","time":{"start":1710284852271,"stop":1710284852271,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3933ea1f3a2816a7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3933ea1f3a2816a7","status":"passed","time":{"start":1710306816839,"stop":1710306816839,"duration":0}},{"uid":"9af3d64b29c1f40c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9af3d64b29c1f40c","status":"passed","time":{"start":1710287022150,"stop":1710287022151,"duration":1}},{"uid":"8ec013af2d4c115d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ec013af2d4c115d","status":"passed","time":{"start":1710284284831,"stop":1710284284832,"duration":1}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2e17a6d124e819fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e17a6d124e819fa","status":"passed","time":{"start":1710307045663,"stop":1710307045663,"duration":0}},{"uid":"4fe59ff1d1147c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4fe59ff1d1147c21","status":"passed","time":{"start":1710287245615,"stop":1710287245616,"duration":1}},{"uid":"53e14e5317d6e0c4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/53e14e5317d6e0c4","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"1a21e13473e30710f8cfaca1ac90eed7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a5294624bccf84b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1a5294624bccf84b","status":"passed","time":{"start":1710284852313,"stop":1710284852313,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c56ed0be79bd67d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c56ed0be79bd67d6","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"b11706787dd0c69b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b11706787dd0c69b","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"748a8fa85d802aee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/748a8fa85d802aee","status":"passed","time":{"start":1710284934070,"stop":1710284934071,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef37b9432b455edc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ef37b9432b455edc","status":"passed","time":{"start":1710307247757,"stop":1710307247758,"duration":1}},{"uid":"49cceef6a5aa0aa9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49cceef6a5aa0aa9","status":"passed","time":{"start":1710287456025,"stop":1710287456028,"duration":3}},{"uid":"43d54bd5279210c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43d54bd5279210c6","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"efe9789a45e287de1dfbc3db383f664e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7934838f742916b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a7934838f742916b","status":"passed","time":{"start":1710287456061,"stop":1710287456062,"duration":1}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"83de1c0272cb2338","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83de1c0272cb2338","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"bd646075682702fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd646075682702fc","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"d13a7f38e8ea1414","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d13a7f38e8ea1414","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6358787fd1d0eb59","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6358787fd1d0eb59","status":"passed","time":{"start":1710307392997,"stop":1710307392998,"duration":1}},{"uid":"4ddb00591afcf994","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ddb00591afcf994","status":"passed","time":{"start":1710287595424,"stop":1710287595424,"duration":0}},{"uid":"8be479a245cd43c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8be479a245cd43c1","status":"passed","time":{"start":1710284869461,"stop":1710284869462,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3abdc73832c6540d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3abdc73832c6540d","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"79db02969a51c5b1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/79db02969a51c5b1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"305b71458ba093ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/305b71458ba093ac","status":"passed","time":{"start":1710284775862,"stop":1710284775862,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"238a1e3678ff2384","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/238a1e3678ff2384","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"56b57a9f76e1b3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56b57a9f76e1b3","status":"passed","time":{"start":1710287560340,"stop":1710287560341,"duration":1}},{"uid":"f603e49e8dfbe19","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f603e49e8dfbe19","status":"passed","time":{"start":1710284826094,"stop":1710284826096,"duration":2}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d669d81e8897781a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d669d81e8897781a","status":"passed","time":{"start":1710306981518,"stop":1710306981519,"duration":1}},{"uid":"602cd86a1cdae1a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/602cd86a1cdae1a9","status":"passed","time":{"start":1710287198168,"stop":1710287198168,"duration":0}},{"uid":"c306b2f4f3d6102d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c306b2f4f3d6102d","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e6c61c50be6d22d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e6c61c50be6d22d","status":"passed","time":{"start":1710306786078,"stop":1710306786079,"duration":1}},{"uid":"a8ead251c4a12fec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a8ead251c4a12fec","status":"passed","time":{"start":1710286991187,"stop":1710286991188,"duration":1}},{"uid":"424e995787f173c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/424e995787f173c0","status":"passed","time":{"start":1710284253869,"stop":1710284253870,"duration":1}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63dae34702dd6ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63dae34702dd6ea","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"3089210640a59e21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3089210640a59e21","status":"passed","time":{"start":1710287281979,"stop":1710287281991,"duration":12}},{"uid":"ecfed2a8f82c97f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ecfed2a8f82c97f3","status":"passed","time":{"start":1710284550742,"stop":1710284550743,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9cc77513a4f98d1b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9cc77513a4f98d1b","status":"passed","time":{"start":1710307377258,"stop":1710307377259,"duration":1}},{"uid":"a701c385b71f9d17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a701c385b71f9d17","status":"passed","time":{"start":1710287579551,"stop":1710287579552,"duration":1}},{"uid":"a4747c4451e8d910","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a4747c4451e8d910","status":"passed","time":{"start":1710284855735,"stop":1710284855735,"duration":0}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"64c91b6636082be4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64c91b6636082be4","status":"passed","time":{"start":1710307244662,"stop":1710307244662,"duration":0}},{"uid":"3bcf222084b140b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bcf222084b140b","status":"passed","time":{"start":1710287451486,"stop":1710287451487,"duration":1}},{"uid":"9b932ebef6719ae1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9b932ebef6719ae1","status":"passed","time":{"start":1710284717995,"stop":1710284717996,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"343a59b3900a2827","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/343a59b3900a2827","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"6e890a4368b1a94f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6e890a4368b1a94f","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"8d3b336129359060","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d3b336129359060","status":"passed","time":{"start":1710284852305,"stop":1710284852305,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3c0f298d45f795af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c0f298d45f795af","status":"passed","time":{"start":1710306818619,"stop":1710306818620,"duration":1}},{"uid":"9a2773c1012b6d3f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a2773c1012b6d3f","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"9fb75f6ae8975ffa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9fb75f6ae8975ffa","status":"passed","time":{"start":1710284286706,"stop":1710284286706,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2e86d519770586d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e86d519770586d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"9ee8b27bd1227a67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ee8b27bd1227a67","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"e7f56606338e2eca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7f56606338e2eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823521,"stop":1710284823522,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a8ecb8b81f7b10d2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8ecb8b81f7b10d2","status":"passed","time":{"start":1710306994270,"stop":1710306994271,"duration":1}},{"uid":"e1936f8dc5f63c96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1936f8dc5f63c96","status":"passed","time":{"start":1710287196191,"stop":1710287196191,"duration":0}},{"uid":"1bd6a769d5154407","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bd6a769d5154407","status":"passed","time":{"start":1710284459539,"stop":1710284459540,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa08e4f65994b509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa08e4f65994b509","status":"passed","time":{"start":1710307358460,"stop":1710307358460,"duration":0}},{"uid":"481f1ed65b573837","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/481f1ed65b573837","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"6937cd17ad6499cd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6937cd17ad6499cd","status":"passed","time":{"start":1710284852295,"stop":1710284852296,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fc2e7510e50165e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc2e7510e50165e3","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"25c2ca37bc7facb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/25c2ca37bc7facb0","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"47e5ef60a0e505f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47e5ef60a0e505f8","status":"passed","time":{"start":1710284251373,"stop":1710284251374,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"daad5dbb4bc6a24d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/daad5dbb4bc6a24d","status":"passed","time":{"start":1710306981507,"stop":1710306981507,"duration":0}},{"uid":"9158fd004f6aaf2f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9158fd004f6aaf2f","status":"passed","time":{"start":1710287198124,"stop":1710287198125,"duration":1}},{"uid":"41574f2da86d44ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41574f2da86d44ff","status":"passed","time":{"start":1710284459998,"stop":1710284459998,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44155cd5c0d0e173","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44155cd5c0d0e173","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"5b26352527df9e14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b26352527df9e14","status":"passed","time":{"start":1710287281991,"stop":1710287281992,"duration":1}},{"uid":"f8ad3b86357a9108","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8ad3b86357a9108","status":"passed","time":{"start":1710284550743,"stop":1710284550744,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b51c93af8719d837","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b51c93af8719d837","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"8f8c1199730d07a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f8c1199730d07a2","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"9ff2e74d13a4dcf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ff2e74d13a4dcf3","status":"passed","time":{"start":1710284588136,"stop":1710284588137,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"942f45714d816161","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/942f45714d816161","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"8ca68e5487de5041","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8ca68e5487de5041","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"92ac4ccfc93d1616","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92ac4ccfc93d1616","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd9aa4dc148f4c84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd9aa4dc148f4c84","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"4383e10cea8a9f33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4383e10cea8a9f33","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"79d56723d1d00c6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d56723d1d00c6f","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d48f7e78bec72b61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d48f7e78bec72b61","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"64dce0ed76b0a45b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/64dce0ed76b0a45b","status":"passed","time":{"start":1710287569248,"stop":1710287569249,"duration":1}},{"uid":"dfdb43c9d9c755ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dfdb43c9d9c755ff","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52a107c4582588ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52a107c4582588ee","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"4e2de5c94626fe7b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e2de5c94626fe7b","status":"passed","time":{"start":1710287198126,"stop":1710287198126,"duration":0}},{"uid":"920184ec4035190a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/920184ec4035190a","status":"passed","time":{"start":1710284459999,"stop":1710284460000,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c28b753d13308486","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c28b753d13308486","status":"passed","time":{"start":1710307308626,"stop":1710307308627,"duration":1}},{"uid":"fd007e5d4570da66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fd007e5d4570da66","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"a1b2d90a50460b21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1b2d90a50460b21","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"26062013d91a3239","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26062013d91a3239","status":"passed","time":{"start":1710306981516,"stop":1710306981517,"duration":1}},{"uid":"9f331bb1dd3c3819","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f331bb1dd3c3819","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"e0269bbe11112ecd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0269bbe11112ecd","status":"passed","time":{"start":1710284460009,"stop":1710284460009,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8c80ce2ab01616f8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c80ce2ab01616f8","status":"passed","time":{"start":1710307308624,"stop":1710307308625,"duration":1}},{"uid":"c55fe0d7fb563f1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c55fe0d7fb563f1b","status":"passed","time":{"start":1710287509748,"stop":1710287509748,"duration":0}},{"uid":"9a43c1268bad37fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a43c1268bad37fd","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dcf88502bd133396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dcf88502bd133396","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"cc206791cf329478","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc206791cf329478","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"88303daa81d2f566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88303daa81d2f566","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2a68dd79b81a3b9a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a68dd79b81a3b9a","status":"passed","time":{"start":1710306981506,"stop":1710306981506,"duration":0}},{"uid":"1c0459ab974de853","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c0459ab974de853","status":"passed","time":{"start":1710287198122,"stop":1710287198124,"duration":2}},{"uid":"69fa1474507c4637","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/69fa1474507c4637","status":"passed","time":{"start":1710284459997,"stop":1710284459997,"duration":0}}]},"5e609d8480a53925c91e3370556eedd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fef06be39886055","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fef06be39886055","status":"passed","time":{"start":1710287509750,"stop":1710287509751,"duration":1}}]},"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"7103721d540ca672","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7103721d540ca672","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465633,"stop":1710307465633,"duration":0}},{"uid":"5f4b840669657545","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4b840669657545","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"97ce13a7391c0b4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/97ce13a7391c0b4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934074,"stop":1710284934075,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2523f602b4d214cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2523f602b4d214cc","status":"passed","time":{"start":1710307101318,"stop":1710307101318,"duration":0}},{"uid":"cf3d2059364326d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cf3d2059364326d6","status":"passed","time":{"start":1710287300126,"stop":1710287300126,"duration":0}},{"uid":"d0c71fc5adae6c9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d0c71fc5adae6c9f","status":"passed","time":{"start":1710284561379,"stop":1710284561380,"duration":1}}]},"17979185d65587798a6d897599b41339:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a53bc857f43ffaa0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a53bc857f43ffaa0","status":"passed","time":{"start":1710287569261,"stop":1710287569261,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"a5d8e807b19989dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5d8e807b19989dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207320,"duration":0}},{"uid":"32c12139881e4e50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32c12139881e4e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413026,"stop":1710287413026,"duration":0}},{"uid":"4bf4c997e2d2cafa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bf4c997e2d2cafa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680939,"stop":1710284680940,"duration":1}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2130bdc84c81d757","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2130bdc84c81d757","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"15b5b000ba4f4090","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15b5b000ba4f4090","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"b981c9547dc5ed11","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b981c9547dc5ed11","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6750198c0188479","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6750198c0188479","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"77c4b6e28ab93c66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77c4b6e28ab93c66","status":"passed","time":{"start":1710287537365,"stop":1710287537365,"duration":0}},{"uid":"d87703504161dc22","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d87703504161dc22","status":"passed","time":{"start":1710284796488,"stop":1710284796488,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bc3baaa033abf130","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bc3baaa033abf130","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"9f0d1deee0b270ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f0d1deee0b270ec","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"6a6d22aba989671d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a6d22aba989671d","status":"passed","time":{"start":1710284259609,"stop":1710284259610,"duration":1}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7d4fd617e0b61fe5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d4fd617e0b61fe5","status":"passed","time":{"start":1710306981503,"stop":1710306981503,"duration":0}},{"uid":"22f77eea7457595f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22f77eea7457595f","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"b929f2c5d848eea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b929f2c5d848eea","status":"passed","time":{"start":1710284459992,"stop":1710284459993,"duration":1}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1291c25e0f7ab77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1291c25e0f7ab77","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"e00ce26af06bbde0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e00ce26af06bbde0","status":"passed","time":{"start":1710287509764,"stop":1710287509768,"duration":4}},{"uid":"92fa05f2c7d11786","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92fa05f2c7d11786","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cacc380da1b93230","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacc380da1b93230","status":"passed","time":{"start":1710307045661,"stop":1710307045662,"duration":1}},{"uid":"94e9467ad1dff9f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94e9467ad1dff9f5","status":"passed","time":{"start":1710287245612,"stop":1710287245613,"duration":1}},{"uid":"6059c9ed1ae3c8fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6059c9ed1ae3c8fd","status":"passed","time":{"start":1710284503143,"stop":1710284503143,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"141971be20dd4e4f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/141971be20dd4e4f","status":"passed","time":{"start":1710306873749,"stop":1710306873749,"duration":0}},{"uid":"d91d1a24c9050e4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d91d1a24c9050e4e","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"cb2b3f2096bcce23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cb2b3f2096bcce23","status":"passed","time":{"start":1710284342269,"stop":1710284342271,"duration":2}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7188045e91edf61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7188045e91edf61","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"b7b8030af73bbcd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7b8030af73bbcd3","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"532f1551aa569e9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/532f1551aa569e9a","status":"passed","time":{"start":1710284826091,"stop":1710284826092,"duration":1}}]},"6a00f023a112b1ad43696a128eb1bbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93d4fc52a154513","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93d4fc52a154513","status":"passed","time":{"start":1710307207095,"stop":1710307207095,"duration":0}}]},"7f646e37380eb6f40add675d5e1b260b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d9a298916953cb2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2d9a298916953cb2","status":"passed","time":{"start":1710287412760,"stop":1710287412760,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"90735eebe174ec27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/90735eebe174ec27","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"bd58ac5733107275","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd58ac5733107275","status":"passed","time":{"start":1710287196199,"stop":1710287196200,"duration":1}},{"uid":"93ff8f6940890e0e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93ff8f6940890e0e","status":"passed","time":{"start":1710284459544,"stop":1710284459545,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d55b295c954e78de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d55b295c954e78de","status":"passed","time":{"start":1710306994271,"stop":1710306994271,"duration":0}},{"uid":"c202416ddc6eea65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c202416ddc6eea65","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"9936823d68eece01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9936823d68eece01","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbf9a75c9f644c6e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbf9a75c9f644c6e","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"f567ea56811a7256","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f567ea56811a7256","status":"passed","time":{"start":1710287460899,"stop":1710287460900,"duration":1}},{"uid":"847c823f4d6e5044","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847c823f4d6e5044","status":"passed","time":{"start":1710284730215,"stop":1710284730215,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ee86dbb12c830a52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee86dbb12c830a52","status":"passed","time":{"start":1710307247761,"stop":1710307247761,"duration":0}},{"uid":"8a103cbf2c6614d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a103cbf2c6614d1","status":"passed","time":{"start":1710287456045,"stop":1710287456046,"duration":1}},{"uid":"b3a3eebd9cf3a15f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3a3eebd9cf3a15f","status":"passed","time":{"start":1710284723009,"stop":1710284723010,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b8fb06257b483b57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8fb06257b483b57","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"ef3f6fc9298f6e24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ef3f6fc9298f6e24","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"a47a513f1797c94e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a47a513f1797c94e","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e036e43ce752352","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e036e43ce752352","status":"passed","time":{"start":1710307308618,"stop":1710307308619,"duration":1}},{"uid":"b8086d888237d4fd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8086d888237d4fd","status":"passed","time":{"start":1710287509744,"stop":1710287509744,"duration":0}},{"uid":"ed6496ea690988a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed6496ea690988a4","status":"passed","time":{"start":1710284775836,"stop":1710284775837,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2f00ead971e63979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f00ead971e63979","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"9317471c1bdf9a5a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9317471c1bdf9a5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b9ef082c9e6e3036","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9ef082c9e6e3036","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f2a6ed620d3bf35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f2a6ed620d3bf35","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"6526c9df0d15832a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6526c9df0d15832a","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"847263cb4908fb4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847263cb4908fb4c","status":"passed","time":{"start":1710284286705,"stop":1710284286706,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ffeed45fa8fdfcbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ffeed45fa8fdfcbf","status":"passed","time":{"start":1710306816841,"stop":1710306816842,"duration":1}},{"uid":"bb139d4f8b77960d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb139d4f8b77960d","status":"passed","time":{"start":1710287022153,"stop":1710287022153,"duration":0}},{"uid":"6000b787b782339a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6000b787b782339a","status":"passed","time":{"start":1710284284834,"stop":1710284284834,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9bd0fc31229f0888","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bd0fc31229f0888","status":"passed","time":{"start":1710307247762,"stop":1710307247762,"duration":0}},{"uid":"8055e1cad53f989d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8055e1cad53f989d","status":"passed","time":{"start":1710287456047,"stop":1710287456048,"duration":1}},{"uid":"a9fdacea33d65e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9fdacea33d65e1","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34f98c9f388fed0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34f98c9f388fed0","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"957d87db73bdebc6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/957d87db73bdebc6","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"64cc2d83bd45790c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64cc2d83bd45790c","status":"passed","time":{"start":1710284680791,"stop":1710284680791,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e845b6be80c42e2d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e845b6be80c42e2d","status":"passed","time":{"start":1710307308619,"stop":1710307308620,"duration":1}},{"uid":"120b2cb3c1665c16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/120b2cb3c1665c16","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"8d80321f04adbc44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d80321f04adbc44","status":"passed","time":{"start":1710284775837,"stop":1710284775838,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22921888a08b6ea2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22921888a08b6ea2","status":"passed","time":{"start":1710306841074,"stop":1710306841075,"duration":1}},{"uid":"542f16cad6b650ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/542f16cad6b650ec","status":"passed","time":{"start":1710287046525,"stop":1710287046525,"duration":0}},{"uid":"fc425c0c716b2943","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc425c0c716b2943","status":"passed","time":{"start":1710284309644,"stop":1710284309645,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5743fbb8adfaf32","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5743fbb8adfaf32","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"82f16dc1c3a0ee3c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/82f16dc1c3a0ee3c","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"b53776f3e993977","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b53776f3e993977","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9adb6875d80b8beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9adb6875d80b8beb","status":"passed","time":{"start":1710307233598,"stop":1710307233599,"duration":1}},{"uid":"8b012425329b44cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b012425329b44cc","status":"passed","time":{"start":1710287436222,"stop":1710287436223,"duration":1}},{"uid":"ca4a361ed97ff707","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4a361ed97ff707","status":"passed","time":{"start":1710284706657,"stop":1710284706658,"duration":1}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3423716523d872a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3423716523d872a1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"b115f413899439cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b115f413899439cd","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"7c74a8be3a791eed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7c74a8be3a791eed","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b84ccf31107663d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b84ccf31107663d6","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"35d62d96533dddf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35d62d96533dddf9","status":"passed","time":{"start":1710287544913,"stop":1710287544914,"duration":1}},{"uid":"4b957854e4c0c3f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4b957854e4c0c3f9","status":"passed","time":{"start":1710284805021,"stop":1710284805022,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e00a123eca7b002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e00a123eca7b002","status":"passed","time":{"start":1710306783477,"stop":1710306783478,"duration":1}},{"uid":"2abeb2910962a391","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2abeb2910962a391","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"753c010c97c624ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/753c010c97c624ef","status":"passed","time":{"start":1710284251169,"stop":1710284251169,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc85bceac9c30dee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dc85bceac9c30dee","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"504d31cd4cf2adf4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d31cd4cf2adf4","status":"passed","time":{"start":1710287608798,"stop":1710287608798,"duration":0}},{"uid":"2f6c161af3b99e16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f6c161af3b99e16","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6cc4a0a7325ed109","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6cc4a0a7325ed109","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"3839b771ec8aa79e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3839b771ec8aa79e","status":"passed","time":{"start":1710287596900,"stop":1710287596901,"duration":1}},{"uid":"cf019516bb37860","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cf019516bb37860","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"28dc6cad2c6b9cbb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/28dc6cad2c6b9cbb","status":"passed","time":{"start":1710306811116,"stop":1710306811117,"duration":1}},{"uid":"94b8f2147e753248","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94b8f2147e753248","status":"passed","time":{"start":1710287016344,"stop":1710287016345,"duration":1}},{"uid":"488aba77c1195b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/488aba77c1195b3e","status":"passed","time":{"start":1710284279139,"stop":1710284279140,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"18c3c8d9f2d374d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18c3c8d9f2d374d7","status":"passed","time":{"start":1710306908764,"stop":1710306908764,"duration":0}},{"uid":"e2f290beca7caa23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2f290beca7caa23","status":"passed","time":{"start":1710287110857,"stop":1710287110857,"duration":0}},{"uid":"20114a54226d52b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20114a54226d52b9","status":"passed","time":{"start":1710284377470,"stop":1710284377471,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7f6ca1b54860dfd1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f6ca1b54860dfd1","status":"passed","time":{"start":1710307308631,"stop":1710307308631,"duration":0}},{"uid":"4a3424730ae8ca0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4a3424730ae8ca0b","status":"passed","time":{"start":1710287509752,"stop":1710287509753,"duration":1}},{"uid":"cddbce60735e423b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cddbce60735e423b","status":"passed","time":{"start":1710284775854,"stop":1710284775854,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"db08c2ee3491875c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db08c2ee3491875c","status":"passed","time":{"start":1710307207091,"stop":1710307207092,"duration":1}},{"uid":"1c3c18d431689e9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c3c18d431689e9d","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"dc8b48a490416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc8b48a490416","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"53aaade720fddc9b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53aaade720fddc9b","status":"passed","time":{"start":1710306783480,"stop":1710306783480,"duration":0}},{"uid":"92818532f781f655","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/92818532f781f655","status":"passed","time":{"start":1710286988740,"stop":1710286988740,"duration":0}},{"uid":"a74d76c944dbf383","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a74d76c944dbf383","status":"passed","time":{"start":1710284251171,"stop":1710284251171,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7a41313a40a0516","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7a41313a40a0516","status":"passed","time":{"start":1710306841072,"stop":1710306841073,"duration":1}},{"uid":"cbff48bb824e4e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbff48bb824e4e6","status":"passed","time":{"start":1710287046523,"stop":1710287046523,"duration":0}},{"uid":"238468739750edc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/238468739750edc9","status":"passed","time":{"start":1710284309642,"stop":1710284309643,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fec82bb7b063175","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fec82bb7b063175","status":"passed","time":{"start":1710307308635,"stop":1710307308636,"duration":1}},{"uid":"2cba29ae8953cccd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cba29ae8953cccd","status":"passed","time":{"start":1710287509769,"stop":1710287509770,"duration":1}},{"uid":"75dbbc8cfec8ee28","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75dbbc8cfec8ee28","status":"passed","time":{"start":1710284775858,"stop":1710284775859,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e706644a574bf34","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e706644a574bf34","status":"passed","time":{"start":1710306844171,"stop":1710306844172,"duration":1}},{"uid":"515f8c90f9b4b376","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/515f8c90f9b4b376","status":"passed","time":{"start":1710287049791,"stop":1710287049793,"duration":2}},{"uid":"60d1c886de363811","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60d1c886de363811","status":"passed","time":{"start":1710284312192,"stop":1710284312193,"duration":1}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1edf0235af8fec6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1edf0235af8fec6","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"5e85929be71e0b0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e85929be71e0b0b","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"f482a7bb2db21db7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f482a7bb2db21db7","status":"passed","time":{"start":1710284730216,"stop":1710284730216,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8540f714c2e07ac4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8540f714c2e07ac4","status":"passed","time":{"start":1710306904616,"stop":1710306904616,"duration":0}},{"uid":"36d8917f2b737360","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/36d8917f2b737360","status":"passed","time":{"start":1710287110703,"stop":1710287110704,"duration":1}},{"uid":"a8eee0c08a62df96","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a8eee0c08a62df96","status":"passed","time":{"start":1710284372015,"stop":1710284372019,"duration":4}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbc0eb3feaa1a9ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0eb3feaa1a9ef","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"70a8c034a545a344","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a8c034a545a344","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"70a644cb7223713f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70a644cb7223713f","status":"passed","time":{"start":1710284259611,"stop":1710284259612,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1464194acb38af00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1464194acb38af00","status":"passed","time":{"start":1710307308637,"stop":1710307308637,"duration":0}},{"uid":"73939f37857fe5ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73939f37857fe5ba","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"b8f82bdeda3e3151","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8f82bdeda3e3151","status":"passed","time":{"start":1710284775859,"stop":1710284775860,"duration":1}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"159407dc774053b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/159407dc774053b9","status":"passed","time":{"start":1710307308639,"stop":1710307308643,"duration":4}},{"uid":"b14841c21454f8d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b14841c21454f8d6","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"6d78014de5b5c70a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d78014de5b5c70a","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5688ff431f6dac0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5688ff431f6dac0c","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"bcfa9f247a9d7f2a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bcfa9f247a9d7f2a","status":"passed","time":{"start":1710287110848,"stop":1710287110848,"duration":0}},{"uid":"ed1efd28d08ac7a2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed1efd28d08ac7a2","status":"passed","time":{"start":1710284377456,"stop":1710284377466,"duration":10}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"113edc8693a5ff4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/113edc8693a5ff4a","status":"passed","time":{"start":1710307308630,"stop":1710307308631,"duration":1}},{"uid":"8eeafe12e7187fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8eeafe12e7187fc4","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"4822cef59af5ab89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4822cef59af5ab89","status":"passed","time":{"start":1710284775853,"stop":1710284775854,"duration":1}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a56681d53b0ad2cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a56681d53b0ad2cb","status":"passed","time":{"start":1710306816842,"stop":1710306816842,"duration":0}},{"uid":"8067104299e9b04b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8067104299e9b04b","status":"passed","time":{"start":1710287022153,"stop":1710287022154,"duration":1}},{"uid":"8fb1104e1db5ea8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fb1104e1db5ea8d","status":"passed","time":{"start":1710284284834,"stop":1710284284835,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c531c411e8d1bb2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c531c411e8d1bb2","status":"passed","time":{"start":1710306981508,"stop":1710306981508,"duration":0}},{"uid":"666face20fb3f029","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/666face20fb3f029","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"e8bf1105b1b6015a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e8bf1105b1b6015a","status":"passed","time":{"start":1710284459999,"stop":1710284459999,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"767f66186c35121d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/767f66186c35121d","status":"passed","time":{"start":1710306799980,"stop":1710306799980,"duration":0}},{"uid":"77ee8f566b3ae056","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77ee8f566b3ae056","status":"passed","time":{"start":1710287005164,"stop":1710287005164,"duration":0}},{"uid":"9c1098ed4902be00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c1098ed4902be00","status":"passed","time":{"start":1710284267722,"stop":1710284267722,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ff3ad5448c070309","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff3ad5448c070309","status":"passed","time":{"start":1710306873744,"stop":1710306873745,"duration":1}},{"uid":"b8b199be222be21f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8b199be222be21f","status":"passed","time":{"start":1710287079741,"stop":1710287079742,"duration":1}},{"uid":"5fc679d69ae7133e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5fc679d69ae7133e","status":"passed","time":{"start":1710284342262,"stop":1710284342264,"duration":2}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb2fd3d6c0607e72","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb2fd3d6c0607e72","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"fbda772d6108ea53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbda772d6108ea53","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"c35776e2190fa1b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c35776e2190fa1b3","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9508b104b81059c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9508b104b81059c","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"c6a8d060bf428d05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c6a8d060bf428d05","status":"passed","time":{"start":1710287608798,"stop":1710287608799,"duration":1}},{"uid":"32327500bbff3f24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32327500bbff3f24","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ee041736d3a13da2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee041736d3a13da2","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"3298d730657d20b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3298d730657d20b5","status":"passed","time":{"start":1710287674896,"stop":1710287674897,"duration":1}},{"uid":"671351294d7d01df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/671351294d7d01df","status":"passed","time":{"start":1710284934059,"stop":1710284934060,"duration":1}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"833dfd32459b4bc1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/833dfd32459b4bc1","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"b0e2c54be7889de6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0e2c54be7889de6","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"d793ecaf4a3bb78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d793ecaf4a3bb78a","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d96e2d65425d975c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d96e2d65425d975c","status":"passed","time":{"start":1710307078639,"stop":1710307078640,"duration":1}},{"uid":"ce8ac8f805d956d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce8ac8f805d956d8","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"e16bc344d827f57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e16bc344d827f57a","status":"passed","time":{"start":1710284550753,"stop":1710284550753,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"6551000661afdae3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6551000661afdae3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078640,"stop":1710307078640,"duration":0}},{"uid":"9bf4a3f6174ab060","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bf4a3f6174ab060","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281994,"stop":1710287281994,"duration":0}},{"uid":"79d171a4f14a9f25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d171a4f14a9f25","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550754,"stop":1710284550755,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c3453a6dc8bc6c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c3453a6dc8bc6c6","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"9f21c2875a02317a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f21c2875a02317a","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"d46199c2bd2470ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d46199c2bd2470ad","status":"passed","time":{"start":1710284796486,"stop":1710284796487,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"879d91838df8ad6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/879d91838df8ad6a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"c779fa30fccd1471","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c779fa30fccd1471","status":"passed","time":{"start":1710287049793,"stop":1710287049794,"duration":1}},{"uid":"21162e4a2b58362","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/21162e4a2b58362","status":"passed","time":{"start":1710284312193,"stop":1710284312194,"duration":1}}]},"ed2704bce0e5bac7008b44419c9cab36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8a67af661581c53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8a67af661581c53","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5818b41177b8d911","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5818b41177b8d911","status":"passed","time":{"start":1710307078649,"stop":1710307078650,"duration":1}},{"uid":"85339edb6cf9d15b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85339edb6cf9d15b","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"5abf8ceab7e7b4d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5abf8ceab7e7b4d4","status":"passed","time":{"start":1710284550772,"stop":1710284550772,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"155103fda033e27d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/155103fda033e27d","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"b32d6350e63b338c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b32d6350e63b338c","status":"passed","time":{"start":1710287456050,"stop":1710287456054,"duration":4}},{"uid":"5b25522a227b105a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b25522a227b105a","status":"passed","time":{"start":1710284723011,"stop":1710284723012,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b80f2783b6ec262","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b80f2783b6ec262","status":"passed","time":{"start":1710307247756,"stop":1710307247757,"duration":1}},{"uid":"6330ae6721786de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6330ae6721786de7","status":"passed","time":{"start":1710287456023,"stop":1710287456024,"duration":1}},{"uid":"fbeff3538be70d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbeff3538be70d69","status":"passed","time":{"start":1710284723007,"stop":1710284723007,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"8c0327c863c5f79b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c0327c863c5f79b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247772,"stop":1710307247773,"duration":1}},{"uid":"f273828e18cd74a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f273828e18cd74a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"c774ccb281cc9426","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c774ccb281cc9426","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3747a14e4385d0fd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3747a14e4385d0fd","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"78472c9b8de56237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/78472c9b8de56237","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"d2b5cf5eb50fb4c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d2b5cf5eb50fb4c0","status":"passed","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b2b1ed70a9f0c61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4b2b1ed70a9f0c61","status":"passed","time":{"start":1710307465622,"stop":1710307465622,"duration":0}},{"uid":"a46f110657c59a0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f110657c59a0","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"83ac94a13e5e349f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83ac94a13e5e349f","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b314e24ce08aa48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b314e24ce08aa48","status":"passed","time":{"start":1710306783474,"stop":1710306783474,"duration":0}},{"uid":"3da182b2b319d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3da182b2b319d767","status":"passed","time":{"start":1710286988735,"stop":1710286988736,"duration":1}},{"uid":"1eb41c9638ea30a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1eb41c9638ea30a9","status":"passed","time":{"start":1710284251165,"stop":1710284251166,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"6602ffbc2d1b7fcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6602ffbc2d1b7fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308633,"stop":1710307308634,"duration":1}},{"uid":"d385d0623ab3093b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d385d0623ab3093b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"ff34ad27f49911e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff34ad27f49911e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"195d4824ca7509f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/195d4824ca7509f7","status":"passed","time":{"start":1710307465627,"stop":1710307465628,"duration":1}},{"uid":"6f118b9b97bc264b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f118b9b97bc264b","status":"passed","time":{"start":1710287674908,"stop":1710287674909,"duration":1}},{"uid":"7e335ccfd63fccbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e335ccfd63fccbb","status":"passed","time":{"start":1710284934068,"stop":1710284934069,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ad8bf0723ac9441","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ad8bf0723ac9441","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"8f0a07cd6932e90c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f0a07cd6932e90c","status":"passed","time":{"start":1710286996969,"stop":1710286996970,"duration":1}},{"uid":"d21433f37a0b4ded","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d21433f37a0b4ded","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"40249434d6dcb33e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40249434d6dcb33e","status":"passed","time":{"start":1710306807581,"stop":1710306807582,"duration":1}},{"uid":"4712485bd60924e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4712485bd60924e0","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"918025bfdab81276","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/918025bfdab81276","status":"passed","time":{"start":1710284275221,"stop":1710284275222,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42b0bba164dd5958","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42b0bba164dd5958","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"4bb7003f8ec424bd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bb7003f8ec424bd","status":"passed","time":{"start":1710287317293,"stop":1710287317293,"duration":0}},{"uid":"d38543c08b026963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d38543c08b026963","status":"passed","time":{"start":1710284588137,"stop":1710284588138,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6dab49c42effd416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6dab49c42effd416","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"7e3c35244d021ceb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e3c35244d021ceb","status":"passed","time":{"start":1710287674921,"stop":1710287674921,"duration":0}},{"uid":"d5961e09ff47ebd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5961e09ff47ebd1","status":"passed","time":{"start":1710284934082,"stop":1710284934082,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"742eb5781edf2ea0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742eb5781edf2ea0","status":"passed","time":{"start":1710307402634,"stop":1710307402635,"duration":1}},{"uid":"8915d02a31b6572d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8915d02a31b6572d","status":"passed","time":{"start":1710287608796,"stop":1710287608797,"duration":1}},{"uid":"c7caa5c19719b0c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7caa5c19719b0c5","status":"passed","time":{"start":1710284881701,"stop":1710284881701,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ece39bb182a659f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ece39bb182a659f2","status":"passed","time":{"start":1710307207095,"stop":1710307207096,"duration":1}},{"uid":"7fb18f2e12d1cbd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb18f2e12d1cbd","status":"passed","time":{"start":1710287412763,"stop":1710287412763,"duration":0}},{"uid":"688c834423bd2f21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/688c834423bd2f21","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd16d263c671127e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd16d263c671127e","status":"passed","time":{"start":1710306791311,"stop":1710306791311,"duration":0}},{"uid":"2e890838e3e3cefc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e890838e3e3cefc","status":"passed","time":{"start":1710286996519,"stop":1710286996519,"duration":0}},{"uid":"66201755e7881b92","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66201755e7881b92","status":"passed","time":{"start":1710284258946,"stop":1710284258946,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1a9fa9cdf487c856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a9fa9cdf487c856","status":"passed","time":{"start":1710306994273,"stop":1710306994273,"duration":0}},{"uid":"4e7dd67688b8a6b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e7dd67688b8a6b4","status":"passed","time":{"start":1710287196194,"stop":1710287196194,"duration":0}},{"uid":"173f662fe33bed5f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/173f662fe33bed5f","status":"passed","time":{"start":1710284459542,"stop":1710284459542,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3670104296f933b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3670104296f933b0","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"f0370d06e8c9d05c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0370d06e8c9d05c","status":"passed","time":{"start":1710287736652,"stop":1710287736652,"duration":0}},{"uid":"86727e0a94d94685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86727e0a94d94685","status":"passed","time":{"start":1710285008787,"stop":1710285008788,"duration":1}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd1ce11214338bcc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1ce11214338bcc","status":"passed","time":{"start":1710307285628,"stop":1710307285628,"duration":0}},{"uid":"1614584fc5eeafa1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1614584fc5eeafa1","status":"passed","time":{"start":1710287499226,"stop":1710287499226,"duration":0}},{"uid":"1d572108a4176829","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1d572108a4176829","status":"passed","time":{"start":1710284765830,"stop":1710284765830,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c68ecdccdc20497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c68ecdccdc20497","status":"passed","time":{"start":1710306806603,"stop":1710306806604,"duration":1}},{"uid":"1270691875465761","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1270691875465761","status":"passed","time":{"start":1710287011781,"stop":1710287011781,"duration":0}},{"uid":"9a2a60dc005a74ca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a2a60dc005a74ca","status":"passed","time":{"start":1710284274043,"stop":1710284274043,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9900b1bbb62183e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9900b1bbb62183e5","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"6a53b2f940b0e0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6a53b2f940b0e0b","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"841b50bb5fc22895","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/841b50bb5fc22895","status":"passed","time":{"start":1710285008788,"stop":1710285008788,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"544ff99790528a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/544ff99790528a2a","status":"passed","time":{"start":1710307308623,"stop":1710307308624,"duration":1}},{"uid":"ae09bf5edf7e1abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae09bf5edf7e1abd","status":"passed","time":{"start":1710287509747,"stop":1710287509748,"duration":1}},{"uid":"9375cefe7c859543","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9375cefe7c859543","status":"passed","time":{"start":1710284775839,"stop":1710284775840,"duration":1}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c425a843b8750b8f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c425a843b8750b8f","status":"passed","time":{"start":1710306981495,"stop":1710306981495,"duration":0}},{"uid":"a564e3828654549d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a564e3828654549d","status":"passed","time":{"start":1710287198108,"stop":1710287198109,"duration":1}},{"uid":"1c1e841196a02f48","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c1e841196a02f48","status":"passed","time":{"start":1710284459990,"stop":1710284459991,"duration":1}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"546e1d39874ed3ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/546e1d39874ed3ba","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"848981a3e2271c31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/848981a3e2271c31","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"a361898c2c854bb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a361898c2c854bb0","status":"passed","time":{"start":1710284377469,"stop":1710284377470,"duration":1}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"93b7453da3e18ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93b7453da3e18ab","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"6397b25eff7f23e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6397b25eff7f23e","status":"passed","time":{"start":1710287674916,"stop":1710287674917,"duration":1}},{"uid":"efd6a5629710f8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd6a5629710f8f5","status":"passed","time":{"start":1710284934077,"stop":1710284934078,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc649f4529f9afc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc649f4529f9afc5","status":"passed","time":{"start":1710306807023,"stop":1710306807024,"duration":1}},{"uid":"b7aa3f9b0a9360e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7aa3f9b0a9360e6","status":"passed","time":{"start":1710287011901,"stop":1710287011901,"duration":0}},{"uid":"1f98dbf9e31f7365","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f98dbf9e31f7365","status":"passed","time":{"start":1710284274564,"stop":1710284274565,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d7a153b8460549e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d7a153b8460549e","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"ad142f3b31f0404","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ad142f3b31f0404","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"a6a4a020c1c99f49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a4a020c1c99f49","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fb543ac194a1415","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb543ac194a1415","status":"passed","time":{"start":1710306807578,"stop":1710306807579,"duration":1}},{"uid":"dd28ae1c52d65f04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd28ae1c52d65f04","status":"passed","time":{"start":1710287012800,"stop":1710287012800,"duration":0}},{"uid":"c1cd2e3fed0974ae","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1cd2e3fed0974ae","status":"passed","time":{"start":1710284275218,"stop":1710284275219,"duration":1}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2a66928c63d120d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a66928c63d120d0","status":"passed","time":{"start":1710306841076,"stop":1710306841076,"duration":0}},{"uid":"b980aa1a9854837b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b980aa1a9854837b","status":"passed","time":{"start":1710287046526,"stop":1710287046527,"duration":1}},{"uid":"ac19f6e9f5381f4b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ac19f6e9f5381f4b","status":"passed","time":{"start":1710284309646,"stop":1710284309646,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9430d7fb98f3b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9430d7fb98f3b2","status":"passed","time":{"start":1710307078647,"stop":1710307078647,"duration":0}},{"uid":"e8c4d08c19ca5392","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8c4d08c19ca5392","status":"passed","time":{"start":1710287281998,"stop":1710287281999,"duration":1}},{"uid":"7fa4781975df4f89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fa4781975df4f89","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7bb23ddc501c0ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7bb23ddc501c0ee","status":"passed","time":{"start":1710307358467,"stop":1710307358468,"duration":1}},{"uid":"23384b7c6a05bc8b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23384b7c6a05bc8b","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"db817318a23c4d46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db817318a23c4d46","status":"passed","time":{"start":1710284852305,"stop":1710284852309,"duration":4}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac1f82296aa79cd9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac1f82296aa79cd9","status":"passed","time":{"start":1710307465617,"stop":1710307465618,"duration":1}},{"uid":"e563bb24b1facedc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e563bb24b1facedc","status":"passed","time":{"start":1710287674896,"stop":1710287674896,"duration":0}},{"uid":"bf3b542f3162521e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf3b542f3162521e","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"78b3ece2be02bb9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/78b3ece2be02bb9","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"83ce37f79ea3acbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83ce37f79ea3acbe","status":"passed","time":{"start":1710287460906,"stop":1710287460907,"duration":1}},{"uid":"5b61973384a9d5eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b61973384a9d5eb","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"44654f66669c6212ec51132c28b84d0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7bd475d00929b4a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a7bd475d00929b4a","status":"passed","time":{"start":1710287509751,"stop":1710287509752,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3f4789486fba8290","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f4789486fba8290","status":"passed","time":{"start":1710306807145,"stop":1710306807146,"duration":1}},{"uid":"c786e0d6f89cf56b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c786e0d6f89cf56b","status":"passed","time":{"start":1710287012265,"stop":1710287012265,"duration":0}},{"uid":"b0d95154debb160a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b0d95154debb160a","status":"passed","time":{"start":1710284274241,"stop":1710284274241,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"349c76ee852db424","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/349c76ee852db424","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"c8b00e317caff2e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8b00e317caff2e2","status":"passed","time":{"start":1710287281996,"stop":1710287281997,"duration":1}},{"uid":"2b54c3f5e2f734ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b54c3f5e2f734ab","status":"passed","time":{"start":1710284550765,"stop":1710284550765,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"487136c672d9aaf6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/487136c672d9aaf6","status":"passed","time":{"start":1710306811113,"stop":1710306811113,"duration":0}},{"uid":"dff4a4c1a27836a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dff4a4c1a27836a7","status":"passed","time":{"start":1710287016341,"stop":1710287016341,"duration":0}},{"uid":"a46f5a1a4c5ad917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a46f5a1a4c5ad917","status":"passed","time":{"start":1710284279135,"stop":1710284279135,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a36d82908d154cf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a36d82908d154cf2","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"97774943a3332b22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97774943a3332b22","status":"passed","time":{"start":1710287509771,"stop":1710287509772,"duration":1}},{"uid":"32255b823197200b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32255b823197200b","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"971127f36fbb188f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/971127f36fbb188f","status":"passed","time":{"start":1710306796606,"stop":1710306796606,"duration":0}},{"uid":"fb98a8aed904a49f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb98a8aed904a49f","status":"passed","time":{"start":1710287001715,"stop":1710287001715,"duration":0}},{"uid":"ee4dee56f419f342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee4dee56f419f342","status":"passed","time":{"start":1710284264388,"stop":1710284264388,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca2b582eb9b51304","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca2b582eb9b51304","status":"passed","time":{"start":1710307101314,"stop":1710307101314,"duration":0}},{"uid":"335e924831b8b8aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/335e924831b8b8aa","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"37a174389332fcfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/37a174389332fcfd","status":"passed","time":{"start":1710284561374,"stop":1710284561375,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52de6d03e248efd5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52de6d03e248efd5","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"582e18005048cb9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/582e18005048cb9d","status":"passed","time":{"start":1710286996364,"stop":1710286996365,"duration":1}},{"uid":"c60c6f385df66a8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c60c6f385df66a8","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f346042f8e263f2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f346042f8e263f2c","status":"passed","time":{"start":1710307358464,"stop":1710307358465,"duration":1}},{"uid":"ea10d7965d846cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea10d7965d846cbe","status":"passed","time":{"start":1710287569255,"stop":1710287569256,"duration":1}},{"uid":"2c7588760d97651c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c7588760d97651c","status":"passed","time":{"start":1710284852300,"stop":1710284852300,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42210f36795730eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42210f36795730eb","status":"passed","time":{"start":1710307244657,"stop":1710307244657,"duration":0}},{"uid":"149b031780df5d50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/149b031780df5d50","status":"passed","time":{"start":1710287451482,"stop":1710287451482,"duration":0}},{"uid":"c66a54baca62e27","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c66a54baca62e27","status":"passed","time":{"start":1710284717991,"stop":1710284717991,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5acde044e16529a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5acde044e16529a0","status":"passed","time":{"start":1710307465616,"stop":1710307465617,"duration":1}},{"uid":"7362d18bcc188741","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7362d18bcc188741","status":"passed","time":{"start":1710287674895,"stop":1710287674895,"duration":0}},{"uid":"c22459b960f4778e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c22459b960f4778e","status":"passed","time":{"start":1710284934058,"stop":1710284934058,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7c1c34ea574205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7c1c34ea574205f","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"480d451db5bb6619","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/480d451db5bb6619","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"d9dade7d87804170","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9dade7d87804170","status":"passed","time":{"start":1710284852315,"stop":1710284852315,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"10e645bab1fa0461","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e645bab1fa0461","status":"passed","time":{"start":1710306796319,"stop":1710306796319,"duration":0}},{"uid":"81d9cd8805785071","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81d9cd8805785071","status":"passed","time":{"start":1710287001576,"stop":1710287001576,"duration":0}},{"uid":"d3fbb375cdfee6dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3fbb375cdfee6dc","status":"passed","time":{"start":1710284264201,"stop":1710284264201,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a82dc887ba4345c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82dc887ba4345c7","status":"passed","time":{"start":1710307078723,"stop":1710307078723,"duration":0}},{"uid":"b6ef1b4afe75b89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6ef1b4afe75b89","status":"passed","time":{"start":1710287282131,"stop":1710287282131,"duration":0}},{"uid":"a087eec9043ccd4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a087eec9043ccd4a","status":"passed","time":{"start":1710284550840,"stop":1710284550840,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6555ae0a22a07c3c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6555ae0a22a07c3c","status":"passed","time":{"start":1710306994272,"stop":1710306994272,"duration":0}},{"uid":"cfbfa8cefd45d617","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cfbfa8cefd45d617","status":"passed","time":{"start":1710287196192,"stop":1710287196193,"duration":1}},{"uid":"9ade38c8ae9f57f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ade38c8ae9f57f0","status":"passed","time":{"start":1710284459541,"stop":1710284459541,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bb14ccb66934e0f9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb14ccb66934e0f9","status":"passed","time":{"start":1710307207096,"stop":1710307207096,"duration":0}},{"uid":"fc5d1bf1e86d0446","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc5d1bf1e86d0446","status":"passed","time":{"start":1710287412763,"stop":1710287412764,"duration":1}},{"uid":"8450abbd7b8f606b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8450abbd7b8f606b","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c44e49cf7d62444a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c44e49cf7d62444a","status":"passed","time":{"start":1710306844181,"stop":1710306844183,"duration":2}},{"uid":"aa9ac8446d2b1448","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9ac8446d2b1448","status":"passed","time":{"start":1710287049799,"stop":1710287049801,"duration":2}},{"uid":"8c8a465e2522677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c8a465e2522677b","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a6805335f4239e75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6805335f4239e75","status":"passed","time":{"start":1710306841074,"stop":1710306841074,"duration":0}},{"uid":"56f5b0d901d20b41","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56f5b0d901d20b41","status":"passed","time":{"start":1710287046524,"stop":1710287046525,"duration":1}},{"uid":"d53cadaa7026d648","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d53cadaa7026d648","status":"passed","time":{"start":1710284309644,"stop":1710284309644,"duration":0}}]},"b20736e16a607e4c68de43a3f1400e7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"790bdc0d8708b555","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/790bdc0d8708b555","status":"passed","time":{"start":1710284775841,"stop":1710284775852,"duration":11}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"130331af441031e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/130331af441031e5","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"6f80da0c5a42174b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f80da0c5a42174b","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"c1350502e9ad6bd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1350502e9ad6bd2","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d86e27e65d071110","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d86e27e65d071110","status":"passed","time":{"start":1710307402637,"stop":1710307402637,"duration":0}},{"uid":"29e54c87519ceb1d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e54c87519ceb1d","status":"passed","time":{"start":1710287608799,"stop":1710287608800,"duration":1}},{"uid":"2c4b91bd63ab477c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c4b91bd63ab477c","status":"passed","time":{"start":1710284881703,"stop":1710284881703,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"7a042d9e30a3e7a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7a042d9e30a3e7a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"f80a4ffd3f9f937b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f80a4ffd3f9f937b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509784,"stop":1710287509784,"duration":0}},{"uid":"d3a8cfc0966a5e3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3a8cfc0966a5e3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775875,"stop":1710284775875,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f2a2fdc9d308325e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2a2fdc9d308325e","status":"passed","time":{"start":1710307358463,"stop":1710307358464,"duration":1}},{"uid":"34dbe1913566b05d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34dbe1913566b05d","status":"passed","time":{"start":1710287569254,"stop":1710287569255,"duration":1}},{"uid":"5dc256a3c02485f6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc256a3c02485f6","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8f4cf8e0f63724c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8f4cf8e0f63724c","status":"passed","time":{"start":1710306981494,"stop":1710306981494,"duration":0}},{"uid":"ea05ee004315a6f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea05ee004315a6f5","status":"passed","time":{"start":1710287198107,"stop":1710287198108,"duration":1}},{"uid":"f18446f73e7878bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18446f73e7878bd","status":"passed","time":{"start":1710284459989,"stop":1710284459989,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"136a2f9a9be414f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/136a2f9a9be414f6","status":"passed","time":{"start":1710307207047,"stop":1710307207048,"duration":1}},{"uid":"d7f3c056f1d082a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f3c056f1d082a9","status":"passed","time":{"start":1710287412739,"stop":1710287412739,"duration":0}},{"uid":"89f4db927e4f6609","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89f4db927e4f6609","status":"passed","time":{"start":1710284680765,"stop":1710284680765,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1b493541418e2afe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1b493541418e2afe","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"f391b961cefe1dde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f391b961cefe1dde","status":"passed","time":{"start":1710286996970,"stop":1710286996971,"duration":1}},{"uid":"647950a818d885d3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/647950a818d885d3","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f1720d029b5785c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f1720d029b5785c","status":"passed","time":{"start":1710307358469,"stop":1710307358473,"duration":4}},{"uid":"4dd6f00e956e0f6a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4dd6f00e956e0f6a","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"b6a400343e25cd9b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6a400343e25cd9b","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bdfa7faefc1463e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bdfa7faefc1463e3","status":"passed","time":{"start":1710307247764,"stop":1710307247765,"duration":1}},{"uid":"e1fc9beeb6af8de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1fc9beeb6af8de7","status":"passed","time":{"start":1710287456055,"stop":1710287456056,"duration":1}},{"uid":"f745140512c702b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f745140512c702b3","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0ba5e5942159cde","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a0ba5e5942159cde","status":"passed","time":{"start":1710307308615,"stop":1710307308616,"duration":1}},{"uid":"59b04a64aa5e1397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/59b04a64aa5e1397","status":"passed","time":{"start":1710287509741,"stop":1710287509742,"duration":1}},{"uid":"efd5eb14d3e56416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd5eb14d3e56416","status":"passed","time":{"start":1710284775830,"stop":1710284775831,"duration":1}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60ba3f14664d6811","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60ba3f14664d6811","status":"passed","time":{"start":1710307300375,"stop":1710307300376,"duration":1}},{"uid":"24589827dccceb05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24589827dccceb05","status":"passed","time":{"start":1710287503530,"stop":1710287503530,"duration":0}},{"uid":"8a35d3159ee2cab3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a35d3159ee2cab3","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"553e808c8c82db60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/553e808c8c82db60","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"a4285bd878157cf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4285bd878157cf9","status":"passed","time":{"start":1710287110711,"stop":1710287110713,"duration":2}},{"uid":"1159f9e747b75bc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1159f9e747b75bc4","status":"passed","time":{"start":1710284372021,"stop":1710284372021,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b4723fba15555c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9b4723fba15555c2","status":"passed","time":{"start":1710306994268,"stop":1710306994268,"duration":0}},{"uid":"af091030bec15042","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af091030bec15042","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"46d0dea2a1ce3274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46d0dea2a1ce3274","status":"passed","time":{"start":1710284459537,"stop":1710284459537,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"32c1cfc7a9ac561b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32c1cfc7a9ac561b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308634,"stop":1710307308634,"duration":0}},{"uid":"dd733973b2c3a61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd733973b2c3a61f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509755,"stop":1710287509763,"duration":8}},{"uid":"1324beeb3689ab8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1324beeb3689ab8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"151b20ca48228c7f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151b20ca48228c7f","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"22377324c625f6cb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22377324c625f6cb","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"814e6eaa3cd6453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/814e6eaa3cd6453","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1193ba8cae048802","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1193ba8cae048802","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"6866accd55f5de17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6866accd55f5de17","status":"passed","time":{"start":1710286996973,"stop":1710286996974,"duration":1}},{"uid":"b011c0df28f265c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b011c0df28f265c5","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"befaca5b98b5fad5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/befaca5b98b5fad5","status":"passed","time":{"start":1710306873741,"stop":1710306873741,"duration":0}},{"uid":"ce79f17657db958","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce79f17657db958","status":"passed","time":{"start":1710287079740,"stop":1710287079740,"duration":0}},{"uid":"d01f1dce8ef1d015","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d01f1dce8ef1d015","status":"passed","time":{"start":1710284342261,"stop":1710284342262,"duration":1}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b187afb44db4040a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b187afb44db4040a","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"413d68ad710d9377","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/413d68ad710d9377","status":"passed","time":{"start":1710287569247,"stop":1710287569248,"duration":1}},{"uid":"43804236506cf727","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43804236506cf727","status":"passed","time":{"start":1710284852287,"stop":1710284852288,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4d077dd4bff4640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4d077dd4bff4640","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"45c8c290a299e3d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45c8c290a299e3d3","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"87ad97424ae6096f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/87ad97424ae6096f","status":"passed","time":{"start":1710284934067,"stop":1710284934068,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"54e5413422851677","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54e5413422851677","status":"passed","time":{"start":1710306904618,"stop":1710306904618,"duration":0}},{"uid":"29e3fb07e53f0d28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e3fb07e53f0d28","status":"passed","time":{"start":1710287110718,"stop":1710287110718,"duration":0}},{"uid":"d472a23416f3a57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d472a23416f3a57a","status":"passed","time":{"start":1710284372024,"stop":1710284372024,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2240edc18ec1d673","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2240edc18ec1d673","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"2d8e999f631338b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2d8e999f631338b4","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"eea8f3d2b2496142","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eea8f3d2b2496142","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f84216b825573a93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f84216b825573a93","status":"passed","time":{"start":1710306981505,"stop":1710306981506,"duration":1}},{"uid":"796bd2a542a90d30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/796bd2a542a90d30","status":"passed","time":{"start":1710287198122,"stop":1710287198122,"duration":0}},{"uid":"823a7e81da26ad08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/823a7e81da26ad08","status":"passed","time":{"start":1710284459996,"stop":1710284459996,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8d782f107a22eff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8d782f107a22eff","status":"passed","time":{"start":1710307207000,"stop":1710307207000,"duration":0}},{"uid":"fe5bb70e1b29e316","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe5bb70e1b29e316","status":"passed","time":{"start":1710287412737,"stop":1710287412738,"duration":1}},{"uid":"b7435db47e6985c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b7435db47e6985c8","status":"passed","time":{"start":1710284680763,"stop":1710284680764,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c656142e10a02f39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c656142e10a02f39","status":"passed","time":{"start":1710307383799,"stop":1710307383800,"duration":1}},{"uid":"e317c724eee2a207","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e317c724eee2a207","status":"passed","time":{"start":1710287594293,"stop":1710287594294,"duration":1}},{"uid":"cd89f68e8042fda1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cd89f68e8042fda1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb4c4698de6976d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4c4698de6976d3","status":"passed","time":{"start":1710307238430,"stop":1710307238431,"duration":1}},{"uid":"e41440472a4de0f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e41440472a4de0f8","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"5ab9f2b38b18ec7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ab9f2b38b18ec7","status":"passed","time":{"start":1710284710698,"stop":1710284710700,"duration":2}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8bfe1a1fb1608f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8bfe1a1fb1608f3","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"fef5d44bd80a9dee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fef5d44bd80a9dee","status":"passed","time":{"start":1710287509773,"stop":1710287509774,"duration":1}},{"uid":"868b45931c0ad2f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/868b45931c0ad2f5","status":"passed","time":{"start":1710284775863,"stop":1710284775863,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e34ab47665c4eb66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e34ab47665c4eb66","status":"passed","time":{"start":1710306807025,"stop":1710306807025,"duration":0}},{"uid":"3cf2574ac5d06fe8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3cf2574ac5d06fe8","status":"passed","time":{"start":1710287011902,"stop":1710287011903,"duration":1}},{"uid":"3a1acd7200050435","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a1acd7200050435","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29b8914304db3d1f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29b8914304db3d1f","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"4953d94d2a7ee177","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4953d94d2a7ee177","status":"passed","time":{"start":1710287198159,"stop":1710287198159,"duration":0}},{"uid":"f0e81021a8dfe156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0e81021a8dfe156","status":"passed","time":{"start":1710284460000,"stop":1710284460001,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"94636942511afd0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/94636942511afd0","status":"passed","time":{"start":1710306981518,"stop":1710306981518,"duration":0}},{"uid":"2af21b6378615ae5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2af21b6378615ae5","status":"passed","time":{"start":1710287198167,"stop":1710287198168,"duration":1}},{"uid":"7ad9b5a9eaa54388","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ad9b5a9eaa54388","status":"passed","time":{"start":1710284460010,"stop":1710284460011,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e0d07aee28f8a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e0d07aee28f8a2a","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"58148ead56d55f78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58148ead56d55f78","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"a79a03f440259342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a79a03f440259342","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6ed73c12ba0a586","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6ed73c12ba0a586","status":"passed","time":{"start":1710306994264,"stop":1710306994264,"duration":0}},{"uid":"44ad7ca1cae19758","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44ad7ca1cae19758","status":"passed","time":{"start":1710287196186,"stop":1710287196186,"duration":0}},{"uid":"e5fb83eff75d595d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e5fb83eff75d595d","status":"passed","time":{"start":1710284459533,"stop":1710284459534,"duration":1}}]},"23f8fdfdecbed28ec53e96ef55123e9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16d5bf74f002c13a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16d5bf74f002c13a","status":"passed","time":{"start":1710307247766,"stop":1710307247767,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57d6ce172fa7f326","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d6ce172fa7f326","status":"passed","time":{"start":1710307114395,"stop":1710307114395,"duration":0}},{"uid":"74f525f39062d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74f525f39062d767","status":"passed","time":{"start":1710287317290,"stop":1710287317291,"duration":1}},{"uid":"3653e67a58b1bc09","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3653e67a58b1bc09","status":"passed","time":{"start":1710284588135,"stop":1710284588136,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e69f4fdab7b57d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e69f4fdab7b57d3","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"1493a3d4fe6028fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1493a3d4fe6028fe","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"2648a48eba425fbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2648a48eba425fbb","status":"passed","time":{"start":1710284730213,"stop":1710284730214,"duration":1}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97560f07fca83fae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97560f07fca83fae","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"722994caea31ca7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/722994caea31ca7d","status":"passed","time":{"start":1710287451482,"stop":1710287451483,"duration":1}},{"uid":"b1483bff4632f489","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b1483bff4632f489","status":"passed","time":{"start":1710284717991,"stop":1710284717992,"duration":1}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8f1e25b816e85949","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f1e25b816e85949","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"bf8917f8953264c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8917f8953264c1","status":"passed","time":{"start":1710287577565,"stop":1710287577565,"duration":0}},{"uid":"5c1617b082701000","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5c1617b082701000","status":"passed","time":{"start":1710284843499,"stop":1710284843499,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"322ec624736566aa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/322ec624736566aa","status":"passed","time":{"start":1710306791275,"stop":1710306791276,"duration":1}},{"uid":"a0ae040649cba6bc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0ae040649cba6bc","status":"passed","time":{"start":1710286996356,"stop":1710286996357,"duration":1}},{"uid":"7afa655ef9ded852","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7afa655ef9ded852","status":"passed","time":{"start":1710284258873,"stop":1710284258874,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a66a9d806d68062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5a66a9d806d68062","status":"passed","time":{"start":1710306796318,"stop":1710306796318,"duration":0}},{"uid":"66f1c0960ef5a608","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66f1c0960ef5a608","status":"passed","time":{"start":1710287001575,"stop":1710287001575,"duration":0}},{"uid":"8cef86a94bb68631","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cef86a94bb68631","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"814b334ac78843fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/814b334ac78843fb","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"3f55ca18bb68ad1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f55ca18bb68ad1c","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"2b8b16a9febf7793","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b8b16a9febf7793","status":"passed","time":{"start":1710284680777,"stop":1710284680778,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a4701230afe58d27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4701230afe58d27","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"b71caeedd2bbf038","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b71caeedd2bbf038","status":"passed","time":{"start":1710287596907,"stop":1710287596908,"duration":1}},{"uid":"969431d981f9c22c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/969431d981f9c22c","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c2d8dd472eaf902","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c2d8dd472eaf902","status":"passed","time":{"start":1710306981520,"stop":1710306981520,"duration":0}},{"uid":"38e07a9b30eec901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38e07a9b30eec901","status":"passed","time":{"start":1710287198169,"stop":1710287198169,"duration":0}},{"uid":"ef612f06bfe0f156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ef612f06bfe0f156","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3873c2a838e3860","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3873c2a838e3860","status":"passed","time":{"start":1710307078643,"stop":1710307078644,"duration":1}},{"uid":"cc9719834caf3fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc9719834caf3fc4","status":"passed","time":{"start":1710287281996,"stop":1710287281996,"duration":0}},{"uid":"93a50c39b2699432","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93a50c39b2699432","status":"passed","time":{"start":1710284550764,"stop":1710284550765,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5baf4b5cd3c617d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5baf4b5cd3c617d9","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"4c4101fa9b7fddcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c4101fa9b7fddcf","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"5070efb5bbbdbe73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5070efb5bbbdbe73","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f292d79e3e1cabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f292d79e3e1cabc3","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"326eb3d557d0033c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/326eb3d557d0033c","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"40e56cfaeb3f891a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40e56cfaeb3f891a","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"4e52f34b2593384803b22fccccf000bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66be20d3716c91b8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66be20d3716c91b8","status":"passed","time":{"start":1710287509780,"stop":1710287509781,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9d27b9164a2c223","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9d27b9164a2c223","status":"passed","time":{"start":1710307045667,"stop":1710307045667,"duration":0}},{"uid":"9f9417a5666f0638","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f9417a5666f0638","status":"passed","time":{"start":1710287245619,"stop":1710287245619,"duration":0}},{"uid":"1a490683543a3651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1a490683543a3651","status":"passed","time":{"start":1710284503146,"stop":1710284503146,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f54d7516c668185","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f54d7516c668185","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"a4d48cde5b7bb169","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4d48cde5b7bb169","status":"passed","time":{"start":1710287281991,"stop":1710287281991,"duration":0}},{"uid":"eadf0a5062d5ceb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eadf0a5062d5ceb0","status":"passed","time":{"start":1710284550743,"stop":1710284550743,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9823629c3f6659e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9823629c3f6659e5","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"43645d2ff739fe39","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43645d2ff739fe39","status":"passed","time":{"start":1710287110702,"stop":1710287110702,"duration":0}},{"uid":"14abbf57d4a514aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14abbf57d4a514aa","status":"passed","time":{"start":1710284372013,"stop":1710284372013,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70c029d74b3a4f35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70c029d74b3a4f35","status":"passed","time":{"start":1710306981514,"stop":1710306981516,"duration":2}},{"uid":"aad83cf1c329567a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aad83cf1c329567a","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"8a84fb1d1755bdf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a84fb1d1755bdf","status":"passed","time":{"start":1710284460004,"stop":1710284460008,"duration":4}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"17860a1655dacda4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17860a1655dacda4","status":"passed","time":{"start":1710306833584,"stop":1710306833585,"duration":1}},{"uid":"51522690b8027390","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51522690b8027390","status":"passed","time":{"start":1710287039377,"stop":1710287039378,"duration":1}},{"uid":"ab1ad95f20dd96ed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab1ad95f20dd96ed","status":"passed","time":{"start":1710284302040,"stop":1710284302045,"duration":5}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e535e689cf29bd40","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e535e689cf29bd40","status":"passed","time":{"start":1710307259442,"stop":1710307259442,"duration":0}},{"uid":"32db9bed7a254892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32db9bed7a254892","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"20669827cbd4a38d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20669827cbd4a38d","status":"passed","time":{"start":1710284730225,"stop":1710284730225,"duration":0}}]},"e31f35249fcb118d1c1edf85ca8ae6b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f94f4e16775cee75","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f94f4e16775cee75","status":"passed","time":{"start":1710287412761,"stop":1710287412762,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d01a302eb02e070","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d01a302eb02e070","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"54b5efc66349b8cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/54b5efc66349b8cd","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"bfeb7bf9fe4ee3f7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bfeb7bf9fe4ee3f7","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eefac74850f86f25","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eefac74850f86f25","status":"passed","time":{"start":1710306791802,"stop":1710306791803,"duration":1}},{"uid":"c859cfa5a420b072","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c859cfa5a420b072","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"326cf7af1fca2d4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/326cf7af1fca2d4f","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c36628ea0624b88","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c36628ea0624b88","status":"passed","time":{"start":1710307383798,"stop":1710307383799,"duration":1}},{"uid":"49e3ba01c6cd5874","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49e3ba01c6cd5874","status":"passed","time":{"start":1710287594290,"stop":1710287594293,"duration":3}},{"uid":"c3a31c26fefc3b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c3a31c26fefc3b3e","status":"passed","time":{"start":1710284859497,"stop":1710284859498,"duration":1}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b08084aeebc746c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b08084aeebc746c","status":"passed","time":{"start":1710306913476,"stop":1710306913476,"duration":0}},{"uid":"b902139d59507868","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b902139d59507868","status":"passed","time":{"start":1710287126413,"stop":1710287126413,"duration":0}},{"uid":"ff5a512d71fe311a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff5a512d71fe311a","status":"passed","time":{"start":1710284390749,"stop":1710284390749,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa928579ee66768f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa928579ee66768f","status":"passed","time":{"start":1710306994276,"stop":1710306994276,"duration":0}},{"uid":"1a34e140037a9016","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a34e140037a9016","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"13625103452885a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/13625103452885a4","status":"passed","time":{"start":1710284459547,"stop":1710284459556,"duration":9}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a6564ec325b9e507","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6564ec325b9e507","status":"passed","time":{"start":1710306817452,"stop":1710306817453,"duration":1}},{"uid":"e3637e47d74505b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3637e47d74505b0","status":"passed","time":{"start":1710287022682,"stop":1710287022683,"duration":1}},{"uid":"a1d19b9bc50ca135","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1d19b9bc50ca135","status":"passed","time":{"start":1710284285361,"stop":1710284285362,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"872e8b03e8417bf0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/872e8b03e8417bf0","status":"passed","time":{"start":1710306811114,"stop":1710306811115,"duration":1}},{"uid":"ce96e6b80317e1f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce96e6b80317e1f5","status":"passed","time":{"start":1710287016342,"stop":1710287016343,"duration":1}},{"uid":"6ebb4f4b7d8cf55c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6ebb4f4b7d8cf55c","status":"passed","time":{"start":1710284279136,"stop":1710284279137,"duration":1}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5804608f88f0622e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5804608f88f0622e","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"74d4ebaeb1c24b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74d4ebaeb1c24b5","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"e02e80edafccf52d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e02e80edafccf52d","status":"passed","time":{"start":1710284377467,"stop":1710284377469,"duration":2}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4ed3b96dcee4081","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4ed3b96dcee4081","status":"passed","time":{"start":1710306981492,"stop":1710306981493,"duration":1}},{"uid":"98f2d3f2ce40b794","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/98f2d3f2ce40b794","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"17259bf57b36e67f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/17259bf57b36e67f","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9a51d3548bd6922","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9a51d3548bd6922","status":"passed","time":{"start":1710307247765,"stop":1710307247765,"duration":0}},{"uid":"809ebc0a61cd2efb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/809ebc0a61cd2efb","status":"passed","time":{"start":1710287456056,"stop":1710287456058,"duration":2}},{"uid":"e04a4b43cef0d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04a4b43cef0d69","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d8e9aa7435d6d23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d8e9aa7435d6d23","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"7fd5f4433a988382","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fd5f4433a988382","status":"passed","time":{"start":1710286996361,"stop":1710286996362,"duration":1}},{"uid":"36ed5f9a7402e1bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36ed5f9a7402e1bd","status":"passed","time":{"start":1710284258879,"stop":1710284258879,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"970247ad51cd4748","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/970247ad51cd4748","status":"passed","time":{"start":1710306981494,"stop":1710306981495,"duration":1}},{"uid":"8a0b834fcbf2ceab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a0b834fcbf2ceab","status":"passed","time":{"start":1710287198108,"stop":1710287198108,"duration":0}},{"uid":"d6524f928faa09f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d6524f928faa09f9","status":"passed","time":{"start":1710284459990,"stop":1710284459990,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d9abffb00bc665f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d9abffb00bc665f","status":"passed","time":{"start":1710306994266,"stop":1710306994267,"duration":1}},{"uid":"72de208438f9466f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72de208438f9466f","status":"passed","time":{"start":1710287196188,"stop":1710287196188,"duration":0}},{"uid":"e6cb4fbeb87c8789","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6cb4fbeb87c8789","status":"passed","time":{"start":1710284459536,"stop":1710284459536,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbb3c6b7382a8e0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbb3c6b7382a8e0d","status":"passed","time":{"start":1710306865885,"stop":1710306865885,"duration":0}},{"uid":"5263d50e13e8a98d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5263d50e13e8a98d","status":"passed","time":{"start":1710287067216,"stop":1710287067217,"duration":1}},{"uid":"82a42593aa72f192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/82a42593aa72f192","status":"passed","time":{"start":1710284328536,"stop":1710284328537,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2084e3943a0de763","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2084e3943a0de763","status":"passed","time":{"start":1710306873747,"stop":1710306873748,"duration":1}},{"uid":"33c9c2c895217bee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/33c9c2c895217bee","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"b2ef8fbab20d9a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2ef8fbab20d9a0","status":"passed","time":{"start":1710284342267,"stop":1710284342268,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd8dd94ddae5d487","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd8dd94ddae5d487","status":"passed","time":{"start":1710307207058,"stop":1710307207058,"duration":0}},{"uid":"415511530335f4c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/415511530335f4c0","status":"passed","time":{"start":1710287412745,"stop":1710287412745,"duration":0}},{"uid":"43b7144321503d51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43b7144321503d51","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9c1bfddce030e6c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9c1bfddce030e6c","status":"passed","time":{"start":1710307207089,"stop":1710307207090,"duration":1}},{"uid":"3893f063a7f59d7c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3893f063a7f59d7c","status":"passed","time":{"start":1710287412754,"stop":1710287412755,"duration":1}},{"uid":"4e4c5cbb4ea31a0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e4c5cbb4ea31a0c","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8402acfe0863d89e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8402acfe0863d89e","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"aedda0c05c0c46d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedda0c05c0c46d7","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"94a99f14435839fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a99f14435839fa","status":"passed","time":{"start":1710284843495,"stop":1710284843496,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d433febcd12a8172","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d433febcd12a8172","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"23b762bcf6a8b8a4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23b762bcf6a8b8a4","status":"passed","time":{"start":1710287245608,"stop":1710287245609,"duration":1}},{"uid":"996049cb9581daf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/996049cb9581daf3","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1fcb663648fda01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1fcb663648fda01","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"b166f8deca91d0cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b166f8deca91d0cf","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"db015a8a176b04c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db015a8a176b04c6","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9998c2aa8633982e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9998c2aa8633982e","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fdee9fb7203e392f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fdee9fb7203e392f","status":"passed","time":{"start":1710287503528,"stop":1710287503528,"duration":0}},{"uid":"36e60396cbbd3e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36e60396cbbd3e68","status":"passed","time":{"start":1710284762780,"stop":1710284762780,"duration":0}}]},"6addb59677c6d687690aa1427455c9da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1895d8ab617bfc6b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1895d8ab617bfc6b","status":"passed","time":{"start":1710284680793,"stop":1710284680793,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d7ca195bd705ae2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d7ca195bd705ae2c","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"45f7b1416635f9cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45f7b1416635f9cf","status":"passed","time":{"start":1710287001715,"stop":1710287001716,"duration":1}},{"uid":"75ee9cb3585d856b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75ee9cb3585d856b","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"baa95e7f8a2f526c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/baa95e7f8a2f526c","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"b1b5b5c2f66bb67b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b1b5b5c2f66bb67b","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"fd64f3dda9550d12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd64f3dda9550d12","status":"passed","time":{"start":1710284775870,"stop":1710284775871,"duration":1}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24efdf966e4ef57d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24efdf966e4ef57d","status":"passed","time":{"start":1710307045657,"stop":1710307045659,"duration":2}},{"uid":"a3538c79f8a8d637","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3538c79f8a8d637","status":"passed","time":{"start":1710287245597,"stop":1710287245607,"duration":10}},{"uid":"6f5b7f7f91bcf274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6f5b7f7f91bcf274","status":"passed","time":{"start":1710284503141,"stop":1710284503141,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a9ed7a1b247cc93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a9ed7a1b247cc93","status":"passed","time":{"start":1710306904617,"stop":1710306904618,"duration":1}},{"uid":"83495190080b077d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83495190080b077d","status":"passed","time":{"start":1710287110713,"stop":1710287110714,"duration":1}},{"uid":"bbb798e01d1420ee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbb798e01d1420ee","status":"passed","time":{"start":1710284372021,"stop":1710284372024,"duration":3}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a82a3f7416a0f3e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82a3f7416a0f3e2","status":"passed","time":{"start":1710307207049,"stop":1710307207049,"duration":0}},{"uid":"43d9ae001eb0b892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43d9ae001eb0b892","status":"passed","time":{"start":1710287412740,"stop":1710287412740,"duration":0}},{"uid":"dff85c261003806c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dff85c261003806c","status":"passed","time":{"start":1710284680766,"stop":1710284680767,"duration":1}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc78fb5edaac77f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc78fb5edaac77f3","status":"passed","time":{"start":1710307465630,"stop":1710307465631,"duration":1}},{"uid":"89fe14f006363883","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/89fe14f006363883","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"f6ec4fe61c2c509c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6ec4fe61c2c509c","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e24845828d35f29","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e24845828d35f29","status":"passed","time":{"start":1710307308617,"stop":1710307308618,"duration":1}},{"uid":"b75b3943938bd078","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b75b3943938bd078","status":"passed","time":{"start":1710287509743,"stop":1710287509743,"duration":0}},{"uid":"7a3e97a4f541ef6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7a3e97a4f541ef6","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d89a1ccfe2dc914","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d89a1ccfe2dc914","status":"passed","time":{"start":1710307247757,"stop":1710307247757,"duration":0}},{"uid":"5f3515b8f16b5d5e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f3515b8f16b5d5e","status":"passed","time":{"start":1710287456024,"stop":1710287456025,"duration":1}},{"uid":"e2892f645730f3b5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2892f645730f3b5","status":"passed","time":{"start":1710284723007,"stop":1710284723008,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"842537653859fb14","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/842537653859fb14","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"d4d49436fb27144d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4d49436fb27144d","status":"passed","time":{"start":1710287674898,"stop":1710287674898,"duration":0}},{"uid":"6b1135ccbd562558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b1135ccbd562558","status":"passed","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fcc90cfba110440","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fcc90cfba110440","status":"passed","time":{"start":1710306981507,"stop":1710306981508,"duration":1}},{"uid":"7f7d97ece4cc2102","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f7d97ece4cc2102","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"c671798dc91552a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c671798dc91552a9","status":"passed","time":{"start":1710284459998,"stop":1710284459999,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"fa75ab86ed550c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa75ab86ed550c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247773,"stop":1710307247774,"duration":1}},{"uid":"266fa80538af3e55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266fa80538af3e55","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"67daf956492ca6eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67daf956492ca6eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f73eaff66e6ee16","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f73eaff66e6ee16","status":"passed","time":{"start":1710306994277,"stop":1710306994278,"duration":1}},{"uid":"fda22d10c3cf13a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fda22d10c3cf13a7","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"bc71028bdaed3b5d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc71028bdaed3b5d","status":"passed","time":{"start":1710284459557,"stop":1710284459557,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7f4a8c2f9a134a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7f4a8c2f9a134a3","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"2f780273fe29db34","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f780273fe29db34","status":"passed","time":{"start":1710287001718,"stop":1710287001718,"duration":0}},{"uid":"11220afc946860fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11220afc946860fb","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6154ffb8bb73911d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6154ffb8bb73911d","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"17d04beacf51963f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17d04beacf51963f","status":"passed","time":{"start":1710287509778,"stop":1710287509779,"duration":1}},{"uid":"d4aafd39c598677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4aafd39c598677b","status":"passed","time":{"start":1710284775864,"stop":1710284775864,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c9e6b240ddc59f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c9e6b240ddc59f6","status":"passed","time":{"start":1710306807581,"stop":1710306807581,"duration":0}},{"uid":"6d44d04ff1d38fe4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d44d04ff1d38fe4","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"ba0bfa3b4df2ff97","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba0bfa3b4df2ff97","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0ec76e6ae059267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0ec76e6ae059267","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"53d7c409acc3e2d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53d7c409acc3e2d5","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"9938e174d4ee59dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9938e174d4ee59dc","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b6845659f84394d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6845659f84394d1","status":"passed","time":{"start":1710307365852,"stop":1710307365852,"duration":0}},{"uid":"199f0f5a6953d2d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/199f0f5a6953d2d8","status":"passed","time":{"start":1710287564359,"stop":1710287564360,"duration":1}},{"uid":"ca7f2af7b5d9ea80","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca7f2af7b5d9ea80","status":"passed","time":{"start":1710284831310,"stop":1710284831316,"duration":6}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5be1ee829b2582c9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5be1ee829b2582c9","status":"passed","time":{"start":1710307207063,"stop":1710307207064,"duration":1}},{"uid":"4027ac00646d9901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4027ac00646d9901","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"f62be132b33fea10","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f62be132b33fea10","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4748a0e9f1f20db0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4748a0e9f1f20db0","status":"passed","time":{"start":1710307238429,"stop":1710307238430,"duration":1}},{"uid":"8729471a5ffeed44","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8729471a5ffeed44","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"e7b32befb68bc253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7b32befb68bc253","status":"passed","time":{"start":1710284710695,"stop":1710284710696,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"11c683f556ab6dc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11c683f556ab6dc5","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"e733a1833334c8e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e733a1833334c8e8","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"74f68a08e4c542db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/74f68a08e4c542db","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd7ec2aa8983562d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd7ec2aa8983562d","status":"passed","time":{"start":1710306796318,"stop":1710306796319,"duration":1}},{"uid":"52bece97aece37b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/52bece97aece37b4","status":"passed","time":{"start":1710287001575,"stop":1710287001576,"duration":1}},{"uid":"f07d373e0db71709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f07d373e0db71709","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e85f9a879ed1346","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e85f9a879ed1346","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"c3674ff9ea8a5f30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3674ff9ea8a5f30","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"a21faea61adbb1b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a21faea61adbb1b7","status":"passed","time":{"start":1710284730221,"stop":1710284730221,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8338061c3675c3d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8338061c3675c3d","status":"passed","time":{"start":1710306873746,"stop":1710306873746,"duration":0}},{"uid":"3550f10911eb2de9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3550f10911eb2de9","status":"passed","time":{"start":1710287079743,"stop":1710287079743,"duration":0}},{"uid":"130c57ccd53ac01d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/130c57ccd53ac01d","status":"passed","time":{"start":1710284342265,"stop":1710284342266,"duration":1}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"137cf75d4f9d4a02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/137cf75d4f9d4a02","status":"passed","time":{"start":1710306783473,"stop":1710306783473,"duration":0}},{"uid":"9fa617c74d5e2237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9fa617c74d5e2237","status":"passed","time":{"start":1710286988734,"stop":1710286988735,"duration":1}},{"uid":"ba64c053e9b84800","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba64c053e9b84800","status":"passed","time":{"start":1710284251164,"stop":1710284251164,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e32f93741d6df919","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e32f93741d6df919","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"394101685d4c2830","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/394101685d4c2830","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"2935138f2b57a8df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2935138f2b57a8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730218,"stop":1710284730218,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7ba4e1bfc7a236a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7ba4e1bfc7a236a","status":"passed","time":{"start":1710306846370,"stop":1710306846371,"duration":1}},{"uid":"3a621bd07ee587e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a621bd07ee587e0","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"f5d1013fa6d25fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5d1013fa6d25fee","status":"passed","time":{"start":1710284311922,"stop":1710284311923,"duration":1}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b0749efd22f39dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b0749efd22f39dc","status":"passed","time":{"start":1710307342523,"stop":1710307342524,"duration":1}},{"uid":"81a91fb115930ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81a91fb115930ee9","status":"passed","time":{"start":1710287544911,"stop":1710287544912,"duration":1}},{"uid":"65411d87396e56de","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65411d87396e56de","status":"passed","time":{"start":1710284805009,"stop":1710284805009,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":2,"unknown":0,"total":3},"items":[{"uid":"a568868ad882a0e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a568868ad882a0e3","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1710307270090,"stop":1710307270090,"duration":0}},{"uid":"e7853057a6bd7a11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7853057a6bd7a11","status":"passed","time":{"start":1710287483709,"stop":1710287483709,"duration":0}},{"uid":"c234d80dfde55c30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c234d80dfde55c30","status":"passed","time":{"start":1710284751206,"stop":1710284751207,"duration":1}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f9b2c23a0afcd26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f9b2c23a0afcd26","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"99c8561c6d8826a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99c8561c6d8826a6","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"5196852759f3d31d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5196852759f3d31d","status":"passed","time":{"start":1710284843495,"stop":1710284843495,"duration":0}}]},"9c46062a2667b3f8b0fd99accd682d00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ecdf400418e243d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ecdf400418e243d","status":"passed","time":{"start":1710287509780,"stop":1710287509780,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d08b00f985b7667","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d08b00f985b7667","status":"passed","time":{"start":1710307078636,"stop":1710307078636,"duration":0}},{"uid":"cc2d1fd90276a00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc2d1fd90276a00","status":"passed","time":{"start":1710287281978,"stop":1710287281979,"duration":1}},{"uid":"9c63d4608426f8a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c63d4608426f8a0","status":"passed","time":{"start":1710284550742,"stop":1710284550742,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c08ad151d59b5ac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c08ad151d59b5ac","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"51934e16a770ccac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51934e16a770ccac","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fd9a1783b1df7fac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd9a1783b1df7fac","status":"passed","time":{"start":1710284259614,"stop":1710284259615,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5951d3800b2347fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5951d3800b2347fe","status":"passed","time":{"start":1710307259441,"stop":1710307259442,"duration":1}},{"uid":"5f352b0e4f71e2b9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f352b0e4f71e2b9","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"3bc8ff710892a91d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3bc8ff710892a91d","status":"passed","time":{"start":1710284730224,"stop":1710284730225,"duration":1}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7945e0514e314143","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7945e0514e314143","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"49796caeb074bee4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49796caeb074bee4","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"e3746e29918bc372","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e3746e29918bc372","status":"passed","time":{"start":1710284680791,"stop":1710284680792,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"10e48418c2c609e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e48418c2c609e0","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fc26c9b95b4ee564","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc26c9b95b4ee564","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"4ad090471f97fc9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ad090471f97fc9f","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"743f7b959cd02351","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/743f7b959cd02351","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"8cf7041c05099598","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf7041c05099598","status":"passed","time":{"start":1710287608795,"stop":1710287608796,"duration":1}},{"uid":"f7aa220e4413011a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f7aa220e4413011a","status":"passed","time":{"start":1710284881700,"stop":1710284881700,"duration":0}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3825e0ab0771d1ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3825e0ab0771d1ea","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"d8883e5ae73af916","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8883e5ae73af916","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"be382d295ce3e674","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be382d295ce3e674","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dbf470d06d6e19cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbf470d06d6e19cb","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"3862b55b068f0c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3862b55b068f0c21","status":"passed","time":{"start":1710287001716,"stop":1710287001716,"duration":0}},{"uid":"6a8a14bfa9ccbb18","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a8a14bfa9ccbb18","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"de30c0be5a782e71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/de30c0be5a782e71","status":"passed","time":{"start":1710307308648,"stop":1710307308648,"duration":0}},{"uid":"d317026a55355544","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d317026a55355544","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"5a8672acb5426130","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a8672acb5426130","status":"passed","time":{"start":1710284775869,"stop":1710284775870,"duration":1}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"329107f8811dd049","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/329107f8811dd049","status":"passed","time":{"start":1710307078724,"stop":1710307078724,"duration":0}},{"uid":"a6c65a2abfc32007","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6c65a2abfc32007","status":"passed","time":{"start":1710287282131,"stop":1710287282132,"duration":1}},{"uid":"70dee33a62f0f922","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70dee33a62f0f922","status":"passed","time":{"start":1710284550840,"stop":1710284550841,"duration":1}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"117bebb02dcd726d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/117bebb02dcd726d","status":"passed","time":{"start":1710307308631,"stop":1710307308632,"duration":1}},{"uid":"cc5ba32281a6d031","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc5ba32281a6d031","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"f471eb321ee7a851","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f471eb321ee7a851","status":"passed","time":{"start":1710284775855,"stop":1710284775855,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38c8d87ee089eec2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c8d87ee089eec2","status":"passed","time":{"start":1710307078643,"stop":1710307078643,"duration":0}},{"uid":"a59cd5efc652d1b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a59cd5efc652d1b2","status":"passed","time":{"start":1710287281995,"stop":1710287281996,"duration":1}},{"uid":"1fdcdb4523966aa7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1fdcdb4523966aa7","status":"passed","time":{"start":1710284550757,"stop":1710284550764,"duration":7}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4bc604a1442a69eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc604a1442a69eb","status":"passed","time":{"start":1710306981524,"stop":1710306981525,"duration":1}},{"uid":"6645a9bc810b691f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6645a9bc810b691f","status":"passed","time":{"start":1710287198171,"stop":1710287198171,"duration":0}},{"uid":"41578f2b10b08b78","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41578f2b10b08b78","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"81124934c58f99f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/81124934c58f99f1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"9eb2b90c91ddcacf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eb2b90c91ddcacf","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"f6bc83585328164","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bc83585328164","status":"passed","time":{"start":1710284934078,"stop":1710284934079,"duration":1}}]},"6cb9aaa89c71702cd0adbb4ee549520e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4632e6bebc1fff9c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4632e6bebc1fff9c","status":"passed","time":{"start":1710284775866,"stop":1710284775866,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d4d5b52e0957a7f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d4d5b52e0957a7f2","status":"passed","time":{"start":1710307207090,"stop":1710307207091,"duration":1}},{"uid":"7e2303a5e7b6d450","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e2303a5e7b6d450","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"d23ad21d3c6cdd36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d23ad21d3c6cdd36","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4eb0d791fbe7984e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4eb0d791fbe7984e","status":"passed","time":{"start":1710307078641,"stop":1710307078641,"duration":0}},{"uid":"20928b92e65fea08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20928b92e65fea08","status":"passed","time":{"start":1710287281994,"stop":1710287281995,"duration":1}},{"uid":"379cc2cc41e53fbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/379cc2cc41e53fbe","status":"passed","time":{"start":1710284550756,"stop":1710284550756,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d3c29324a456748a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c29324a456748a","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"580f21f8b49fcb04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/580f21f8b49fcb04","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"ce6fdf80a0be2b30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce6fdf80a0be2b30","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f608c2ca9ab3c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f608c2ca9ab3c58","status":"passed","time":{"start":1710306783661,"stop":1710306783662,"duration":1}},{"uid":"1d14f534a5634d53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1d14f534a5634d53","status":"passed","time":{"start":1710286988730,"stop":1710286988731,"duration":1}},{"uid":"e279f41175517799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e279f41175517799","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b2ca281bfb340ea5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b2ca281bfb340ea5","status":"passed","time":{"start":1710307351547,"stop":1710307351547,"duration":0}},{"uid":"9e710a126d7a8e7f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e710a126d7a8e7f","status":"passed","time":{"start":1710287559410,"stop":1710287559411,"duration":1}},{"uid":"dc142bdfbac2009a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc142bdfbac2009a","status":"passed","time":{"start":1710284823514,"stop":1710284823515,"duration":1}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38c00c623f09ddd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c00c623f09ddd3","status":"passed","time":{"start":1710307342524,"stop":1710307342524,"duration":0}},{"uid":"efadcda4a6457c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efadcda4a6457c1","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"408125da4eca71ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/408125da4eca71ef","status":"passed","time":{"start":1710284805010,"stop":1710284805010,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c29f30fb86f4984","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c29f30fb86f4984","status":"passed","time":{"start":1710307358459,"stop":1710307358460,"duration":1}},{"uid":"b0530a44e06ba709","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0530a44e06ba709","status":"passed","time":{"start":1710287569251,"stop":1710287569252,"duration":1}},{"uid":"622b5b252d84bf3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622b5b252d84bf3d","status":"passed","time":{"start":1710284852294,"stop":1710284852295,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42ae85cd1aeca56b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42ae85cd1aeca56b","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"ec4b6f6225e4007d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec4b6f6225e4007d","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"e9ce6433b36a28d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9ce6433b36a28d1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf99253b90adb73e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf99253b90adb73e","status":"passed","time":{"start":1710307207091,"stop":1710307207091,"duration":0}},{"uid":"8f74307e45b4b8cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f74307e45b4b8cc","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"2dc68482c404940e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2dc68482c404940e","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a07aa6f7963252e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a07aa6f7963252e2","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"15f54e829c7c42fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15f54e829c7c42fe","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"b9fdac5e4d11784","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9fdac5e4d11784","status":"passed","time":{"start":1710284390749,"stop":1710284390750,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e60d6070b1ead4ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e60d6070b1ead4ef","status":"passed","time":{"start":1710306833586,"stop":1710306833587,"duration":1}},{"uid":"4be4d1dd5e0a612c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4be4d1dd5e0a612c","status":"passed","time":{"start":1710287039379,"stop":1710287039380,"duration":1}},{"uid":"153662f83ec047be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/153662f83ec047be","status":"passed","time":{"start":1710284302047,"stop":1710284302048,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8351a78aa6001509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8351a78aa6001509","status":"passed","time":{"start":1710307342519,"stop":1710307342519,"duration":0}},{"uid":"ec77b3bc40c194ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec77b3bc40c194ce","status":"passed","time":{"start":1710287544910,"stop":1710287544910,"duration":0}},{"uid":"c8e7174575c730fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8e7174575c730fc","status":"passed","time":{"start":1710284805007,"stop":1710284805007,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"211eb4cbfbdf0041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/211eb4cbfbdf0041","status":"passed","time":{"start":1710307308646,"stop":1710307308647,"duration":1}},{"uid":"b9b4f760551438e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9b4f760551438e7","status":"passed","time":{"start":1710287509780,"stop":1710287509780,"duration":0}},{"uid":"4e8256f8e2f295ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e8256f8e2f295ba","status":"passed","time":{"start":1710284775865,"stop":1710284775866,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9738146d6c36a86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9738146d6c36a86","status":"passed","time":{"start":1710307383802,"stop":1710307383802,"duration":0}},{"uid":"ec75fadc4b2a9f37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec75fadc4b2a9f37","status":"passed","time":{"start":1710287594296,"stop":1710287594296,"duration":0}},{"uid":"29e8021033cd01d2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29e8021033cd01d2","status":"passed","time":{"start":1710284859500,"stop":1710284859501,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2863b3cded12e92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2863b3cded12e92","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"c481e72fbc31e6a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c481e72fbc31e6a7","status":"passed","time":{"start":1710287509781,"stop":1710287509782,"duration":1}},{"uid":"237fdf9c03d4fb45","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/237fdf9c03d4fb45","status":"passed","time":{"start":1710284775870,"stop":1710284775870,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97d8c380e25a2bf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97d8c380e25a2bf","status":"passed","time":{"start":1710307465618,"stop":1710307465619,"duration":1}},{"uid":"3773cfb5559f53a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3773cfb5559f53a2","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"3aa177ee8212c566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aa177ee8212c566","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca7da19ba41eb4eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca7da19ba41eb4eb","status":"passed","time":{"start":1710306981511,"stop":1710306981511,"duration":0}},{"uid":"a17867bef08d3be3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a17867bef08d3be3","status":"passed","time":{"start":1710287198162,"stop":1710287198163,"duration":1}},{"uid":"7ed6ae70c94cfb51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ed6ae70c94cfb51","status":"passed","time":{"start":1710284460001,"stop":1710284460001,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"552a3fdbac73b6c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/552a3fdbac73b6c1","status":"passed","time":{"start":1710307465633,"stop":1710307465634,"duration":1}},{"uid":"ae5e966570c371c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae5e966570c371c","status":"passed","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"f9455a8f8af06fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f9455a8f8af06fee","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2b23b84d542088b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b23b84d542088b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207321,"duration":1}},{"uid":"c7458c71a3da9eff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7458c71a3da9eff","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"7fe97f4fb8ad2c4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe97f4fb8ad2c4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e436814900e88dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e436814900e88dd","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"367d3448cf93bd08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367d3448cf93bd08","status":"passed","time":{"start":1710286996966,"stop":1710286996966,"duration":0}},{"uid":"7fe427dae3d4e581","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe427dae3d4e581","status":"passed","time":{"start":1710284259601,"stop":1710284259601,"duration":0}}]},"1b750ea5c0772a5ec56789fc2530b233:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ebbf23c7489b489","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7ebbf23c7489b489","status":"passed","time":{"start":1710287456062,"stop":1710287456063,"duration":1}}]},"e3a863932b7a1754d88e6cc286472f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbbaa39febbd51a0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbbaa39febbd51a0","status":"passed","time":{"start":1710287569260,"stop":1710287569261,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e3789192373e528","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3789192373e528","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"17ce3b93a051d7f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17ce3b93a051d7f8","status":"passed","time":{"start":1710287674914,"stop":1710287674914,"duration":0}},{"uid":"721eec4be250a917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/721eec4be250a917","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ff2747ee46298db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9ff2747ee46298db","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"20199ffb9770dc4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20199ffb9770dc4e","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"3ae47eca4170fb6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae47eca4170fb6d","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a4e3fc75e8371f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a4e3fc75e8371f7","status":"passed","time":{"start":1710307207093,"stop":1710307207094,"duration":1}},{"uid":"2cf62e43e79d3348","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf62e43e79d3348","status":"passed","time":{"start":1710287412758,"stop":1710287412759,"duration":1}},{"uid":"6438d7d4b320dc8c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6438d7d4b320dc8c","status":"passed","time":{"start":1710284680792,"stop":1710284680792,"duration":0}}]},"adb7d7518d042823ae553e5a755bbcfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409e9a7c2904c688","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/409e9a7c2904c688","status":"passed","time":{"start":1710307358489,"stop":1710307358489,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"700938fcc86d7da1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/700938fcc86d7da1","status":"passed","time":{"start":1710306994267,"stop":1710306994268,"duration":1}},{"uid":"183f6603bad9fb58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/183f6603bad9fb58","status":"passed","time":{"start":1710287196188,"stop":1710287196189,"duration":1}},{"uid":"886bb1c14771eccb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/886bb1c14771eccb","status":"passed","time":{"start":1710284459536,"stop":1710284459537,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f1cfa585c2d275b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1cfa585c2d275b6","status":"passed","time":{"start":1710307325065,"stop":1710307325066,"duration":1}},{"uid":"9d2caa1b4eb93bbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9d2caa1b4eb93bbe","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"b322fbaf60568748","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b322fbaf60568748","status":"passed","time":{"start":1710284796485,"stop":1710284796486,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4db6f6e911e9ef4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4db6f6e911e9ef4d","status":"passed","time":{"start":1710306994269,"stop":1710306994269,"duration":0}},{"uid":"1b7922b9d2f73a1a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1b7922b9d2f73a1a","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"bbaa4372cf1a6253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbaa4372cf1a6253","status":"passed","time":{"start":1710284459538,"stop":1710284459538,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4c2c96d706cecc6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4c2c96d706cecc6","status":"passed","time":{"start":1710307465632,"stop":1710307465633,"duration":1}},{"uid":"74a8354715c88d68","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74a8354715c88d68","status":"passed","time":{"start":1710287674912,"stop":1710287674913,"duration":1}},{"uid":"8447bb9c737fdcfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8447bb9c737fdcfe","status":"passed","time":{"start":1710284934074,"stop":1710284934074,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e9b8386293980a54","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9b8386293980a54","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"f79db9019cc70219","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f79db9019cc70219","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"e75994892d1e5da7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e75994892d1e5da7","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5196545d09880062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5196545d09880062","status":"passed","time":{"start":1710306843280,"stop":1710306843281,"duration":1}},{"uid":"3f0fc09adc80e2e3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f0fc09adc80e2e3","status":"passed","time":{"start":1710287049491,"stop":1710287049491,"duration":0}},{"uid":"577822d427bf7af4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/577822d427bf7af4","status":"passed","time":{"start":1710284310419,"stop":1710284310420,"duration":1}}]},"1addac1f63758b3f7c479c7adc288db0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b2a312e6dd0d2b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b2a312e6dd0d2b8","status":"passed","time":{"start":1710307358474,"stop":1710307358488,"duration":14}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e3e04996fa9b1be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3e04996fa9b1be","status":"passed","time":{"start":1710307342527,"stop":1710307342527,"duration":0}},{"uid":"3ecf01207aa2ab14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ecf01207aa2ab14","status":"passed","time":{"start":1710287544915,"stop":1710287544915,"duration":0}},{"uid":"20a61229a1e6a192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20a61229a1e6a192","status":"passed","time":{"start":1710284805024,"stop":1710284805025,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9818e267cfccc64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9818e267cfccc64","status":"passed","time":{"start":1710307207051,"stop":1710307207051,"duration":0}},{"uid":"ab7eb341a4bd47d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab7eb341a4bd47d4","status":"passed","time":{"start":1710287412742,"stop":1710287412743,"duration":1}},{"uid":"d3e0fd0b2b853af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3e0fd0b2b853af7","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbede38292c05609","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbede38292c05609","status":"passed","time":{"start":1710307358465,"stop":1710307358466,"duration":1}},{"uid":"63d0e1b8551c0d6c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/63d0e1b8551c0d6c","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"d4c58249334f0efd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4c58249334f0efd","status":"passed","time":{"start":1710284852301,"stop":1710284852301,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3d0424f2603c0f2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3d0424f2603c0f2a","status":"passed","time":{"start":1710307358455,"stop":1710307358456,"duration":1}},{"uid":"5e92cdfb663d0231","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e92cdfb663d0231","status":"passed","time":{"start":1710287569246,"stop":1710287569247,"duration":1}},{"uid":"5a11645935a25555","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a11645935a25555","status":"passed","time":{"start":1710284852280,"stop":1710284852287,"duration":7}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12cfb445ccef73b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12cfb445ccef73b3","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"993f2cfb8a2f3f57","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/993f2cfb8a2f3f57","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"936d2c64e940b2aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/936d2c64e940b2aa","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b44ab4ec38b23c38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b44ab4ec38b23c38","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"d446f1adc501bef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d446f1adc501bef","status":"passed","time":{"start":1710286996962,"stop":1710286996966,"duration":4}},{"uid":"8d5185f01786cec5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d5185f01786cec5","status":"passed","time":{"start":1710284259600,"stop":1710284259601,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cacdebe74832f79c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacdebe74832f79c","status":"passed","time":{"start":1710306846371,"stop":1710306846371,"duration":0}},{"uid":"cc6dfb6ad2f9a4ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc6dfb6ad2f9a4ee","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"32d43fbfe485d05c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32d43fbfe485d05c","status":"passed","time":{"start":1710284311923,"stop":1710284311923,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3597590afaefed95","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3597590afaefed95","status":"passed","time":{"start":1710306994272,"stop":1710306994273,"duration":1}},{"uid":"815f62ec64558cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/815f62ec64558cbe","status":"passed","time":{"start":1710287196193,"stop":1710287196194,"duration":1}},{"uid":"1f68451dd607d80f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f68451dd607d80f","status":"passed","time":{"start":1710284459541,"stop":1710284459542,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ae9c9266c892a69","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ae9c9266c892a69","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"47f57fc0f1317633","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f57fc0f1317633","status":"passed","time":{"start":1710287451483,"stop":1710287451483,"duration":0}},{"uid":"5175e373a95eb4a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5175e373a95eb4a3","status":"passed","time":{"start":1710284717992,"stop":1710284717992,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a084db94f32185a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a084db94f32185a","status":"passed","time":{"start":1710307342528,"stop":1710307342528,"duration":0}},{"uid":"a9c9cab58fec9fd1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a9c9cab58fec9fd1","status":"passed","time":{"start":1710287544915,"stop":1710287544916,"duration":1}},{"uid":"92b25dbcfa661433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92b25dbcfa661433","status":"passed","time":{"start":1710284805025,"stop":1710284805026,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9946e83f566fd2af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9946e83f566fd2af","status":"passed","time":{"start":1710306807147,"stop":1710306807147,"duration":0}},{"uid":"6116baef0ea85902","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6116baef0ea85902","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"3ae68813edb5ee7e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae68813edb5ee7e","status":"passed","time":{"start":1710284274242,"stop":1710284274242,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af26f23dba99a19c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af26f23dba99a19c","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"27718ea99214efca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27718ea99214efca","status":"passed","time":{"start":1710286996362,"stop":1710286996362,"duration":0}},{"uid":"83c7c850fc3f7c2a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83c7c850fc3f7c2a","status":"passed","time":{"start":1710284258879,"stop":1710284258880,"duration":1}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8bc4d374f21fcfd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8bc4d374f21fcfd2","status":"passed","time":{"start":1710307285626,"stop":1710307285627,"duration":1}},{"uid":"1fac275f1e41d88b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1fac275f1e41d88b","status":"passed","time":{"start":1710287499225,"stop":1710287499225,"duration":0}},{"uid":"576083a030346e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/576083a030346e68","status":"passed","time":{"start":1710284765828,"stop":1710284765828,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fb35e908578f6a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb35e908578f6a9","status":"passed","time":{"start":1710307207082,"stop":1710307207084,"duration":2}},{"uid":"1a500d9c0aa7027f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a500d9c0aa7027f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"e6a1d4c68ca9d896","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6a1d4c68ca9d896","status":"passed","time":{"start":1710284680776,"stop":1710284680777,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7814bd7753739ba7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7814bd7753739ba7","status":"passed","time":{"start":1710307465622,"stop":1710307465623,"duration":1}},{"uid":"c492f98d97b3a835","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c492f98d97b3a835","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"f841771fc8fd1e4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f841771fc8fd1e4c","status":"passed","time":{"start":1710284934063,"stop":1710284934064,"duration":1}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5c64670c4b0c7beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5c64670c4b0c7beb","status":"passed","time":{"start":1710306783476,"stop":1710306783477,"duration":1}},{"uid":"7ab686ce939df04f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7ab686ce939df04f","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"6b5c26ba40b76f42","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b5c26ba40b76f42","status":"passed","time":{"start":1710284251167,"stop":1710284251168,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7f285870fe8b1795","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f285870fe8b1795","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"d71d46d38b380f96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d71d46d38b380f96","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"c92f23dcd0c7bf8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c92f23dcd0c7bf8b","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af3fb0b36bd0fc39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af3fb0b36bd0fc39","status":"passed","time":{"start":1710306791280,"stop":1710306791280,"duration":0}},{"uid":"f3a42026e6eaf5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3a42026e6eaf5e9","status":"passed","time":{"start":1710286996360,"stop":1710286996361,"duration":1}},{"uid":"e707515e6894b614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e707515e6894b614","status":"passed","time":{"start":1710284258878,"stop":1710284258878,"duration":0}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4cc13a75e4461e35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4cc13a75e4461e35","status":"passed","time":{"start":1710306807148,"stop":1710306807148,"duration":0}},{"uid":"5f4ac22507b42ccf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4ac22507b42ccf","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8366fb8c27c034ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8366fb8c27c034ba","status":"passed","time":{"start":1710284274243,"stop":1710284274244,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e643e20019f5f65c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e643e20019f5f65c","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"6bc3610041a5b917","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6bc3610041a5b917","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"4177160e03f2165f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4177160e03f2165f","status":"passed","time":{"start":1710284730219,"stop":1710284730219,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1fb4fe15cbe1e51d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1fb4fe15cbe1e51d","status":"passed","time":{"start":1710307342526,"stop":1710307342526,"duration":0}},{"uid":"22e1e4144cec1bde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22e1e4144cec1bde","status":"passed","time":{"start":1710287544914,"stop":1710287544914,"duration":0}},{"uid":"6283599573f36714","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6283599573f36714","status":"passed","time":{"start":1710284805022,"stop":1710284805023,"duration":1}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"58eb754c0b307e86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/58eb754c0b307e86","status":"passed","time":{"start":1710307078647,"stop":1710307078648,"duration":1}},{"uid":"afa10afda357ea7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/afa10afda357ea7d","status":"passed","time":{"start":1710287281999,"stop":1710287282000,"duration":1}},{"uid":"af104b37474a1101","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/af104b37474a1101","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a084d0101a4b1b0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a084d0101a4b1b0b","status":"passed","time":{"start":1710306994268,"stop":1710306994269,"duration":1}},{"uid":"6c3c3a0458773413","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c3c3a0458773413","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"cda487c6a5c8cc32","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cda487c6a5c8cc32","status":"passed","time":{"start":1710284459537,"stop":1710284459538,"duration":1}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3eb3a12db899e94e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3eb3a12db899e94e","status":"passed","time":{"start":1710307465629,"stop":1710307465630,"duration":1}},{"uid":"28a1531711e0169a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/28a1531711e0169a","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"8ad9df971393de16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ad9df971393de16","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb4bc72713037b38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4bc72713037b38","status":"passed","time":{"start":1710306791806,"stop":1710306791807,"duration":1}},{"uid":"81020ff15e355b40","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81020ff15e355b40","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"db47452fd827cc5b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db47452fd827cc5b","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ff1bbf3637d18d55","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff1bbf3637d18d55","status":"passed","time":{"start":1710306981506,"stop":1710306981507,"duration":1}},{"uid":"9c646c804e7e08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9c646c804e7e08","status":"passed","time":{"start":1710287198124,"stop":1710287198124,"duration":0}},{"uid":"c096298602fc1c8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c096298602fc1c8d","status":"passed","time":{"start":1710284459997,"stop":1710284459998,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a4b45d0fa29e663c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4b45d0fa29e663c","status":"passed","time":{"start":1710306913477,"stop":1710306913478,"duration":1}},{"uid":"e9bcef275e642e1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bcef275e642e1c","status":"passed","time":{"start":1710287126414,"stop":1710287126415,"duration":1}},{"uid":"bdee636f2349820c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bdee636f2349820c","status":"passed","time":{"start":1710284390750,"stop":1710284390751,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"30c5de6fa0dc5c65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30c5de6fa0dc5c65","status":"passed","time":{"start":1710306816837,"stop":1710306816839,"duration":2}},{"uid":"cb6a69958e65d573","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cb6a69958e65d573","status":"passed","time":{"start":1710287022148,"stop":1710287022150,"duration":2}},{"uid":"2153fed9bece1e71","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2153fed9bece1e71","status":"passed","time":{"start":1710284284828,"stop":1710284284831,"duration":3}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"87af75df6543e27e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/87af75df6543e27e","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"5b9d9710ba8c4ce1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b9d9710ba8c4ce1","status":"passed","time":{"start":1710287460898,"stop":1710287460898,"duration":0}},{"uid":"159203775faef447","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/159203775faef447","status":"passed","time":{"start":1710284730212,"stop":1710284730213,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"711670d98ccc3993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/711670d98ccc3993","status":"passed","time":{"start":1710306981504,"stop":1710306981504,"duration":0}},{"uid":"e4755e16bedda2c5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e4755e16bedda2c5","status":"passed","time":{"start":1710287198116,"stop":1710287198116,"duration":0}},{"uid":"ca4f242b645f1b1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4f242b645f1b1","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"551c392fcbaf7f61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/551c392fcbaf7f61","status":"passed","time":{"start":1710307392998,"stop":1710307392998,"duration":0}},{"uid":"eb959f04f822c672","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eb959f04f822c672","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"db77bf42a5ef0995","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db77bf42a5ef0995","status":"passed","time":{"start":1710284869462,"stop":1710284869462,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"317322a1e6dcd704","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/317322a1e6dcd704","status":"passed","time":{"start":1710307365850,"stop":1710307365851,"duration":1}},{"uid":"651746bd85aa8110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/651746bd85aa8110","status":"passed","time":{"start":1710287564356,"stop":1710287564356,"duration":0}},{"uid":"91909b7fe3d4f33e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91909b7fe3d4f33e","status":"passed","time":{"start":1710284831309,"stop":1710284831309,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a8a1b9563250721e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8a1b9563250721e","status":"passed","time":{"start":1710307358453,"stop":1710307358453,"duration":0}},{"uid":"90e3f6d09aef90b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90e3f6d09aef90b4","status":"passed","time":{"start":1710287569229,"stop":1710287569241,"duration":12}},{"uid":"65a690c8c2552e93","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65a690c8c2552e93","status":"passed","time":{"start":1710284852270,"stop":1710284852271,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ead1906609d6d38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ead1906609d6d38f","status":"passed","time":{"start":1710307247762,"stop":1710307247763,"duration":1}},{"uid":"75d18f7d7c8e79a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/75d18f7d7c8e79a2","status":"passed","time":{"start":1710287456048,"stop":1710287456049,"duration":1}},{"uid":"1e2b8ba61c672448","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1e2b8ba61c672448","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"cb61200da4f39b4cd1235b4ce032d0cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c680b4532abdd7a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c680b4532abdd7a7","status":"passed","time":{"start":1710287456060,"stop":1710287456061,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dfa4a03f36985f76","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfa4a03f36985f76","status":"passed","time":{"start":1710307325064,"stop":1710307325064,"duration":0}},{"uid":"8cd5fedef70e18ef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cd5fedef70e18ef","status":"passed","time":{"start":1710287537361,"stop":1710287537362,"duration":1}},{"uid":"a118fc74c3164d39","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a118fc74c3164d39","status":"passed","time":{"start":1710284796484,"stop":1710284796485,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"69ff88b148aeb46f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/69ff88b148aeb46f","status":"passed","time":{"start":1710307244656,"stop":1710307244656,"duration":0}},{"uid":"2c17c8b46a3fd025","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c17c8b46a3fd025","status":"passed","time":{"start":1710287451481,"stop":1710287451482,"duration":1}},{"uid":"8cc8e60113ef06b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cc8e60113ef06b2","status":"passed","time":{"start":1710284717989,"stop":1710284717990,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"62c2fd63fa08f33f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62c2fd63fa08f33f","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"829b5dd1a053baba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/829b5dd1a053baba","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"73d88c49cf9395fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/73d88c49cf9395fe","status":"passed","time":{"start":1710284934070,"stop":1710284934070,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c655e4997fd5207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c655e4997fd5207","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"3bbefa0cf3d77936","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bbefa0cf3d77936","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"744f48bac65085c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/744f48bac65085c1","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cacee6d5d5338caf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacee6d5d5338caf","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"c519f617b4a17515","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c519f617b4a17515","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"b306308bcbbe1cf0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b306308bcbbe1cf0","status":"passed","time":{"start":1710284826090,"stop":1710284826091,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1875af12e2c59931","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1875af12e2c59931","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"1e791ca2c1b8396","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1e791ca2c1b8396","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b03213162707886f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03213162707886f","status":"passed","time":{"start":1710284730216,"stop":1710284730217,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55508c08e2144442","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/55508c08e2144442","status":"passed","time":{"start":1710307358473,"stop":1710307358473,"duration":0}},{"uid":"77451c66af857e29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77451c66af857e29","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"ce04cd80c738e94d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce04cd80c738e94d","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45cdc78611b3b2d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45cdc78611b3b2d0","status":"passed","time":{"start":1710307377258,"stop":1710307377258,"duration":0}},{"uid":"d01bec99451fcff4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d01bec99451fcff4","status":"passed","time":{"start":1710287579551,"stop":1710287579551,"duration":0}},{"uid":"60b8673fb00980eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60b8673fb00980eb","status":"passed","time":{"start":1710284855734,"stop":1710284855735,"duration":1}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bca8c0d799250b5c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bca8c0d799250b5c","status":"passed","time":{"start":1710307207087,"stop":1710307207088,"duration":1}},{"uid":"66c12a193eba7ec6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66c12a193eba7ec6","status":"passed","time":{"start":1710287412753,"stop":1710287412753,"duration":0}},{"uid":"98b1ecd01aa0405c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/98b1ecd01aa0405c","status":"passed","time":{"start":1710284680787,"stop":1710284680787,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"40a1f62f5914d002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40a1f62f5914d002","status":"passed","time":{"start":1710306913478,"stop":1710306913478,"duration":0}},{"uid":"990ec4e858ec5ae9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/990ec4e858ec5ae9","status":"passed","time":{"start":1710287126415,"stop":1710287126415,"duration":0}},{"uid":"8200d3571dbd3595","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8200d3571dbd3595","status":"passed","time":{"start":1710284390751,"stop":1710284390751,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6507f46dd6e6ed99","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6507f46dd6e6ed99","status":"passed","time":{"start":1710306994264,"stop":1710306994265,"duration":1}},{"uid":"438ab568398cf9f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/438ab568398cf9f3","status":"passed","time":{"start":1710287196187,"stop":1710287196187,"duration":0}},{"uid":"c18dd51c4e32692c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c18dd51c4e32692c","status":"passed","time":{"start":1710284459534,"stop":1710284459535,"duration":1}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bb0251893ab6f044","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0251893ab6f044","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"68256d45487e0b66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68256d45487e0b66","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"1ff803a56f5b7476","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ff803a56f5b7476","status":"passed","time":{"start":1710284852316,"stop":1710284852316,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf1063a889173df4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf1063a889173df4","status":"passed","time":{"start":1710306786079,"stop":1710306786080,"duration":1}},{"uid":"4c597a22893bee86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c597a22893bee86","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"7687a35965073ff8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7687a35965073ff8","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"937dd759a74f8879","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/937dd759a74f8879","status":"passed","time":{"start":1710307308636,"stop":1710307308637,"duration":1}},{"uid":"5774dfc1c690d9f2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5774dfc1c690d9f2","status":"passed","time":{"start":1710287509770,"stop":1710287509770,"duration":0}},{"uid":"b3f21f62acf03c9d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3f21f62acf03c9d","status":"passed","time":{"start":1710284775859,"stop":1710284775859,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a6a1cb256b9282f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a6a1cb256b9282f","status":"passed","time":{"start":1710307392999,"stop":1710307392999,"duration":0}},{"uid":"b34e82a5f8687763","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b34e82a5f8687763","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"67796a387433aa52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67796a387433aa52","status":"passed","time":{"start":1710284869463,"stop":1710284869464,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1293209433bd2924","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1293209433bd2924","status":"passed","time":{"start":1710306843279,"stop":1710306843280,"duration":1}},{"uid":"6d41b15967870c78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d41b15967870c78","status":"passed","time":{"start":1710287049490,"stop":1710287049490,"duration":0}},{"uid":"57ea37538c97c87a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57ea37538c97c87a","status":"passed","time":{"start":1710284310418,"stop":1710284310419,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5ed18f83e88104b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ed18f83e88104b","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"9bd1aadd459eb613","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bd1aadd459eb613","status":"passed","time":{"start":1710287674920,"stop":1710287674921,"duration":1}},{"uid":"d50457c964862558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d50457c964862558","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b5dff7d7101e26c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b5dff7d7101e26c","status":"passed","time":{"start":1710306981522,"stop":1710306981522,"duration":0}},{"uid":"ea6d762baf51f8a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea6d762baf51f8a5","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"8010e594063763d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8010e594063763d9","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"775e74f751ab19dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/775e74f751ab19dc","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"68e96def61057d86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68e96def61057d86","status":"passed","time":{"start":1710286996363,"stop":1710286996364,"duration":1}},{"uid":"91853ae42175e3ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91853ae42175e3ea","status":"passed","time":{"start":1710284258880,"stop":1710284258881,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a756180be52294f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a756180be52294f3","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"c8aece073d7ff435","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8aece073d7ff435","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"8400f028c3cde35c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8400f028c3cde35c","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"3a6686d4f49b1e1c4bc6e9692d52f600:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae0d3b640c89139f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae0d3b640c89139f","status":"passed","time":{"start":1710307358489,"stop":1710307358490,"duration":1}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a6f40e677e13508","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4a6f40e677e13508","status":"passed","time":{"start":1710306807146,"stop":1710306807147,"duration":1}},{"uid":"e9bb722c6b890ada","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bb722c6b890ada","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"9f74f387a691efda","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9f74f387a691efda","status":"passed","time":{"start":1710284274241,"stop":1710284274242,"duration":1}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c2ce64e4516c7688","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c2ce64e4516c7688","status":"passed","time":{"start":1710307358460,"stop":1710307358461,"duration":1}},{"uid":"e93f840f377c5ee1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e93f840f377c5ee1","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"ff2416ca8ea85dfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff2416ca8ea85dfe","status":"passed","time":{"start":1710284852296,"stop":1710284852296,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13ac06ff71f7e8eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13ac06ff71f7e8eb","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"7651b194ed22463e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7651b194ed22463e","status":"passed","time":{"start":1710287674907,"stop":1710287674908,"duration":1}},{"uid":"8ed1aa9a17a06d4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed1aa9a17a06d4c","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7437071b71ad4a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c7437071b71ad4a0","status":"passed","time":{"start":1710307308620,"stop":1710307308621,"duration":1}},{"uid":"3bc7268c91b32af3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bc7268c91b32af3","status":"passed","time":{"start":1710287509746,"stop":1710287509746,"duration":0}},{"uid":"1ac85f834e3fbe2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ac85f834e3fbe2","status":"passed","time":{"start":1710284775838,"stop":1710284775839,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d25bd26aa12aa71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5d25bd26aa12aa71","status":"passed","time":{"start":1710307078650,"stop":1710307078651,"duration":1}},{"uid":"f6ee10af3b023ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f6ee10af3b023ba","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"bb5a9527d9d57427","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb5a9527d9d57427","status":"passed","time":{"start":1710284550773,"stop":1710284550773,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9366d344f70107b5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9366d344f70107b5","status":"passed","time":{"start":1710306791276,"stop":1710306791276,"duration":0}},{"uid":"ab6358f6b20862a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab6358f6b20862a9","status":"passed","time":{"start":1710286996357,"stop":1710286996357,"duration":0}},{"uid":"a7edf881fd428da1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a7edf881fd428da1","status":"passed","time":{"start":1710284258874,"stop":1710284258874,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e0b9f018cda4f27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e0b9f018cda4f27","status":"passed","time":{"start":1710307383801,"stop":1710307383802,"duration":1}},{"uid":"c92ac285584c9666","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c92ac285584c9666","status":"passed","time":{"start":1710287594295,"stop":1710287594296,"duration":1}},{"uid":"1780bbaee237965c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1780bbaee237965c","status":"passed","time":{"start":1710284859500,"stop":1710284859500,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3e8224950aedc65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3e8224950aedc65","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"1cd86730ae1f47d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1cd86730ae1f47d7","status":"passed","time":{"start":1710287560340,"stop":1710287560340,"duration":0}},{"uid":"627f8fd2c1984779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/627f8fd2c1984779","status":"passed","time":{"start":1710284826093,"stop":1710284826094,"duration":1}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b43ec45e5033e539","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b43ec45e5033e539","status":"passed","time":{"start":1710307465617,"stop":1710307465617,"duration":0}},{"uid":"35cfa17c8c4ffb16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35cfa17c8c4ffb16","status":"passed","time":{"start":1710287674895,"stop":1710287674896,"duration":1}},{"uid":"67638fb4cb7f4cfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67638fb4cb7f4cfd","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"741572ae6f282d89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/741572ae6f282d89","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"3dfa190be03065c7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dfa190be03065c7","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"6e061400f5afe47c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e061400f5afe47c","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6696ca96b89d9eed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6696ca96b89d9eed","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"228f454502136b76","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/228f454502136b76","status":"passed","time":{"start":1710287544913,"stop":1710287544913,"duration":0}},{"uid":"fcb8e9747e42709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcb8e9747e42709","status":"passed","time":{"start":1710284805012,"stop":1710284805012,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7ea39e7353b91be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7ea39e7353b91be","status":"passed","time":{"start":1710306807582,"stop":1710306807583,"duration":1}},{"uid":"93daa641a546eedf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93daa641a546eedf","status":"passed","time":{"start":1710287012804,"stop":1710287012804,"duration":0}},{"uid":"95e6b6795ae6d6ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95e6b6795ae6d6ac","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"8e2bce3956d31535","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e2bce3956d31535","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807583,"stop":1710306807584,"duration":1}},{"uid":"d32b240f7953f135","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d32b240f7953f135","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012805,"stop":1710287012805,"duration":0}},{"uid":"88335ef16e1a935a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88335ef16e1a935a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b71b4b5e041ed7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b71b4b5e041ed7d","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"a73ee83d0c96f7c6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a73ee83d0c96f7c6","status":"passed","time":{"start":1710287674897,"stop":1710287674898,"duration":1}},{"uid":"8f64f05a613a00c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f64f05a613a00c6","status":"passed","time":{"start":1710284934060,"stop":1710284934061,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b02e29ed5a14fc8d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b02e29ed5a14fc8d","status":"passed","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"e8de2fe6b1576a05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8de2fe6b1576a05","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b6dc6277f4e21cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6dc6277f4e21cf8","status":"passed","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ad17b84395b6783","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ad17b84395b6783","status":"passed","time":{"start":1710306981496,"stop":1710306981503,"duration":7}},{"uid":"7234e214dd929e33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7234e214dd929e33","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"5f8d290a4dfa07bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8d290a4dfa07bd","status":"passed","time":{"start":1710284459992,"stop":1710284459992,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5342e26d3e5fc012","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5342e26d3e5fc012","status":"passed","time":{"start":1710306833582,"stop":1710306833583,"duration":1}},{"uid":"cbe543edb9836019","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbe543edb9836019","status":"passed","time":{"start":1710287039376,"stop":1710287039376,"duration":0}},{"uid":"5d22f5fa69a7c052","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d22f5fa69a7c052","status":"passed","time":{"start":1710284302034,"stop":1710284302039,"duration":5}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bae8aa08266f081e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bae8aa08266f081e","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"1f4944a10933a57c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f4944a10933a57c","status":"passed","time":{"start":1710287674914,"stop":1710287674915,"duration":1}},{"uid":"18fc18d67547333e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18fc18d67547333e","status":"passed","time":{"start":1710284934075,"stop":1710284934076,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8944ca7233b02469","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8944ca7233b02469","status":"passed","time":{"start":1710306846369,"stop":1710306846370,"duration":1}},{"uid":"857376daea2f38ac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/857376daea2f38ac","status":"passed","time":{"start":1710287049207,"stop":1710287049207,"duration":0}},{"uid":"4349640c0dbb1f91","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4349640c0dbb1f91","status":"passed","time":{"start":1710284311920,"stop":1710284311922,"duration":2}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29a6cc9ba3ddaad3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29a6cc9ba3ddaad3","status":"passed","time":{"start":1710307361629,"stop":1710307361630,"duration":1}},{"uid":"f63f906e737bd8ff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f63f906e737bd8ff","status":"passed","time":{"start":1710287560338,"stop":1710287560338,"duration":0}},{"uid":"62d125b6d2e471ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/62d125b6d2e471ac","status":"passed","time":{"start":1710284826087,"stop":1710284826088,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c4c4a1d46dca0f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c4c4a1d46dca0f7","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"531942c3354b9272","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/531942c3354b9272","status":"passed","time":{"start":1710287560339,"stop":1710287560340,"duration":1}},{"uid":"56448785bb5187c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/56448785bb5187c6","status":"passed","time":{"start":1710284826092,"stop":1710284826093,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d3544ff089ce3856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3544ff089ce3856","status":"passed","time":{"start":1710307045654,"stop":1710307045657,"duration":3}},{"uid":"97f6fcfd156755b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97f6fcfd156755b4","status":"passed","time":{"start":1710287245596,"stop":1710287245597,"duration":1}},{"uid":"9297f292176c4edd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9297f292176c4edd","status":"passed","time":{"start":1710284503140,"stop":1710284503141,"duration":1}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a70ed9593c12f664","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a70ed9593c12f664","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"614a36c3bcc25d24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/614a36c3bcc25d24","status":"passed","time":{"start":1710286988736,"stop":1710286988736,"duration":0}},{"uid":"11aec9fd96abe31a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11aec9fd96abe31a","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2da5bdfda13d89c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2da5bdfda13d89c7","status":"passed","time":{"start":1710307383800,"stop":1710307383800,"duration":0}},{"uid":"c1ffde81b6487336","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1ffde81b6487336","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"e28c015adb580203","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e28c015adb580203","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"19d6e23f87623bda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/19d6e23f87623bda","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"6524b1cecd0305a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6524b1cecd0305a9","status":"passed","time":{"start":1710287460903,"stop":1710287460904,"duration":1}},{"uid":"4cd14fa372bc96c7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cd14fa372bc96c7","status":"passed","time":{"start":1710284730220,"stop":1710284730221,"duration":1}}]},"47863b92841caa90d58c38aa916bea81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6744bfbd9c317812","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6744bfbd9c317812","status":"passed","time":{"start":1710284775853,"stop":1710284775853,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4929156d19bed9bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4929156d19bed9bb","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"1f2791fea856920e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f2791fea856920e","status":"passed","time":{"start":1710287736651,"stop":1710287736652,"duration":1}},{"uid":"9c374ee8cdc41188","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c374ee8cdc41188","status":"passed","time":{"start":1710285008787,"stop":1710285008787,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3de4427b91b7c01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3de4427b91b7c01","status":"passed","time":{"start":1710306873748,"stop":1710306873749,"duration":1}},{"uid":"139649acadb4ea00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/139649acadb4ea00","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"182384c225070a6b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/182384c225070a6b","status":"passed","time":{"start":1710284342268,"stop":1710284342269,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38e7c6a940a06079","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38e7c6a940a06079","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"39edacd0a544514f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39edacd0a544514f","status":"passed","time":{"start":1710287317291,"stop":1710287317292,"duration":1}},{"uid":"46e9d56011bf59d8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46e9d56011bf59d8","status":"passed","time":{"start":1710284588136,"stop":1710284588136,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"358f3f2c4970a43b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/358f3f2c4970a43b","status":"passed","time":{"start":1710307361633,"stop":1710307361634,"duration":1}},{"uid":"a0381aef60faabe0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0381aef60faabe0","status":"passed","time":{"start":1710287560342,"stop":1710287560342,"duration":0}},{"uid":"169e008e9d6b9f3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/169e008e9d6b9f3a","status":"passed","time":{"start":1710284826098,"stop":1710284826098,"duration":0}}]},"1809e4e597eb44965b8cff3dcd3a15f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"254360b479411989","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/254360b479411989","status":"passed","time":{"start":1710284459543,"stop":1710284459543,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"340c77a0ed4de1c0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/340c77a0ed4de1c0","status":"passed","time":{"start":1710307247759,"stop":1710307247759,"duration":0}},{"uid":"ca74e0e635edbe8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ca74e0e635edbe8c","status":"passed","time":{"start":1710287456037,"stop":1710287456038,"duration":1}},{"uid":"a05345c9663027d6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a05345c9663027d6","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7f39107dfc6ad8e4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f39107dfc6ad8e4","status":"passed","time":{"start":1710307078645,"stop":1710307078646,"duration":1}},{"uid":"b25df0f872a33253","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b25df0f872a33253","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"9edb6ce5e8e33ea3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9edb6ce5e8e33ea3","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3bb6826763ad5d28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3bb6826763ad5d28","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"18a33d13a5344ec4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18a33d13a5344ec4","status":"passed","time":{"start":1710286996966,"stop":1710286996967,"duration":1}},{"uid":"f859ea775eb07818","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f859ea775eb07818","status":"passed","time":{"start":1710284259601,"stop":1710284259602,"duration":1}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6fdcddd8ac1092c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fdcddd8ac1092c","status":"passed","time":{"start":1710306811112,"stop":1710306811113,"duration":1}},{"uid":"6d9dad18224bda08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d9dad18224bda08","status":"passed","time":{"start":1710287016340,"stop":1710287016341,"duration":1}},{"uid":"4cf9256ab21868b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cf9256ab21868b7","status":"passed","time":{"start":1710284279134,"stop":1710284279135,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0d4890a462f8b50","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0d4890a462f8b50","status":"passed","time":{"start":1710306783477,"stop":1710306783477,"duration":0}},{"uid":"53adb93175a9f679","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53adb93175a9f679","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"2715b0a190fc75d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2715b0a190fc75d1","status":"passed","time":{"start":1710284251168,"stop":1710284251168,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"235cbb7f16c82a5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/235cbb7f16c82a5d","status":"passed","time":{"start":1710307392157,"stop":1710307392158,"duration":1}},{"uid":"611309ac9a5d83e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/611309ac9a5d83e4","status":"passed","time":{"start":1710287596902,"stop":1710287596903,"duration":1}},{"uid":"7b84da6797c4ba51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7b84da6797c4ba51","status":"passed","time":{"start":1710284862701,"stop":1710284862702,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1b43c71a5f4ee15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1b43c71a5f4ee15","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"c090093c3070e8bf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c090093c3070e8bf","status":"passed","time":{"start":1710287196196,"stop":1710287196196,"duration":0}},{"uid":"372008bfb2cca5e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/372008bfb2cca5e6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"705a5ed42fd5c176","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/705a5ed42fd5c176","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"93c08d3110892002","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93c08d3110892002","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"165a7d28ac7be0c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/165a7d28ac7be0c9","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"73017b1fe771cdd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73017b1fe771cdd2","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"9eabffe45f3503a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eabffe45f3503a3","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"c88a15fca06341bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c88a15fca06341bf","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c275a27738d1f91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c275a27738d1f91","status":"passed","time":{"start":1710307209808,"stop":1710307209809,"duration":1}},{"uid":"26dae1d458d47c2c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/26dae1d458d47c2c","status":"passed","time":{"start":1710287415615,"stop":1710287415615,"duration":0}},{"uid":"5b9d8d3de5cb6e47","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b9d8d3de5cb6e47","status":"passed","time":{"start":1710284682354,"stop":1710284682354,"duration":0}}]},"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e6f4bdbaa51811dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6f4bdbaa51811dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"d7cf2699690fe2f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7cf2699690fe2f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674900,"stop":1710287674903,"duration":3}},{"uid":"f8a7a619203e395f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a7a619203e395f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c20f5340b24b00bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c20f5340b24b00bb","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"c54d1b985f3b7140","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c54d1b985f3b7140","status":"passed","time":{"start":1710287110702,"stop":1710287110703,"duration":1}},{"uid":"b5350ad7d4744b38","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b5350ad7d4744b38","status":"passed","time":{"start":1710284372013,"stop":1710284372014,"duration":1}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3126d9bf5267218d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3126d9bf5267218d","status":"passed","time":{"start":1710306981490,"stop":1710306981491,"duration":1}},{"uid":"85604c0f65c9c498","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85604c0f65c9c498","status":"passed","time":{"start":1710287198105,"stop":1710287198105,"duration":0}},{"uid":"986c8937656c2be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/986c8937656c2be","status":"passed","time":{"start":1710284459986,"stop":1710284459986,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c97c009f5f49ffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c97c009f5f49ffe","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"8fd78e2afdfb69ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8fd78e2afdfb69ee","status":"passed","time":{"start":1710287596908,"stop":1710287596909,"duration":1}},{"uid":"e4baa8e66cf260cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e4baa8e66cf260cc","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b3ce9496c9ce6348","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3ce9496c9ce6348","status":"passed","time":{"start":1710306791801,"stop":1710306791802,"duration":1}},{"uid":"fe6a27b56b025ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe6a27b56b025ee9","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"4fa0dee745e5c861","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4fa0dee745e5c861","status":"passed","time":{"start":1710284259603,"stop":1710284259603,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8cee758ade97dff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8cee758ade97dff","status":"passed","time":{"start":1710307300369,"stop":1710307300369,"duration":0}},{"uid":"f31d9a26ec58365e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f31d9a26ec58365e","status":"passed","time":{"start":1710287503527,"stop":1710287503528,"duration":1}},{"uid":"351bed2309b8cfc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/351bed2309b8cfc","status":"passed","time":{"start":1710284762779,"stop":1710284762779,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"88b3a75e271d6266","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88b3a75e271d6266","status":"passed","time":{"start":1710306981522,"stop":1710306981524,"duration":2}},{"uid":"db34df37d21e0529","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/db34df37d21e0529","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"209994afd18c7a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/209994afd18c7a9","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a772a1195095c96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a772a1195095c96","status":"passed","time":{"start":1710306817450,"stop":1710306817451,"duration":1}},{"uid":"29893cc40ee9c3d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29893cc40ee9c3d5","status":"passed","time":{"start":1710287022681,"stop":1710287022681,"duration":0}},{"uid":"bb1a20e42db45de3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb1a20e42db45de3","status":"passed","time":{"start":1710284285359,"stop":1710284285360,"duration":1}}]},"18ddf2c25fa1eaa4320ee0fe22757a5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"300b9c08e8bed9c8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/300b9c08e8bed9c8","status":"passed","time":{"start":1710287412762,"stop":1710287412763,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe43c47c6e0bde82","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe43c47c6e0bde82","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"10a74a1e7d125e4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/10a74a1e7d125e4c","status":"passed","time":{"start":1710287198126,"stop":1710287198127,"duration":1}},{"uid":"9c671691c786b2c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c671691c786b2c5","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]}} \ No newline at end of file +{"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"604686753df1b9e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/604686753df1b9e1","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0}},{"uid":"9c5d3446ca166267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c5d3446ca166267","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"ec99692f5188e267","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec99692f5188e267","status":"passed","time":{"start":1710287304929,"stop":1710287304929,"duration":0}},{"uid":"bbcbdee2072b7692","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbcbdee2072b7692","status":"passed","time":{"start":1710284567110,"stop":1710284567110,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9a03dcdb8819aa6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9a03dcdb8819aa6","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0}},{"uid":"afd93c4176e04589","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/afd93c4176e04589","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"365befd24fae1aea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/365befd24fae1aea","status":"passed","time":{"start":1710287412741,"stop":1710287412742,"duration":1}},{"uid":"86995de54758203b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86995de54758203b","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"83fa7ede22082b24","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83fa7ede22082b24","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"duration":0}},{"uid":"ca603481f76b34de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca603481f76b34de","status":"passed","time":{"start":1710306783479,"stop":1710306783479,"duration":0}},{"uid":"bf06334492c33e00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf06334492c33e00","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"3e918c719fb4ab49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e918c719fb4ab49","status":"passed","time":{"start":1710284251170,"stop":1710284251170,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55136e36ac157da1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/55136e36ac157da1","status":"passed","time":{"start":1710308092714,"stop":1710308092714,"duration":0}},{"uid":"6f9d2c1b0de26e26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f9d2c1b0de26e26","status":"passed","time":{"start":1710306981513,"stop":1710306981513,"duration":0}},{"uid":"266b556ce8f7319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266b556ce8f7319","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"101d2cd6d782afa9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/101d2cd6d782afa9","status":"passed","time":{"start":1710284460002,"stop":1710284460003,"duration":1}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc4669ef515b7b3b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc4669ef515b7b3b","status":"passed","time":{"start":1710308097726,"stop":1710308097726,"duration":0}},{"uid":"d1edee3ee8eb8a66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1edee3ee8eb8a66","status":"passed","time":{"start":1710306994265,"stop":1710306994266,"duration":1}},{"uid":"d892f977186464cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d892f977186464cd","status":"passed","time":{"start":1710287196187,"stop":1710287196188,"duration":1}},{"uid":"904af3c16a4befb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/904af3c16a4befb6","status":"passed","time":{"start":1710284459535,"stop":1710284459536,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e975ef6965267ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e975ef6965267ab","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"duration":0}},{"uid":"ce73317efe78552f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce73317efe78552f","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"7c77d92b91ad7cae","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c77d92b91ad7cae","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"c83b3951b62bf87b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c83b3951b62bf87b","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7cf7091976c49855","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7cf7091976c49855","status":"passed","time":{"start":1710308508713,"stop":1710308508714,"duration":1}},{"uid":"71fdca3b6918ea5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/71fdca3b6918ea5a","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"2f67df56f7cc3ad9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f67df56f7cc3ad9","status":"passed","time":{"start":1710287596901,"stop":1710287596901,"duration":0}},{"uid":"433954dab3a83fcf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/433954dab3a83fcf","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7435b88ccd1e8fab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7435b88ccd1e8fab","status":"passed","time":{"start":1710307897799,"stop":1710307897800,"duration":1}},{"uid":"d789dab8d831290d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d789dab8d831290d","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"fde81281c1e41976","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fde81281c1e41976","status":"passed","time":{"start":1710286996364,"stop":1710286996364,"duration":0}},{"uid":"4674a55790f34179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4674a55790f34179","status":"passed","time":{"start":1710284258881,"stop":1710284258881,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6f416e4a072265b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6f416e4a072265b","status":"passed","time":{"start":1710307991227,"stop":1710307991227,"duration":0}},{"uid":"e0b0c42546c24c52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0b0c42546c24c52","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"fb008d907766082","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb008d907766082","status":"passed","time":{"start":1710287085418,"stop":1710287085419,"duration":1}},{"uid":"687aa8d0082cff46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/687aa8d0082cff46","status":"passed","time":{"start":1710284350513,"stop":1710284350513,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa5816827d68913f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa5816827d68913f","status":"passed","time":{"start":1710308322600,"stop":1710308322600,"duration":0}},{"uid":"7fa8a42d336d6d8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7fa8a42d336d6d8c","status":"passed","time":{"start":1710307207070,"stop":1710307207071,"duration":1}},{"uid":"c34664d911e7dc49","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c34664d911e7dc49","status":"passed","time":{"start":1710287412749,"stop":1710287412750,"duration":1}},{"uid":"16250e5bef12d5d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16250e5bef12d5d4","status":"passed","time":{"start":1710284680774,"stop":1710284680775,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e64c0b811046f119","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e64c0b811046f119","status":"passed","time":{"start":1710308572947,"stop":1710308572948,"duration":1}},{"uid":"76ee843b7667e331","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76ee843b7667e331","status":"passed","time":{"start":1710307465635,"stop":1710307465636,"duration":1}},{"uid":"e8677af8af1582dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8677af8af1582dc","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"64dbe9d53c0d955b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64dbe9d53c0d955b","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eebbb1047a742e76","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eebbb1047a742e76","status":"passed","time":{"start":1710308481018,"stop":1710308481019,"duration":1}},{"uid":"12799eb728b399ae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12799eb728b399ae","status":"passed","time":{"start":1710307361630,"stop":1710307361630,"duration":0}},{"uid":"f97c73d2a05f3b52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f97c73d2a05f3b52","status":"passed","time":{"start":1710287560338,"stop":1710287560339,"duration":1}},{"uid":"4242ed2d1557dd46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4242ed2d1557dd46","status":"passed","time":{"start":1710284826088,"stop":1710284826090,"duration":2}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bd6177918ba9545","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8bd6177918ba9545","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"duration":0}},{"uid":"27f7bb091abd7099","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27f7bb091abd7099","status":"passed","time":{"start":1710307308649,"stop":1710307308650,"duration":1}},{"uid":"945978f91eaaa751","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/945978f91eaaa751","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"7e7185e5d9c8b36c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e7185e5d9c8b36c","status":"passed","time":{"start":1710284775871,"stop":1710284775871,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"691a34a900530f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/691a34a900530f1","status":"passed","time":{"start":1710308007021,"stop":1710308007021,"duration":0}},{"uid":"79be96b91a983cb1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79be96b91a983cb1","status":"passed","time":{"start":1710306904613,"stop":1710306904614,"duration":1}},{"uid":"ea2326515fa63337","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea2326515fa63337","status":"passed","time":{"start":1710287110700,"stop":1710287110701,"duration":1}},{"uid":"bb370d80999fdf0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb370d80999fdf0d","status":"passed","time":{"start":1710284372009,"stop":1710284372010,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abf2b2911db3ad8f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abf2b2911db3ad8f","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0}},{"uid":"5b5002d654a7dc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5b5002d654a7dc0","status":"passed","time":{"start":1710307358455,"stop":1710307358455,"duration":0}},{"uid":"5942ccd793c38dc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5942ccd793c38dc5","status":"passed","time":{"start":1710287569245,"stop":1710287569246,"duration":1}},{"uid":"851a1239e0316aca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/851a1239e0316aca","status":"passed","time":{"start":1710284852279,"stop":1710284852280,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6eefc1511fcdabd6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6eefc1511fcdabd6","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"duration":0}},{"uid":"392e071ff7e154ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/392e071ff7e154ea","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"1bb11b6a7d67a857","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1bb11b6a7d67a857","status":"passed","time":{"start":1710287674906,"stop":1710287674907,"duration":1}},{"uid":"f65ebc617e110c0f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f65ebc617e110c0f","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1523a03b3d04359b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1523a03b3d04359b","status":"passed","time":{"start":1710308371296,"stop":1710308371297,"duration":1}},{"uid":"1458c7deccfd5e79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1458c7deccfd5e79","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"e3d679504d1af22f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3d679504d1af22f","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"cc43f11fce8abdd0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc43f11fce8abdd0","status":"passed","time":{"start":1710284730215,"stop":1710284730216,"duration":1}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dad27c52ad371a81","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dad27c52ad371a81","status":"passed","time":{"start":1710308464139,"stop":1710308464140,"duration":1}},{"uid":"cfaff012410118d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfaff012410118d0","status":"passed","time":{"start":1710307351547,"stop":1710307351548,"duration":1}},{"uid":"f5082d3c4c1adb0d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5082d3c4c1adb0d","status":"passed","time":{"start":1710287559411,"stop":1710287559411,"duration":0}},{"uid":"fe244b96081dd249","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fe244b96081dd249","status":"passed","time":{"start":1710284823515,"stop":1710284823516,"duration":1}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f835aaf0e65a6b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f835aaf0e65a6b8","status":"passed","time":{"start":1710308463690,"stop":1710308463691,"duration":1}},{"uid":"567580d3caf8b20c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/567580d3caf8b20c","status":"passed","time":{"start":1710307358461,"stop":1710307358461,"duration":0}},{"uid":"5e9cf4362534a568","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e9cf4362534a568","status":"passed","time":{"start":1710287569252,"stop":1710287569253,"duration":1}},{"uid":"642de0bcd556ff00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/642de0bcd556ff00","status":"passed","time":{"start":1710284852296,"stop":1710284852297,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a7b0ff99dee6a84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a7b0ff99dee6a84","status":"passed","time":{"start":1710308494290,"stop":1710308494291,"duration":1}},{"uid":"fa94cf7cc1ecf73d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa94cf7cc1ecf73d","status":"passed","time":{"start":1710307383799,"stop":1710307383799,"duration":0}},{"uid":"ebd3406bfcde54be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ebd3406bfcde54be","status":"passed","time":{"start":1710287594293,"stop":1710287594293,"duration":0}},{"uid":"4f56e66623d2ebe1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4f56e66623d2ebe1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"63579ae780a62fb87d230f845bc5fb55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6695c3024bc6fc1a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6695c3024bc6fc1a","status":"passed","time":{"start":1710287483709,"stop":1710287483710,"duration":1}},{"uid":"290a1ccdac1d52d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/290a1ccdac1d52d1","status":"passed","time":{"start":1710284751207,"stop":1710284751207,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f81e7e4c13976f15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f81e7e4c13976f15","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"duration":0}},{"uid":"29dcb7d30a014cee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29dcb7d30a014cee","status":"passed","time":{"start":1710307465630,"stop":1710307465630,"duration":0}},{"uid":"c25121d64bdd5c55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c25121d64bdd5c55","status":"passed","time":{"start":1710287674910,"stop":1710287674911,"duration":1}},{"uid":"b96d1cf779e0c9e3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b96d1cf779e0c9e3","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4fd5b5709c2c97f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4fd5b5709c2c97f0","status":"passed","time":{"start":1710308463727,"stop":1710308463727,"duration":0}},{"uid":"ba2aed0de7ecdd03","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2aed0de7ecdd03","status":"passed","time":{"start":1710307358468,"stop":1710307358468,"duration":0}},{"uid":"2ba737556d6a94d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ba737556d6a94d6","status":"passed","time":{"start":1710287569258,"stop":1710287569259,"duration":1}},{"uid":"8d128b900dd80f8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d128b900dd80f8b","status":"passed","time":{"start":1710284852309,"stop":1710284852309,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ed9d83a3d684b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9ed9d83a3d684b6","status":"passed","time":{"start":1710308007020,"stop":1710308007021,"duration":1}},{"uid":"1cbec48f3bca7534","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1cbec48f3bca7534","status":"passed","time":{"start":1710306904613,"stop":1710306904613,"duration":0}},{"uid":"81c6d3a50508be94","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81c6d3a50508be94","status":"passed","time":{"start":1710287110693,"stop":1710287110700,"duration":7}},{"uid":"18dc78a4c5393c69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18dc78a4c5393c69","status":"passed","time":{"start":1710284372007,"stop":1710284372008,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"229c15e86d0e1e66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/229c15e86d0e1e66","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"duration":0}},{"uid":"b1b3ea3c22ee2619","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1b3ea3c22ee2619","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"543ed4472f0cb26a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/543ed4472f0cb26a","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"318ced64943a9ed2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/318ced64943a9ed2","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f71d6a666464cb0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f71d6a666464cb0","status":"passed","time":{"start":1710308464140,"stop":1710308464140,"duration":0}},{"uid":"30cfc64235762ce7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30cfc64235762ce7","status":"passed","time":{"start":1710307351549,"stop":1710307351549,"duration":0}},{"uid":"ccaa198a11f21d47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ccaa198a11f21d47","status":"passed","time":{"start":1710287559411,"stop":1710287559412,"duration":1}},{"uid":"8c9d0156fbd4c51b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c9d0156fbd4c51b","status":"passed","time":{"start":1710284823516,"stop":1710284823517,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a07aa4ca726b54e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a07aa4ca726b54e","status":"passed","time":{"start":1710308485477,"stop":1710308485477,"duration":0}},{"uid":"b0a21d2a8553faf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0a21d2a8553faf2","status":"passed","time":{"start":1710307365851,"stop":1710307365852,"duration":1}},{"uid":"b9be3e8028103b58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9be3e8028103b58","status":"passed","time":{"start":1710287564358,"stop":1710287564359,"duration":1}},{"uid":"9a21f3821775c651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a21f3821775c651","status":"passed","time":{"start":1710284831310,"stop":1710284831310,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4ec0ae06c47c651c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ec0ae06c47c651c","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0}},{"uid":"164904741fb5da3f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/164904741fb5da3f","status":"passed","time":{"start":1710307358458,"stop":1710307358459,"duration":1}},{"uid":"9e530514c8052ca1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e530514c8052ca1","status":"passed","time":{"start":1710287569250,"stop":1710287569251,"duration":1}},{"uid":"57200fd6a7233e43","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57200fd6a7233e43","status":"passed","time":{"start":1710284852290,"stop":1710284852290,"duration":0}}]},"f61870a71c0af651203ca6de999ee2ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2b74148ccc017c8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2b74148ccc017c8","status":"passed","time":{"start":1710308416743,"stop":1710308416743,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae455015e49eea53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae455015e49eea53","status":"passed","time":{"start":1710308092691,"stop":1710308092699,"duration":8}},{"uid":"48b69f71c5d68396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b69f71c5d68396","status":"passed","time":{"start":1710306981503,"stop":1710306981504,"duration":1}},{"uid":"d2db7a2b007edb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d2db7a2b007edb0","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"ce7bc82765f7c2f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce7bc82765f7c2f9","status":"passed","time":{"start":1710284459993,"stop":1710284459994,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"838507040b6f4e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/838507040b6f4e5","status":"passed","time":{"start":1710308416742,"stop":1710308416742,"duration":0}},{"uid":"cf0ce8e3701f87b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf0ce8e3701f87b9","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"2e2b92ad5f3d27df","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e2b92ad5f3d27df","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"913a112af87820f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/913a112af87820f9","status":"passed","time":{"start":1710284775865,"stop":1710284775865,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9db5576e601a68b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9db5576e601a68b","status":"passed","time":{"start":1710307903345,"stop":1710307903345,"duration":0}},{"uid":"cf074c69befaf9cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf074c69befaf9cd","status":"passed","time":{"start":1710306796317,"stop":1710306796317,"duration":0}},{"uid":"3dd886a3f56404ad","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dd886a3f56404ad","status":"passed","time":{"start":1710287001574,"stop":1710287001575,"duration":1}},{"uid":"e9b7e1bdac08beb2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b7e1bdac08beb2","status":"passed","time":{"start":1710284264199,"stop":1710284264199,"duration":0}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcf8e0f83373629a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcf8e0f83373629a","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0}},{"uid":"c108d32ec506327c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c108d32ec506327c","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"c4e3b1ce1f741aba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c4e3b1ce1f741aba","status":"passed","time":{"start":1710287537364,"stop":1710287537365,"duration":1}},{"uid":"217c49ad77dc4d8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/217c49ad77dc4d8d","status":"passed","time":{"start":1710284796487,"stop":1710284796488,"duration":1}}]},"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30f1f7a89299a781","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30f1f7a89299a781","status":"passed","time":{"start":1710307991228,"stop":1710307991228,"duration":0}},{"uid":"adfcd3a4dadabee3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adfcd3a4dadabee3","status":"passed","time":{"start":1710306877076,"stop":1710306877077,"duration":1}},{"uid":"dede8421c3d35754","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dede8421c3d35754","status":"passed","time":{"start":1710287085420,"stop":1710287085420,"duration":0}},{"uid":"d570e3ee793900c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d570e3ee793900c","status":"passed","time":{"start":1710284350514,"stop":1710284350514,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"306fe3e09d6aac20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/306fe3e09d6aac20","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"duration":0}},{"uid":"ed91c4dad1f67b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ed91c4dad1f67b6d","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"f1a31534e2a4361d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f1a31534e2a4361d","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"a26796d3e03379a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a26796d3e03379a1","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e63d4d5b9856819a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e63d4d5b9856819a","status":"passed","time":{"start":1710308366509,"stop":1710308366511,"duration":2}},{"uid":"e6205a6aee9c2fca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6205a6aee9c2fca","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"90871799f3c6be0f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90871799f3c6be0f","status":"passed","time":{"start":1710287456067,"stop":1710287456068,"duration":1}},{"uid":"1b4435e30109a023","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1b4435e30109a023","status":"passed","time":{"start":1710284723020,"stop":1710284723021,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8f368556e5b8d11e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f368556e5b8d11e","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"duration":0}},{"uid":"d8081ed8b174f564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8081ed8b174f564","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"aa5b11f556baa714","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa5b11f556baa714","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"dc114479ee832491","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc114479ee832491","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"99d71c6091ab4366","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/99d71c6091ab4366","status":"passed","time":{"start":1710307991227,"stop":1710307991228,"duration":1}},{"uid":"8a981ae9069cc5ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a981ae9069cc5ed","status":"passed","time":{"start":1710306877075,"stop":1710306877076,"duration":1}},{"uid":"61080b8b5753e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/61080b8b5753e8","status":"passed","time":{"start":1710287085419,"stop":1710287085419,"duration":0}},{"uid":"498167903e667c2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/498167903e667c2c","status":"passed","time":{"start":1710284350513,"stop":1710284350514,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b9e39a5c781d2946","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b9e39a5c781d2946","status":"passed","time":{"start":1710307923914,"stop":1710307923914,"duration":0}},{"uid":"1ccf41464944280c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ccf41464944280c","status":"passed","time":{"start":1710306816841,"stop":1710306816841,"duration":0}},{"uid":"2131a4b9fbada367","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2131a4b9fbada367","status":"passed","time":{"start":1710287022152,"stop":1710287022152,"duration":0}},{"uid":"aeb6ff7f00ada3c2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeb6ff7f00ada3c2","status":"passed","time":{"start":1710284284833,"stop":1710284284834,"duration":1}}]},"30e15571b8b77be1b60094b937067f6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11eb0f4823c96201","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11eb0f4823c96201","status":"passed","time":{"start":1710308416724,"stop":1710308416724,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a6516d0da9395234","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6516d0da9395234","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308464141,"stop":1710308464141,"duration":0}},{"uid":"e9d1450872b06f48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9d1450872b06f48","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351550,"duration":0}},{"uid":"45697dada2f07322","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45697dada2f07322","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"829efdfaeeb1dce","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/829efdfaeeb1dce","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823520,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b018fb39f961a7ac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b018fb39f961a7ac","status":"passed","time":{"start":1710307980882,"stop":1710307980883,"duration":1}},{"uid":"30290d8d4eb18297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30290d8d4eb18297","status":"passed","time":{"start":1710306873747,"stop":1710306873747,"duration":0}},{"uid":"bfe9ab564757ea37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bfe9ab564757ea37","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"a3d72a8a2449a967","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a3d72a8a2449a967","status":"passed","time":{"start":1710284342266,"stop":1710284342266,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e074a0bda35cc3da","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e074a0bda35cc3da","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"duration":0}},{"uid":"29e2a1e8746d9207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29e2a1e8746d9207","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"df9ec1dcc4c7d23d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/df9ec1dcc4c7d23d","status":"passed","time":{"start":1710287674918,"stop":1710287674919,"duration":1}},{"uid":"30174ca007db78f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/30174ca007db78f9","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c231c4d6827cb2ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c231c4d6827cb2ed","status":"passed","time":{"start":1710308459428,"stop":1710308459428,"duration":0}},{"uid":"dd0226d908bae87f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dd0226d908bae87f","status":"passed","time":{"start":1710307342524,"stop":1710307342525,"duration":1}},{"uid":"336033917238a410","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/336033917238a410","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"ad289c5645f481bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad289c5645f481bf","status":"passed","time":{"start":1710284805010,"stop":1710284805012,"duration":2}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46745435013c04d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46745435013c04d0","status":"passed","time":{"start":1710307940174,"stop":1710307940215,"duration":41}},{"uid":"6c030587f5328416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c030587f5328416","status":"passed","time":{"start":1710306833586,"stop":1710306833586,"duration":0}},{"uid":"3d38e8668b12f6d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3d38e8668b12f6d3","status":"passed","time":{"start":1710287039378,"stop":1710287039379,"duration":1}},{"uid":"c69e7356ed1eefe3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c69e7356ed1eefe3","status":"passed","time":{"start":1710284302046,"stop":1710284302047,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac36608524f6ead6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac36608524f6ead6","status":"passed","time":{"start":1710307924458,"stop":1710307924458,"duration":0}},{"uid":"33efcf1e9544ead8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/33efcf1e9544ead8","status":"passed","time":{"start":1710306817451,"stop":1710306817452,"duration":1}},{"uid":"27c7a70273372f95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27c7a70273372f95","status":"passed","time":{"start":1710287022681,"stop":1710287022682,"duration":1}},{"uid":"cc0813217f0cde49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc0813217f0cde49","status":"passed","time":{"start":1710284285360,"stop":1710284285361,"duration":1}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e466bb6ca0fa3733","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e466bb6ca0fa3733","status":"passed","time":{"start":1710308092687,"stop":1710308092687,"duration":0}},{"uid":"61c060417c4b4762","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/61c060417c4b4762","status":"passed","time":{"start":1710306981493,"stop":1710306981493,"duration":0}},{"uid":"ed49dd3aa4784511","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ed49dd3aa4784511","status":"passed","time":{"start":1710287198106,"stop":1710287198107,"duration":1}},{"uid":"95a9a472a0f80d60","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95a9a472a0f80d60","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a00442e33e94af34","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a00442e33e94af34","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0}},{"uid":"b7e9da6ceb20ae10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7e9da6ceb20ae10","status":"passed","time":{"start":1710307308619,"stop":1710307308619,"duration":0}},{"uid":"5157c10829172cc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5157c10829172cc5","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"da22599163c7ee21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/da22599163c7ee21","status":"passed","time":{"start":1710284775837,"stop":1710284775837,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"856c6dd98bcbf879","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/856c6dd98bcbf879","status":"passed","time":{"start":1710308510824,"stop":1710308510825,"duration":1}},{"uid":"5f045d647f60bfc8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f045d647f60bfc8","status":"passed","time":{"start":1710307392999,"stop":1710307393000,"duration":1}},{"uid":"d8e29488bb4aa2d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8e29488bb4aa2d6","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"2277770f6ca7c6d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2277770f6ca7c6d0","status":"passed","time":{"start":1710284869464,"stop":1710284869464,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"892992fb15f32132","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/892992fb15f32132","status":"passed","time":{"start":1710308463677,"stop":1710308463677,"duration":0}},{"uid":"1c67d90e32d1afdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c67d90e32d1afdc","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"fa809e93f7033117","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fa809e93f7033117","status":"passed","time":{"start":1710287569247,"stop":1710287569247,"duration":0}},{"uid":"e07bea22c04007fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e07bea22c04007fc","status":"passed","time":{"start":1710284852287,"stop":1710284852287,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f5f9aea320ebe41","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f5f9aea320ebe41","status":"passed","time":{"start":1710307914374,"stop":1710307914374,"duration":0}},{"uid":"2b66495eef116772","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b66495eef116772","status":"passed","time":{"start":1710306807583,"stop":1710306807583,"duration":0}},{"uid":"27921236ad91e107","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27921236ad91e107","status":"passed","time":{"start":1710287012804,"stop":1710287012805,"duration":1}},{"uid":"9d1e3235b63eba4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d1e3235b63eba4a","status":"passed","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"7bd157d82bd27d5dba72bbc094194aad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"991bb43b8028c47d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/991bb43b8028c47d","status":"passed","time":{"start":1710308366480,"stop":1710308366480,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"38f46781806d9633","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38f46781806d9633","status":"passed","time":{"start":1710307897772,"stop":1710307897772,"duration":0}},{"uid":"e4cebeedefcb16a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e4cebeedefcb16a5","status":"passed","time":{"start":1710306791277,"stop":1710306791277,"duration":0}},{"uid":"3c766d892a7b50f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c766d892a7b50f","status":"passed","time":{"start":1710286996357,"stop":1710286996358,"duration":1}},{"uid":"94a2172cfdc38771","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a2172cfdc38771","status":"passed","time":{"start":1710284258874,"stop":1710284258875,"duration":1}}]},"cbb481de5670def24b36ec0b156d8751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"306f63475529d8c9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/306f63475529d8c9","status":"passed","time":{"start":1710287483711,"stop":1710287483712,"duration":1}},{"uid":"52a9a0a44cc4ee66","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52a9a0a44cc4ee66","status":"passed","time":{"start":1710284751209,"stop":1710284751209,"duration":0}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b6b89dedd9d6ec23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6b89dedd9d6ec23","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"duration":0}},{"uid":"e47c2f33b32af69a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e47c2f33b32af69a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"a12558f4eed2a307","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a12558f4eed2a307","status":"passed","time":{"start":1710287049794,"stop":1710287049795,"duration":1}},{"uid":"6bc9965a19306a8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bc9965a19306a8d","status":"passed","time":{"start":1710284312207,"stop":1710284312207,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d1310b738ab2ad7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d1310b738ab2ad7","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0}},{"uid":"8dba368c6f7a5db3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dba368c6f7a5db3","status":"passed","time":{"start":1710307247765,"stop":1710307247766,"duration":1}},{"uid":"fbe2fbc1af8ae607","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbe2fbc1af8ae607","status":"passed","time":{"start":1710287456058,"stop":1710287456060,"duration":2}},{"uid":"2cfe915f3809816c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2cfe915f3809816c","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a84e7f481745bdf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a84e7f481745bdf","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"duration":0}},{"uid":"4f0cc23be8da8b84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f0cc23be8da8b84","status":"passed","time":{"start":1710307244661,"stop":1710307244662,"duration":1}},{"uid":"f0482481b70011a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0482481b70011a6","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"3901e69874a6ae49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3901e69874a6ae49","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"561c595b3ebe3982","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/561c595b3ebe3982","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"duration":0}},{"uid":"f6839a2154897bd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6839a2154897bd3","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"39de70b5fff1aea5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39de70b5fff1aea5","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"e9b655eb99ef5ac6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b655eb99ef5ac6","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2d57c5036577429","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2d57c5036577429","status":"passed","time":{"start":1710308572941,"stop":1710308572941,"duration":0}},{"uid":"c6aac06e5388af35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6aac06e5388af35","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"4ad17a0bb1ebee30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ad17a0bb1ebee30","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"4313db6b9ffb964d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4313db6b9ffb964d","status":"passed","time":{"start":1710284934069,"stop":1710284934069,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"2fe978312f134a47","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2fe978312f134a47","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308348759,"stop":1710308348760,"duration":1}},{"uid":"7d5ec46e2958dc45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d5ec46e2958dc45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233597,"stop":1710307233598,"duration":1}},{"uid":"2c548b8734cb2893","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c548b8734cb2893","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436221,"stop":1710287436222,"duration":1}},{"uid":"becdc4aba90e5304","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/becdc4aba90e5304","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706654,"stop":1710284706655,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bff3f4e83330a16c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bff3f4e83330a16c","status":"passed","time":{"start":1710308225038,"stop":1710308225038,"duration":0}},{"uid":"8967d765cf0753ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8967d765cf0753ba","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"31a017edea195213","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/31a017edea195213","status":"passed","time":{"start":1710287300120,"stop":1710287300121,"duration":1}},{"uid":"f31cf99b5518d280","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f31cf99b5518d280","status":"passed","time":{"start":1710284561376,"stop":1710284561377,"duration":1}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9a09a06316dedd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9a09a06316dedd3","status":"passed","time":{"start":1710307898066,"stop":1710307898066,"duration":0}},{"uid":"f876f928a28d31ff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f876f928a28d31ff","status":"passed","time":{"start":1710306791187,"stop":1710306791187,"duration":0}},{"uid":"de1786294c86eba4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/de1786294c86eba4","status":"passed","time":{"start":1710286996394,"stop":1710286996395,"duration":1}},{"uid":"2f31dec5e5baf160","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f31dec5e5baf160","status":"passed","time":{"start":1710284259033,"stop":1710284259033,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ab40f19803a67d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6ab40f19803a67d3","status":"passed","time":{"start":1710308463727,"stop":1710308463728,"duration":1}},{"uid":"2ad0b6e37e49d10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ad0b6e37e49d10","status":"passed","time":{"start":1710307358468,"stop":1710307358469,"duration":1}},{"uid":"c7c83c1c84d52d65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7c83c1c84d52d65","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"a9a28df3c5138d24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9a28df3c5138d24","status":"passed","time":{"start":1710284852311,"stop":1710284852311,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78e461413c8cc9a6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/78e461413c8cc9a6","status":"passed","time":{"start":1710307906861,"stop":1710307906862,"duration":1}},{"uid":"1746f7e3e4edcb61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1746f7e3e4edcb61","status":"passed","time":{"start":1710306799978,"stop":1710306799980,"duration":2}},{"uid":"8cf8797a00f3f980","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf8797a00f3f980","status":"passed","time":{"start":1710287005162,"stop":1710287005163,"duration":1}},{"uid":"a87565f7395adefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a87565f7395adefd","status":"passed","time":{"start":1710284267720,"stop":1710284267721,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b5bb445a550ea2b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5bb445a550ea2b1","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"duration":0}},{"uid":"35820cf3ab8f27fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35820cf3ab8f27fb","status":"passed","time":{"start":1710307101317,"stop":1710307101317,"duration":0}},{"uid":"c3ac4069dd57a37a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3ac4069dd57a37a","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"6bd6704caa7515c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bd6704caa7515c5","status":"passed","time":{"start":1710284561378,"stop":1710284561379,"duration":1}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f13750332477f0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f13750332477f0b","status":"passed","time":{"start":1710308416732,"stop":1710308416732,"duration":0}},{"uid":"3c8a8227a5415b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c8a8227a5415b6d","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"4ff58ba3baeb7843","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ff58ba3baeb7843","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"aa2e33691913ff70","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aa2e33691913ff70","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a9ea5249feb22e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a9ea5249feb22e1","status":"passed","time":{"start":1710308192971,"stop":1710308192972,"duration":1}},{"uid":"bf85cb42ba4b05a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf85cb42ba4b05a0","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"462ca9f1fb35b514","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/462ca9f1fb35b514","status":"passed","time":{"start":1710287282002,"stop":1710287282003,"duration":1}},{"uid":"a0f06f027336b3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0f06f027336b3a","status":"passed","time":{"start":1710284550774,"stop":1710284550774,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d4c02a12b563389","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2d4c02a12b563389","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0}},{"uid":"b114d1fd05a985f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b114d1fd05a985f3","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"838e355937fd0c7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/838e355937fd0c7e","status":"passed","time":{"start":1710287304928,"stop":1710287304929,"duration":1}},{"uid":"bd3c26bb94c5076c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bd3c26bb94c5076c","status":"passed","time":{"start":1710284567109,"stop":1710284567110,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"796f704b5003ca1a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/796f704b5003ca1a","status":"passed","time":{"start":1710308366513,"stop":1710308366513,"duration":0}},{"uid":"a5f0f66c8d1426d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5f0f66c8d1426d","status":"passed","time":{"start":1710307247771,"stop":1710307247771,"duration":0}},{"uid":"7f3e1fbb7bfb6079","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f3e1fbb7bfb6079","status":"passed","time":{"start":1710287456073,"stop":1710287456074,"duration":1}},{"uid":"b59299f48ab0f442","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b59299f48ab0f442","status":"passed","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9033d1f148e94c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9033d1f148e94c6","status":"passed","time":{"start":1710308192915,"stop":1710308192916,"duration":1}},{"uid":"f07c2a9b3e2549b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f07c2a9b3e2549b3","status":"passed","time":{"start":1710307078638,"stop":1710307078639,"duration":1}},{"uid":"3b7d57e570ecbc20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3b7d57e570ecbc20","status":"passed","time":{"start":1710287281992,"stop":1710287281993,"duration":1}},{"uid":"64ca974c087159c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64ca974c087159c8","status":"passed","time":{"start":1710284550750,"stop":1710284550750,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"227b02546ef5e893","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/227b02546ef5e893","status":"passed","time":{"start":1710308092713,"stop":1710308092714,"duration":1}},{"uid":"fb37e9db4e11df79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fb37e9db4e11df79","status":"passed","time":{"start":1710306981512,"stop":1710306981513,"duration":1}},{"uid":"4789169d549dacef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4789169d549dacef","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"4ff0bf385dcafe1f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ff0bf385dcafe1f","status":"passed","time":{"start":1710284460002,"stop":1710284460002,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3ab2c51803feee4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3ab2c51803feee4","status":"passed","time":{"start":1710308192972,"stop":1710308192976,"duration":4}},{"uid":"b35ec6754e875c48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b35ec6754e875c48","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"4ac4e0cb472e159a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ac4e0cb472e159a","status":"passed","time":{"start":1710287282004,"stop":1710287282004,"duration":0}},{"uid":"ddd1848f8f8ce960","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ddd1848f8f8ce960","status":"passed","time":{"start":1710284550776,"stop":1710284550777,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d1b04501c44962","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d1b04501c44962","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"duration":0}},{"uid":"9617149fa8457972","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9617149fa8457972","status":"passed","time":{"start":1710307207068,"stop":1710307207069,"duration":1}},{"uid":"7e9a366a3584360d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e9a366a3584360d","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"ae535ca90c08376","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae535ca90c08376","status":"passed","time":{"start":1710284680772,"stop":1710284680773,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"28563399f6b17f4c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/28563399f6b17f4c","status":"passed","time":{"start":1710307890345,"stop":1710307890345,"duration":0}},{"uid":"14518bacbe16a52e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/14518bacbe16a52e","status":"passed","time":{"start":1710306783663,"stop":1710306783663,"duration":0}},{"uid":"a40320a22d5d42e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a40320a22d5d42e6","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"1bbfd97b903d0f12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bbfd97b903d0f12","status":"passed","time":{"start":1710284251374,"stop":1710284251374,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9da10f2a72d020c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9da10f2a72d020c2","status":"passed","time":{"start":1710307897768,"stop":1710307897769,"duration":1}},{"uid":"eebb04d35b0f7f8a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eebb04d35b0f7f8a","status":"passed","time":{"start":1710306791274,"stop":1710306791275,"duration":1}},{"uid":"53af5b0c17aaa95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53af5b0c17aaa95","status":"passed","time":{"start":1710286996355,"stop":1710286996356,"duration":1}},{"uid":"f29efcef7070348a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f29efcef7070348a","status":"passed","time":{"start":1710284258872,"stop":1710284258873,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9a50a613536c83c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9a50a613536c83c","status":"passed","time":{"start":1710308371303,"stop":1710308371303,"duration":0}},{"uid":"e9cfd3bd4133209c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9cfd3bd4133209c","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"85d2e579b26def1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85d2e579b26def1b","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"5a92eaaaec6b5934","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a92eaaaec6b5934","status":"passed","time":{"start":1710284730219,"stop":1710284730220,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec740b4a021dd391","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ec740b4a021dd391","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"duration":0}},{"uid":"781b46343c0f200a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/781b46343c0f200a","status":"passed","time":{"start":1710306877072,"stop":1710306877073,"duration":1}},{"uid":"a72552176107dcb1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a72552176107dcb1","status":"passed","time":{"start":1710287085417,"stop":1710287085417,"duration":0}},{"uid":"a83fa6e80ced4f0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a83fa6e80ced4f0d","status":"passed","time":{"start":1710284350511,"stop":1710284350511,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"91a9d57cda423db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/91a9d57cda423db","status":"passed","time":{"start":1710308459425,"stop":1710308459426,"duration":1}},{"uid":"ce05dda30542d80e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce05dda30542d80e","status":"passed","time":{"start":1710307342519,"stop":1710307342520,"duration":1}},{"uid":"5ea5e58299bb2a9a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5ea5e58299bb2a9a","status":"passed","time":{"start":1710287544910,"stop":1710287544911,"duration":1}},{"uid":"f956aab39190b59f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f956aab39190b59f","status":"passed","time":{"start":1710284805008,"stop":1710284805008,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"746e53115698be23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/746e53115698be23","status":"passed","time":{"start":1710307903499,"stop":1710307903500,"duration":1}},{"uid":"2f3f5917c71eabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f3f5917c71eabc3","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"ec597ce361d66792","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec597ce361d66792","status":"passed","time":{"start":1710287001716,"stop":1710287001717,"duration":1}},{"uid":"c8443f7a785a25dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8443f7a785a25dc","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a304d3776387cc8d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a304d3776387cc8d","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0}},{"uid":"730f8adb736453b7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/730f8adb736453b7","status":"passed","time":{"start":1710307358457,"stop":1710307358458,"duration":1}},{"uid":"2cf2c91c3c63c91c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf2c91c3c63c91c","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"29f95d6206c6b0f2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29f95d6206c6b0f2","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61926b0960a885db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/61926b0960a885db","status":"passed","time":{"start":1710307914058,"stop":1710307914059,"duration":1}},{"uid":"3a22800c63a4b640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a22800c63a4b640","status":"passed","time":{"start":1710306807147,"stop":1710306807148,"duration":1}},{"uid":"c819b54ebb198203","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c819b54ebb198203","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8d2ba52bad61ff8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d2ba52bad61ff8e","status":"passed","time":{"start":1710284274242,"stop":1710284274243,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5bb15c1e84648ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5bb15c1e84648ab","status":"passed","time":{"start":1710308366458,"stop":1710308366459,"duration":1}},{"uid":"6c080a4167d9e353","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c080a4167d9e353","status":"passed","time":{"start":1710307247758,"stop":1710307247759,"duration":1}},{"uid":"17908005465c7534","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17908005465c7534","status":"passed","time":{"start":1710287456028,"stop":1710287456037,"duration":9}},{"uid":"7f508077e5a31ac7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7f508077e5a31ac7","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"74a66228bf3e1371","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/74a66228bf3e1371","status":"passed","time":{"start":1710308192972,"stop":1710308192972,"duration":0}},{"uid":"1f8ddc00796efc27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f8ddc00796efc27","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"576ef8e5896cac60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/576ef8e5896cac60","status":"passed","time":{"start":1710287282003,"stop":1710287282004,"duration":1}},{"uid":"3896fe3c5469807","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3896fe3c5469807","status":"passed","time":{"start":1710284550775,"stop":1710284550775,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da3e5676f260a344","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/da3e5676f260a344","status":"passed","time":{"start":1710307897766,"stop":1710307897768,"duration":2}},{"uid":"dfc7567376b5301b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfc7567376b5301b","status":"passed","time":{"start":1710306791272,"stop":1710306791273,"duration":1}},{"uid":"dbc70ca470ea8a6f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbc70ca470ea8a6f","status":"passed","time":{"start":1710286996353,"stop":1710286996355,"duration":2}},{"uid":"a17c382df0269e13","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a17c382df0269e13","status":"passed","time":{"start":1710284258862,"stop":1710284258872,"duration":10}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db70e85df4bc8348","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db70e85df4bc8348","status":"passed","time":{"start":1710307923913,"stop":1710307923913,"duration":0}},{"uid":"bbc0d5284000a150","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0d5284000a150","status":"passed","time":{"start":1710306816840,"stop":1710306816840,"duration":0}},{"uid":"aedf1941f79480b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedf1941f79480b2","status":"passed","time":{"start":1710287022151,"stop":1710287022151,"duration":0}},{"uid":"a5365a83f4005597","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a5365a83f4005597","status":"passed","time":{"start":1710284284832,"stop":1710284284833,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23b4e6317755ed0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/23b4e6317755ed0","status":"passed","time":{"start":1710308371307,"stop":1710308371307,"duration":0}},{"uid":"deb8785009bc7363","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/deb8785009bc7363","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"144efa8fde7f356e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/144efa8fde7f356e","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"11e8bda6b6ebe190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11e8bda6b6ebe190","status":"passed","time":{"start":1710284730221,"stop":1710284730222,"duration":1}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dbf4fc66db0b2495","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbf4fc66db0b2495","status":"passed","time":{"start":1710307889887,"stop":1710307889889,"duration":2}},{"uid":"184f5fda87c9205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/184f5fda87c9205f","status":"passed","time":{"start":1710306783346,"stop":1710306783348,"duration":2}},{"uid":"2421ba73c22099f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2421ba73c22099f5","status":"passed","time":{"start":1710286988505,"stop":1710286988507,"duration":2}},{"uid":"99f4b4b15a3c5b4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/99f4b4b15a3c5b4","status":"passed","time":{"start":1710284250977,"stop":1710284250978,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbaa443eb1a7ea22","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cbaa443eb1a7ea22","status":"passed","time":{"start":1710308192914,"stop":1710308192915,"duration":1}},{"uid":"892ad9469a60e80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/892ad9469a60e80","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"af1c9d44de9a7b4a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af1c9d44de9a7b4a","status":"passed","time":{"start":1710287281992,"stop":1710287281992,"duration":0}},{"uid":"bb9d7a29acd6f58a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb9d7a29acd6f58a","status":"passed","time":{"start":1710284550744,"stop":1710284550749,"duration":5}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8f74ce67607fe248","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f74ce67607fe248","status":"passed","time":{"start":1710308192970,"stop":1710308192971,"duration":1}},{"uid":"98f30a5843dbba20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/98f30a5843dbba20","status":"passed","time":{"start":1710307078650,"stop":1710307078650,"duration":0}},{"uid":"8df3b3f4d22af581","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8df3b3f4d22af581","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"f64f531c3d6ec712","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f64f531c3d6ec712","status":"passed","time":{"start":1710284550772,"stop":1710284550773,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"69d841d5eeafb782","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/69d841d5eeafb782","status":"passed","time":{"start":1710308167157,"stop":1710308167158,"duration":1}},{"uid":"aed4c493d9130c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aed4c493d9130c58","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"f76a11bd1edf0cd2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f76a11bd1edf0cd2","status":"passed","time":{"start":1710287245607,"stop":1710287245608,"duration":1}},{"uid":"7db5df00772b13ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7db5df00772b13ab","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0454d6ff7ece765","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0454d6ff7ece765","status":"passed","time":{"start":1710308463708,"stop":1710308463708,"duration":0}},{"uid":"aca240ab4abb749d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aca240ab4abb749d","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"a2687c77d073a37e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a2687c77d073a37e","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"4c760a2aad62b1cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4c760a2aad62b1cb","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"758448b39be27c9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/758448b39be27c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308572945,"stop":1710308572945,"duration":0}},{"uid":"e8eeb17c6ae0787e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8eeb17c6ae0787e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"cd01c97dc25236aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd01c97dc25236aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"15ecf93891d32e40","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15ecf93891d32e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934073,"stop":1710284934074,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"283e444ec6452b0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/283e444ec6452b0c","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"duration":0}},{"uid":"179311409d54c394","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/179311409d54c394","status":"passed","time":{"start":1710307101317,"stop":1710307101318,"duration":1}},{"uid":"ea94e2e1ea23c81e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea94e2e1ea23c81e","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"5004b2931f2ac1f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5004b2931f2ac1f0","status":"passed","time":{"start":1710284561379,"stop":1710284561379,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"829ede11b709a426","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/829ede11b709a426","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"duration":0}},{"uid":"c19b90daaf76611d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c19b90daaf76611d","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"c993653dc2e34e52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c993653dc2e34e52","status":"passed","time":{"start":1710287300122,"stop":1710287300123,"duration":1}},{"uid":"472a4b3952c601e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/472a4b3952c601e8","status":"passed","time":{"start":1710284561378,"stop":1710284561378,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b6034001b13b02cf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6034001b13b02cf","status":"passed","time":{"start":1710308353087,"stop":1710308353087,"duration":0}},{"uid":"9dbb889798e0d6b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9dbb889798e0d6b2","status":"passed","time":{"start":1710307238429,"stop":1710307238429,"duration":0}},{"uid":"408daa9b4bc1f061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/408daa9b4bc1f061","status":"passed","time":{"start":1710287445563,"stop":1710287445563,"duration":0}},{"uid":"f5c96a0504f53016","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5c96a0504f53016","status":"passed","time":{"start":1710284710695,"stop":1710284710695,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da3572beffbb22d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/da3572beffbb22d9","status":"passed","time":{"start":1710308463705,"stop":1710308463708,"duration":3}},{"uid":"34fac85a434e9564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34fac85a434e9564","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"9b57218dd0c6c81","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b57218dd0c6c81","status":"passed","time":{"start":1710287569256,"stop":1710287569257,"duration":1}},{"uid":"75e2eb93dce870ec","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75e2eb93dce870ec","status":"passed","time":{"start":1710284852301,"stop":1710284852304,"duration":3}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"16a65405028bc6c5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16a65405028bc6c5","status":"passed","time":{"start":1710308097737,"stop":1710308097737,"duration":0}},{"uid":"a3974946fb4e638b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3974946fb4e638b","status":"passed","time":{"start":1710306994278,"stop":1710306994278,"duration":0}},{"uid":"1605140ba4479d55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1605140ba4479d55","status":"passed","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"f8a410bd4da78e2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a410bd4da78e2c","status":"passed","time":{"start":1710284459557,"stop":1710284459558,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"dc8c4f107823ff47","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dc8c4f107823ff47","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308464141,"stop":1710308464141,"duration":0}},{"uid":"d1f8681bf8df9ccc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1f8681bf8df9ccc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351551,"duration":1}},{"uid":"d3460aa24b093fd6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d3460aa24b093fd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"64e8878354412fba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64e8878354412fba","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823521,"duration":1}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51acecb33833ebf4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51acecb33833ebf4","status":"passed","time":{"start":1710307914372,"stop":1710307914372,"duration":0}},{"uid":"e77564d107264cc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e77564d107264cc0","status":"passed","time":{"start":1710306807580,"stop":1710306807581,"duration":1}},{"uid":"5a14807bbe49a76e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a14807bbe49a76e","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"bc9581c4e78d2fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc9581c4e78d2fe8","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2008042c6b59cae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2008042c6b59cae","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"duration":0}},{"uid":"9304872b0e847c78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9304872b0e847c78","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"c0b491c869733d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0b491c869733d6","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"c08d838e8b2d8eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c08d838e8b2d8eb","status":"passed","time":{"start":1710284279139,"stop":1710284279139,"duration":0}}]},"50f7600afac2b7bd5ee6cc157873edb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5b274a625f8917d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b5b274a625f8917d","status":"passed","time":{"start":1710284680793,"stop":1710284680793,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"70ba40a2b1007e6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70ba40a2b1007e6","status":"passed","time":{"start":1710307902926,"stop":1710307902928,"duration":2}},{"uid":"9c0b31cbe5ccf3b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c0b31cbe5ccf3b3","status":"passed","time":{"start":1710306795951,"stop":1710306795953,"duration":2}},{"uid":"39170dce51057abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39170dce51057abd","status":"passed","time":{"start":1710287001219,"stop":1710287001221,"duration":2}},{"uid":"e04992867ebafe01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04992867ebafe01","status":"passed","time":{"start":1710284263736,"stop":1710284263738,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"89ca8c82e825b65e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/89ca8c82e825b65e","status":"passed","time":{"start":1710307914056,"stop":1710307914056,"duration":0}},{"uid":"650a853b2ce60d7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/650a853b2ce60d7d","status":"passed","time":{"start":1710306807145,"stop":1710306807145,"duration":0}},{"uid":"93857a34822761eb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93857a34822761eb","status":"passed","time":{"start":1710287012264,"stop":1710287012264,"duration":0}},{"uid":"259d3642f38a1d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/259d3642f38a1d0","status":"passed","time":{"start":1710284274240,"stop":1710284274240,"duration":0}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30f590d96d7726c4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30f590d96d7726c4","status":"passed","time":{"start":1710307914070,"stop":1710307914070,"duration":0}},{"uid":"d43f84cb41bb53a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d43f84cb41bb53a1","status":"passed","time":{"start":1710306807148,"stop":1710306807149,"duration":1}},{"uid":"133c48c4bf5033a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/133c48c4bf5033a5","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"ad68b32a5a235ab5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad68b32a5a235ab5","status":"passed","time":{"start":1710284274244,"stop":1710284274244,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd45b9a173e5cb28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd45b9a173e5cb28","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0}},{"uid":"7df7c6ee63b234b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7df7c6ee63b234b8","status":"passed","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"c115844d7880794c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c115844d7880794c","status":"passed","time":{"start":1710287674903,"stop":1710287674903,"duration":0}},{"uid":"9d0b721adbe7723f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d0b721adbe7723f","status":"passed","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59599f58f3b10d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/59599f58f3b10d7","status":"passed","time":{"start":1710308494292,"stop":1710308494292,"duration":0}},{"uid":"27073afe74dd3c08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27073afe74dd3c08","status":"passed","time":{"start":1710307383800,"stop":1710307383801,"duration":1}},{"uid":"f5432f111ef10192","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5432f111ef10192","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"b03794b78c7cf590","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03794b78c7cf590","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"de258e8515ffeadf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/de258e8515ffeadf","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"duration":0}},{"uid":"76a3b3b5e528481a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76a3b3b5e528481a","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"f32fc7148002466e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f32fc7148002466e","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"e6b752d03cc821e9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6b752d03cc821e9","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fc1f472da8fdd0a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fc1f472da8fdd0a","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"duration":0}},{"uid":"c6464def5efb043e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6464def5efb043e","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0}},{"uid":"24d67a152fb640d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24d67a152fb640d7","status":"passed","time":{"start":1710287196195,"stop":1710287196196,"duration":1}},{"uid":"6da118a3c5909de6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6da118a3c5909de6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e8fabb958e19000b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8fabb958e19000b","status":"passed","time":{"start":1710308357664,"stop":1710308357664,"duration":0}},{"uid":"6baaff4bb81b1029","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6baaff4bb81b1029","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4bd8fa3c3d62db2b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bd8fa3c3d62db2b","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"47df6dda5baf3492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47df6dda5baf3492","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"658fc70cc0b4b5d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/658fc70cc0b4b5d7","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"duration":0}},{"uid":"5ee756fea438a477","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ee756fea438a477","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"27510ecf5b4d9af","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27510ecf5b4d9af","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"eb566a756952d1fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb566a756952d1fb","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"801d856912befc9b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/801d856912befc9b","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"duration":0}},{"uid":"a1429473f82d3959","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a1429473f82d3959","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"2451619aa855d5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2451619aa855d5e9","status":"passed","time":{"start":1710286988736,"stop":1710286988737,"duration":1}},{"uid":"aea625bb3f347453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aea625bb3f347453","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e64a00d603ae3445","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e64a00d603ae3445","status":"passed","time":{"start":1710308426361,"stop":1710308426361,"duration":0}},{"uid":"6b3a2aebad6f2d5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6b3a2aebad6f2d5a","status":"passed","time":{"start":1710307300368,"stop":1710307300369,"duration":1}},{"uid":"7e56a23afc076a20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e56a23afc076a20","status":"passed","time":{"start":1710287503527,"stop":1710287503527,"duration":0}},{"uid":"2d7fc06dfd45ba6c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2d7fc06dfd45ba6c","status":"passed","time":{"start":1710284762778,"stop":1710284762779,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c41945c4b8cbfead","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c41945c4b8cbfead","status":"passed","time":{"start":1710308097735,"stop":1710308097735,"duration":0}},{"uid":"bac580444c8ffa96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bac580444c8ffa96","status":"passed","time":{"start":1710306994275,"stop":1710306994276,"duration":1}},{"uid":"574773b660d489b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/574773b660d489b5","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"ece4a120a1dbcd85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ece4a120a1dbcd85","status":"passed","time":{"start":1710284459545,"stop":1710284459547,"duration":2}}]},"823078815261aa4bd9a13537d910b17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9da0751e386ea248","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9da0751e386ea248","status":"passed","time":{"start":1710287196194,"stop":1710287196195,"duration":1}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b14ca8c15c626435","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b14ca8c15c626435","status":"passed","time":{"start":1710307948136,"stop":1710307948137,"duration":1}},{"uid":"b4141f08ebea1fcd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4141f08ebea1fcd","status":"passed","time":{"start":1710306841075,"stop":1710306841075,"duration":0}},{"uid":"c1653a089c469bb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1653a089c469bb0","status":"passed","time":{"start":1710287046526,"stop":1710287046526,"duration":0}},{"uid":"caf3dfbe8139c8a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/caf3dfbe8139c8a4","status":"passed","time":{"start":1710284309645,"stop":1710284309645,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"dbb9702127f61154","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbb9702127f61154","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307950775,"stop":1710307950776,"duration":1}},{"uid":"4bc2a826a07b6814","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc2a826a07b6814","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"c71bb5c4cc9b5f47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c71bb5c4cc9b5f47","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049803,"duration":1}},{"uid":"fbed2b316cc4462b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbed2b316cc4462b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312211,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7be882f99455ca53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7be882f99455ca53","status":"passed","time":{"start":1710307924459,"stop":1710307924459,"duration":0}},{"uid":"18066555c83e69dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18066555c83e69dd","status":"passed","time":{"start":1710306817452,"stop":1710306817452,"duration":0}},{"uid":"367fbfa603dbe1a1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367fbfa603dbe1a1","status":"passed","time":{"start":1710287022682,"stop":1710287022682,"duration":0}},{"uid":"264d4d0f51d2d2d7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/264d4d0f51d2d2d7","status":"passed","time":{"start":1710284285361,"stop":1710284285361,"duration":0}}]},"23894bbb117ede5090e28f3cfe09faaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c224616cb3d53871","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c224616cb3d53871","status":"passed","time":{"start":1710284852314,"stop":1710284852314,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"104040261e5581e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/104040261e5581e1","status":"passed","time":{"start":1710308325356,"stop":1710308325357,"duration":1}},{"uid":"be4ed2861859f6eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/be4ed2861859f6eb","status":"passed","time":{"start":1710307209808,"stop":1710307209808,"duration":0}},{"uid":"bd5f4a931d0c32c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd5f4a931d0c32c0","status":"passed","time":{"start":1710287415614,"stop":1710287415614,"duration":0}},{"uid":"aac6b4dd37beb7fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aac6b4dd37beb7fe","status":"passed","time":{"start":1710284682353,"stop":1710284682353,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c7d3b14d46472c1d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c7d3b14d46472c1d","status":"passed","time":{"start":1710308481021,"stop":1710308481022,"duration":1}},{"uid":"953b6c4958f6ffe2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/953b6c4958f6ffe2","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"d68e64fa904c5f58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d68e64fa904c5f58","status":"passed","time":{"start":1710287560341,"stop":1710287560342,"duration":1}},{"uid":"a6214bca33c8df9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6214bca33c8df9a","status":"passed","time":{"start":1710284826096,"stop":1710284826097,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e5a01a74d62c8db0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e5a01a74d62c8db0","status":"passed","time":{"start":1710308092714,"stop":1710308092715,"duration":1}},{"uid":"9faf2ce3540f6444","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9faf2ce3540f6444","status":"passed","time":{"start":1710306981513,"stop":1710306981514,"duration":1}},{"uid":"cd919f6887e78f60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd919f6887e78f60","status":"passed","time":{"start":1710287198164,"stop":1710287198165,"duration":1}},{"uid":"be87ec19192cd4a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be87ec19192cd4a9","status":"passed","time":{"start":1710284460003,"stop":1710284460003,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9750a678d29afff7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9750a678d29afff7","status":"passed","time":{"start":1710307918134,"stop":1710307918135,"duration":1}},{"uid":"8b043309421b5cb4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b043309421b5cb4","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"137ac58dd42e9eda","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/137ac58dd42e9eda","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"10b20c6c570ef1d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/10b20c6c570ef1d1","status":"passed","time":{"start":1710284279138,"stop":1710284279139,"duration":1}}]},"b4806174f4968d20cf8972b308e5c75d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11394e9e3c68f30c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11394e9e3c68f30c","status":"passed","time":{"start":1710306994273,"stop":1710306994274,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df5f276deba61d86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/df5f276deba61d86","status":"passed","time":{"start":1710308092710,"stop":1710308092713,"duration":3}},{"uid":"1d6a89bd245e2f5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d6a89bd245e2f5a","status":"passed","time":{"start":1710306981511,"stop":1710306981512,"duration":1}},{"uid":"840327b34ced16b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/840327b34ced16b6","status":"passed","time":{"start":1710287198163,"stop":1710287198163,"duration":0}},{"uid":"e2cd3a6faf7bbfb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2cd3a6faf7bbfb6","status":"passed","time":{"start":1710284460001,"stop":1710284460002,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"442f47c9965aeae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/442f47c9965aeae","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"duration":0}},{"uid":"11290bacd315498c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11290bacd315498c","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"402418ceb5ef97be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/402418ceb5ef97be","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"e0b374d9ae81079b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0b374d9ae81079b","status":"passed","time":{"start":1710284279137,"stop":1710284279137,"duration":0}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4472405c6bf9f8a8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4472405c6bf9f8a8","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"duration":0}},{"uid":"2f99f2f7f33bd728","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f99f2f7f33bd728","status":"passed","time":{"start":1710307365852,"stop":1710307365855,"duration":3}},{"uid":"daf82d0c4e0813e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/daf82d0c4e0813e","status":"passed","time":{"start":1710287564360,"stop":1710287564361,"duration":1}},{"uid":"713c9f26a9eb5f3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/713c9f26a9eb5f3d","status":"passed","time":{"start":1710284831317,"stop":1710284831318,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"25a34fe7b6309061","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/25a34fe7b6309061","status":"passed","time":{"start":1710308092700,"stop":1710308092701,"duration":1}},{"uid":"2252bf85cd52830f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2252bf85cd52830f","status":"passed","time":{"start":1710306981505,"stop":1710306981505,"duration":0}},{"uid":"88717295bb2bb967","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/88717295bb2bb967","status":"passed","time":{"start":1710287198119,"stop":1710287198120,"duration":1}},{"uid":"ed87a25412fe121c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed87a25412fe121c","status":"passed","time":{"start":1710284459995,"stop":1710284459996,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e433e189c24b9d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e433e189c24b9d1","status":"passed","time":{"start":1710308371315,"stop":1710308371316,"duration":1}},{"uid":"ba2ddcbdc34fffa6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2ddcbdc34fffa6","status":"passed","time":{"start":1710307259442,"stop":1710307259443,"duration":1}},{"uid":"6c7d61222f040264","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c7d61222f040264","status":"passed","time":{"start":1710287460908,"stop":1710287460908,"duration":0}},{"uid":"5ae5168f818536fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ae5168f818536fd","status":"passed","time":{"start":1710284730226,"stop":1710284730226,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eadf6cd2815d2836","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eadf6cd2815d2836","status":"passed","time":{"start":1710308416747,"stop":1710308416747,"duration":0}},{"uid":"6190bac82b7d7883","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6190bac82b7d7883","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"565d5b9f07222ffe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/565d5b9f07222ffe","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"600d5aedb4c61234","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600d5aedb4c61234","status":"passed","time":{"start":1710284775872,"stop":1710284775873,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac4d3faef5e2b526","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac4d3faef5e2b526","status":"passed","time":{"start":1710308322564,"stop":1710308322565,"duration":1}},{"uid":"e2d34721d9d1fa3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2d34721d9d1fa3a","status":"passed","time":{"start":1710307207046,"stop":1710307207047,"duration":1}},{"uid":"9895e602aeed61f7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9895e602aeed61f7","status":"passed","time":{"start":1710287412738,"stop":1710287412739,"duration":1}},{"uid":"dc6525a3f44185fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc6525a3f44185fa","status":"passed","time":{"start":1710284680764,"stop":1710284680764,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc4806e8d40a6527","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc4806e8d40a6527","status":"passed","time":{"start":1710308416740,"stop":1710308416742,"duration":2}},{"uid":"431b7e4e075f97cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/431b7e4e075f97cc","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"5d9b8e8a4d3c23e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5d9b8e8a4d3c23e4","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"b4f0901b29322dc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4f0901b29322dc1","status":"passed","time":{"start":1710284775864,"stop":1710284775865,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7724b163879864e6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7724b163879864e6","status":"passed","time":{"start":1710308463691,"stop":1710308463691,"duration":0}},{"uid":"f5c0f2e3af496c30","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5c0f2e3af496c30","status":"passed","time":{"start":1710307358461,"stop":1710307358462,"duration":1}},{"uid":"41d137d7c8a37ca4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/41d137d7c8a37ca4","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"394f52482df58817","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/394f52482df58817","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"17b7f08f56085ca6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17b7f08f56085ca6","status":"passed","time":{"start":1710308402072,"stop":1710308402073,"duration":1}},{"uid":"a7a2ea1325f77e08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7a2ea1325f77e08","status":"passed","time":{"start":1710307285627,"stop":1710307285627,"duration":0}},{"uid":"459b27d3cd9a6d7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/459b27d3cd9a6d7e","status":"passed","time":{"start":1710287499225,"stop":1710287499226,"duration":1}},{"uid":"303fcb4e1b4e2629","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/303fcb4e1b4e2629","status":"passed","time":{"start":1710284765829,"stop":1710284765830,"duration":1}}]},"70a767e4b930526214fbc0ed1d3d34cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b20a98adec2ef5a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b20a98adec2ef5a","status":"passed","time":{"start":1710287483710,"stop":1710287483710,"duration":0}},{"uid":"bb4f9bbc42a4a6d8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb4f9bbc42a4a6d8","status":"passed","time":{"start":1710284751207,"stop":1710284751208,"duration":1}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f031c494248cbf8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f031c494248cbf8","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"duration":0}},{"uid":"3559c6fbc13d9ea7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3559c6fbc13d9ea7","status":"passed","time":{"start":1710307045661,"stop":1710307045661,"duration":0}},{"uid":"bb40599a25df254b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb40599a25df254b","status":"passed","time":{"start":1710287245609,"stop":1710287245611,"duration":2}},{"uid":"b4c624ec20cd9904","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4c624ec20cd9904","status":"passed","time":{"start":1710284503142,"stop":1710284503143,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c219c5cdd92dffd7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c219c5cdd92dffd7","status":"passed","time":{"start":1710308097729,"stop":1710308097729,"duration":0}},{"uid":"f06232fe0196685e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f06232fe0196685e","status":"passed","time":{"start":1710306994269,"stop":1710306994270,"duration":1}},{"uid":"1dd01419f639eb43","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1dd01419f639eb43","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"6cb95b937b890881","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6cb95b937b890881","status":"passed","time":{"start":1710284459538,"stop":1710284459539,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b944e98ee8cf4ca4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b944e98ee8cf4ca4","status":"passed","time":{"start":1710307971894,"stop":1710307971895,"duration":1}},{"uid":"374c0a9af5c35192","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/374c0a9af5c35192","status":"passed","time":{"start":1710306865884,"stop":1710306865885,"duration":1}},{"uid":"e954f206bd1a5a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e954f206bd1a5a3","status":"passed","time":{"start":1710287067215,"stop":1710287067216,"duration":1}},{"uid":"eb43e27a1e682313","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb43e27a1e682313","status":"passed","time":{"start":1710284328536,"stop":1710284328536,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37a395b22fd28cd5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/37a395b22fd28cd5","status":"passed","time":{"start":1710307898065,"stop":1710307898065,"duration":0}},{"uid":"b5f07f518d95efc2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5f07f518d95efc2","status":"passed","time":{"start":1710306791181,"stop":1710306791186,"duration":5}},{"uid":"559eb600938a30ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/559eb600938a30ed","status":"passed","time":{"start":1710286996394,"stop":1710286996394,"duration":0}},{"uid":"9564c7ec914acbc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9564c7ec914acbc4","status":"passed","time":{"start":1710284259032,"stop":1710284259032,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b6963d4d261cb89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6963d4d261cb89","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"duration":0}},{"uid":"824bf4373ffe1857","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/824bf4373ffe1857","status":"passed","time":{"start":1710306994271,"stop":1710306994272,"duration":1}},{"uid":"607df09132afb29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/607df09132afb29","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"1afea2e9929d6bbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1afea2e9929d6bbe","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"a785f8092a7a73f358d38d07164b5cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"83079f62ee1ee2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83079f62ee1ee2a","status":"broken","statusDetails":"(HTTP code 404) no such container - No such container: f0c984ffbf9006b52137d34a2cd9e27434c42c799a63b497623a2af07c093d74 ","time":{"start":1710308388677,"stop":1710308388677,"duration":0}},{"uid":"cc59c9a10a2d041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc59c9a10a2d041","status":"broken","statusDetails":"(HTTP code 404) no such container - No such container: 40cfc6e809b259d80302cc28530c5001daa9d9bbc48ba91433794052f3b28e7a ","time":{"start":1710307270090,"stop":1710307270091,"duration":1}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36f6d6f97d645dd5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/36f6d6f97d645dd5","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0}},{"uid":"2c3cf95941c3b38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c3cf95941c3b38f","status":"passed","time":{"start":1710306791805,"stop":1710306791806,"duration":1}},{"uid":"cdb06e607c3b8985","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cdb06e607c3b8985","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"ec8a8bd81de31ac4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ec8a8bd81de31ac4","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62eed97231bd16b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62eed97231bd16b6","status":"passed","time":{"start":1710308322566,"stop":1710308322567,"duration":1}},{"uid":"2ecb5beb9cd837ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ecb5beb9cd837ab","status":"passed","time":{"start":1710307207048,"stop":1710307207049,"duration":1}},{"uid":"ab921c90e25d43e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab921c90e25d43e7","status":"passed","time":{"start":1710287412739,"stop":1710287412740,"duration":1}},{"uid":"3f8d382ae7449437","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f8d382ae7449437","status":"passed","time":{"start":1710284680765,"stop":1710284680766,"duration":1}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dfcaf59b68762f18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfcaf59b68762f18","status":"passed","time":{"start":1710308322595,"stop":1710308322596,"duration":1}},{"uid":"43ec9a647e3c6b96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43ec9a647e3c6b96","status":"passed","time":{"start":1710307207058,"stop":1710307207063,"duration":5}},{"uid":"9f1a7f72937f770a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f1a7f72937f770a","status":"passed","time":{"start":1710287412745,"stop":1710287412746,"duration":1}},{"uid":"2c8b80af96a0a741","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c8b80af96a0a741","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e70bbe19ad57926","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e70bbe19ad57926","status":"passed","time":{"start":1710308416727,"stop":1710308416727,"duration":0}},{"uid":"f7c2deca11224d58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7c2deca11224d58","status":"passed","time":{"start":1710307308632,"stop":1710307308632,"duration":0}},{"uid":"b16f00f5a53f28f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b16f00f5a53f28f5","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"32fe049c28e46b44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32fe049c28e46b44","status":"passed","time":{"start":1710284775855,"stop":1710284775856,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bff70a352c922ddf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bff70a352c922ddf","status":"passed","time":{"start":1710308231895,"stop":1710308231896,"duration":1}},{"uid":"84f9195fc0f8e0a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/84f9195fc0f8e0a9","status":"passed","time":{"start":1710307105570,"stop":1710307105570,"duration":0}},{"uid":"ce4e170221b2c703","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce4e170221b2c703","status":"passed","time":{"start":1710287305055,"stop":1710287305055,"duration":0}},{"uid":"c2fb4a0b0dfb7649","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c2fb4a0b0dfb7649","status":"passed","time":{"start":1710284567198,"stop":1710284567198,"duration":0}}]},"aa3a7debf2bd11df6a7f3528f3e76ae9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"205ccb75d17f1e67","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/205ccb75d17f1e67","status":"passed","time":{"start":1710307308629,"stop":1710307308630,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4a72e0f50ab33385","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4a72e0f50ab33385","status":"passed","time":{"start":1710308353089,"stop":1710308353098,"duration":9}},{"uid":"22de5cbb2c158a6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22de5cbb2c158a6a","status":"passed","time":{"start":1710307238432,"stop":1710307238433,"duration":1}},{"uid":"2a4b3eb236fe8111","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a4b3eb236fe8111","status":"passed","time":{"start":1710287445565,"stop":1710287445565,"duration":0}},{"uid":"fb0565c2569c8cac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb0565c2569c8cac","status":"passed","time":{"start":1710284710701,"stop":1710284710702,"duration":1}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c93309cc785a8f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c93309cc785a8f3","status":"passed","time":{"start":1710308426368,"stop":1710308426368,"duration":0}},{"uid":"cf701fc9996a67b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf701fc9996a67b0","status":"passed","time":{"start":1710307300371,"stop":1710307300375,"duration":4}},{"uid":"2096c65938706d89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2096c65938706d89","status":"passed","time":{"start":1710287503529,"stop":1710287503530,"duration":1}},{"uid":"5dc4a825577924bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc4a825577924bf","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b52bafb347cd27f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b52bafb347cd27f2","status":"passed","time":{"start":1710308433839,"stop":1710308433840,"duration":1}},{"uid":"e6cbeffff593b0af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6cbeffff593b0af","status":"passed","time":{"start":1710307325063,"stop":1710307325063,"duration":0}},{"uid":"1636286a4234b5dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1636286a4234b5dc","status":"passed","time":{"start":1710287537360,"stop":1710287537361,"duration":1}},{"uid":"d33384103467515","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d33384103467515","status":"passed","time":{"start":1710284796483,"stop":1710284796484,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e8ed92cf92361e36","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8ed92cf92361e36","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"duration":0}},{"uid":"24fd25e99833117d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24fd25e99833117d","status":"passed","time":{"start":1710307207051,"stop":1710307207052,"duration":1}},{"uid":"e259adf52f179942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e259adf52f179942","status":"passed","time":{"start":1710287412743,"stop":1710287412744,"duration":1}},{"uid":"c7096ff76e5931cf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7096ff76e5931cf","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b21d2a90f8da1c78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b21d2a90f8da1c78","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"duration":0}},{"uid":"507f40509b1b0efe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/507f40509b1b0efe","status":"passed","time":{"start":1710306807582,"stop":1710306807582,"duration":0}},{"uid":"4b8349a94fd08bfb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4b8349a94fd08bfb","status":"passed","time":{"start":1710287012803,"stop":1710287012804,"duration":1}},{"uid":"d20fb86e1edef5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d20fb86e1edef5","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"598779bc0e58bb748824fb3e5e3236ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3255fe8979172f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f3255fe8979172f2","status":"passed","time":{"start":1710307207094,"stop":1710307207095,"duration":1}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fe3045070ee056f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fe3045070ee056f","status":"passed","time":{"start":1710308192977,"stop":1710308192977,"duration":0}},{"uid":"4956183f40287201","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4956183f40287201","status":"passed","time":{"start":1710307078652,"stop":1710307078653,"duration":1}},{"uid":"aa3f8083f72cd52d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa3f8083f72cd52d","status":"passed","time":{"start":1710287282005,"stop":1710287282006,"duration":1}},{"uid":"a936067d6a56d6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a936067d6a56d6f","status":"passed","time":{"start":1710284550778,"stop":1710284550778,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"109206928d717bb8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/109206928d717bb8","status":"passed","time":{"start":1710308494292,"stop":1710308494293,"duration":1}},{"uid":"ee8f0588407f024b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee8f0588407f024b","status":"passed","time":{"start":1710307383801,"stop":1710307383801,"duration":0}},{"uid":"8f2e70d2b4dfe715","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f2e70d2b4dfe715","status":"passed","time":{"start":1710287594295,"stop":1710287594295,"duration":0}},{"uid":"16138e721283175","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16138e721283175","status":"passed","time":{"start":1710284859499,"stop":1710284859500,"duration":1}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b01fe7edcdf95a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b01fe7edcdf95a5","status":"passed","time":{"start":1710307950773,"stop":1710307950773,"duration":0}},{"uid":"bcb300717e507f66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcb300717e507f66","status":"passed","time":{"start":1710306844174,"stop":1710306844175,"duration":1}},{"uid":"a0346a96121f6c71","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0346a96121f6c71","status":"passed","time":{"start":1710287049797,"stop":1710287049798,"duration":1}},{"uid":"42de015596a8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42de015596a8f5","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7d50c79b1c7fc277","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d50c79b1c7fc277","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0}},{"uid":"79872207cf39daca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79872207cf39daca","status":"passed","time":{"start":1710306791804,"stop":1710306791805,"duration":1}},{"uid":"b3935b7cd621d25d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b3935b7cd621d25d","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"ccf7ef1483fe39dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ccf7ef1483fe39dc","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"32eecb16e9bac87dfc40529a8ed34ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc1488d478c0318a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc1488d478c0318a","status":"passed","time":{"start":1710308463734,"stop":1710308463741,"duration":7}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"72a930bef07a5858","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/72a930bef07a5858","status":"passed","time":{"start":1710308463708,"stop":1710308463709,"duration":1}},{"uid":"c67e5097289e79a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c67e5097289e79a2","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"277f2bb4900d4b88","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/277f2bb4900d4b88","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"a67145926b826a05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a67145926b826a05","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f15e2d6dc7cce18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f15e2d6dc7cce18","status":"passed","time":{"start":1710308463731,"stop":1710308463731,"duration":0}},{"uid":"968a1ec7be9646c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/968a1ec7be9646c1","status":"passed","time":{"start":1710307358473,"stop":1710307358474,"duration":1}},{"uid":"b7c40110494c8cc7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7c40110494c8cc7","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"8fd688594ff524d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fd688594ff524d5","status":"passed","time":{"start":1710284852313,"stop":1710284852313,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"17fc99058e7599e4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17fc99058e7599e4","status":"passed","time":{"start":1710308463693,"stop":1710308463693,"duration":0}},{"uid":"a455888423ac0599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a455888423ac0599","status":"passed","time":{"start":1710307358464,"stop":1710307358464,"duration":0}},{"uid":"5e8bcc7762c66b5c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e8bcc7762c66b5c","status":"passed","time":{"start":1710287569255,"stop":1710287569255,"duration":0}},{"uid":"aeefa4b4fc9f26d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeefa4b4fc9f26d","status":"passed","time":{"start":1710284852299,"stop":1710284852300,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7929bfc9e9d0147c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7929bfc9e9d0147c","status":"passed","time":{"start":1710308433841,"stop":1710308433841,"duration":0}},{"uid":"3595c21704790a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3595c21704790a23","status":"passed","time":{"start":1710307325063,"stop":1710307325064,"duration":1}},{"uid":"447f0bd543f4273b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/447f0bd543f4273b","status":"passed","time":{"start":1710287537361,"stop":1710287537361,"duration":0}},{"uid":"a81265624abc94da","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a81265624abc94da","status":"passed","time":{"start":1710284796484,"stop":1710284796484,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fde04bd30e1a5e7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fde04bd30e1a5e7","status":"passed","time":{"start":1710307940135,"stop":1710307940138,"duration":3}},{"uid":"bcc25b97e22d5389","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcc25b97e22d5389","status":"passed","time":{"start":1710306833580,"stop":1710306833582,"duration":2}},{"uid":"418aec6d809a39f1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/418aec6d809a39f1","status":"passed","time":{"start":1710287039373,"stop":1710287039375,"duration":2}},{"uid":"6347bc92e6527f35","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6347bc92e6527f35","status":"passed","time":{"start":1710284302025,"stop":1710284302030,"duration":5}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f2474eeecef8ba48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2474eeecef8ba48","status":"passed","time":{"start":1710308092684,"stop":1710308092685,"duration":1}},{"uid":"8e3bbc41f1d409","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e3bbc41f1d409","status":"passed","time":{"start":1710306981490,"stop":1710306981490,"duration":0}},{"uid":"65f6563c887c652c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/65f6563c887c652c","status":"passed","time":{"start":1710287198103,"stop":1710287198104,"duration":1}},{"uid":"b71e8871c3b848f4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b71e8871c3b848f4","status":"passed","time":{"start":1710284459985,"stop":1710284459986,"duration":1}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4012606e41e24ec","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d4012606e41e24ec","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"duration":0}},{"uid":"bb0fdb54a62df8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0fdb54a62df8e","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"aebe053e3bbfb726","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aebe053e3bbfb726","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"210b145aceac893e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/210b145aceac893e","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29a6a7bbf70834a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29a6a7bbf70834a9","status":"passed","time":{"start":1710307950770,"stop":1710307950772,"duration":2}},{"uid":"2ff27dd2aca6d39c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ff27dd2aca6d39c","status":"passed","time":{"start":1710306844173,"stop":1710306844173,"duration":0}},{"uid":"9cf18aece570904b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9cf18aece570904b","status":"passed","time":{"start":1710287049795,"stop":1710287049796,"duration":1}},{"uid":"95f4c8806979d5b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95f4c8806979d5b9","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"632e4713bacd2fb5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/632e4713bacd2fb5","status":"passed","time":{"start":1710308366512,"stop":1710308366512,"duration":0}},{"uid":"2c0abfdfabf9ae75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0abfdfabf9ae75","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"bf8686d56ec0432f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8686d56ec0432f","status":"passed","time":{"start":1710287456068,"stop":1710287456068,"duration":0}},{"uid":"3f589648b0508864","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f589648b0508864","status":"passed","time":{"start":1710284723021,"stop":1710284723021,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f8165fc4a6960e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f8165fc4a6960e1","status":"passed","time":{"start":1710308416722,"stop":1710308416723,"duration":1}},{"uid":"e08fbc7d1d669cd6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e08fbc7d1d669cd6","status":"passed","time":{"start":1710307308625,"stop":1710307308626,"duration":1}},{"uid":"4e771888c988c08b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e771888c988c08b","status":"passed","time":{"start":1710287509748,"stop":1710287509749,"duration":1}},{"uid":"319aff53cb0b3685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/319aff53cb0b3685","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7526c5ff44f936","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d7526c5ff44f936","status":"passed","time":{"start":1710307991226,"stop":1710307991227,"duration":1}},{"uid":"7254d42a33efe684","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7254d42a33efe684","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"c42313b1ce0d484c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c42313b1ce0d484c","status":"passed","time":{"start":1710287085418,"stop":1710287085418,"duration":0}},{"uid":"20458cf306ad92cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20458cf306ad92cc","status":"passed","time":{"start":1710284350512,"stop":1710284350513,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c54954d908a46041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c54954d908a46041","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"duration":0}},{"uid":"7375b5fe7f2e0efd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7375b5fe7f2e0efd","status":"passed","time":{"start":1710306791808,"stop":1710306791809,"duration":1}},{"uid":"d590d24181710c11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d590d24181710c11","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fcef8cbe7ce48a24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcef8cbe7ce48a24","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"10ec031ba2621475","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10ec031ba2621475","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0}},{"uid":"3a5d6b5a6dc7ab5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a5d6b5a6dc7ab5d","status":"passed","time":{"start":1710307465621,"stop":1710307465622,"duration":1}},{"uid":"c62257ad5f48e095","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c62257ad5f48e095","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"665bd1a26706691e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/665bd1a26706691e","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1db4fc4c2d960b8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1db4fc4c2d960b8c","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"duration":0}},{"uid":"f8f575284b0cd59f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f8f575284b0cd59f","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"99e2204a4a186c0c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99e2204a4a186c0c","status":"passed","time":{"start":1710287300121,"stop":1710287300122,"duration":1}},{"uid":"2c1314d7f583ff23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c1314d7f583ff23","status":"passed","time":{"start":1710284561377,"stop":1710284561377,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d48597e1996675e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d48597e1996675e","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0}},{"uid":"57d78f0b3523a242","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d78f0b3523a242","status":"passed","time":{"start":1710306807024,"stop":1710306807025,"duration":1}},{"uid":"a46f193a27a35b36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f193a27a35b36","status":"passed","time":{"start":1710287011901,"stop":1710287011902,"duration":1}},{"uid":"489047c3678597a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/489047c3678597a3","status":"passed","time":{"start":1710284274565,"stop":1710284274565,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d476eb80a9e8d30","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2d476eb80a9e8d30","status":"passed","time":{"start":1710308463692,"stop":1710308463692,"duration":0}},{"uid":"9d054ecd1d11d4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d054ecd1d11d4dc","status":"passed","time":{"start":1710307358463,"stop":1710307358463,"duration":0}},{"uid":"f3691254b0bf8e31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3691254b0bf8e31","status":"passed","time":{"start":1710287569254,"stop":1710287569254,"duration":0}},{"uid":"380b6055b7b68f08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/380b6055b7b68f08","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b43f163f9062a3a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b43f163f9062a3a3","status":"passed","time":{"start":1710308463674,"stop":1710308463674,"duration":0}},{"uid":"66a448733488435","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66a448733488435","status":"passed","time":{"start":1710307358453,"stop":1710307358454,"duration":1}},{"uid":"aa9fb4fd49ef423c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9fb4fd49ef423c","status":"passed","time":{"start":1710287569241,"stop":1710287569242,"duration":1}},{"uid":"e470cdd53d4623e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e470cdd53d4623e8","status":"passed","time":{"start":1710284852271,"stop":1710284852271,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa4e3e175b818004","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa4e3e175b818004","status":"passed","time":{"start":1710307923912,"stop":1710307923912,"duration":0}},{"uid":"3933ea1f3a2816a7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3933ea1f3a2816a7","status":"passed","time":{"start":1710306816839,"stop":1710306816839,"duration":0}},{"uid":"9af3d64b29c1f40c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9af3d64b29c1f40c","status":"passed","time":{"start":1710287022150,"stop":1710287022151,"duration":1}},{"uid":"8ec013af2d4c115d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ec013af2d4c115d","status":"passed","time":{"start":1710284284831,"stop":1710284284832,"duration":1}}]},"1a21e13473e30710f8cfaca1ac90eed7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a5294624bccf84b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1a5294624bccf84b","status":"passed","time":{"start":1710284852313,"stop":1710284852313,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2aa78ba7033620f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2aa78ba7033620f1","status":"passed","time":{"start":1710308572943,"stop":1710308572944,"duration":1}},{"uid":"83de1c0272cb2338","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83de1c0272cb2338","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"bd646075682702fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd646075682702fc","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"d13a7f38e8ea1414","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d13a7f38e8ea1414","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a4c5ee5fa0ac66ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4c5ee5fa0ac66ca","status":"passed","time":{"start":1710308416735,"stop":1710308416736,"duration":1}},{"uid":"3abdc73832c6540d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3abdc73832c6540d","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"79db02969a51c5b1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/79db02969a51c5b1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"305b71458ba093ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/305b71458ba093ac","status":"passed","time":{"start":1710284775862,"stop":1710284775862,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44448a09524c17c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44448a09524c17c2","status":"passed","time":{"start":1710308192912,"stop":1710308192913,"duration":1}},{"uid":"63dae34702dd6ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63dae34702dd6ea","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"3089210640a59e21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3089210640a59e21","status":"passed","time":{"start":1710287281979,"stop":1710287281991,"duration":12}},{"uid":"ecfed2a8f82c97f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ecfed2a8f82c97f3","status":"passed","time":{"start":1710284550742,"stop":1710284550743,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20243ed8033a8488","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/20243ed8033a8488","status":"passed","time":{"start":1710308495152,"stop":1710308495153,"duration":1}},{"uid":"9cc77513a4f98d1b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9cc77513a4f98d1b","status":"passed","time":{"start":1710307377258,"stop":1710307377259,"duration":1}},{"uid":"a701c385b71f9d17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a701c385b71f9d17","status":"passed","time":{"start":1710287579551,"stop":1710287579552,"duration":1}},{"uid":"a4747c4451e8d910","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a4747c4451e8d910","status":"passed","time":{"start":1710284855735,"stop":1710284855735,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae09d7506fd71367","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae09d7506fd71367","status":"passed","time":{"start":1710308463710,"stop":1710308463710,"duration":0}},{"uid":"343a59b3900a2827","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/343a59b3900a2827","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"6e890a4368b1a94f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6e890a4368b1a94f","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"8d3b336129359060","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d3b336129359060","status":"passed","time":{"start":1710284852305,"stop":1710284852305,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3f09598def689f9a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f09598def689f9a","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0}},{"uid":"3c0f298d45f795af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c0f298d45f795af","status":"passed","time":{"start":1710306818619,"stop":1710306818620,"duration":1}},{"uid":"9a2773c1012b6d3f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a2773c1012b6d3f","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"9fb75f6ae8975ffa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9fb75f6ae8975ffa","status":"passed","time":{"start":1710284286706,"stop":1710284286706,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"bbdf296f293cabce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbdf296f293cabce","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308464141,"stop":1710308464142,"duration":1}},{"uid":"2e86d519770586d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e86d519770586d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"9ee8b27bd1227a67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ee8b27bd1227a67","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"e7f56606338e2eca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7f56606338e2eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823521,"stop":1710284823522,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ad5a8d9dcc619765","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ad5a8d9dcc619765","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"duration":0}},{"uid":"aa08e4f65994b509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa08e4f65994b509","status":"passed","time":{"start":1710307358460,"stop":1710307358460,"duration":0}},{"uid":"481f1ed65b573837","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/481f1ed65b573837","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"6937cd17ad6499cd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6937cd17ad6499cd","status":"passed","time":{"start":1710284852295,"stop":1710284852296,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f11683e170dbe81","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f11683e170dbe81","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"duration":0}},{"uid":"fc2e7510e50165e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc2e7510e50165e3","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"25c2ca37bc7facb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/25c2ca37bc7facb0","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"47e5ef60a0e505f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47e5ef60a0e505f8","status":"passed","time":{"start":1710284251373,"stop":1710284251374,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9e6fe4eee6ddb2d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c9e6fe4eee6ddb2d","status":"passed","time":{"start":1710308192921,"stop":1710308192921,"duration":0}},{"uid":"cd9aa4dc148f4c84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd9aa4dc148f4c84","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"4383e10cea8a9f33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4383e10cea8a9f33","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"79d56723d1d00c6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d56723d1d00c6f","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65a018b903ab341c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65a018b903ab341c","status":"passed","time":{"start":1710308463686,"stop":1710308463686,"duration":0}},{"uid":"d48f7e78bec72b61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d48f7e78bec72b61","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"64dce0ed76b0a45b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/64dce0ed76b0a45b","status":"passed","time":{"start":1710287569248,"stop":1710287569249,"duration":1}},{"uid":"dfdb43c9d9c755ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dfdb43c9d9c755ff","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"679af2e30c4ea1a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/679af2e30c4ea1a1","status":"passed","time":{"start":1710308092704,"stop":1710308092704,"duration":0}},{"uid":"52a107c4582588ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52a107c4582588ee","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"4e2de5c94626fe7b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e2de5c94626fe7b","status":"passed","time":{"start":1710287198126,"stop":1710287198126,"duration":0}},{"uid":"920184ec4035190a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/920184ec4035190a","status":"passed","time":{"start":1710284459999,"stop":1710284460000,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c0bf0db155c2675","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c0bf0db155c2675","status":"passed","time":{"start":1710308092718,"stop":1710308092718,"duration":0}},{"uid":"26062013d91a3239","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26062013d91a3239","status":"passed","time":{"start":1710306981516,"stop":1710306981517,"duration":1}},{"uid":"9f331bb1dd3c3819","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f331bb1dd3c3819","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"e0269bbe11112ecd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0269bbe11112ecd","status":"passed","time":{"start":1710284460009,"stop":1710284460009,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bd10deb17e6d3b4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd10deb17e6d3b4e","status":"passed","time":{"start":1710308416722,"stop":1710308416722,"duration":0}},{"uid":"8c80ce2ab01616f8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c80ce2ab01616f8","status":"passed","time":{"start":1710307308624,"stop":1710307308625,"duration":1}},{"uid":"c55fe0d7fb563f1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c55fe0d7fb563f1b","status":"passed","time":{"start":1710287509748,"stop":1710287509748,"duration":0}},{"uid":"9a43c1268bad37fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a43c1268bad37fd","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"223a9ee6413644c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/223a9ee6413644c6","status":"passed","time":{"start":1710308416728,"stop":1710308416728,"duration":0}},{"uid":"dcf88502bd133396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dcf88502bd133396","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"cc206791cf329478","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc206791cf329478","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"88303daa81d2f566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88303daa81d2f566","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"952571cd432fe180","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/952571cd432fe180","status":"passed","time":{"start":1710308092701,"stop":1710308092702,"duration":1}},{"uid":"2a68dd79b81a3b9a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a68dd79b81a3b9a","status":"passed","time":{"start":1710306981506,"stop":1710306981506,"duration":0}},{"uid":"1c0459ab974de853","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c0459ab974de853","status":"passed","time":{"start":1710287198122,"stop":1710287198124,"duration":2}},{"uid":"69fa1474507c4637","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/69fa1474507c4637","status":"passed","time":{"start":1710284459997,"stop":1710284459997,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8412b4099a1f4f25","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8412b4099a1f4f25","status":"passed","time":{"start":1710308225040,"stop":1710308225041,"duration":1}},{"uid":"2523f602b4d214cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2523f602b4d214cc","status":"passed","time":{"start":1710307101318,"stop":1710307101318,"duration":0}},{"uid":"cf3d2059364326d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cf3d2059364326d6","status":"passed","time":{"start":1710287300126,"stop":1710287300126,"duration":0}},{"uid":"d0c71fc5adae6c9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d0c71fc5adae6c9f","status":"passed","time":{"start":1710284561379,"stop":1710284561380,"duration":1}}]},"17979185d65587798a6d897599b41339:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a53bc857f43ffaa0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a53bc857f43ffaa0","status":"passed","time":{"start":1710287569261,"stop":1710287569261,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a294baa10a5ddd71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a294baa10a5ddd71","status":"passed","time":{"start":1710308357665,"stop":1710308357666,"duration":1}},{"uid":"2130bdc84c81d757","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2130bdc84c81d757","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"15b5b000ba4f4090","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15b5b000ba4f4090","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"b981c9547dc5ed11","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b981c9547dc5ed11","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3f3c1ea9af5a66e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f3c1ea9af5a66e9","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0}},{"uid":"bc3baaa033abf130","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bc3baaa033abf130","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"9f0d1deee0b270ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f0d1deee0b270ec","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"6a6d22aba989671d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a6d22aba989671d","status":"passed","time":{"start":1710284259609,"stop":1710284259610,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e1a6ffacc78d9a91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1a6ffacc78d9a91","status":"passed","time":{"start":1710307980884,"stop":1710307980886,"duration":2}},{"uid":"141971be20dd4e4f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/141971be20dd4e4f","status":"passed","time":{"start":1710306873749,"stop":1710306873749,"duration":0}},{"uid":"d91d1a24c9050e4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d91d1a24c9050e4e","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"cb2b3f2096bcce23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cb2b3f2096bcce23","status":"passed","time":{"start":1710284342269,"stop":1710284342271,"duration":2}}]},"6a00f023a112b1ad43696a128eb1bbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93d4fc52a154513","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93d4fc52a154513","status":"passed","time":{"start":1710307207095,"stop":1710307207095,"duration":0}}]},"7f646e37380eb6f40add675d5e1b260b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d9a298916953cb2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2d9a298916953cb2","status":"passed","time":{"start":1710287412760,"stop":1710287412760,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"866a9c956e93f7d8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/866a9c956e93f7d8","status":"passed","time":{"start":1710308097734,"stop":1710308097735,"duration":1}},{"uid":"90735eebe174ec27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/90735eebe174ec27","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"bd58ac5733107275","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd58ac5733107275","status":"passed","time":{"start":1710287196199,"stop":1710287196200,"duration":1}},{"uid":"93ff8f6940890e0e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93ff8f6940890e0e","status":"passed","time":{"start":1710284459544,"stop":1710284459545,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a56f00e9692bb775","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a56f00e9692bb775","status":"passed","time":{"start":1710308371295,"stop":1710308371296,"duration":1}},{"uid":"fbf9a75c9f644c6e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbf9a75c9f644c6e","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"f567ea56811a7256","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f567ea56811a7256","status":"passed","time":{"start":1710287460899,"stop":1710287460900,"duration":1}},{"uid":"847c823f4d6e5044","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847c823f4d6e5044","status":"passed","time":{"start":1710284730215,"stop":1710284730215,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e4c928caf641c35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e4c928caf641c35","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0}},{"uid":"1f2a6ed620d3bf35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f2a6ed620d3bf35","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"6526c9df0d15832a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6526c9df0d15832a","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"847263cb4908fb4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847263cb4908fb4c","status":"passed","time":{"start":1710284286705,"stop":1710284286706,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ab479e4414643b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6ab479e4414643b9","status":"passed","time":{"start":1710308322615,"stop":1710308322616,"duration":1}},{"uid":"34f98c9f388fed0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34f98c9f388fed0","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"957d87db73bdebc6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/957d87db73bdebc6","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"64cc2d83bd45790c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64cc2d83bd45790c","status":"passed","time":{"start":1710284680791,"stop":1710284680791,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e18f2b41e2124324","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e18f2b41e2124324","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0}},{"uid":"e845b6be80c42e2d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e845b6be80c42e2d","status":"passed","time":{"start":1710307308619,"stop":1710307308620,"duration":1}},{"uid":"120b2cb3c1665c16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/120b2cb3c1665c16","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"8d80321f04adbc44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d80321f04adbc44","status":"passed","time":{"start":1710284775837,"stop":1710284775838,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b972b1e80fc56a83","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b972b1e80fc56a83","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0}},{"uid":"a5743fbb8adfaf32","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5743fbb8adfaf32","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"82f16dc1c3a0ee3c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/82f16dc1c3a0ee3c","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"b53776f3e993977","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b53776f3e993977","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4dc13eea5f490538","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4dc13eea5f490538","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"duration":0}},{"uid":"3423716523d872a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3423716523d872a1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"b115f413899439cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b115f413899439cd","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"7c74a8be3a791eed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7c74a8be3a791eed","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7d198b9a77056b4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7d198b9a77056b4","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0}},{"uid":"dc85bceac9c30dee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dc85bceac9c30dee","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"504d31cd4cf2adf4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d31cd4cf2adf4","status":"passed","time":{"start":1710287608798,"stop":1710287608798,"duration":0}},{"uid":"2f6c161af3b99e16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f6c161af3b99e16","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b15c7072fbc83d9e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b15c7072fbc83d9e","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"duration":0}},{"uid":"28dc6cad2c6b9cbb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/28dc6cad2c6b9cbb","status":"passed","time":{"start":1710306811116,"stop":1710306811117,"duration":1}},{"uid":"94b8f2147e753248","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94b8f2147e753248","status":"passed","time":{"start":1710287016344,"stop":1710287016345,"duration":1}},{"uid":"488aba77c1195b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/488aba77c1195b3e","status":"passed","time":{"start":1710284279139,"stop":1710284279140,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"419b2409f8930b61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/419b2409f8930b61","status":"passed","time":{"start":1710308024294,"stop":1710308024295,"duration":1}},{"uid":"18c3c8d9f2d374d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18c3c8d9f2d374d7","status":"passed","time":{"start":1710306908764,"stop":1710306908764,"duration":0}},{"uid":"e2f290beca7caa23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2f290beca7caa23","status":"passed","time":{"start":1710287110857,"stop":1710287110857,"duration":0}},{"uid":"20114a54226d52b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20114a54226d52b9","status":"passed","time":{"start":1710284377470,"stop":1710284377471,"duration":1}}]},"b99757a3d7cc227e9f5cd2337ad0bf2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c0663d4ed9a312","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/41c0663d4ed9a312","status":"passed","time":{"start":1710308366472,"stop":1710308366480,"duration":8}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e145088ff1e23252","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e145088ff1e23252","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"duration":0}},{"uid":"7f6ca1b54860dfd1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f6ca1b54860dfd1","status":"passed","time":{"start":1710307308631,"stop":1710307308631,"duration":0}},{"uid":"4a3424730ae8ca0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4a3424730ae8ca0b","status":"passed","time":{"start":1710287509752,"stop":1710287509753,"duration":1}},{"uid":"cddbce60735e423b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cddbce60735e423b","status":"passed","time":{"start":1710284775854,"stop":1710284775854,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11528354d9817213","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11528354d9817213","status":"passed","time":{"start":1710308322614,"stop":1710308322615,"duration":1}},{"uid":"db08c2ee3491875c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db08c2ee3491875c","status":"passed","time":{"start":1710307207091,"stop":1710307207092,"duration":1}},{"uid":"1c3c18d431689e9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c3c18d431689e9d","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"dc8b48a490416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc8b48a490416","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac4e5b382205b17f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac4e5b382205b17f","status":"passed","time":{"start":1710307948133,"stop":1710307948134,"duration":1}},{"uid":"b7a41313a40a0516","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7a41313a40a0516","status":"passed","time":{"start":1710306841072,"stop":1710306841073,"duration":1}},{"uid":"cbff48bb824e4e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbff48bb824e4e6","status":"passed","time":{"start":1710287046523,"stop":1710287046523,"duration":0}},{"uid":"238468739750edc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/238468739750edc9","status":"passed","time":{"start":1710284309642,"stop":1710284309643,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d8f4d4d7aacb04c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3d8f4d4d7aacb04c","status":"passed","time":{"start":1710307950769,"stop":1710307950769,"duration":0}},{"uid":"3e706644a574bf34","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e706644a574bf34","status":"passed","time":{"start":1710306844171,"stop":1710306844172,"duration":1}},{"uid":"515f8c90f9b4b376","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/515f8c90f9b4b376","status":"passed","time":{"start":1710287049791,"stop":1710287049793,"duration":2}},{"uid":"60d1c886de363811","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60d1c886de363811","status":"passed","time":{"start":1710284312192,"stop":1710284312193,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c3850fc58e56d531","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c3850fc58e56d531","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0}},{"uid":"bbc0eb3feaa1a9ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0eb3feaa1a9ef","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"70a8c034a545a344","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a8c034a545a344","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"70a644cb7223713f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70a644cb7223713f","status":"passed","time":{"start":1710284259611,"stop":1710284259612,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bc89afb1807ee97","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8bc89afb1807ee97","status":"passed","time":{"start":1710308416731,"stop":1710308416732,"duration":1}},{"uid":"1464194acb38af00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1464194acb38af00","status":"passed","time":{"start":1710307308637,"stop":1710307308637,"duration":0}},{"uid":"73939f37857fe5ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73939f37857fe5ba","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"b8f82bdeda3e3151","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8f82bdeda3e3151","status":"passed","time":{"start":1710284775859,"stop":1710284775860,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54e59a8f1863ecb5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54e59a8f1863ecb5","status":"passed","time":{"start":1710308024291,"stop":1710308024292,"duration":1}},{"uid":"5688ff431f6dac0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5688ff431f6dac0c","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"bcfa9f247a9d7f2a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bcfa9f247a9d7f2a","status":"passed","time":{"start":1710287110848,"stop":1710287110848,"duration":0}},{"uid":"ed1efd28d08ac7a2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed1efd28d08ac7a2","status":"passed","time":{"start":1710284377456,"stop":1710284377466,"duration":10}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f5de46526bf25cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f5de46526bf25cd","status":"passed","time":{"start":1710307923915,"stop":1710307923916,"duration":1}},{"uid":"a56681d53b0ad2cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a56681d53b0ad2cb","status":"passed","time":{"start":1710306816842,"stop":1710306816842,"duration":0}},{"uid":"8067104299e9b04b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8067104299e9b04b","status":"passed","time":{"start":1710287022153,"stop":1710287022154,"duration":1}},{"uid":"8fb1104e1db5ea8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fb1104e1db5ea8d","status":"passed","time":{"start":1710284284834,"stop":1710284284835,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"97b5d4d8cc7677d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97b5d4d8cc7677d3","status":"passed","time":{"start":1710308092703,"stop":1710308092704,"duration":1}},{"uid":"1c531c411e8d1bb2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c531c411e8d1bb2","status":"passed","time":{"start":1710306981508,"stop":1710306981508,"duration":0}},{"uid":"666face20fb3f029","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/666face20fb3f029","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"e8bf1105b1b6015a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e8bf1105b1b6015a","status":"passed","time":{"start":1710284459999,"stop":1710284459999,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"961c402fe2a47a78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/961c402fe2a47a78","status":"passed","time":{"start":1710307906862,"stop":1710307906863,"duration":1}},{"uid":"767f66186c35121d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/767f66186c35121d","status":"passed","time":{"start":1710306799980,"stop":1710306799980,"duration":0}},{"uid":"77ee8f566b3ae056","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77ee8f566b3ae056","status":"passed","time":{"start":1710287005164,"stop":1710287005164,"duration":0}},{"uid":"9c1098ed4902be00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c1098ed4902be00","status":"passed","time":{"start":1710284267722,"stop":1710284267722,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"408fb498e7044b8a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/408fb498e7044b8a","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"duration":0}},{"uid":"ee041736d3a13da2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee041736d3a13da2","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"3298d730657d20b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3298d730657d20b5","status":"passed","time":{"start":1710287674896,"stop":1710287674897,"duration":1}},{"uid":"671351294d7d01df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/671351294d7d01df","status":"passed","time":{"start":1710284934059,"stop":1710284934060,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"637f3196ed316a60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/637f3196ed316a60","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"duration":0}},{"uid":"879d91838df8ad6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/879d91838df8ad6a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"c779fa30fccd1471","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c779fa30fccd1471","status":"passed","time":{"start":1710287049793,"stop":1710287049794,"duration":1}},{"uid":"21162e4a2b58362","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/21162e4a2b58362","status":"passed","time":{"start":1710284312193,"stop":1710284312194,"duration":1}}]},"ed2704bce0e5bac7008b44419c9cab36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8a67af661581c53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8a67af661581c53","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe91df30b2f2ac7f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe91df30b2f2ac7f","status":"passed","time":{"start":1710308366526,"stop":1710308366533,"duration":7}},{"uid":"3747a14e4385d0fd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3747a14e4385d0fd","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"78472c9b8de56237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/78472c9b8de56237","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"d2b5cf5eb50fb4c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d2b5cf5eb50fb4c0","status":"passed","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7bcb8780c92ab480","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7bcb8780c92ab480","status":"passed","time":{"start":1710308572940,"stop":1710308572941,"duration":1}},{"uid":"195d4824ca7509f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/195d4824ca7509f7","status":"passed","time":{"start":1710307465627,"stop":1710307465628,"duration":1}},{"uid":"6f118b9b97bc264b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f118b9b97bc264b","status":"passed","time":{"start":1710287674908,"stop":1710287674909,"duration":1}},{"uid":"7e335ccfd63fccbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e335ccfd63fccbb","status":"passed","time":{"start":1710284934068,"stop":1710284934069,"duration":1}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b5307b8e719aeb2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1b5307b8e719aeb2","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"duration":0}},{"uid":"40249434d6dcb33e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40249434d6dcb33e","status":"passed","time":{"start":1710306807581,"stop":1710306807582,"duration":1}},{"uid":"4712485bd60924e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4712485bd60924e0","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"918025bfdab81276","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/918025bfdab81276","status":"passed","time":{"start":1710284275221,"stop":1710284275222,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"26651b8096e41a46","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26651b8096e41a46","status":"passed","time":{"start":1710308231837,"stop":1710308231838,"duration":1}},{"uid":"42b0bba164dd5958","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42b0bba164dd5958","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"4bb7003f8ec424bd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bb7003f8ec424bd","status":"passed","time":{"start":1710287317293,"stop":1710287317293,"duration":0}},{"uid":"d38543c08b026963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d38543c08b026963","status":"passed","time":{"start":1710284588137,"stop":1710284588138,"duration":1}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"58817b80abfc90ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/58817b80abfc90ad","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0}},{"uid":"1a9fa9cdf487c856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a9fa9cdf487c856","status":"passed","time":{"start":1710306994273,"stop":1710306994273,"duration":0}},{"uid":"4e7dd67688b8a6b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e7dd67688b8a6b4","status":"passed","time":{"start":1710287196194,"stop":1710287196194,"duration":0}},{"uid":"173f662fe33bed5f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/173f662fe33bed5f","status":"passed","time":{"start":1710284459542,"stop":1710284459542,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"569f2b32e5b81606","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/569f2b32e5b81606","status":"passed","time":{"start":1710308649156,"stop":1710308649157,"duration":1}},{"uid":"3670104296f933b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3670104296f933b0","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"f0370d06e8c9d05c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0370d06e8c9d05c","status":"passed","time":{"start":1710287736652,"stop":1710287736652,"duration":0}},{"uid":"86727e0a94d94685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86727e0a94d94685","status":"passed","time":{"start":1710285008787,"stop":1710285008788,"duration":1}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea6a125b258d82b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ea6a125b258d82b","status":"passed","time":{"start":1710307912521,"stop":1710307912522,"duration":1}},{"uid":"1c68ecdccdc20497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c68ecdccdc20497","status":"passed","time":{"start":1710306806603,"stop":1710306806604,"duration":1}},{"uid":"1270691875465761","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1270691875465761","status":"passed","time":{"start":1710287011781,"stop":1710287011781,"duration":0}},{"uid":"9a2a60dc005a74ca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a2a60dc005a74ca","status":"passed","time":{"start":1710284274043,"stop":1710284274043,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68d38eaf2ad613c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/68d38eaf2ad613c2","status":"passed","time":{"start":1710308649157,"stop":1710308649157,"duration":0}},{"uid":"9900b1bbb62183e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9900b1bbb62183e5","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"6a53b2f940b0e0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6a53b2f940b0e0b","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"841b50bb5fc22895","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/841b50bb5fc22895","status":"passed","time":{"start":1710285008788,"stop":1710285008788,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ef819c359058ade","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ef819c359058ade","status":"passed","time":{"start":1710308416721,"stop":1710308416722,"duration":1}},{"uid":"544ff99790528a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/544ff99790528a2a","status":"passed","time":{"start":1710307308623,"stop":1710307308624,"duration":1}},{"uid":"ae09bf5edf7e1abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae09bf5edf7e1abd","status":"passed","time":{"start":1710287509747,"stop":1710287509748,"duration":1}},{"uid":"9375cefe7c859543","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9375cefe7c859543","status":"passed","time":{"start":1710284775839,"stop":1710284775840,"duration":1}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"249eba5a985f9b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/249eba5a985f9b6","status":"passed","time":{"start":1710307948137,"stop":1710307948137,"duration":0}},{"uid":"2a66928c63d120d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a66928c63d120d0","status":"passed","time":{"start":1710306841076,"stop":1710306841076,"duration":0}},{"uid":"b980aa1a9854837b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b980aa1a9854837b","status":"passed","time":{"start":1710287046526,"stop":1710287046527,"duration":1}},{"uid":"ac19f6e9f5381f4b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ac19f6e9f5381f4b","status":"passed","time":{"start":1710284309646,"stop":1710284309646,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d7d8f8968230f86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d7d8f8968230f86","status":"passed","time":{"start":1710308192924,"stop":1710308192924,"duration":0}},{"uid":"a9430d7fb98f3b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9430d7fb98f3b2","status":"passed","time":{"start":1710307078647,"stop":1710307078647,"duration":0}},{"uid":"e8c4d08c19ca5392","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8c4d08c19ca5392","status":"passed","time":{"start":1710287281998,"stop":1710287281999,"duration":1}},{"uid":"7fa4781975df4f89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fa4781975df4f89","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4293adce4c6fb72f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4293adce4c6fb72f","status":"passed","time":{"start":1710307914056,"stop":1710307914057,"duration":1}},{"uid":"3f4789486fba8290","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f4789486fba8290","status":"passed","time":{"start":1710306807145,"stop":1710306807146,"duration":1}},{"uid":"c786e0d6f89cf56b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c786e0d6f89cf56b","status":"passed","time":{"start":1710287012265,"stop":1710287012265,"duration":0}},{"uid":"b0d95154debb160a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b0d95154debb160a","status":"passed","time":{"start":1710284274241,"stop":1710284274241,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa20451d8638316b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa20451d8638316b","status":"passed","time":{"start":1710308416732,"stop":1710308416733,"duration":1}},{"uid":"a36d82908d154cf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a36d82908d154cf2","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"97774943a3332b22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97774943a3332b22","status":"passed","time":{"start":1710287509771,"stop":1710287509772,"duration":1}},{"uid":"32255b823197200b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32255b823197200b","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4af4f3a79477d29c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4af4f3a79477d29c","status":"passed","time":{"start":1710308225037,"stop":1710308225037,"duration":0}},{"uid":"ca2b582eb9b51304","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca2b582eb9b51304","status":"passed","time":{"start":1710307101314,"stop":1710307101314,"duration":0}},{"uid":"335e924831b8b8aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/335e924831b8b8aa","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"37a174389332fcfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/37a174389332fcfd","status":"passed","time":{"start":1710284561374,"stop":1710284561375,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2f95704a7585f63","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2f95704a7585f63","status":"passed","time":{"start":1710307897810,"stop":1710307897811,"duration":1}},{"uid":"52de6d03e248efd5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52de6d03e248efd5","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"582e18005048cb9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/582e18005048cb9d","status":"passed","time":{"start":1710286996364,"stop":1710286996365,"duration":1}},{"uid":"c60c6f385df66a8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c60c6f385df66a8","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f4b78982dcf46d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f4b78982dcf46d3","status":"passed","time":{"start":1710308463693,"stop":1710308463694,"duration":1}},{"uid":"f346042f8e263f2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f346042f8e263f2c","status":"passed","time":{"start":1710307358464,"stop":1710307358465,"duration":1}},{"uid":"ea10d7965d846cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea10d7965d846cbe","status":"passed","time":{"start":1710287569255,"stop":1710287569256,"duration":1}},{"uid":"2c7588760d97651c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c7588760d97651c","status":"passed","time":{"start":1710284852300,"stop":1710284852300,"duration":0}}]},"2c7e1b26e34599e43e87d0b67b08fcf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84b1d7798322e257","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/84b1d7798322e257","status":"passed","time":{"start":1710308416743,"stop":1710308416744,"duration":1}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47b5704cc6d32bde","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47b5704cc6d32bde","status":"passed","time":{"start":1710308463742,"stop":1710308463743,"duration":1}},{"uid":"b7c1c34ea574205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7c1c34ea574205f","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"480d451db5bb6619","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/480d451db5bb6619","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"d9dade7d87804170","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9dade7d87804170","status":"passed","time":{"start":1710284852315,"stop":1710284852315,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53bdcc55268eab3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53bdcc55268eab3a","status":"passed","time":{"start":1710307903347,"stop":1710307903347,"duration":0}},{"uid":"10e645bab1fa0461","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e645bab1fa0461","status":"passed","time":{"start":1710306796319,"stop":1710306796319,"duration":0}},{"uid":"81d9cd8805785071","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81d9cd8805785071","status":"passed","time":{"start":1710287001576,"stop":1710287001576,"duration":0}},{"uid":"d3fbb375cdfee6dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3fbb375cdfee6dc","status":"passed","time":{"start":1710284264201,"stop":1710284264201,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2664e399b5bc69a4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2664e399b5bc69a4","status":"passed","time":{"start":1710308193083,"stop":1710308193084,"duration":1}},{"uid":"a82dc887ba4345c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82dc887ba4345c7","status":"passed","time":{"start":1710307078723,"stop":1710307078723,"duration":0}},{"uid":"b6ef1b4afe75b89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6ef1b4afe75b89","status":"passed","time":{"start":1710287282131,"stop":1710287282131,"duration":0}},{"uid":"a087eec9043ccd4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a087eec9043ccd4a","status":"passed","time":{"start":1710284550840,"stop":1710284550840,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7904c9ebae93f06","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7904c9ebae93f06","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"duration":0}},{"uid":"130331af441031e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/130331af441031e5","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"6f80da0c5a42174b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f80da0c5a42174b","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"c1350502e9ad6bd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1350502e9ad6bd2","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"cb13348c58157251","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb13348c58157251","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308416748,"stop":1710308416748,"duration":0}},{"uid":"7a042d9e30a3e7a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7a042d9e30a3e7a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"f80a4ffd3f9f937b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f80a4ffd3f9f937b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509784,"stop":1710287509784,"duration":0}},{"uid":"d3a8cfc0966a5e3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3a8cfc0966a5e3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775875,"stop":1710284775875,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2332d8b644a6331","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2332d8b644a6331","status":"passed","time":{"start":1710308463692,"stop":1710308463693,"duration":1}},{"uid":"f2a2fdc9d308325e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2a2fdc9d308325e","status":"passed","time":{"start":1710307358463,"stop":1710307358464,"duration":1}},{"uid":"34dbe1913566b05d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34dbe1913566b05d","status":"passed","time":{"start":1710287569254,"stop":1710287569255,"duration":1}},{"uid":"5dc256a3c02485f6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc256a3c02485f6","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e8486e7bc41eac0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5e8486e7bc41eac0","status":"passed","time":{"start":1710308092688,"stop":1710308092688,"duration":0}},{"uid":"d8f4cf8e0f63724c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8f4cf8e0f63724c","status":"passed","time":{"start":1710306981494,"stop":1710306981494,"duration":0}},{"uid":"ea05ee004315a6f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea05ee004315a6f5","status":"passed","time":{"start":1710287198107,"stop":1710287198108,"duration":1}},{"uid":"f18446f73e7878bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18446f73e7878bd","status":"passed","time":{"start":1710284459989,"stop":1710284459989,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a958b7f2080e216c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a958b7f2080e216c","status":"passed","time":{"start":1710308322565,"stop":1710308322565,"duration":0}},{"uid":"136a2f9a9be414f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/136a2f9a9be414f6","status":"passed","time":{"start":1710307207047,"stop":1710307207048,"duration":1}},{"uid":"d7f3c056f1d082a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f3c056f1d082a9","status":"passed","time":{"start":1710287412739,"stop":1710287412739,"duration":0}},{"uid":"89f4db927e4f6609","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89f4db927e4f6609","status":"passed","time":{"start":1710284680765,"stop":1710284680765,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b43af9c68b222d2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b43af9c68b222d2","status":"passed","time":{"start":1710308366471,"stop":1710308366472,"duration":1}},{"uid":"bdfa7faefc1463e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bdfa7faefc1463e3","status":"passed","time":{"start":1710307247764,"stop":1710307247765,"duration":1}},{"uid":"e1fc9beeb6af8de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1fc9beeb6af8de7","status":"passed","time":{"start":1710287456055,"stop":1710287456056,"duration":1}},{"uid":"f745140512c702b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f745140512c702b3","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"552741c98078b8c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/552741c98078b8c7","status":"passed","time":{"start":1710308426368,"stop":1710308426369,"duration":1}},{"uid":"60ba3f14664d6811","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60ba3f14664d6811","status":"passed","time":{"start":1710307300375,"stop":1710307300376,"duration":1}},{"uid":"24589827dccceb05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24589827dccceb05","status":"passed","time":{"start":1710287503530,"stop":1710287503530,"duration":0}},{"uid":"8a35d3159ee2cab3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a35d3159ee2cab3","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5d2710fe934adac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5d2710fe934adac","status":"passed","time":{"start":1710307898609,"stop":1710307898610,"duration":1}},{"uid":"151b20ca48228c7f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151b20ca48228c7f","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"22377324c625f6cb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22377324c625f6cb","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"814e6eaa3cd6453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/814e6eaa3cd6453","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d45c72a81614a752","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d45c72a81614a752","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"duration":0}},{"uid":"1193ba8cae048802","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1193ba8cae048802","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"6866accd55f5de17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6866accd55f5de17","status":"passed","time":{"start":1710286996973,"stop":1710286996974,"duration":1}},{"uid":"b011c0df28f265c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b011c0df28f265c5","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"82b670b0d8b7e698","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/82b670b0d8b7e698","status":"passed","time":{"start":1710308463677,"stop":1710308463685,"duration":8}},{"uid":"b187afb44db4040a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b187afb44db4040a","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"413d68ad710d9377","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/413d68ad710d9377","status":"passed","time":{"start":1710287569247,"stop":1710287569248,"duration":1}},{"uid":"43804236506cf727","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43804236506cf727","status":"passed","time":{"start":1710284852287,"stop":1710284852288,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65f7e61d68305d01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65f7e61d68305d01","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0}},{"uid":"2240edc18ec1d673","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2240edc18ec1d673","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"2d8e999f631338b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2d8e999f631338b4","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"eea8f3d2b2496142","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eea8f3d2b2496142","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c5165e0a08000e8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7c5165e0a08000e8","status":"passed","time":{"start":1710308322564,"stop":1710308322564,"duration":0}},{"uid":"e8d782f107a22eff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8d782f107a22eff","status":"passed","time":{"start":1710307207000,"stop":1710307207000,"duration":0}},{"uid":"fe5bb70e1b29e316","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe5bb70e1b29e316","status":"passed","time":{"start":1710287412737,"stop":1710287412738,"duration":1}},{"uid":"b7435db47e6985c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b7435db47e6985c8","status":"passed","time":{"start":1710284680763,"stop":1710284680764,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3fac1033637d872a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fac1033637d872a","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"duration":0}},{"uid":"7e0d07aee28f8a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e0d07aee28f8a2a","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"58148ead56d55f78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58148ead56d55f78","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"a79a03f440259342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a79a03f440259342","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"aa8b4db7e3698f607f66f2943350c877:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d7a4a9044be0954","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d7a4a9044be0954","status":"passed","time":{"start":1710308463741,"stop":1710308463742,"duration":1}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44683a8cdf7f16e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44683a8cdf7f16e9","status":"passed","time":{"start":1710308097724,"stop":1710308097725,"duration":1}},{"uid":"f6ed73c12ba0a586","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6ed73c12ba0a586","status":"passed","time":{"start":1710306994264,"stop":1710306994264,"duration":0}},{"uid":"44ad7ca1cae19758","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44ad7ca1cae19758","status":"passed","time":{"start":1710287196186,"stop":1710287196186,"duration":0}},{"uid":"e5fb83eff75d595d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e5fb83eff75d595d","status":"passed","time":{"start":1710284459533,"stop":1710284459534,"duration":1}}]},"23f8fdfdecbed28ec53e96ef55123e9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16d5bf74f002c13a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16d5bf74f002c13a","status":"passed","time":{"start":1710307247766,"stop":1710307247767,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb8d11f05e1a0b93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eb8d11f05e1a0b93","status":"passed","time":{"start":1710308371293,"stop":1710308371294,"duration":1}},{"uid":"1e69f4fdab7b57d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e69f4fdab7b57d3","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"1493a3d4fe6028fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1493a3d4fe6028fe","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"2648a48eba425fbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2648a48eba425fbb","status":"passed","time":{"start":1710284730213,"stop":1710284730214,"duration":1}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc8398f218c8fddb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc8398f218c8fddb","status":"passed","time":{"start":1710308357659,"stop":1710308357662,"duration":3}},{"uid":"97560f07fca83fae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97560f07fca83fae","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"722994caea31ca7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/722994caea31ca7d","status":"passed","time":{"start":1710287451482,"stop":1710287451483,"duration":1}},{"uid":"b1483bff4632f489","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b1483bff4632f489","status":"passed","time":{"start":1710284717991,"stop":1710284717992,"duration":1}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a80f090a3ea48271","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a80f090a3ea48271","status":"passed","time":{"start":1710308477761,"stop":1710308477761,"duration":0}},{"uid":"8f1e25b816e85949","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f1e25b816e85949","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"bf8917f8953264c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8917f8953264c1","status":"passed","time":{"start":1710287577565,"stop":1710287577565,"duration":0}},{"uid":"5c1617b082701000","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5c1617b082701000","status":"passed","time":{"start":1710284843499,"stop":1710284843499,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9692272bf2580154","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9692272bf2580154","status":"passed","time":{"start":1710307897769,"stop":1710307897770,"duration":1}},{"uid":"322ec624736566aa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/322ec624736566aa","status":"passed","time":{"start":1710306791275,"stop":1710306791276,"duration":1}},{"uid":"a0ae040649cba6bc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0ae040649cba6bc","status":"passed","time":{"start":1710286996356,"stop":1710286996357,"duration":1}},{"uid":"7afa655ef9ded852","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7afa655ef9ded852","status":"passed","time":{"start":1710284258873,"stop":1710284258874,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"73b2fc8b63ce28f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73b2fc8b63ce28f1","status":"passed","time":{"start":1710307903346,"stop":1710307903346,"duration":0}},{"uid":"5a66a9d806d68062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5a66a9d806d68062","status":"passed","time":{"start":1710306796318,"stop":1710306796318,"duration":0}},{"uid":"66f1c0960ef5a608","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66f1c0960ef5a608","status":"passed","time":{"start":1710287001575,"stop":1710287001575,"duration":0}},{"uid":"8cef86a94bb68631","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cef86a94bb68631","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c05fccece459d4fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c05fccece459d4fa","status":"passed","time":{"start":1710308192919,"stop":1710308192920,"duration":1}},{"uid":"3873c2a838e3860","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3873c2a838e3860","status":"passed","time":{"start":1710307078643,"stop":1710307078644,"duration":1}},{"uid":"cc9719834caf3fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc9719834caf3fc4","status":"passed","time":{"start":1710287281996,"stop":1710287281996,"duration":0}},{"uid":"93a50c39b2699432","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93a50c39b2699432","status":"passed","time":{"start":1710284550764,"stop":1710284550765,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0d27bd976a46a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0d27bd976a46a0","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"duration":0}},{"uid":"5baf4b5cd3c617d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5baf4b5cd3c617d9","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"4c4101fa9b7fddcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c4101fa9b7fddcf","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"5070efb5bbbdbe73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5070efb5bbbdbe73","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68656f86c2e6c6df","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/68656f86c2e6c6df","status":"passed","time":{"start":1710308192913,"stop":1710308192914,"duration":1}},{"uid":"2f54d7516c668185","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f54d7516c668185","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"a4d48cde5b7bb169","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4d48cde5b7bb169","status":"passed","time":{"start":1710287281991,"stop":1710287281991,"duration":0}},{"uid":"eadf0a5062d5ceb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eadf0a5062d5ceb0","status":"passed","time":{"start":1710284550743,"stop":1710284550743,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a552a3e871c91cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a552a3e871c91cc","status":"passed","time":{"start":1710308092717,"stop":1710308092718,"duration":1}},{"uid":"70c029d74b3a4f35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70c029d74b3a4f35","status":"passed","time":{"start":1710306981514,"stop":1710306981516,"duration":2}},{"uid":"aad83cf1c329567a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aad83cf1c329567a","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"8a84fb1d1755bdf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a84fb1d1755bdf","status":"passed","time":{"start":1710284460004,"stop":1710284460008,"duration":4}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"739253a7f12e1667","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/739253a7f12e1667","status":"passed","time":{"start":1710307940172,"stop":1710307940173,"duration":1}},{"uid":"17860a1655dacda4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17860a1655dacda4","status":"passed","time":{"start":1710306833584,"stop":1710306833585,"duration":1}},{"uid":"51522690b8027390","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51522690b8027390","status":"passed","time":{"start":1710287039377,"stop":1710287039378,"duration":1}},{"uid":"ab1ad95f20dd96ed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab1ad95f20dd96ed","status":"passed","time":{"start":1710284302040,"stop":1710284302045,"duration":5}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ab3b6de8241738c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ab3b6de8241738c","status":"passed","time":{"start":1710308371314,"stop":1710308371315,"duration":1}},{"uid":"e535e689cf29bd40","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e535e689cf29bd40","status":"passed","time":{"start":1710307259442,"stop":1710307259442,"duration":0}},{"uid":"32db9bed7a254892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32db9bed7a254892","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"20669827cbd4a38d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20669827cbd4a38d","status":"passed","time":{"start":1710284730225,"stop":1710284730225,"duration":0}}]},"e31f35249fcb118d1c1edf85ca8ae6b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f94f4e16775cee75","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f94f4e16775cee75","status":"passed","time":{"start":1710287412761,"stop":1710287412762,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"943f71db8026f162","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/943f71db8026f162","status":"passed","time":{"start":1710308494290,"stop":1710308494290,"duration":0}},{"uid":"c36628ea0624b88","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c36628ea0624b88","status":"passed","time":{"start":1710307383798,"stop":1710307383799,"duration":1}},{"uid":"49e3ba01c6cd5874","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49e3ba01c6cd5874","status":"passed","time":{"start":1710287594290,"stop":1710287594293,"duration":3}},{"uid":"c3a31c26fefc3b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c3a31c26fefc3b3e","status":"passed","time":{"start":1710284859497,"stop":1710284859498,"duration":1}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6673ddf96a113fa9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6673ddf96a113fa9","status":"passed","time":{"start":1710308026832,"stop":1710308026833,"duration":1}},{"uid":"3b08084aeebc746c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b08084aeebc746c","status":"passed","time":{"start":1710306913476,"stop":1710306913476,"duration":0}},{"uid":"b902139d59507868","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b902139d59507868","status":"passed","time":{"start":1710287126413,"stop":1710287126413,"duration":0}},{"uid":"ff5a512d71fe311a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff5a512d71fe311a","status":"passed","time":{"start":1710284390749,"stop":1710284390749,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c2f66879a5765079","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c2f66879a5765079","status":"passed","time":{"start":1710307924459,"stop":1710307924460,"duration":1}},{"uid":"a6564ec325b9e507","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6564ec325b9e507","status":"passed","time":{"start":1710306817452,"stop":1710306817453,"duration":1}},{"uid":"e3637e47d74505b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3637e47d74505b0","status":"passed","time":{"start":1710287022682,"stop":1710287022683,"duration":1}},{"uid":"a1d19b9bc50ca135","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1d19b9bc50ca135","status":"passed","time":{"start":1710284285361,"stop":1710284285362,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"25e64543726f07fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/25e64543726f07fa","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"duration":0}},{"uid":"872e8b03e8417bf0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/872e8b03e8417bf0","status":"passed","time":{"start":1710306811114,"stop":1710306811115,"duration":1}},{"uid":"ce96e6b80317e1f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce96e6b80317e1f5","status":"passed","time":{"start":1710287016342,"stop":1710287016343,"duration":1}},{"uid":"6ebb4f4b7d8cf55c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6ebb4f4b7d8cf55c","status":"passed","time":{"start":1710284279136,"stop":1710284279137,"duration":1}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75abdfcd2db96901","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75abdfcd2db96901","status":"passed","time":{"start":1710308024292,"stop":1710308024293,"duration":1}},{"uid":"5804608f88f0622e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5804608f88f0622e","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"74d4ebaeb1c24b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74d4ebaeb1c24b5","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"e02e80edafccf52d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e02e80edafccf52d","status":"passed","time":{"start":1710284377467,"stop":1710284377469,"duration":2}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d88c51a51a9ece88","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d88c51a51a9ece88","status":"passed","time":{"start":1710307897776,"stop":1710307897779,"duration":3}},{"uid":"4d8e9aa7435d6d23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d8e9aa7435d6d23","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"7fd5f4433a988382","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fd5f4433a988382","status":"passed","time":{"start":1710286996361,"stop":1710286996362,"duration":1}},{"uid":"36ed5f9a7402e1bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36ed5f9a7402e1bd","status":"passed","time":{"start":1710284258879,"stop":1710284258879,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0a66a17808cffe3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0a66a17808cffe3","status":"passed","time":{"start":1710307971895,"stop":1710307971895,"duration":0}},{"uid":"fbb3c6b7382a8e0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbb3c6b7382a8e0d","status":"passed","time":{"start":1710306865885,"stop":1710306865885,"duration":0}},{"uid":"5263d50e13e8a98d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5263d50e13e8a98d","status":"passed","time":{"start":1710287067216,"stop":1710287067217,"duration":1}},{"uid":"82a42593aa72f192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/82a42593aa72f192","status":"passed","time":{"start":1710284328536,"stop":1710284328537,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79e48092a8e987e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79e48092a8e987e0","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"duration":0}},{"uid":"a9c1bfddce030e6c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9c1bfddce030e6c","status":"passed","time":{"start":1710307207089,"stop":1710307207090,"duration":1}},{"uid":"3893f063a7f59d7c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3893f063a7f59d7c","status":"passed","time":{"start":1710287412754,"stop":1710287412755,"duration":1}},{"uid":"4e4c5cbb4ea31a0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e4c5cbb4ea31a0c","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7fa8aead07c45a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7fa8aead07c45a","status":"passed","time":{"start":1710308416727,"stop":1710308416728,"duration":1}},{"uid":"e1fcb663648fda01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1fcb663648fda01","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"b166f8deca91d0cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b166f8deca91d0cf","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"db015a8a176b04c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db015a8a176b04c6","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"6addb59677c6d687690aa1427455c9da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1895d8ab617bfc6b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1895d8ab617bfc6b","status":"passed","time":{"start":1710284680793,"stop":1710284680793,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c3cfb3678de1e90","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5c3cfb3678de1e90","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0}},{"uid":"d7ca195bd705ae2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d7ca195bd705ae2c","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"45f7b1416635f9cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45f7b1416635f9cf","status":"passed","time":{"start":1710287001715,"stop":1710287001716,"duration":1}},{"uid":"75ee9cb3585d856b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75ee9cb3585d856b","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92efcaff04194f18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/92efcaff04194f18","status":"passed","time":{"start":1710308167157,"stop":1710308167157,"duration":0}},{"uid":"24efdf966e4ef57d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24efdf966e4ef57d","status":"passed","time":{"start":1710307045657,"stop":1710307045659,"duration":2}},{"uid":"a3538c79f8a8d637","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3538c79f8a8d637","status":"passed","time":{"start":1710287245597,"stop":1710287245607,"duration":10}},{"uid":"6f5b7f7f91bcf274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6f5b7f7f91bcf274","status":"passed","time":{"start":1710284503141,"stop":1710284503141,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1631198a807769df","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1631198a807769df","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"duration":0}},{"uid":"cc78fb5edaac77f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc78fb5edaac77f3","status":"passed","time":{"start":1710307465630,"stop":1710307465631,"duration":1}},{"uid":"89fe14f006363883","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/89fe14f006363883","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"f6ec4fe61c2c509c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6ec4fe61c2c509c","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c1a3fd449d1ba131","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c1a3fd449d1ba131","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0}},{"uid":"e24845828d35f29","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e24845828d35f29","status":"passed","time":{"start":1710307308617,"stop":1710307308618,"duration":1}},{"uid":"b75b3943938bd078","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b75b3943938bd078","status":"passed","time":{"start":1710287509743,"stop":1710287509743,"duration":0}},{"uid":"7a3e97a4f541ef6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7a3e97a4f541ef6","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe25390c0aa4f72e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe25390c0aa4f72e","status":"passed","time":{"start":1710308572934,"stop":1710308572934,"duration":0}},{"uid":"842537653859fb14","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/842537653859fb14","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"d4d49436fb27144d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4d49436fb27144d","status":"passed","time":{"start":1710287674898,"stop":1710287674898,"duration":0}},{"uid":"6b1135ccbd562558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b1135ccbd562558","status":"passed","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3db4c6dd584b922f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3db4c6dd584b922f","status":"passed","time":{"start":1710308092703,"stop":1710308092703,"duration":0}},{"uid":"3fcc90cfba110440","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fcc90cfba110440","status":"passed","time":{"start":1710306981507,"stop":1710306981508,"duration":1}},{"uid":"7f7d97ece4cc2102","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f7d97ece4cc2102","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"c671798dc91552a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c671798dc91552a9","status":"passed","time":{"start":1710284459998,"stop":1710284459999,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"bef8bbad2c253617","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bef8bbad2c253617","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308366525,"stop":1710308366526,"duration":1}},{"uid":"fa75ab86ed550c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa75ab86ed550c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247773,"stop":1710307247774,"duration":1}},{"uid":"266fa80538af3e55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266fa80538af3e55","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"67daf956492ca6eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67daf956492ca6eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"6ce38dc43b98702d0160d78ec73d2707:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ced572415015a932","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ced572415015a932","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"603c72a27589d4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/603c72a27589d4a","status":"passed","time":{"start":1710308097736,"stop":1710308097737,"duration":1}},{"uid":"6f73eaff66e6ee16","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f73eaff66e6ee16","status":"passed","time":{"start":1710306994277,"stop":1710306994278,"duration":1}},{"uid":"fda22d10c3cf13a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fda22d10c3cf13a7","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"bc71028bdaed3b5d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc71028bdaed3b5d","status":"passed","time":{"start":1710284459557,"stop":1710284459557,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a15bce393d5fdd3b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a15bce393d5fdd3b","status":"passed","time":{"start":1710307914372,"stop":1710307914373,"duration":1}},{"uid":"2c9e6b240ddc59f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c9e6b240ddc59f6","status":"passed","time":{"start":1710306807581,"stop":1710306807581,"duration":0}},{"uid":"6d44d04ff1d38fe4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d44d04ff1d38fe4","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"ba0bfa3b4df2ff97","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba0bfa3b4df2ff97","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6dd49b53658e07dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6dd49b53658e07dd","status":"passed","time":{"start":1710307918132,"stop":1710307918133,"duration":1}},{"uid":"e0ec76e6ae059267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0ec76e6ae059267","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"53d7c409acc3e2d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53d7c409acc3e2d5","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"9938e174d4ee59dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9938e174d4ee59dc","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe8f8b7d9d7213a4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe8f8b7d9d7213a4","status":"passed","time":{"start":1710308322596,"stop":1710308322597,"duration":1}},{"uid":"5be1ee829b2582c9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5be1ee829b2582c9","status":"passed","time":{"start":1710307207063,"stop":1710307207064,"duration":1}},{"uid":"4027ac00646d9901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4027ac00646d9901","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"f62be132b33fea10","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f62be132b33fea10","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65ad99ac0edfe7ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65ad99ac0edfe7ed","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"duration":0}},{"uid":"11c683f556ab6dc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11c683f556ab6dc5","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"e733a1833334c8e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e733a1833334c8e8","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"74f68a08e4c542db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/74f68a08e4c542db","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b794452d1d7d235c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b794452d1d7d235c","status":"passed","time":{"start":1710307950103,"stop":1710307950104,"duration":1}},{"uid":"f7ba4e1bfc7a236a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7ba4e1bfc7a236a","status":"passed","time":{"start":1710306846370,"stop":1710306846371,"duration":1}},{"uid":"3a621bd07ee587e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a621bd07ee587e0","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"f5d1013fa6d25fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5d1013fa6d25fee","status":"passed","time":{"start":1710284311922,"stop":1710284311923,"duration":1}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"73e61247632e2093","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73e61247632e2093","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1710308388676,"stop":1710308388677,"duration":1}},{"uid":"a568868ad882a0e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a568868ad882a0e3","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1710307270090,"stop":1710307270090,"duration":0}},{"uid":"e7853057a6bd7a11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7853057a6bd7a11","status":"passed","time":{"start":1710287483709,"stop":1710287483709,"duration":0}},{"uid":"c234d80dfde55c30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c234d80dfde55c30","status":"passed","time":{"start":1710284751206,"stop":1710284751207,"duration":1}}]},"9c46062a2667b3f8b0fd99accd682d00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ecdf400418e243d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ecdf400418e243d","status":"passed","time":{"start":1710287509780,"stop":1710287509780,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"177e38359a4b434c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/177e38359a4b434c","status":"passed","time":{"start":1710308322616,"stop":1710308322616,"duration":0}},{"uid":"7945e0514e314143","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7945e0514e314143","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"49796caeb074bee4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49796caeb074bee4","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"e3746e29918bc372","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e3746e29918bc372","status":"passed","time":{"start":1710284680791,"stop":1710284680792,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f35b159debd005c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f35b159debd005c2","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"duration":0}},{"uid":"3825e0ab0771d1ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3825e0ab0771d1ea","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"d8883e5ae73af916","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8883e5ae73af916","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"be382d295ce3e674","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be382d295ce3e674","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f736ce3f9f063dc4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f736ce3f9f063dc4","status":"passed","time":{"start":1710307903499,"stop":1710307903499,"duration":0}},{"uid":"dbf470d06d6e19cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbf470d06d6e19cb","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"3862b55b068f0c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3862b55b068f0c21","status":"passed","time":{"start":1710287001716,"stop":1710287001716,"duration":0}},{"uid":"6a8a14bfa9ccbb18","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a8a14bfa9ccbb18","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cfdf67519d6995a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfdf67519d6995a3","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"duration":0}},{"uid":"117bebb02dcd726d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/117bebb02dcd726d","status":"passed","time":{"start":1710307308631,"stop":1710307308632,"duration":1}},{"uid":"cc5ba32281a6d031","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc5ba32281a6d031","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"f471eb321ee7a851","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f471eb321ee7a851","status":"passed","time":{"start":1710284775855,"stop":1710284775855,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64455f73f6a0cbb5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64455f73f6a0cbb5","status":"passed","time":{"start":1710308092722,"stop":1710308092722,"duration":0}},{"uid":"4bc604a1442a69eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc604a1442a69eb","status":"passed","time":{"start":1710306981524,"stop":1710306981525,"duration":1}},{"uid":"6645a9bc810b691f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6645a9bc810b691f","status":"passed","time":{"start":1710287198171,"stop":1710287198171,"duration":0}},{"uid":"41578f2b10b08b78","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41578f2b10b08b78","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b46c3f41c89c6e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b46c3f41c89c6e9","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"duration":0}},{"uid":"81124934c58f99f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/81124934c58f99f1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"9eb2b90c91ddcacf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eb2b90c91ddcacf","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"f6bc83585328164","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bc83585328164","status":"passed","time":{"start":1710284934078,"stop":1710284934079,"duration":1}}]},"6cb9aaa89c71702cd0adbb4ee549520e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4632e6bebc1fff9c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4632e6bebc1fff9c","status":"passed","time":{"start":1710284775866,"stop":1710284775866,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30081ab3344c28d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30081ab3344c28d6","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"duration":0}},{"uid":"d4d5b52e0957a7f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d4d5b52e0957a7f2","status":"passed","time":{"start":1710307207090,"stop":1710307207091,"duration":1}},{"uid":"7e2303a5e7b6d450","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e2303a5e7b6d450","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"d23ad21d3c6cdd36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d23ad21d3c6cdd36","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ce25c6e5d913987","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ce25c6e5d913987","status":"passed","time":{"start":1710308459427,"stop":1710308459428,"duration":1}},{"uid":"38c00c623f09ddd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c00c623f09ddd3","status":"passed","time":{"start":1710307342524,"stop":1710307342524,"duration":0}},{"uid":"efadcda4a6457c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efadcda4a6457c1","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"408125da4eca71ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/408125da4eca71ef","status":"passed","time":{"start":1710284805010,"stop":1710284805010,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65158b7cbdcd1238","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65158b7cbdcd1238","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"duration":0}},{"uid":"4c29f30fb86f4984","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c29f30fb86f4984","status":"passed","time":{"start":1710307358459,"stop":1710307358460,"duration":1}},{"uid":"b0530a44e06ba709","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0530a44e06ba709","status":"passed","time":{"start":1710287569251,"stop":1710287569252,"duration":1}},{"uid":"622b5b252d84bf3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622b5b252d84bf3d","status":"passed","time":{"start":1710284852294,"stop":1710284852295,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e6457d1779ed2d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4e6457d1779ed2d3","status":"passed","time":{"start":1710308572937,"stop":1710308572938,"duration":1}},{"uid":"42ae85cd1aeca56b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42ae85cd1aeca56b","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"ec4b6f6225e4007d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec4b6f6225e4007d","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"e9ce6433b36a28d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9ce6433b36a28d1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ad080523fcfdb610","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ad080523fcfdb610","status":"passed","time":{"start":1710308459424,"stop":1710308459424,"duration":0}},{"uid":"8351a78aa6001509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8351a78aa6001509","status":"passed","time":{"start":1710307342519,"stop":1710307342519,"duration":0}},{"uid":"ec77b3bc40c194ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec77b3bc40c194ce","status":"passed","time":{"start":1710287544910,"stop":1710287544910,"duration":0}},{"uid":"c8e7174575c730fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8e7174575c730fc","status":"passed","time":{"start":1710284805007,"stop":1710284805007,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3123eeef1e0a98cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3123eeef1e0a98cb","status":"passed","time":{"start":1710308416742,"stop":1710308416743,"duration":1}},{"uid":"211eb4cbfbdf0041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/211eb4cbfbdf0041","status":"passed","time":{"start":1710307308646,"stop":1710307308647,"duration":1}},{"uid":"b9b4f760551438e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9b4f760551438e7","status":"passed","time":{"start":1710287509780,"stop":1710287509780,"duration":0}},{"uid":"4e8256f8e2f295ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e8256f8e2f295ba","status":"passed","time":{"start":1710284775865,"stop":1710284775866,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"695f48d4b2852565","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/695f48d4b2852565","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"duration":0}},{"uid":"f9738146d6c36a86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9738146d6c36a86","status":"passed","time":{"start":1710307383802,"stop":1710307383802,"duration":0}},{"uid":"ec75fadc4b2a9f37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec75fadc4b2a9f37","status":"passed","time":{"start":1710287594296,"stop":1710287594296,"duration":0}},{"uid":"29e8021033cd01d2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29e8021033cd01d2","status":"passed","time":{"start":1710284859500,"stop":1710284859501,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30632a885828bf4f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30632a885828bf4f","status":"passed","time":{"start":1710308092707,"stop":1710308092707,"duration":0}},{"uid":"ca7da19ba41eb4eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca7da19ba41eb4eb","status":"passed","time":{"start":1710306981511,"stop":1710306981511,"duration":0}},{"uid":"a17867bef08d3be3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a17867bef08d3be3","status":"passed","time":{"start":1710287198162,"stop":1710287198163,"duration":1}},{"uid":"7ed6ae70c94cfb51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ed6ae70c94cfb51","status":"passed","time":{"start":1710284460001,"stop":1710284460001,"duration":0}}]},"e3a863932b7a1754d88e6cc286472f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbbaa39febbd51a0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbbaa39febbd51a0","status":"passed","time":{"start":1710287569260,"stop":1710287569261,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e9f99911ffa2a09","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e9f99911ffa2a09","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"duration":0}},{"uid":"3e3789192373e528","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3789192373e528","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"17ce3b93a051d7f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17ce3b93a051d7f8","status":"passed","time":{"start":1710287674914,"stop":1710287674914,"duration":0}},{"uid":"721eec4be250a917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/721eec4be250a917","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24332471c2e5bbdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24332471c2e5bbdc","status":"passed","time":{"start":1710308322616,"stop":1710308322617,"duration":1}},{"uid":"8a4e3fc75e8371f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a4e3fc75e8371f7","status":"passed","time":{"start":1710307207093,"stop":1710307207094,"duration":1}},{"uid":"2cf62e43e79d3348","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf62e43e79d3348","status":"passed","time":{"start":1710287412758,"stop":1710287412759,"duration":1}},{"uid":"6438d7d4b320dc8c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6438d7d4b320dc8c","status":"passed","time":{"start":1710284680792,"stop":1710284680792,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c17590f1617cef91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c17590f1617cef91","status":"passed","time":{"start":1710308572945,"stop":1710308572945,"duration":0}},{"uid":"f4c2c96d706cecc6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4c2c96d706cecc6","status":"passed","time":{"start":1710307465632,"stop":1710307465633,"duration":1}},{"uid":"74a8354715c88d68","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74a8354715c88d68","status":"passed","time":{"start":1710287674912,"stop":1710287674913,"duration":1}},{"uid":"8447bb9c737fdcfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8447bb9c737fdcfe","status":"passed","time":{"start":1710284934074,"stop":1710284934074,"duration":0}}]},"1addac1f63758b3f7c479c7adc288db0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b2a312e6dd0d2b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b2a312e6dd0d2b8","status":"passed","time":{"start":1710307358474,"stop":1710307358488,"duration":14}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"442782313c28b573","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/442782313c28b573","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"duration":0}},{"uid":"a9818e267cfccc64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9818e267cfccc64","status":"passed","time":{"start":1710307207051,"stop":1710307207051,"duration":0}},{"uid":"ab7eb341a4bd47d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab7eb341a4bd47d4","status":"passed","time":{"start":1710287412742,"stop":1710287412743,"duration":1}},{"uid":"d3e0fd0b2b853af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3e0fd0b2b853af7","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8905cadf20ceef91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8905cadf20ceef91","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0}},{"uid":"3d0424f2603c0f2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3d0424f2603c0f2a","status":"passed","time":{"start":1710307358455,"stop":1710307358456,"duration":1}},{"uid":"5e92cdfb663d0231","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e92cdfb663d0231","status":"passed","time":{"start":1710287569246,"stop":1710287569247,"duration":1}},{"uid":"5a11645935a25555","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a11645935a25555","status":"passed","time":{"start":1710284852280,"stop":1710284852287,"duration":7}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37e6fbdae03121a6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/37e6fbdae03121a6","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0}},{"uid":"12cfb445ccef73b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12cfb445ccef73b3","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"993f2cfb8a2f3f57","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/993f2cfb8a2f3f57","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"936d2c64e940b2aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/936d2c64e940b2aa","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3bc45aab135e781","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3bc45aab135e781","status":"passed","time":{"start":1710307898597,"stop":1710307898597,"duration":0}},{"uid":"b44ab4ec38b23c38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b44ab4ec38b23c38","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"d446f1adc501bef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d446f1adc501bef","status":"passed","time":{"start":1710286996962,"stop":1710286996966,"duration":4}},{"uid":"8d5185f01786cec5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d5185f01786cec5","status":"passed","time":{"start":1710284259600,"stop":1710284259601,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59d0f5bd41cbf48c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/59d0f5bd41cbf48c","status":"passed","time":{"start":1710308357663,"stop":1710308357663,"duration":0}},{"uid":"8ae9c9266c892a69","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ae9c9266c892a69","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"47f57fc0f1317633","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f57fc0f1317633","status":"passed","time":{"start":1710287451483,"stop":1710287451483,"duration":0}},{"uid":"5175e373a95eb4a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5175e373a95eb4a3","status":"passed","time":{"start":1710284717992,"stop":1710284717992,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f4fdd7f0558ead18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4fdd7f0558ead18","status":"passed","time":{"start":1710308459438,"stop":1710308459438,"duration":0}},{"uid":"8a084db94f32185a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a084db94f32185a","status":"passed","time":{"start":1710307342528,"stop":1710307342528,"duration":0}},{"uid":"a9c9cab58fec9fd1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a9c9cab58fec9fd1","status":"passed","time":{"start":1710287544915,"stop":1710287544916,"duration":1}},{"uid":"92b25dbcfa661433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92b25dbcfa661433","status":"passed","time":{"start":1710284805025,"stop":1710284805026,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a981c08a1c439e8f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a981c08a1c439e8f","status":"passed","time":{"start":1710307914058,"stop":1710307914058,"duration":0}},{"uid":"9946e83f566fd2af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9946e83f566fd2af","status":"passed","time":{"start":1710306807147,"stop":1710306807147,"duration":0}},{"uid":"6116baef0ea85902","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6116baef0ea85902","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"3ae68813edb5ee7e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae68813edb5ee7e","status":"passed","time":{"start":1710284274242,"stop":1710284274242,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aee894d537875470","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aee894d537875470","status":"passed","time":{"start":1710307897780,"stop":1710307897780,"duration":0}},{"uid":"af26f23dba99a19c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af26f23dba99a19c","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"27718ea99214efca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27718ea99214efca","status":"passed","time":{"start":1710286996362,"stop":1710286996362,"duration":0}},{"uid":"83c7c850fc3f7c2a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83c7c850fc3f7c2a","status":"passed","time":{"start":1710284258879,"stop":1710284258880,"duration":1}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4cdedf9e3e955d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e4cdedf9e3e955d0","status":"passed","time":{"start":1710308402070,"stop":1710308402072,"duration":2}},{"uid":"8bc4d374f21fcfd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8bc4d374f21fcfd2","status":"passed","time":{"start":1710307285626,"stop":1710307285627,"duration":1}},{"uid":"1fac275f1e41d88b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1fac275f1e41d88b","status":"passed","time":{"start":1710287499225,"stop":1710287499225,"duration":0}},{"uid":"576083a030346e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/576083a030346e68","status":"passed","time":{"start":1710284765828,"stop":1710284765828,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fea4f1e72594470","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fea4f1e72594470","status":"passed","time":{"start":1710308572936,"stop":1710308572937,"duration":1}},{"uid":"7814bd7753739ba7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7814bd7753739ba7","status":"passed","time":{"start":1710307465622,"stop":1710307465623,"duration":1}},{"uid":"c492f98d97b3a835","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c492f98d97b3a835","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"f841771fc8fd1e4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f841771fc8fd1e4c","status":"passed","time":{"start":1710284934063,"stop":1710284934064,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94c1a6601a18a435","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/94c1a6601a18a435","status":"passed","time":{"start":1710308572948,"stop":1710308572949,"duration":1}},{"uid":"7f285870fe8b1795","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f285870fe8b1795","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"d71d46d38b380f96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d71d46d38b380f96","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"c92f23dcd0c7bf8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c92f23dcd0c7bf8b","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6b265a8c2db64f1c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6b265a8c2db64f1c","status":"passed","time":{"start":1710307914059,"stop":1710307914069,"duration":10}},{"uid":"4cc13a75e4461e35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4cc13a75e4461e35","status":"passed","time":{"start":1710306807148,"stop":1710306807148,"duration":0}},{"uid":"5f4ac22507b42ccf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4ac22507b42ccf","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8366fb8c27c034ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8366fb8c27c034ba","status":"passed","time":{"start":1710284274243,"stop":1710284274244,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c562f0bf9562f114","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c562f0bf9562f114","status":"passed","time":{"start":1710308371302,"stop":1710308371303,"duration":1}},{"uid":"e643e20019f5f65c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e643e20019f5f65c","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"6bc3610041a5b917","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6bc3610041a5b917","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"4177160e03f2165f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4177160e03f2165f","status":"passed","time":{"start":1710284730219,"stop":1710284730219,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe42f88b3ad13d44","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe42f88b3ad13d44","status":"passed","time":{"start":1710308097728,"stop":1710308097728,"duration":0}},{"uid":"a084d0101a4b1b0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a084d0101a4b1b0b","status":"passed","time":{"start":1710306994268,"stop":1710306994269,"duration":1}},{"uid":"6c3c3a0458773413","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c3c3a0458773413","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"cda487c6a5c8cc32","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cda487c6a5c8cc32","status":"passed","time":{"start":1710284459537,"stop":1710284459538,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2778b55d5cee611","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2778b55d5cee611","status":"passed","time":{"start":1710308026834,"stop":1710308026835,"duration":1}},{"uid":"a4b45d0fa29e663c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4b45d0fa29e663c","status":"passed","time":{"start":1710306913477,"stop":1710306913478,"duration":1}},{"uid":"e9bcef275e642e1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bcef275e642e1c","status":"passed","time":{"start":1710287126414,"stop":1710287126415,"duration":1}},{"uid":"bdee636f2349820c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bdee636f2349820c","status":"passed","time":{"start":1710284390750,"stop":1710284390751,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d62f2018ac8b503","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d62f2018ac8b503","status":"passed","time":{"start":1710307923910,"stop":1710307923912,"duration":2}},{"uid":"30c5de6fa0dc5c65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30c5de6fa0dc5c65","status":"passed","time":{"start":1710306816837,"stop":1710306816839,"duration":2}},{"uid":"cb6a69958e65d573","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cb6a69958e65d573","status":"passed","time":{"start":1710287022148,"stop":1710287022150,"duration":2}},{"uid":"2153fed9bece1e71","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2153fed9bece1e71","status":"passed","time":{"start":1710284284828,"stop":1710284284831,"duration":3}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20e0b85461d45540","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/20e0b85461d45540","status":"passed","time":{"start":1710308371293,"stop":1710308371293,"duration":0}},{"uid":"87af75df6543e27e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/87af75df6543e27e","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"5b9d9710ba8c4ce1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b9d9710ba8c4ce1","status":"passed","time":{"start":1710287460898,"stop":1710287460898,"duration":0}},{"uid":"159203775faef447","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/159203775faef447","status":"passed","time":{"start":1710284730212,"stop":1710284730213,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4fccdfcc73f1d53b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4fccdfcc73f1d53b","status":"passed","time":{"start":1710308092699,"stop":1710308092700,"duration":1}},{"uid":"711670d98ccc3993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/711670d98ccc3993","status":"passed","time":{"start":1710306981504,"stop":1710306981504,"duration":0}},{"uid":"e4755e16bedda2c5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e4755e16bedda2c5","status":"passed","time":{"start":1710287198116,"stop":1710287198116,"duration":0}},{"uid":"ca4f242b645f1b1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4f242b645f1b1","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5076e03f24a6ad4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5076e03f24a6ad4","status":"passed","time":{"start":1710308510822,"stop":1710308510823,"duration":1}},{"uid":"551c392fcbaf7f61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/551c392fcbaf7f61","status":"passed","time":{"start":1710307392998,"stop":1710307392998,"duration":0}},{"uid":"eb959f04f822c672","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eb959f04f822c672","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"db77bf42a5ef0995","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db77bf42a5ef0995","status":"passed","time":{"start":1710284869462,"stop":1710284869462,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9e66eb9adf5eeea0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9e66eb9adf5eeea0","status":"passed","time":{"start":1710308485475,"stop":1710308485476,"duration":1}},{"uid":"317322a1e6dcd704","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/317322a1e6dcd704","status":"passed","time":{"start":1710307365850,"stop":1710307365851,"duration":1}},{"uid":"651746bd85aa8110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/651746bd85aa8110","status":"passed","time":{"start":1710287564356,"stop":1710287564356,"duration":0}},{"uid":"91909b7fe3d4f33e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91909b7fe3d4f33e","status":"passed","time":{"start":1710284831309,"stop":1710284831309,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9a1fc59851db444","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9a1fc59851db444","status":"passed","time":{"start":1710308463673,"stop":1710308463674,"duration":1}},{"uid":"a8a1b9563250721e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8a1b9563250721e","status":"passed","time":{"start":1710307358453,"stop":1710307358453,"duration":0}},{"uid":"90e3f6d09aef90b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90e3f6d09aef90b4","status":"passed","time":{"start":1710287569229,"stop":1710287569241,"duration":12}},{"uid":"65a690c8c2552e93","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65a690c8c2552e93","status":"passed","time":{"start":1710284852270,"stop":1710284852271,"duration":1}}]},"cb61200da4f39b4cd1235b4ce032d0cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c680b4532abdd7a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c680b4532abdd7a7","status":"passed","time":{"start":1710287456060,"stop":1710287456061,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a22bcc638e0dc16f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a22bcc638e0dc16f","status":"passed","time":{"start":1710308433841,"stop":1710308433842,"duration":1}},{"uid":"dfa4a03f36985f76","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfa4a03f36985f76","status":"passed","time":{"start":1710307325064,"stop":1710307325064,"duration":0}},{"uid":"8cd5fedef70e18ef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cd5fedef70e18ef","status":"passed","time":{"start":1710287537361,"stop":1710287537362,"duration":1}},{"uid":"a118fc74c3164d39","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a118fc74c3164d39","status":"passed","time":{"start":1710284796484,"stop":1710284796485,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"513d1404a75654b7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/513d1404a75654b7","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"duration":0}},{"uid":"69ff88b148aeb46f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/69ff88b148aeb46f","status":"passed","time":{"start":1710307244656,"stop":1710307244656,"duration":0}},{"uid":"2c17c8b46a3fd025","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c17c8b46a3fd025","status":"passed","time":{"start":1710287451481,"stop":1710287451482,"duration":1}},{"uid":"8cc8e60113ef06b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cc8e60113ef06b2","status":"passed","time":{"start":1710284717989,"stop":1710284717990,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dffbb026c3367415","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dffbb026c3367415","status":"passed","time":{"start":1710308481019,"stop":1710308481019,"duration":0}},{"uid":"cacee6d5d5338caf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacee6d5d5338caf","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"c519f617b4a17515","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c519f617b4a17515","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"b306308bcbbe1cf0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b306308bcbbe1cf0","status":"passed","time":{"start":1710284826090,"stop":1710284826091,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e05e21e26d709f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e05e21e26d709f0","status":"passed","time":{"start":1710308495151,"stop":1710308495152,"duration":1}},{"uid":"45cdc78611b3b2d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45cdc78611b3b2d0","status":"passed","time":{"start":1710307377258,"stop":1710307377258,"duration":0}},{"uid":"d01bec99451fcff4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d01bec99451fcff4","status":"passed","time":{"start":1710287579551,"stop":1710287579551,"duration":0}},{"uid":"60b8673fb00980eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60b8673fb00980eb","status":"passed","time":{"start":1710284855734,"stop":1710284855735,"duration":1}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95e0f99bb51c9783","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/95e0f99bb51c9783","status":"passed","time":{"start":1710308322611,"stop":1710308322612,"duration":1}},{"uid":"bca8c0d799250b5c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bca8c0d799250b5c","status":"passed","time":{"start":1710307207087,"stop":1710307207088,"duration":1}},{"uid":"66c12a193eba7ec6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66c12a193eba7ec6","status":"passed","time":{"start":1710287412753,"stop":1710287412753,"duration":0}},{"uid":"98b1ecd01aa0405c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/98b1ecd01aa0405c","status":"passed","time":{"start":1710284680787,"stop":1710284680787,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e21393c53b3cec0e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e21393c53b3cec0e","status":"passed","time":{"start":1710308026835,"stop":1710308026835,"duration":0}},{"uid":"40a1f62f5914d002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40a1f62f5914d002","status":"passed","time":{"start":1710306913478,"stop":1710306913478,"duration":0}},{"uid":"990ec4e858ec5ae9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/990ec4e858ec5ae9","status":"passed","time":{"start":1710287126415,"stop":1710287126415,"duration":0}},{"uid":"8200d3571dbd3595","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8200d3571dbd3595","status":"passed","time":{"start":1710284390751,"stop":1710284390751,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d551bb723d2168","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d551bb723d2168","status":"passed","time":{"start":1710307892759,"stop":1710307892759,"duration":0}},{"uid":"cf1063a889173df4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf1063a889173df4","status":"passed","time":{"start":1710306786079,"stop":1710306786080,"duration":1}},{"uid":"4c597a22893bee86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c597a22893bee86","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"7687a35965073ff8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7687a35965073ff8","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f9f9eaf36e19be9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f9f9eaf36e19be9","status":"passed","time":{"start":1710308416730,"stop":1710308416731,"duration":1}},{"uid":"937dd759a74f8879","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/937dd759a74f8879","status":"passed","time":{"start":1710307308636,"stop":1710307308637,"duration":1}},{"uid":"5774dfc1c690d9f2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5774dfc1c690d9f2","status":"passed","time":{"start":1710287509770,"stop":1710287509770,"duration":0}},{"uid":"b3f21f62acf03c9d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3f21f62acf03c9d","status":"passed","time":{"start":1710284775859,"stop":1710284775859,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc8f7f63be5e847d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc8f7f63be5e847d","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"duration":0}},{"uid":"3b5dff7d7101e26c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b5dff7d7101e26c","status":"passed","time":{"start":1710306981522,"stop":1710306981522,"duration":0}},{"uid":"ea6d762baf51f8a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea6d762baf51f8a5","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"8010e594063763d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8010e594063763d9","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d9819428e416d31","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d9819428e416d31","status":"passed","time":{"start":1710307897781,"stop":1710307897799,"duration":18}},{"uid":"775e74f751ab19dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/775e74f751ab19dc","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"68e96def61057d86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68e96def61057d86","status":"passed","time":{"start":1710286996363,"stop":1710286996364,"duration":1}},{"uid":"91853ae42175e3ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91853ae42175e3ea","status":"passed","time":{"start":1710284258880,"stop":1710284258881,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4ff91ea0ac7803c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ff91ea0ac7803c","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0}},{"uid":"a756180be52294f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a756180be52294f3","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"c8aece073d7ff435","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8aece073d7ff435","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"8400f028c3cde35c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8400f028c3cde35c","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e61f06718e071bea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e61f06718e071bea","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"duration":0}},{"uid":"13ac06ff71f7e8eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13ac06ff71f7e8eb","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"7651b194ed22463e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7651b194ed22463e","status":"passed","time":{"start":1710287674907,"stop":1710287674908,"duration":1}},{"uid":"8ed1aa9a17a06d4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed1aa9a17a06d4c","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8664e8cba76b4d45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8664e8cba76b4d45","status":"passed","time":{"start":1710307897770,"stop":1710307897772,"duration":2}},{"uid":"9366d344f70107b5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9366d344f70107b5","status":"passed","time":{"start":1710306791276,"stop":1710306791276,"duration":0}},{"uid":"ab6358f6b20862a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab6358f6b20862a9","status":"passed","time":{"start":1710286996357,"stop":1710286996357,"duration":0}},{"uid":"a7edf881fd428da1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a7edf881fd428da1","status":"passed","time":{"start":1710284258874,"stop":1710284258874,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a0e59bc0e054e13b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a0e59bc0e054e13b","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"duration":0}},{"uid":"8e0b9f018cda4f27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e0b9f018cda4f27","status":"passed","time":{"start":1710307383801,"stop":1710307383802,"duration":1}},{"uid":"c92ac285584c9666","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c92ac285584c9666","status":"passed","time":{"start":1710287594295,"stop":1710287594296,"duration":1}},{"uid":"1780bbaee237965c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1780bbaee237965c","status":"passed","time":{"start":1710284859500,"stop":1710284859500,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d80692816e2e0f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5d80692816e2e0f7","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"duration":0}},{"uid":"e3e8224950aedc65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3e8224950aedc65","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"1cd86730ae1f47d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1cd86730ae1f47d7","status":"passed","time":{"start":1710287560340,"stop":1710287560340,"duration":0}},{"uid":"627f8fd2c1984779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/627f8fd2c1984779","status":"passed","time":{"start":1710284826093,"stop":1710284826094,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f5a188b7ef2a5c66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5a188b7ef2a5c66","status":"passed","time":{"start":1710308459428,"stop":1710308459429,"duration":1}},{"uid":"6696ca96b89d9eed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6696ca96b89d9eed","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"228f454502136b76","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/228f454502136b76","status":"passed","time":{"start":1710287544913,"stop":1710287544913,"duration":0}},{"uid":"fcb8e9747e42709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcb8e9747e42709","status":"passed","time":{"start":1710284805012,"stop":1710284805012,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"263a24341c9e7b8d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/263a24341c9e7b8d","status":"passed","time":{"start":1710307914373,"stop":1710307914374,"duration":1}},{"uid":"a7ea39e7353b91be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7ea39e7353b91be","status":"passed","time":{"start":1710306807582,"stop":1710306807583,"duration":1}},{"uid":"93daa641a546eedf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93daa641a546eedf","status":"passed","time":{"start":1710287012804,"stop":1710287012804,"duration":0}},{"uid":"95e6b6795ae6d6ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95e6b6795ae6d6ac","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"78c9e6cce3e2f6be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/78c9e6cce3e2f6be","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307914374,"stop":1710307914375,"duration":1}},{"uid":"8e2bce3956d31535","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e2bce3956d31535","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807583,"stop":1710306807584,"duration":1}},{"uid":"d32b240f7953f135","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d32b240f7953f135","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012805,"stop":1710287012805,"duration":0}},{"uid":"88335ef16e1a935a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88335ef16e1a935a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"2eb78c9e29c9ea45295c02ce9d862926:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"429e3a3aa99003f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/429e3a3aa99003f6","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"151e106940af2b94","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151e106940af2b94","status":"passed","time":{"start":1710308092690,"stop":1710308092690,"duration":0}},{"uid":"8ad17b84395b6783","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ad17b84395b6783","status":"passed","time":{"start":1710306981496,"stop":1710306981503,"duration":7}},{"uid":"7234e214dd929e33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7234e214dd929e33","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"5f8d290a4dfa07bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8d290a4dfa07bd","status":"passed","time":{"start":1710284459992,"stop":1710284459992,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcea57472694cd3d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fcea57472694cd3d","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"duration":0}},{"uid":"bae8aa08266f081e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bae8aa08266f081e","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"1f4944a10933a57c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f4944a10933a57c","status":"passed","time":{"start":1710287674914,"stop":1710287674915,"duration":1}},{"uid":"18fc18d67547333e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18fc18d67547333e","status":"passed","time":{"start":1710284934075,"stop":1710284934076,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"659f0f6738b3f8b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/659f0f6738b3f8b1","status":"passed","time":{"start":1710307950103,"stop":1710307950103,"duration":0}},{"uid":"8944ca7233b02469","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8944ca7233b02469","status":"passed","time":{"start":1710306846369,"stop":1710306846370,"duration":1}},{"uid":"857376daea2f38ac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/857376daea2f38ac","status":"passed","time":{"start":1710287049207,"stop":1710287049207,"duration":0}},{"uid":"4349640c0dbb1f91","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4349640c0dbb1f91","status":"passed","time":{"start":1710284311920,"stop":1710284311922,"duration":2}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb0f252be0c31bba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eb0f252be0c31bba","status":"passed","time":{"start":1710307890264,"stop":1710307890265,"duration":1}},{"uid":"a70ed9593c12f664","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a70ed9593c12f664","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"614a36c3bcc25d24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/614a36c3bcc25d24","status":"passed","time":{"start":1710286988736,"stop":1710286988736,"duration":0}},{"uid":"11aec9fd96abe31a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11aec9fd96abe31a","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4529e8375b8ffe73","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4529e8375b8ffe73","status":"passed","time":{"start":1710308494291,"stop":1710308494292,"duration":1}},{"uid":"2da5bdfda13d89c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2da5bdfda13d89c7","status":"passed","time":{"start":1710307383800,"stop":1710307383800,"duration":0}},{"uid":"c1ffde81b6487336","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1ffde81b6487336","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"e28c015adb580203","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e28c015adb580203","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dbce83b27e5557b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbce83b27e5557b2","status":"passed","time":{"start":1710308371305,"stop":1710308371305,"duration":0}},{"uid":"19d6e23f87623bda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/19d6e23f87623bda","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"6524b1cecd0305a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6524b1cecd0305a9","status":"passed","time":{"start":1710287460903,"stop":1710287460904,"duration":1}},{"uid":"4cd14fa372bc96c7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cd14fa372bc96c7","status":"passed","time":{"start":1710284730220,"stop":1710284730221,"duration":1}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"286a188ce3994149","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/286a188ce3994149","status":"passed","time":{"start":1710307980883,"stop":1710307980884,"duration":1}},{"uid":"3de4427b91b7c01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3de4427b91b7c01","status":"passed","time":{"start":1710306873748,"stop":1710306873749,"duration":1}},{"uid":"139649acadb4ea00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/139649acadb4ea00","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"182384c225070a6b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/182384c225070a6b","status":"passed","time":{"start":1710284342268,"stop":1710284342269,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9aa22523f7525502","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9aa22523f7525502","status":"passed","time":{"start":1710308231836,"stop":1710308231836,"duration":0}},{"uid":"38e7c6a940a06079","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38e7c6a940a06079","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"39edacd0a544514f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39edacd0a544514f","status":"passed","time":{"start":1710287317291,"stop":1710287317292,"duration":1}},{"uid":"46e9d56011bf59d8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46e9d56011bf59d8","status":"passed","time":{"start":1710284588136,"stop":1710284588136,"duration":0}}]},"1809e4e597eb44965b8cff3dcd3a15f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"254360b479411989","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/254360b479411989","status":"passed","time":{"start":1710284459543,"stop":1710284459543,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fda8488ae92c13b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2fda8488ae92c13b","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0}},{"uid":"340c77a0ed4de1c0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/340c77a0ed4de1c0","status":"passed","time":{"start":1710307247759,"stop":1710307247759,"duration":0}},{"uid":"ca74e0e635edbe8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ca74e0e635edbe8c","status":"passed","time":{"start":1710287456037,"stop":1710287456038,"duration":1}},{"uid":"a05345c9663027d6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a05345c9663027d6","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f1cf38391dc2909","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f1cf38391dc2909","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"duration":0}},{"uid":"3bb6826763ad5d28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3bb6826763ad5d28","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"18a33d13a5344ec4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18a33d13a5344ec4","status":"passed","time":{"start":1710286996966,"stop":1710286996967,"duration":1}},{"uid":"f859ea775eb07818","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f859ea775eb07818","status":"passed","time":{"start":1710284259601,"stop":1710284259602,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7984a23c6c87e01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7984a23c6c87e01","status":"passed","time":{"start":1710307890266,"stop":1710307890267,"duration":1}},{"uid":"b0d4890a462f8b50","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0d4890a462f8b50","status":"passed","time":{"start":1710306783477,"stop":1710306783477,"duration":0}},{"uid":"53adb93175a9f679","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53adb93175a9f679","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"2715b0a190fc75d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2715b0a190fc75d1","status":"passed","time":{"start":1710284251168,"stop":1710284251168,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d970b9e8f5bd7b75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d970b9e8f5bd7b75","status":"passed","time":{"start":1710308508734,"stop":1710308508735,"duration":1}},{"uid":"235cbb7f16c82a5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/235cbb7f16c82a5d","status":"passed","time":{"start":1710307392157,"stop":1710307392158,"duration":1}},{"uid":"611309ac9a5d83e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/611309ac9a5d83e4","status":"passed","time":{"start":1710287596902,"stop":1710287596903,"duration":1}},{"uid":"7b84da6797c4ba51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7b84da6797c4ba51","status":"passed","time":{"start":1710284862701,"stop":1710284862702,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4fa4c4c949e70c3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e4fa4c4c949e70c3","status":"passed","time":{"start":1710308325357,"stop":1710308325357,"duration":0}},{"uid":"2c275a27738d1f91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c275a27738d1f91","status":"passed","time":{"start":1710307209808,"stop":1710307209809,"duration":1}},{"uid":"26dae1d458d47c2c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/26dae1d458d47c2c","status":"passed","time":{"start":1710287415615,"stop":1710287415615,"duration":0}},{"uid":"5b9d8d3de5cb6e47","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b9d8d3de5cb6e47","status":"passed","time":{"start":1710284682354,"stop":1710284682354,"duration":0}}]},"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"3f13d00d0cf93a54","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f13d00d0cf93a54","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308572935,"stop":1710308572935,"duration":0}},{"uid":"e6f4bdbaa51811dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6f4bdbaa51811dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"d7cf2699690fe2f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7cf2699690fe2f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674900,"stop":1710287674903,"duration":3}},{"uid":"f8a7a619203e395f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a7a619203e395f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"655113f0cb5009c9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/655113f0cb5009c9","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"duration":0}},{"uid":"9c97c009f5f49ffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c97c009f5f49ffe","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"8fd78e2afdfb69ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8fd78e2afdfb69ee","status":"passed","time":{"start":1710287596908,"stop":1710287596909,"duration":1}},{"uid":"e4baa8e66cf260cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e4baa8e66cf260cc","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c98bf4c3e739eac8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c98bf4c3e739eac8","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0}},{"uid":"b3ce9496c9ce6348","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3ce9496c9ce6348","status":"passed","time":{"start":1710306791801,"stop":1710306791802,"duration":1}},{"uid":"fe6a27b56b025ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe6a27b56b025ee9","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"4fa0dee745e5c861","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4fa0dee745e5c861","status":"passed","time":{"start":1710284259603,"stop":1710284259603,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c216b153cf1f321b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c216b153cf1f321b","status":"passed","time":{"start":1710308426361,"stop":1710308426366,"duration":5}},{"uid":"e8cee758ade97dff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8cee758ade97dff","status":"passed","time":{"start":1710307300369,"stop":1710307300369,"duration":0}},{"uid":"f31d9a26ec58365e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f31d9a26ec58365e","status":"passed","time":{"start":1710287503527,"stop":1710287503528,"duration":1}},{"uid":"351bed2309b8cfc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/351bed2309b8cfc","status":"passed","time":{"start":1710284762779,"stop":1710284762779,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94d202265557b95","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/94d202265557b95","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"duration":0}},{"uid":"88b3a75e271d6266","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88b3a75e271d6266","status":"passed","time":{"start":1710306981522,"stop":1710306981524,"duration":2}},{"uid":"db34df37d21e0529","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/db34df37d21e0529","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"209994afd18c7a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/209994afd18c7a9","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"700db9ecded6b381","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/700db9ecded6b381","status":"passed","time":{"start":1710308092704,"stop":1710308092705,"duration":1}},{"uid":"fe43c47c6e0bde82","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe43c47c6e0bde82","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"10a74a1e7d125e4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/10a74a1e7d125e4c","status":"passed","time":{"start":1710287198126,"stop":1710287198127,"duration":1}},{"uid":"9c671691c786b2c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c671691c786b2c5","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f2cacbaa00985814","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2cacbaa00985814","status":"passed","time":{"start":1710307897774,"stop":1710307897774,"duration":0}},{"uid":"ff502676eeada4c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff502676eeada4c1","status":"passed","time":{"start":1710306791279,"stop":1710306791279,"duration":0}},{"uid":"bbdfc7bcdb801378","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bbdfc7bcdb801378","status":"passed","time":{"start":1710286996359,"stop":1710286996360,"duration":1}},{"uid":"f5f394bc58a397df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5f394bc58a397df","status":"passed","time":{"start":1710284258876,"stop":1710284258877,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a43f300770bfa02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7a43f300770bfa02","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"duration":0}},{"uid":"8dc364c747b628c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dc364c747b628c2","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"47f28c3df35ad84b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f28c3df35ad84b","status":"passed","time":{"start":1710287596906,"stop":1710287596907,"duration":1}},{"uid":"8beca60d01cd5f01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8beca60d01cd5f01","status":"passed","time":{"start":1710284862702,"stop":1710284862703,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ee7fed40c2cffe70","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee7fed40c2cffe70","status":"passed","time":{"start":1710308495153,"stop":1710308495153,"duration":0}},{"uid":"f234971769de4f77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f234971769de4f77","status":"passed","time":{"start":1710307377259,"stop":1710307377259,"duration":0}},{"uid":"aef0ef166ff3b0fb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aef0ef166ff3b0fb","status":"passed","time":{"start":1710287579552,"stop":1710287579552,"duration":0}},{"uid":"2f88208be049848c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f88208be049848c","status":"passed","time":{"start":1710284855735,"stop":1710284855736,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8456d9887da5650e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8456d9887da5650e","status":"passed","time":{"start":1710307980880,"stop":1710307980880,"duration":0}},{"uid":"80bd6dda223934cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/80bd6dda223934cc","status":"passed","time":{"start":1710306873742,"stop":1710306873743,"duration":1}},{"uid":"a36f1ddf363a1411","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a36f1ddf363a1411","status":"passed","time":{"start":1710287079741,"stop":1710287079741,"duration":0}},{"uid":"a0b426baa601faf2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0b426baa601faf2","status":"passed","time":{"start":1710284342262,"stop":1710284342262,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fdf848dbf5d4e8d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fdf848dbf5d4e8d1","status":"passed","time":{"start":1710308097729,"stop":1710308097730,"duration":1}},{"uid":"42fc0dc521d70a07","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42fc0dc521d70a07","status":"passed","time":{"start":1710306994270,"stop":1710306994270,"duration":0}},{"uid":"3f3178c077be3865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f3178c077be3865","status":"passed","time":{"start":1710287196190,"stop":1710287196191,"duration":1}},{"uid":"622da54e96b19f3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622da54e96b19f3b","status":"passed","time":{"start":1710284459539,"stop":1710284459539,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe93c0551b6e064d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe93c0551b6e064d","status":"passed","time":{"start":1710308322610,"stop":1710308322611,"duration":1}},{"uid":"32a2f44f0fd98798","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32a2f44f0fd98798","status":"passed","time":{"start":1710307207087,"stop":1710307207087,"duration":0}},{"uid":"5c1aad30ac4d5daf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5c1aad30ac4d5daf","status":"passed","time":{"start":1710287412752,"stop":1710287412753,"duration":1}},{"uid":"a1c5353c035e620a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1c5353c035e620a","status":"passed","time":{"start":1710284680779,"stop":1710284680787,"duration":8}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"74839595307407bd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/74839595307407bd","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"duration":0}},{"uid":"2ab1adfc952dcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ab1adfc952dcf","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"2008f6718cfd79f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2008f6718cfd79f3","status":"passed","time":{"start":1710287456049,"stop":1710287456049,"duration":0}},{"uid":"89d48fca4f4343ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89d48fca4f4343ff","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcbe0c79e4f1c505","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fcbe0c79e4f1c505","status":"passed","time":{"start":1710308322586,"stop":1710308322593,"duration":7}},{"uid":"88c6fbccd58dee3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88c6fbccd58dee3a","status":"passed","time":{"start":1710307207050,"stop":1710307207051,"duration":1}},{"uid":"86b307500eb38eea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/86b307500eb38eea","status":"passed","time":{"start":1710287412742,"stop":1710287412742,"duration":0}},{"uid":"763c1ac9d2de638b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/763c1ac9d2de638b","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ba12ce608833de45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba12ce608833de45","status":"passed","time":{"start":1710307914072,"stop":1710307914072,"duration":0}},{"uid":"51255a22a58646d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51255a22a58646d6","status":"passed","time":{"start":1710306807149,"stop":1710306807150,"duration":1}},{"uid":"f8ad5a478ea5e152","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f8ad5a478ea5e152","status":"passed","time":{"start":1710287012269,"stop":1710287012269,"duration":0}},{"uid":"a6a7d719b76255d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a7d719b76255d5","status":"passed","time":{"start":1710284274245,"stop":1710284274245,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68fe92b958c2402d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/68fe92b958c2402d","status":"passed","time":{"start":1710308426367,"stop":1710308426368,"duration":1}},{"uid":"b36d6c6a7d0fa128","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b36d6c6a7d0fa128","status":"passed","time":{"start":1710307300370,"stop":1710307300371,"duration":1}},{"uid":"5decc02755b74276","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5decc02755b74276","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"a9b954b056a7f78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9b954b056a7f78a","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6160b08711ee273a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6160b08711ee273a","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0}},{"uid":"c174b63fd0a03578","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c174b63fd0a03578","status":"passed","time":{"start":1710307308618,"stop":1710307308618,"duration":0}},{"uid":"d76ef03a7dccf257","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d76ef03a7dccf257","status":"passed","time":{"start":1710287509743,"stop":1710287509744,"duration":1}},{"uid":"1074cd76e28236c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1074cd76e28236c","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd6e01bb2bd73fcc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dd6e01bb2bd73fcc","status":"passed","time":{"start":1710308225036,"stop":1710308225036,"duration":0}},{"uid":"1bd164ed205a8a0a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1bd164ed205a8a0a","status":"passed","time":{"start":1710307101313,"stop":1710307101314,"duration":1}},{"uid":"7318d17d959322dd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7318d17d959322dd","status":"passed","time":{"start":1710287300117,"stop":1710287300118,"duration":1}},{"uid":"6e5bf3b0d47b19d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e5bf3b0d47b19d","status":"passed","time":{"start":1710284561374,"stop":1710284561374,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33187d6eb6754c90","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/33187d6eb6754c90","status":"passed","time":{"start":1710308192976,"stop":1710308192977,"duration":1}},{"uid":"f039054eb7c97a21","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f039054eb7c97a21","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"fc4616fd2b1377a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc4616fd2b1377a","status":"passed","time":{"start":1710287282005,"stop":1710287282005,"duration":0}},{"uid":"52871f8198bc2210","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52871f8198bc2210","status":"passed","time":{"start":1710284550777,"stop":1710284550777,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35e7bd081abee388","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35e7bd081abee388","status":"passed","time":{"start":1710308464143,"stop":1710308464143,"duration":0}},{"uid":"48d3f130ed9394d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48d3f130ed9394d0","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"942243c71c229319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/942243c71c229319","status":"passed","time":{"start":1710287559423,"stop":1710287559424,"duration":1}},{"uid":"f50c55c386456a8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f50c55c386456a8e","status":"passed","time":{"start":1710284823525,"stop":1710284823528,"duration":3}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9670423c988d8b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c9670423c988d8b1","status":"passed","time":{"start":1710307890263,"stop":1710307890264,"duration":1}},{"uid":"2c0f6d1e734a9271","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0f6d1e734a9271","status":"passed","time":{"start":1710306783473,"stop":1710306783474,"duration":1}},{"uid":"1aff43092d31e57d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1aff43092d31e57d","status":"passed","time":{"start":1710286988735,"stop":1710286988735,"duration":0}},{"uid":"8ed4cf44121171f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed4cf44121171f8","status":"passed","time":{"start":1710284251164,"stop":1710284251165,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9db02907f6a1d226","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9db02907f6a1d226","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0}},{"uid":"1ab840fd47e5a0a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ab840fd47e5a0a0","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"d1e18f967985253a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1e18f967985253a","status":"passed","time":{"start":1710287509768,"stop":1710287509769,"duration":1}},{"uid":"71c1ce81f82fa722","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/71c1ce81f82fa722","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4568c4cb1a3650d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4568c4cb1a3650d9","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"duration":0}},{"uid":"8ffdc3b9302e8202","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ffdc3b9302e8202","status":"passed","time":{"start":1710307207064,"stop":1710307207064,"duration":0}},{"uid":"8aeb09c17eaadbe3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8aeb09c17eaadbe3","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"739ff9951805cca0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/739ff9951805cca0","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"28f120756f1d0127","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/28f120756f1d0127","status":"passed","time":{"start":1710307950772,"stop":1710307950772,"duration":0}},{"uid":"c05b8dfd71b32c2e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c05b8dfd71b32c2e","status":"passed","time":{"start":1710306844173,"stop":1710306844174,"duration":1}},{"uid":"533d76a25733fa4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/533d76a25733fa4b","status":"passed","time":{"start":1710287049796,"stop":1710287049797,"duration":1}},{"uid":"c15cbd714d216097","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c15cbd714d216097","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2a13a70ec24708f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2a13a70ec24708f","status":"passed","time":{"start":1710308366456,"stop":1710308366456,"duration":0}},{"uid":"c83c95df309a546a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c83c95df309a546a","status":"passed","time":{"start":1710307247755,"stop":1710307247756,"duration":1}},{"uid":"2879cbb1e9c4953","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2879cbb1e9c4953","status":"passed","time":{"start":1710287456022,"stop":1710287456023,"duration":1}},{"uid":"27fbdf2ee224a758","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/27fbdf2ee224a758","status":"passed","time":{"start":1710284723006,"stop":1710284723007,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4e9adc87979262","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d4e9adc87979262","status":"passed","time":{"start":1710307897780,"stop":1710307897781,"duration":1}},{"uid":"a59bbf5a9d594538","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a59bbf5a9d594538","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"9e6625aea2c1be4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e6625aea2c1be4b","status":"passed","time":{"start":1710286996363,"stop":1710286996363,"duration":0}},{"uid":"14b4369563b434ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14b4369563b434ea","status":"passed","time":{"start":1710284258880,"stop":1710284258880,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0bdbb0df219698a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0bdbb0df219698a","status":"passed","time":{"start":1710308092718,"stop":1710308092719,"duration":1}},{"uid":"51a9518e6721354","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51a9518e6721354","status":"passed","time":{"start":1710306981517,"stop":1710306981517,"duration":0}},{"uid":"7e7d6483f71216c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e7d6483f71216c2","status":"passed","time":{"start":1710287198167,"stop":1710287198167,"duration":0}},{"uid":"874a9ae2cf72980f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/874a9ae2cf72980f","status":"passed","time":{"start":1710284460009,"stop":1710284460010,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3ed13a86cd67a07","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3ed13a86cd67a07","status":"passed","time":{"start":1710308225037,"stop":1710308225038,"duration":1}},{"uid":"3836398dd70fdd8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3836398dd70fdd8c","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"163f7a62d44783c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/163f7a62d44783c2","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"edcba990370c853a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edcba990370c853a","status":"passed","time":{"start":1710284561375,"stop":1710284561376,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f6c155ef26e07f71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6c155ef26e07f71","status":"passed","time":{"start":1710307971895,"stop":1710307971896,"duration":1}},{"uid":"97bda8c337a5c64a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97bda8c337a5c64a","status":"passed","time":{"start":1710306865885,"stop":1710306865886,"duration":1}},{"uid":"ba856de1f38e9f8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ba856de1f38e9f8d","status":"passed","time":{"start":1710287067217,"stop":1710287067217,"duration":0}},{"uid":"68ee88dee6fa736d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68ee88dee6fa736d","status":"passed","time":{"start":1710284328537,"stop":1710284328537,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f2351cad233a2204","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2351cad233a2204","status":"passed","time":{"start":1710308477760,"stop":1710308477761,"duration":1}},{"uid":"54a5343050da809a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54a5343050da809a","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"a3b9cb57d9f396d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3b9cb57d9f396d2","status":"passed","time":{"start":1710287577564,"stop":1710287577564,"duration":0}},{"uid":"139f5ad0a49ad1ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/139f5ad0a49ad1ad","status":"passed","time":{"start":1710284843497,"stop":1710284843498,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa9e9ef30b1a6817","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa9e9ef30b1a6817","status":"passed","time":{"start":1710308092700,"stop":1710308092700,"duration":0}},{"uid":"4f74922d9c215071","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f74922d9c215071","status":"passed","time":{"start":1710306981504,"stop":1710306981505,"duration":1}},{"uid":"aee61ad90b3d03e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aee61ad90b3d03e","status":"passed","time":{"start":1710287198118,"stop":1710287198119,"duration":1}},{"uid":"a458ce529ac813e2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a458ce529ac813e2","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"20731a99aae17b96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/20731a99aae17b96","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308322788,"stop":1710308322789,"duration":1}},{"uid":"f9ba7eb6cd24287","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9ba7eb6cd24287","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207322,"stop":1710307207322,"duration":0}},{"uid":"d1908ad267921e13","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1908ad267921e13","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413028,"duration":1}},{"uid":"b2a2434a82cbd190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2a2434a82cbd190","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680941,"stop":1710284680941,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4efa2d83395a7686","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4efa2d83395a7686","status":"passed","time":{"start":1710308366534,"stop":1710308366534,"duration":0}},{"uid":"cd1e6b1114c7ef86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1e6b1114c7ef86","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"efef02e706ddc452","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efef02e706ddc452","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"9a64a93f498d96c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a64a93f498d96c1","status":"passed","time":{"start":1710284723023,"stop":1710284723024,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6f0b192b239015e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6f0b192b239015e","status":"passed","time":{"start":1710308092689,"stop":1710308092690,"duration":1}},{"uid":"7e5d050fc19ac9f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e5d050fc19ac9f3","status":"passed","time":{"start":1710306981495,"stop":1710306981496,"duration":1}},{"uid":"2a742211d786eed4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a742211d786eed4","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"9d83fd0b99a790b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d83fd0b99a790b","status":"passed","time":{"start":1710284459991,"stop":1710284459992,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d0b0408b076817a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d0b0408b076817a","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0}},{"uid":"1485d544d1e7223b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1485d544d1e7223b","status":"passed","time":{"start":1710307308616,"stop":1710307308616,"duration":0}},{"uid":"372c8bf10a989f12","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/372c8bf10a989f12","status":"passed","time":{"start":1710287509742,"stop":1710287509742,"duration":0}},{"uid":"f0499ac274a35d21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0499ac274a35d21","status":"passed","time":{"start":1710284775834,"stop":1710284775835,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1ddd75a8cc82de7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1ddd75a8cc82de7","status":"passed","time":{"start":1710307898610,"stop":1710307898611,"duration":1}},{"uid":"761a42244aaed2b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/761a42244aaed2b6","status":"passed","time":{"start":1710306791807,"stop":1710306791808,"duration":1}},{"uid":"e915628e7655b44d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e915628e7655b44d","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"d5b12ee82c02d7ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5b12ee82c02d7ef","status":"passed","time":{"start":1710284259613,"stop":1710284259614,"duration":1}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4afd6ad1b22c9cb9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4afd6ad1b22c9cb9","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"duration":0}},{"uid":"52085bf8bafab51e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52085bf8bafab51e","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"acf545820dcfdb35","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/acf545820dcfdb35","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"600517d69d8ef0ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600517d69d8ef0ef","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9997002b2a37e6b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9997002b2a37e6b","status":"passed","time":{"start":1710307898608,"stop":1710307898609,"duration":1}},{"uid":"6195a75d2af54be7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6195a75d2af54be7","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"947ce5516fa8dbde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/947ce5516fa8dbde","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"831624ccdcf59e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/831624ccdcf59e1","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b4ca6b04a1e969b5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4ca6b04a1e969b5","status":"passed","time":{"start":1710308192968,"stop":1710308192969,"duration":1}},{"uid":"adb389a18970232c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adb389a18970232c","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"1df4b3d9a441de23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1df4b3d9a441de23","status":"passed","time":{"start":1710287282000,"stop":1710287282000,"duration":0}},{"uid":"5640fa0e18bb3b85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5640fa0e18bb3b85","status":"passed","time":{"start":1710284550769,"stop":1710284550769,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e13f05100230c736","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e13f05100230c736","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"duration":0}},{"uid":"139f60852ff4abed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/139f60852ff4abed","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"5a0694e4ed0b2364","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a0694e4ed0b2364","status":"passed","time":{"start":1710286988731,"stop":1710286988731,"duration":0}},{"uid":"68eade5eb1548209","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68eade5eb1548209","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7f016940a25de20b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f016940a25de20b","status":"passed","time":{"start":1710308007020,"stop":1710308007020,"duration":0}},{"uid":"5633e6f729d80ba1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5633e6f729d80ba1","status":"passed","time":{"start":1710306904612,"stop":1710306904612,"duration":0}},{"uid":"d4dc22c81f6f5fc3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4dc22c81f6f5fc3","status":"passed","time":{"start":1710287110690,"stop":1710287110691,"duration":1}},{"uid":"438f756575ae9a4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/438f756575ae9a4a","status":"passed","time":{"start":1710284372006,"stop":1710284372007,"duration":1}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c6ab8325e4360b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c6ab8325e4360b1","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"duration":0}},{"uid":"a4bf2fadb86874d4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4bf2fadb86874d4","status":"passed","time":{"start":1710306783478,"stop":1710306783479,"duration":1}},{"uid":"85bc9a9d14a19c32","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85bc9a9d14a19c32","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"510af38918ffdc14","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/510af38918ffdc14","status":"passed","time":{"start":1710284251169,"stop":1710284251170,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da542bdf2c5dd278","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/da542bdf2c5dd278","status":"passed","time":{"start":1710308366471,"stop":1710308366471,"duration":0}},{"uid":"910a7410bb201496","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/910a7410bb201496","status":"passed","time":{"start":1710307247764,"stop":1710307247764,"duration":0}},{"uid":"3551088140112507","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3551088140112507","status":"passed","time":{"start":1710287456055,"stop":1710287456055,"duration":0}},{"uid":"802dd668573fab73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/802dd668573fab73","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"82cb23f3a3b678c08c3ef795b5becd49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"5de9fed9d7c406ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5de9fed9d7c406ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307914375,"stop":1710307914375,"duration":0}},{"uid":"15b577c3b82cd0fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/15b577c3b82cd0fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807584,"stop":1710306807584,"duration":0}},{"uid":"a41b04d98d80a63e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a41b04d98d80a63e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012806,"stop":1710287012806,"duration":0}},{"uid":"ee1a2f15d75c370b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee1a2f15d75c370b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275224,"stop":1710284275224,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8af2ac9464a5ac31","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8af2ac9464a5ac31","status":"passed","time":{"start":1710308371294,"stop":1710308371295,"duration":1}},{"uid":"fbcae8c37b12d546","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbcae8c37b12d546","status":"passed","time":{"start":1710307259433,"stop":1710307259434,"duration":1}},{"uid":"b0027d07ff8c9b8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0027d07ff8c9b8c","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"d1f086e43ae75619","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f086e43ae75619","status":"passed","time":{"start":1710284730214,"stop":1710284730215,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9111ea84523b95fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9111ea84523b95fe","status":"passed","time":{"start":1710308192969,"stop":1710308192969,"duration":0}},{"uid":"e06321cee29d90c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e06321cee29d90c7","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"9b445a8f69698970","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b445a8f69698970","status":"passed","time":{"start":1710287282000,"stop":1710287282001,"duration":1}},{"uid":"c0292ae26bd1706a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c0292ae26bd1706a","status":"passed","time":{"start":1710284550769,"stop":1710284550770,"duration":1}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec8f185fe67ea2ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ec8f185fe67ea2ad","status":"passed","time":{"start":1710307914370,"stop":1710307914371,"duration":1}},{"uid":"e9a9dd34d651064b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9a9dd34d651064b","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"b6179f47abf2f22b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6179f47abf2f22b","status":"passed","time":{"start":1710287012800,"stop":1710287012801,"duration":1}},{"uid":"8f4fa1ba822edb3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f4fa1ba822edb3e","status":"passed","time":{"start":1710284275219,"stop":1710284275219,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bbe7ad191055e930","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbe7ad191055e930","status":"passed","time":{"start":1710307897832,"stop":1710307897834,"duration":2}},{"uid":"100934884caac558","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/100934884caac558","status":"passed","time":{"start":1710306791283,"stop":1710306791284,"duration":1}},{"uid":"f9b2acf74d25c6ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9b2acf74d25c6ce","status":"passed","time":{"start":1710286996365,"stop":1710286996365,"duration":0}},{"uid":"c808e3055a621e7d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c808e3055a621e7d","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"72463fb32e87df8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/72463fb32e87df8c","status":"passed","time":{"start":1710307918136,"stop":1710307918136,"duration":0}},{"uid":"d680aad7b5939743","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d680aad7b5939743","status":"passed","time":{"start":1710306811117,"stop":1710306811117,"duration":0}},{"uid":"3e88ed8128d0061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3e88ed8128d0061","status":"passed","time":{"start":1710287016345,"stop":1710287016345,"duration":0}},{"uid":"699c6468ecf54a58","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/699c6468ecf54a58","status":"passed","time":{"start":1710284279140,"stop":1710284279140,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59e0b27c9054aec2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/59e0b27c9054aec2","status":"passed","time":{"start":1710307991225,"stop":1710307991225,"duration":0}},{"uid":"36ee334c4cd23979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/36ee334c4cd23979","status":"passed","time":{"start":1710306877071,"stop":1710306877072,"duration":1}},{"uid":"d8ff1717689c2ad6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8ff1717689c2ad6","status":"passed","time":{"start":1710287085416,"stop":1710287085417,"duration":1}},{"uid":"b37fee01ddd8716e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b37fee01ddd8716e","status":"passed","time":{"start":1710284350510,"stop":1710284350511,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c02f68bff4018ff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c02f68bff4018ff","status":"passed","time":{"start":1710308416725,"stop":1710308416725,"duration":0}},{"uid":"dce829795d10844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dce829795d10844f","status":"passed","time":{"start":1710307308630,"stop":1710307308630,"duration":0}},{"uid":"3c67fe696e9b7555","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c67fe696e9b7555","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"f510034ed123f889","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f510034ed123f889","status":"passed","time":{"start":1710284775853,"stop":1710284775853,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5bb885987af1261a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5bb885987af1261a","status":"passed","time":{"start":1710307912517,"stop":1710307912520,"duration":3}},{"uid":"9420534aba8f9985","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9420534aba8f9985","status":"passed","time":{"start":1710306806601,"stop":1710306806603,"duration":2}},{"uid":"7c599abd2f4286e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c599abd2f4286e2","status":"passed","time":{"start":1710287011779,"stop":1710287011780,"duration":1}},{"uid":"6d92666dcad69fc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d92666dcad69fc9","status":"passed","time":{"start":1710284274039,"stop":1710284274041,"duration":2}}]},"5cef096bfc01882d03f657e47bb6cba6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"942ea8097846c0f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/942ea8097846c0f0","status":"passed","time":{"start":1710307308628,"stop":1710307308629,"duration":1}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8787c51874f5a990","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8787c51874f5a990","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"duration":0}},{"uid":"4d979d7690842cbd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d979d7690842cbd","status":"passed","time":{"start":1710306783476,"stop":1710306783476,"duration":0}},{"uid":"1a0e2d90ba5f9be4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a0e2d90ba5f9be4","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"cc6b1ef0241a70c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc6b1ef0241a70c0","status":"passed","time":{"start":1710284251167,"stop":1710284251167,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b598c513458bc070","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b598c513458bc070","status":"passed","time":{"start":1710308463675,"stop":1710308463676,"duration":1}},{"uid":"b3449055ba1206e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3449055ba1206e0","status":"passed","time":{"start":1710307358454,"stop":1710307358455,"duration":1}},{"uid":"c840477575081f28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c840477575081f28","status":"passed","time":{"start":1710287569244,"stop":1710287569245,"duration":1}},{"uid":"d9753675fac4188e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9753675fac4188e","status":"passed","time":{"start":1710284852279,"stop":1710284852279,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9e515653af22fab5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9e515653af22fab5","status":"passed","time":{"start":1710308007024,"stop":1710308007025,"duration":1}},{"uid":"e865917c9879f60b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e865917c9879f60b","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"525fa3a34195991","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/525fa3a34195991","status":"passed","time":{"start":1710287110704,"stop":1710287110711,"duration":7}},{"uid":"a23235678e1c7d29","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a23235678e1c7d29","status":"passed","time":{"start":1710284372020,"stop":1710284372021,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"80e534f40888f6d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/80e534f40888f6d0","status":"passed","time":{"start":1710308463673,"stop":1710308463673,"duration":0}},{"uid":"60cd3ef631a89cf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60cd3ef631a89cf","status":"passed","time":{"start":1710307358452,"stop":1710307358453,"duration":1}},{"uid":"c67b2c10aa18cf7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c67b2c10aa18cf7","status":"passed","time":{"start":1710287569228,"stop":1710287569229,"duration":1}},{"uid":"54f07028252ac0e0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/54f07028252ac0e0","status":"passed","time":{"start":1710284852270,"stop":1710284852270,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa386a61345f08d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa386a61345f08d0","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"duration":0}},{"uid":"cfa8d6ca69caeffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfa8d6ca69caeffe","status":"passed","time":{"start":1710307465625,"stop":1710307465626,"duration":1}},{"uid":"24534c9567f5bb6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24534c9567f5bb6","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"cc1672112f9fba90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc1672112f9fba90","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53fe69e083ed7f74","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53fe69e083ed7f74","status":"passed","time":{"start":1710308464142,"stop":1710308464143,"duration":1}},{"uid":"9bb0ce2549f5b685","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bb0ce2549f5b685","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"f78ac0910639a9b7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f78ac0910639a9b7","status":"passed","time":{"start":1710287559413,"stop":1710287559423,"duration":10}},{"uid":"811945987f09752a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/811945987f09752a","status":"passed","time":{"start":1710284823524,"stop":1710284823525,"duration":1}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"9f3a6aa4fb66c49f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f3a6aa4fb66c49f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308192919,"stop":1710308192919,"duration":0}},{"uid":"2ffe60db289622f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ffe60db289622f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078642,"stop":1710307078643,"duration":1}},{"uid":"9626f71b8536b9b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9626f71b8536b9b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281995,"stop":1710287281995,"duration":0}},{"uid":"59fd6774b74105cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/59fd6774b74105cb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550756,"stop":1710284550757,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35752b624669f577","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35752b624669f577","status":"passed","time":{"start":1710308371301,"stop":1710308371302,"duration":1}},{"uid":"6112b1d4cc0b3126","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6112b1d4cc0b3126","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"803c80831f0bae21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/803c80831f0bae21","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"8c10b20f6d864bba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c10b20f6d864bba","status":"passed","time":{"start":1710284730218,"stop":1710284730219,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"26984cf4fa214464","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26984cf4fa214464","status":"passed","time":{"start":1710307918134,"stop":1710307918134,"duration":0}},{"uid":"882bb1db3e0547ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/882bb1db3e0547ad","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"b6545eb5b4d5869f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6545eb5b4d5869f","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"fcf10a3edc93d30b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcf10a3edc93d30b","status":"passed","time":{"start":1710284279137,"stop":1710284279138,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c8b915338eb3e6ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c8b915338eb3e6ad","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"duration":0}},{"uid":"b8aa3d6c2c782916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8aa3d6c2c782916","status":"passed","time":{"start":1710307465634,"stop":1710307465635,"duration":1}},{"uid":"a960ced6109c8e95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a960ced6109c8e95","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"7d86d7ed5e775fc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7d86d7ed5e775fc1","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ff7f2f8f9c8b2998","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff7f2f8f9c8b2998","status":"passed","time":{"start":1710308366494,"stop":1710308366494,"duration":0}},{"uid":"62a7794fc5889e42","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62a7794fc5889e42","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"a67f01d63157af72","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a67f01d63157af72","status":"passed","time":{"start":1710287456064,"stop":1710287456067,"duration":3}},{"uid":"8f16c992f7d0a7d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f16c992f7d0a7d1","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9c076e66d864268","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c9c076e66d864268","status":"passed","time":{"start":1710307950104,"stop":1710307950105,"duration":1}},{"uid":"a5cd33b8c2b73ab0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5cd33b8c2b73ab0","status":"passed","time":{"start":1710306846371,"stop":1710306846375,"duration":4}},{"uid":"683384f76562c848","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/683384f76562c848","status":"passed","time":{"start":1710287049209,"stop":1710287049209,"duration":0}},{"uid":"f18e621a4eea6bc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18e621a4eea6bc9","status":"passed","time":{"start":1710284311923,"stop":1710284311924,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc8e407da697fa6b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc8e407da697fa6b","status":"passed","time":{"start":1710307912522,"stop":1710307912523,"duration":1}},{"uid":"5927c8350a9e6eaa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5927c8350a9e6eaa","status":"passed","time":{"start":1710306806605,"stop":1710306806606,"duration":1}},{"uid":"e443011464d2eb67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e443011464d2eb67","status":"passed","time":{"start":1710287011781,"stop":1710287011782,"duration":1}},{"uid":"724dda2cc04d1012","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/724dda2cc04d1012","status":"passed","time":{"start":1710284274044,"stop":1710284274045,"duration":1}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4710c17ac2760476","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4710c17ac2760476","status":"passed","time":{"start":1710308485476,"stop":1710308485476,"duration":0}},{"uid":"31a84d69e12bcc1e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/31a84d69e12bcc1e","status":"passed","time":{"start":1710307365851,"stop":1710307365851,"duration":0}},{"uid":"817099d653514139","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/817099d653514139","status":"passed","time":{"start":1710287564357,"stop":1710287564357,"duration":0}},{"uid":"72f9f6c35357fd62","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72f9f6c35357fd62","status":"passed","time":{"start":1710284831309,"stop":1710284831310,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa0d2811c8ab0fac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa0d2811c8ab0fac","status":"passed","time":{"start":1710308371308,"stop":1710308371309,"duration":1}},{"uid":"2af4b01499ed7916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2af4b01499ed7916","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"d1697ad91c406fb2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1697ad91c406fb2","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"f21b400d42376eaf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f21b400d42376eaf","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"12828de6523ff65c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12828de6523ff65c","status":"passed","time":{"start":1710308463688,"stop":1710308463689,"duration":1}},{"uid":"4f1c2976b2b48d4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f1c2976b2b48d4e","status":"passed","time":{"start":1710307358459,"stop":1710307358459,"duration":0}},{"uid":"2394a69daa8a0c9c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2394a69daa8a0c9c","status":"passed","time":{"start":1710287569251,"stop":1710287569251,"duration":0}},{"uid":"40798e2c166e1433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40798e2c166e1433","status":"passed","time":{"start":1710284852294,"stop":1710284852294,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"861a4a1dc01d6259","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/861a4a1dc01d6259","status":"passed","time":{"start":1710308092720,"stop":1710308092721,"duration":1}},{"uid":"2c0feff6ec28ed9c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0feff6ec28ed9c","status":"passed","time":{"start":1710306981521,"stop":1710306981521,"duration":0}},{"uid":"9401ebc691347f03","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9401ebc691347f03","status":"passed","time":{"start":1710287198169,"stop":1710287198170,"duration":1}},{"uid":"3c046c66e586d700","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c046c66e586d700","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"370e90bc1e140e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/370e90bc1e140e1","status":"passed","time":{"start":1710308348759,"stop":1710308348759,"duration":0}},{"uid":"47160b3944138152","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47160b3944138152","status":"passed","time":{"start":1710307233597,"stop":1710307233597,"duration":0}},{"uid":"ff0a941823962d31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ff0a941823962d31","status":"passed","time":{"start":1710287436221,"stop":1710287436221,"duration":0}},{"uid":"9cce763561bcd4af","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cce763561bcd4af","status":"passed","time":{"start":1710284706654,"stop":1710284706654,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"74f11ca386c36d84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/74f11ca386c36d84","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308097737,"stop":1710308097738,"duration":1}},{"uid":"24342cc142b33494","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24342cc142b33494","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994278,"stop":1710306994279,"duration":1}},{"uid":"504d19f68e6b2fcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d19f68e6b2fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"31d6d0be48bfc98a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/31d6d0be48bfc98a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459558,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46507603489e1dfe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46507603489e1dfe","status":"passed","time":{"start":1710308572935,"stop":1710308572935,"duration":0}},{"uid":"ac63acb0c1eda98a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac63acb0c1eda98a","status":"passed","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"bdd2032ec416b546","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bdd2032ec416b546","status":"passed","time":{"start":1710287674899,"stop":1710287674899,"duration":0}},{"uid":"ab7dd5786b96da25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab7dd5786b96da25","status":"passed","time":{"start":1710284934061,"stop":1710284934062,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bba8bbf311fde437","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bba8bbf311fde437","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"duration":0}},{"uid":"d69f761005bc69db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d69f761005bc69db","status":"passed","time":{"start":1710306791809,"stop":1710306791809,"duration":0}},{"uid":"c0ccee247e6afe7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0ccee247e6afe7e","status":"passed","time":{"start":1710286996975,"stop":1710286996975,"duration":0}},{"uid":"f015bc7f01193bcb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f015bc7f01193bcb","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9fcf5ca8de7d5e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9fcf5ca8de7d5e3","status":"passed","time":{"start":1710307889889,"stop":1710307889890,"duration":1}},{"uid":"56b4807bb648705b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56b4807bb648705b","status":"passed","time":{"start":1710306783350,"stop":1710306783351,"duration":1}},{"uid":"ce9e83fe9eb09063","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce9e83fe9eb09063","status":"passed","time":{"start":1710286988508,"stop":1710286988508,"duration":0}},{"uid":"38d245db65f3f706","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38d245db65f3f706","status":"passed","time":{"start":1710284250979,"stop":1710284250979,"duration":0}}]},"516a0a15213a63e21639c25f0b63ef39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3390dd5a6f5d2938","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3390dd5a6f5d2938","status":"passed","time":{"start":1710307207094,"stop":1710307207094,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"e46d8319e6b46486","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e46d8319e6b46486","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307950776,"stop":1710307950776,"duration":0}},{"uid":"83afcf2cd16e1e93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83afcf2cd16e1e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"e92a5b062dde21b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e92a5b062dde21b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049803,"stop":1710287049803,"duration":0}},{"uid":"1c13323f7f042c36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c13323f7f042c36","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312211,"stop":1710284312215,"duration":4}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f9b9d4bd7ac7b36","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f9b9d4bd7ac7b36","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"duration":0}},{"uid":"f1958781a922d330","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1958781a922d330","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"44c97bd98da0030c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44c97bd98da0030c","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"9d214717d820f03d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d214717d820f03d","status":"passed","time":{"start":1710284775872,"stop":1710284775872,"duration":0}}]},"3ff840ed7a580fce370cd0f30ebc2e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8b64d4209288b23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8b64d4209288b23","status":"passed","time":{"start":1710287196195,"stop":1710287196195,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3494f4c3e7c2acd0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3494f4c3e7c2acd0","status":"passed","time":{"start":1710308024291,"stop":1710308024291,"duration":0}},{"uid":"16f663fd6911995d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16f663fd6911995d","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"6c17a67486cbfe7a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c17a67486cbfe7a","status":"passed","time":{"start":1710287110847,"stop":1710287110848,"duration":1}},{"uid":"9879579580e11dd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9879579580e11dd2","status":"passed","time":{"start":1710284377455,"stop":1710284377456,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f2655c8edd01745f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2655c8edd01745f","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0}},{"uid":"aa1d6a9389341663","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa1d6a9389341663","status":"passed","time":{"start":1710307308616,"stop":1710307308617,"duration":1}},{"uid":"295c09445206c481","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/295c09445206c481","status":"passed","time":{"start":1710287509742,"stop":1710287509743,"duration":1}},{"uid":"b8bc77b2042c94ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8bc77b2042c94ac","status":"passed","time":{"start":1710284775835,"stop":1710284775835,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"475a6691ee8a25b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/475a6691ee8a25b2","status":"passed","time":{"start":1710308463674,"stop":1710308463675,"duration":1}},{"uid":"56ca2f702c4cdb02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56ca2f702c4cdb02","status":"passed","time":{"start":1710307358454,"stop":1710307358454,"duration":0}},{"uid":"efbdb2bb2ca671a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efbdb2bb2ca671a7","status":"passed","time":{"start":1710287569242,"stop":1710287569244,"duration":2}},{"uid":"6994ebc79b3f05bb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6994ebc79b3f05bb","status":"passed","time":{"start":1710284852271,"stop":1710284852278,"duration":7}}]},"da99875ff8b4fc8c371b8222679a7299:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e03f34bef5cb825","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e03f34bef5cb825","status":"passed","time":{"start":1710308366481,"stop":1710308366481,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea3a1ec8846f968d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ea3a1ec8846f968d","status":"passed","time":{"start":1710308322600,"stop":1710308322601,"duration":1}},{"uid":"8eafc9118d188e0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8eafc9118d188e0b","status":"passed","time":{"start":1710307207071,"stop":1710307207071,"duration":0}},{"uid":"46a9cd22f5e1d61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46a9cd22f5e1d61f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"38e45e2938a168f1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38e45e2938a168f1","status":"passed","time":{"start":1710284680775,"stop":1710284680776,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5afc12089e6166ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5afc12089e6166ef","status":"passed","time":{"start":1710308416734,"stop":1710308416735,"duration":1}},{"uid":"dccf548c4f204fa5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dccf548c4f204fa5","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"d7f9a4f6ae0deba3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f9a4f6ae0deba3","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"3ae656494c744963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae656494c744963","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"b166ccb5872689b321f4e90e46b20448:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2871a9fc9207b4b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2871a9fc9207b4b0","status":"passed","time":{"start":1710287569261,"stop":1710287569261,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d16990f351b169b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d16990f351b169b6","status":"passed","time":{"start":1710308322598,"stop":1710308322599,"duration":1}},{"uid":"c59310b716db04a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c59310b716db04a","status":"passed","time":{"start":1710307207069,"stop":1710307207069,"duration":0}},{"uid":"a5c2192ec6ac7942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a5c2192ec6ac7942","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"4bd4e6bfb0520873","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bd4e6bfb0520873","status":"passed","time":{"start":1710284680773,"stop":1710284680773,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22c4c55deba96b8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22c4c55deba96b8e","status":"passed","time":{"start":1710307940164,"stop":1710307940171,"duration":7}},{"uid":"c78deb2d9b9608a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c78deb2d9b9608a9","status":"passed","time":{"start":1710306833583,"stop":1710306833584,"duration":1}},{"uid":"d402ed0996f02f9f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d402ed0996f02f9f","status":"passed","time":{"start":1710287039377,"stop":1710287039377,"duration":0}},{"uid":"5b6c34be12fef025","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b6c34be12fef025","status":"passed","time":{"start":1710284302040,"stop":1710284302040,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d968c71f3ead8d00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d968c71f3ead8d00","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"duration":0}},{"uid":"bd8aeb09e11b1fe3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd8aeb09e11b1fe3","status":"passed","time":{"start":1710307365855,"stop":1710307365855,"duration":0}},{"uid":"a98b6ce6c996b51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a98b6ce6c996b51","status":"passed","time":{"start":1710287564361,"stop":1710287564363,"duration":2}},{"uid":"5d04cd83599a8c0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d04cd83599a8c0c","status":"passed","time":{"start":1710284831318,"stop":1710284831318,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f0ed77024dcf6fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f0ed77024dcf6fb","status":"passed","time":{"start":1710307898600,"stop":1710307898604,"duration":4}},{"uid":"e88c5d74f0294cdf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e88c5d74f0294cdf","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"9040d3b60abd2f3e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9040d3b60abd2f3e","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"2874a1f49b8910d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2874a1f49b8910d1","status":"passed","time":{"start":1710284259603,"stop":1710284259607,"duration":4}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6bb0c973bea42388","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6bb0c973bea42388","status":"passed","time":{"start":1710308192923,"stop":1710308192923,"duration":0}},{"uid":"1d05bd8ddd3be5e7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d05bd8ddd3be5e7","status":"passed","time":{"start":1710307078646,"stop":1710307078647,"duration":1}},{"uid":"401f22cecde31baf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/401f22cecde31baf","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"edfb97f9f1ec1d73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edfb97f9f1ec1d73","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79464d5f1aa3ee20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79464d5f1aa3ee20","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"duration":0}},{"uid":"c6f6353d96d8d708","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6f6353d96d8d708","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"edcd42bd5d66371f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/edcd42bd5d66371f","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"6073acbce1d30c9e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6073acbce1d30c9e","status":"passed","time":{"start":1710284588137,"stop":1710284588137,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e6a138e283a681c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e6a138e283a681c","status":"passed","time":{"start":1710308463694,"stop":1710308463694,"duration":0}},{"uid":"8d1e9a236b17131f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d1e9a236b17131f","status":"passed","time":{"start":1710307358465,"stop":1710307358465,"duration":0}},{"uid":"9ccc04d6e597df26","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ccc04d6e597df26","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"f6bb78ec48de6c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bb78ec48de6c1","status":"passed","time":{"start":1710284852300,"stop":1710284852301,"duration":1}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"428474aeb64bb48f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/428474aeb64bb48f","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"duration":0}},{"uid":"e51a178e2edeea2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e51a178e2edeea2c","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"eaf409496d00d6d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eaf409496d00d6d2","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"d307b6ba6f0323d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d307b6ba6f0323d4","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5029dddc30b64d89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5029dddc30b64d89","status":"passed","time":{"start":1710308433842,"stop":1710308433842,"duration":0}},{"uid":"75de0caf2c24cf60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75de0caf2c24cf60","status":"passed","time":{"start":1710307325064,"stop":1710307325065,"duration":1}},{"uid":"f9002672c535488c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9002672c535488c","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"6e90a0305eb3a9d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e90a0305eb3a9d5","status":"passed","time":{"start":1710284796485,"stop":1710284796485,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"98dcb862c1c7ae3d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/98dcb862c1c7ae3d","status":"passed","time":{"start":1710308459430,"stop":1710308459437,"duration":7}},{"uid":"f1395b7b08944575","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1395b7b08944575","status":"passed","time":{"start":1710307342526,"stop":1710307342527,"duration":1}},{"uid":"7b3b05c0e1fdaef9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7b3b05c0e1fdaef9","status":"passed","time":{"start":1710287544914,"stop":1710287544915,"duration":1}},{"uid":"bddcf7c7532dc614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bddcf7c7532dc614","status":"passed","time":{"start":1710284805023,"stop":1710284805024,"duration":1}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6ef879465123867","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6ef879465123867","status":"passed","time":{"start":1710308463685,"stop":1710308463686,"duration":1}},{"uid":"c58e5b8bf671e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c58e5b8bf671e9","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"38ad29bf5e9c805b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38ad29bf5e9c805b","status":"passed","time":{"start":1710287569248,"stop":1710287569248,"duration":0}},{"uid":"5a36c6859063061a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a36c6859063061a","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e92bddc868abe9e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e92bddc868abe9e","status":"passed","time":{"start":1710308357664,"stop":1710308357665,"duration":1}},{"uid":"a62589f6ca215a48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a62589f6ca215a48","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"18450a8f8a8984ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18450a8f8a8984ab","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"fbc8376dd9a2863e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbc8376dd9a2863e","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46021ac8c5c435a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46021ac8c5c435a5","status":"passed","time":{"start":1710308167159,"stop":1710308167160,"duration":1}},{"uid":"d9611514a374e4ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d9611514a374e4ba","status":"passed","time":{"start":1710307045662,"stop":1710307045663,"duration":1}},{"uid":"304d8abe29d6e1f4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/304d8abe29d6e1f4","status":"passed","time":{"start":1710287245614,"stop":1710287245615,"duration":1}},{"uid":"47c5efe9a291c17e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47c5efe9a291c17e","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6a9b025a34bde44b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6a9b025a34bde44b","status":"passed","time":{"start":1710308322610,"stop":1710308322610,"duration":0}},{"uid":"a7489df2a1520fbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7489df2a1520fbf","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"8e380e2463c37ece","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e380e2463c37ece","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"5d323b54749dbd0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d323b54749dbd0d","status":"passed","time":{"start":1710284680778,"stop":1710284680779,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"83f59e87b88e83fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83f59e87b88e83fa","status":"passed","time":{"start":1710308366485,"stop":1710308366494,"duration":9}},{"uid":"47779898da58d576","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47779898da58d576","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"2ca5de7ad803296d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ca5de7ad803296d","status":"passed","time":{"start":1710287456063,"stop":1710287456064,"duration":1}},{"uid":"d194fcd7532a2118","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d194fcd7532a2118","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"0139c1a7b8c6b0ca86bb75c53009beaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abea62c3abf85959","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abea62c3abf85959","status":"passed","time":{"start":1710307247766,"stop":1710307247766,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3db4a6d621951951","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3db4a6d621951951","status":"passed","time":{"start":1710308515425,"stop":1710308515426,"duration":1}},{"uid":"2132e5a9580b844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2132e5a9580b844f","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"596c455bd515661a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/596c455bd515661a","status":"passed","time":{"start":1710287608796,"stop":1710287608796,"duration":0}},{"uid":"b2d809cc806986e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2d809cc806986e6","status":"passed","time":{"start":1710284881700,"stop":1710284881701,"duration":1}}]},"fa8d77d9ae986bdc610c2445cc684989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcf91f4dda3ea21","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dcf91f4dda3ea21","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"88d3a1f39edc2c6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88d3a1f39edc2c6a","status":"passed","time":{"start":1710308572941,"stop":1710308572942,"duration":1}},{"uid":"367c95cd8cf1e56e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/367c95cd8cf1e56e","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"994eb32d21c392e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/994eb32d21c392e","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"c10d1ef6eb18451e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c10d1ef6eb18451e","status":"passed","time":{"start":1710284934069,"stop":1710284934070,"duration":1}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"58982cd0c04249c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/58982cd0c04249c2","status":"passed","time":{"start":1710307980881,"stop":1710307980882,"duration":1}},{"uid":"f4341ea720b9d719","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4341ea720b9d719","status":"passed","time":{"start":1710306873745,"stop":1710306873746,"duration":1}},{"uid":"73f36db5dbe03781","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73f36db5dbe03781","status":"passed","time":{"start":1710287079742,"stop":1710287079743,"duration":1}},{"uid":"e573a8515991a2e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e573a8515991a2e","status":"passed","time":{"start":1710284342265,"stop":1710284342265,"duration":0}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f886643391fc6715","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f886643391fc6715","status":"passed","time":{"start":1710308357683,"stop":1710308357684,"duration":1}},{"uid":"4247b95aded116c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4247b95aded116c6","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"922580375673ff8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/922580375673ff8d","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"ca2321929ca2a507","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca2321929ca2a507","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e0e883bdefa5097b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0e883bdefa5097b","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"duration":0}},{"uid":"beaa5697c0dae4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/beaa5697c0dae4dc","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"3a88824a473c8f65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a88824a473c8f65","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"367e866af95e384a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/367e866af95e384a","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b70f09c82b959e2d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b70f09c82b959e2d","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"duration":0}},{"uid":"8ddd3cd47b7f3968","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ddd3cd47b7f3968","status":"passed","time":{"start":1710306904614,"stop":1710306904614,"duration":0}},{"uid":"caaf4c4f719c57a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/caaf4c4f719c57a2","status":"passed","time":{"start":1710287110701,"stop":1710287110701,"duration":0}},{"uid":"72d23e08346598bc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72d23e08346598bc","status":"passed","time":{"start":1710284372010,"stop":1710284372012,"duration":2}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6077dec9eca582b4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6077dec9eca582b4","status":"passed","time":{"start":1710307948300,"stop":1710307948301,"duration":1}},{"uid":"92add123db6ce497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/92add123db6ce497","status":"passed","time":{"start":1710306843280,"stop":1710306843280,"duration":0}},{"uid":"e2ac324e356483fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2ac324e356483fe","status":"passed","time":{"start":1710287049490,"stop":1710287049491,"duration":1}},{"uid":"561f185ff56b1492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/561f185ff56b1492","status":"passed","time":{"start":1710284310419,"stop":1710284310419,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3d577cb6bb721f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3d577cb6bb721f7","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0}},{"uid":"53b8d25dee8981b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53b8d25dee8981b","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"8e7c872ab023767f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e7c872ab023767f","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1498d51d10b3d2d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1498d51d10b3d2d9","status":"passed","time":{"start":1710284881701,"stop":1710284881702,"duration":1}}]},"e1f289c10d0637eff85b1bfcf266307f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27876d907cfff7b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/27876d907cfff7b9","status":"passed","time":{"start":1710284723014,"stop":1710284723014,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"321c8eecab6a37d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/321c8eecab6a37d1","status":"passed","time":{"start":1710308510823,"stop":1710308510824,"duration":1}},{"uid":"7c543862f1b45555","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7c543862f1b45555","status":"passed","time":{"start":1710307392998,"stop":1710307392999,"duration":1}},{"uid":"c1450c4119e1988f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1450c4119e1988f","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"77429cc6daabace2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/77429cc6daabace2","status":"passed","time":{"start":1710284869463,"stop":1710284869463,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79fbfbe79c032d6f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79fbfbe79c032d6f","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0}},{"uid":"b79c952f558e6c64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b79c952f558e6c64","status":"passed","time":{"start":1710307247760,"stop":1710307247761,"duration":1}},{"uid":"dbfde84987673fd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbfde84987673fd3","status":"passed","time":{"start":1710287456038,"stop":1710287456044,"duration":6}},{"uid":"8849e9ed071b5994","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8849e9ed071b5994","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9195e5e15efab4b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9195e5e15efab4b","status":"passed","time":{"start":1710307898605,"stop":1710307898606,"duration":1}},{"uid":"eab128fb35e5d15a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eab128fb35e5d15a","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"710fe3fa2379f83b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/710fe3fa2379f83b","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"d1f485f1943aba79","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f485f1943aba79","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a8d234c63eecf70","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a8d234c63eecf70","status":"passed","time":{"start":1710308463691,"stop":1710308463692,"duration":1}},{"uid":"5684ba704a01bc4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5684ba704a01bc4a","status":"passed","time":{"start":1710307358462,"stop":1710307358463,"duration":1}},{"uid":"3be4513e38232d9b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3be4513e38232d9b","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"988ed03192f25e8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/988ed03192f25e8d","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1131d33fd90a6ce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1131d33fd90a6ce","status":"passed","time":{"start":1710308026835,"stop":1710308026836,"duration":1}},{"uid":"44df1d570bed0cd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44df1d570bed0cd3","status":"passed","time":{"start":1710306913478,"stop":1710306913479,"duration":1}},{"uid":"c7db0d2811ffa0d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7db0d2811ffa0d6","status":"passed","time":{"start":1710287126416,"stop":1710287126416,"duration":0}},{"uid":"42aae5cf443c34fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42aae5cf443c34fd","status":"passed","time":{"start":1710284390751,"stop":1710284390752,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"632d9d23090b5b32","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/632d9d23090b5b32","status":"passed","time":{"start":1710308515427,"stop":1710308515428,"duration":1}},{"uid":"35416b4effa96e0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35416b4effa96e0c","status":"passed","time":{"start":1710307402636,"stop":1710307402637,"duration":1}},{"uid":"34d59a28020ea9a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34d59a28020ea9a2","status":"passed","time":{"start":1710287608799,"stop":1710287608799,"duration":0}},{"uid":"ce94744656734a7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce94744656734a7","status":"passed","time":{"start":1710284881702,"stop":1710284881703,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db5d3e5bd46f7b6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db5d3e5bd46f7b6a","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"duration":0}},{"uid":"af8fc602f8a93d20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af8fc602f8a93d20","status":"passed","time":{"start":1710307465624,"stop":1710307465625,"duration":1}},{"uid":"888f45e6b512198c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/888f45e6b512198c","status":"passed","time":{"start":1710287674906,"stop":1710287674906,"duration":0}},{"uid":"faa7ae9cc59d7799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/faa7ae9cc59d7799","status":"passed","time":{"start":1710284934065,"stop":1710284934066,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bbe0acc788da3bcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbe0acc788da3bcf","status":"passed","time":{"start":1710308092705,"stop":1710308092706,"duration":1}},{"uid":"593a27e661ce0f00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/593a27e661ce0f00","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"951334f292dad194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/951334f292dad194","status":"passed","time":{"start":1710287198158,"stop":1710287198158,"duration":0}},{"uid":"38cd3d243c5fcc8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38cd3d243c5fcc8e","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3791a49751ce408a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3791a49751ce408a","status":"passed","time":{"start":1710308371304,"stop":1710308371304,"duration":0}},{"uid":"916dd0c263e44a4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/916dd0c263e44a4d","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"704addf514fa20ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/704addf514fa20ed","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"7443b665dcf95af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7443b665dcf95af7","status":"passed","time":{"start":1710284730220,"stop":1710284730220,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"98eb5a41dbbfc7b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/98eb5a41dbbfc7b3","status":"passed","time":{"start":1710308024292,"stop":1710308024292,"duration":0}},{"uid":"e55fd2f3abb2014a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e55fd2f3abb2014a","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"780da0a06d0973d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/780da0a06d0973d4","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"9c40a39ade9eba0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c40a39ade9eba0","status":"passed","time":{"start":1710284377467,"stop":1710284377467,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa1e504b3d2c7fa4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa1e504b3d2c7fa4","status":"passed","time":{"start":1710308416721,"stop":1710308416721,"duration":0}},{"uid":"716086bac3488977","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/716086bac3488977","status":"passed","time":{"start":1710307308622,"stop":1710307308623,"duration":1}},{"uid":"6fbb12132446dfb7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6fbb12132446dfb7","status":"passed","time":{"start":1710287509746,"stop":1710287509747,"duration":1}},{"uid":"edb78571d4c6a25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edb78571d4c6a25","status":"passed","time":{"start":1710284775839,"stop":1710284775839,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e41a1e48c8c0491","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6e41a1e48c8c0491","status":"passed","time":{"start":1710307897773,"stop":1710307897774,"duration":1}},{"uid":"bf9216662e0a0d57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf9216662e0a0d57","status":"passed","time":{"start":1710306791278,"stop":1710306791279,"duration":1}},{"uid":"b6265a3e08c1d1b8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6265a3e08c1d1b8","status":"passed","time":{"start":1710286996359,"stop":1710286996359,"duration":0}},{"uid":"816d51acd045ad16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/816d51acd045ad16","status":"passed","time":{"start":1710284258876,"stop":1710284258876,"duration":0}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2b6e21e58644a2e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2b6e21e58644a2e","status":"passed","time":{"start":1710307914070,"stop":1710307914071,"duration":1}},{"uid":"fe9f02454f9f7ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe9f02454f9f7ab","status":"passed","time":{"start":1710306807149,"stop":1710306807149,"duration":0}},{"uid":"46153add7cbef5d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46153add7cbef5d1","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"b79c86b380e70c7a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b79c86b380e70c7a","status":"passed","time":{"start":1710284274244,"stop":1710284274245,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c40f41a15c1d4d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c40f41a15c1d4d7","status":"passed","time":{"start":1710308167160,"stop":1710308167161,"duration":1}},{"uid":"655c81158abecd87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/655c81158abecd87","status":"passed","time":{"start":1710307045663,"stop":1710307045664,"duration":1}},{"uid":"4408ad52ed7ebd3a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4408ad52ed7ebd3a","status":"passed","time":{"start":1710287245616,"stop":1710287245617,"duration":1}},{"uid":"3cab01240372d2c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3cab01240372d2c9","status":"passed","time":{"start":1710284503144,"stop":1710284503145,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c95d7ade4228f0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c95d7ade4228f0c","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"duration":0}},{"uid":"3254d2ceff22af12","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3254d2ceff22af12","status":"passed","time":{"start":1710307207070,"stop":1710307207070,"duration":0}},{"uid":"70a395e19261a24e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a395e19261a24e","status":"passed","time":{"start":1710287412749,"stop":1710287412749,"duration":0}},{"uid":"598bb8dda1f7c4b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/598bb8dda1f7c4b2","status":"passed","time":{"start":1710284680774,"stop":1710284680774,"duration":0}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb2684be62889246","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fb2684be62889246","status":"passed","time":{"start":1710307897773,"stop":1710307897773,"duration":0}},{"uid":"70d2a2f13b6a2297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70d2a2f13b6a2297","status":"passed","time":{"start":1710306791277,"stop":1710306791278,"duration":1}},{"uid":"c249cca0934d4785","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c249cca0934d4785","status":"passed","time":{"start":1710286996358,"stop":1710286996359,"duration":1}},{"uid":"e9d5fcd0891f3b8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9d5fcd0891f3b8b","status":"passed","time":{"start":1710284258875,"stop":1710284258876,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"efa888bf35fccfb1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/efa888bf35fccfb1","status":"passed","time":{"start":1710308459438,"stop":1710308459439,"duration":1}},{"uid":"a39d4a1309de00de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a39d4a1309de00de","status":"passed","time":{"start":1710307342528,"stop":1710307342529,"duration":1}},{"uid":"c01c3656f16dbbbb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c01c3656f16dbbbb","status":"passed","time":{"start":1710287544916,"stop":1710287544917,"duration":1}},{"uid":"362d4aac4bc0b80c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/362d4aac4bc0b80c","status":"passed","time":{"start":1710284805026,"stop":1710284805027,"duration":1}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e31cff1543df4bca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e31cff1543df4bca","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"duration":0}},{"uid":"264e98276ded3091","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/264e98276ded3091","status":"passed","time":{"start":1710306904615,"stop":1710306904616,"duration":1}},{"uid":"6b179327ade3223b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b179327ade3223b","status":"passed","time":{"start":1710287110703,"stop":1710287110703,"duration":0}},{"uid":"d1719825b6136179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1719825b6136179","status":"passed","time":{"start":1710284372014,"stop":1710284372015,"duration":1}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d62a4e900ac3f1d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6d62a4e900ac3f1d","status":"passed","time":{"start":1710308092686,"stop":1710308092686,"duration":0}},{"uid":"6271a0a94214c2cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6271a0a94214c2cd","status":"passed","time":{"start":1710306981492,"stop":1710306981492,"duration":0}},{"uid":"2b8883b504dd200a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2b8883b504dd200a","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"7efd078449fa74c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7efd078449fa74c","status":"passed","time":{"start":1710284459987,"stop":1710284459987,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e58834a65ed4ea86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e58834a65ed4ea86","status":"passed","time":{"start":1710308416723,"stop":1710308416724,"duration":1}},{"uid":"65e301b3f862dd4c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65e301b3f862dd4c","status":"passed","time":{"start":1710307308627,"stop":1710307308628,"duration":1}},{"uid":"3350bfafa2cc53e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3350bfafa2cc53e1","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"1f760205741ddf95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f760205741ddf95","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6287513d2edaaa9f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6287513d2edaaa9f","status":"passed","time":{"start":1710308515426,"stop":1710308515427,"duration":1}},{"uid":"d3c212d623f1152e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c212d623f1152e","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"a4238ed07ef52387","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4238ed07ef52387","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1bab550f8a6cc572","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bab550f8a6cc572","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"966b221cc867f9ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/966b221cc867f9ad","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"duration":0}},{"uid":"a44d8e03505b29d8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a44d8e03505b29d8","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"302a4f0be25ad5b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/302a4f0be25ad5b0","status":"passed","time":{"start":1710287674911,"stop":1710287674912,"duration":1}},{"uid":"d3cc908085ac8245","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3cc908085ac8245","status":"passed","time":{"start":1710284934072,"stop":1710284934073,"duration":1}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5c549e543302556","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c5c549e543302556","status":"passed","time":{"start":1710308357663,"stop":1710308357664,"duration":1}},{"uid":"edc6b1d5e7fb67ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/edc6b1d5e7fb67ca","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4c596a8fd0388194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c596a8fd0388194","status":"passed","time":{"start":1710287451483,"stop":1710287451484,"duration":1}},{"uid":"551b895665ca08f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/551b895665ca08f8","status":"passed","time":{"start":1710284717992,"stop":1710284717993,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb415e8ee000e570","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eb415e8ee000e570","status":"passed","time":{"start":1710308371310,"stop":1710308371311,"duration":1}},{"uid":"489f1d8d26f91c0e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/489f1d8d26f91c0e","status":"passed","time":{"start":1710307259440,"stop":1710307259441,"duration":1}},{"uid":"b4688274720a15ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b4688274720a15ca","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"239199b66c57a3a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/239199b66c57a3a1","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"49e40c71abde82f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/49e40c71abde82f1","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"duration":0}},{"uid":"e2bae80d3bcaaeb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2bae80d3bcaaeb","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"72077699b3c7e3d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72077699b3c7e3d8","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"e065f48d1e44208d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e065f48d1e44208d","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ff97b8129b3dc26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ff97b8129b3dc26","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"duration":0}},{"uid":"2c53c3e6c7c27a6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c53c3e6c7c27a6d","status":"passed","time":{"start":1710307207052,"stop":1710307207057,"duration":5}},{"uid":"8b1fc1aa0f00023","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b1fc1aa0f00023","status":"passed","time":{"start":1710287412744,"stop":1710287412744,"duration":0}},{"uid":"1653ebbce3ec8fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1653ebbce3ec8fe8","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd801977b799a42f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dd801977b799a42f","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"duration":0}},{"uid":"e6471a4e3fe7b14f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6471a4e3fe7b14f","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"14ec63bcf8a03397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/14ec63bcf8a03397","status":"passed","time":{"start":1710287412753,"stop":1710287412754,"duration":1}},{"uid":"ae9d0360fe9a0b05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae9d0360fe9a0b05","status":"passed","time":{"start":1710284680787,"stop":1710284680788,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5366b2308956d322","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5366b2308956d322","status":"passed","time":{"start":1710308464142,"stop":1710308464142,"duration":0}},{"uid":"3ea20c27a80b2e5f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3ea20c27a80b2e5f","status":"passed","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"b104d54da7c143fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b104d54da7c143fc","status":"passed","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"3aca2da7abd6c65","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aca2da7abd6c65","status":"passed","time":{"start":1710284823523,"stop":1710284823524,"duration":1}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1dd7ebff91c557a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1dd7ebff91c557a5","status":"passed","time":{"start":1710308322567,"stop":1710308322579,"duration":12}},{"uid":"abc4a3e44ea97fda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abc4a3e44ea97fda","status":"passed","time":{"start":1710307207049,"stop":1710307207050,"duration":1}},{"uid":"7c03fe07762cf996","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c03fe07762cf996","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"fc637e20d147eae7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc637e20d147eae7","status":"passed","time":{"start":1710284680767,"stop":1710284680768,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93a0c157206c50ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93a0c157206c50ba","status":"passed","time":{"start":1710308322615,"stop":1710308322615,"duration":0}},{"uid":"2ba8dca9e38d7969","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ba8dca9e38d7969","status":"passed","time":{"start":1710307207092,"stop":1710307207092,"duration":0}},{"uid":"9794cc747adb734a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9794cc747adb734a","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"495c3499b53b3f7b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/495c3499b53b3f7b","status":"passed","time":{"start":1710284680790,"stop":1710284680791,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a28a9451fdea568","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a28a9451fdea568","status":"passed","time":{"start":1710308649158,"stop":1710308649158,"duration":0}},{"uid":"779e1f43412c6cc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/779e1f43412c6cc3","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"af420bda4b3f9138","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af420bda4b3f9138","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"3a8061172e34a1db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a8061172e34a1db","status":"passed","time":{"start":1710285008788,"stop":1710285008789,"duration":1}}]},"08051163188f8b080733f690a569d2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e64b6e7f7301c6c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e64b6e7f7301c6c0","status":"passed","time":{"start":1710284775866,"stop":1710284775866,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37cb1f89cf05e5dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/37cb1f89cf05e5dd","status":"passed","time":{"start":1710307971894,"stop":1710307971894,"duration":0}},{"uid":"f425de24c1089709","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f425de24c1089709","status":"passed","time":{"start":1710306865883,"stop":1710306865884,"duration":1}},{"uid":"9f223bde98ef9f6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f223bde98ef9f6","status":"passed","time":{"start":1710287067215,"stop":1710287067215,"duration":0}},{"uid":"474469e2ae0695d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/474469e2ae0695d1","status":"passed","time":{"start":1710284328535,"stop":1710284328536,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b2cd6e44322f91b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b2cd6e44322f91b","status":"passed","time":{"start":1710308092715,"stop":1710308092717,"duration":2}},{"uid":"e3f1bb9a0f6d784f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3f1bb9a0f6d784f","status":"passed","time":{"start":1710306981514,"stop":1710306981514,"duration":0}},{"uid":"53ce7b9895b1d7ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53ce7b9895b1d7ed","status":"passed","time":{"start":1710287198165,"stop":1710287198165,"duration":0}},{"uid":"6df6fbe4a5806da8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6df6fbe4a5806da8","status":"passed","time":{"start":1710284460003,"stop":1710284460004,"duration":1}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b66443c2e0c92888","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b66443c2e0c92888","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"duration":0}},{"uid":"ae2118cc8150f0db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae2118cc8150f0db","status":"passed","time":{"start":1710306908763,"stop":1710306908764,"duration":1}},{"uid":"d72ffad2c6185110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d72ffad2c6185110","status":"passed","time":{"start":1710287110856,"stop":1710287110857,"duration":1}},{"uid":"9928b1dc24c31bbd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9928b1dc24c31bbd","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3c44abc8403b510","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c44abc8403b510","status":"passed","time":{"start":1710308167161,"stop":1710308167162,"duration":1}},{"uid":"60c55cebfd87e35e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60c55cebfd87e35e","status":"passed","time":{"start":1710307045664,"stop":1710307045664,"duration":0}},{"uid":"237cc21cd53cb6fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/237cc21cd53cb6fe","status":"passed","time":{"start":1710287245617,"stop":1710287245618,"duration":1}},{"uid":"cc2d5dc2d13b1d90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc2d5dc2d13b1d90","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92c55f66bc83ffbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/92c55f66bc83ffbf","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"duration":0}},{"uid":"8331c3ddab54ef15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8331c3ddab54ef15","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"efda5e6304605269","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efda5e6304605269","status":"passed","time":{"start":1710287674905,"stop":1710287674906,"duration":1}},{"uid":"3282beed6b2b7dd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3282beed6b2b7dd1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50854f5204d29865","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/50854f5204d29865","status":"passed","time":{"start":1710307892759,"stop":1710307892760,"duration":1}},{"uid":"16ce89f3f538c993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16ce89f3f538c993","status":"passed","time":{"start":1710306786080,"stop":1710306786080,"duration":0}},{"uid":"23e3da2330c8b9fa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23e3da2330c8b9fa","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"4987b082c737293b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4987b082c737293b","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"73855449b1424756","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73855449b1424756","status":"passed","time":{"start":1710308167162,"stop":1710308167162,"duration":0}},{"uid":"9a09baf643304d51","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a09baf643304d51","status":"passed","time":{"start":1710307045666,"stop":1710307045667,"duration":1}},{"uid":"bea031dd27540865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bea031dd27540865","status":"passed","time":{"start":1710287245618,"stop":1710287245619,"duration":1}},{"uid":"b406c7eb651fed76","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b406c7eb651fed76","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f72da4ad3d348f10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f72da4ad3d348f10","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"duration":0}},{"uid":"8efa5c7c014e11fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8efa5c7c014e11fe","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"f0aa79fad34ec22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0aa79fad34ec22","status":"passed","time":{"start":1710287023846,"stop":1710287023846,"duration":0}},{"uid":"3c39ead7680ca224","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c39ead7680ca224","status":"passed","time":{"start":1710284286703,"stop":1710284286704,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"1ee8f89d4d81bff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ee8f89d4d81bff","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308097738,"stop":1710308097738,"duration":0}},{"uid":"ee0ed5f7788a0a80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee0ed5f7788a0a80","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994279,"stop":1710306994279,"duration":0}},{"uid":"a064d0c1c14a35ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a064d0c1c14a35ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196205,"duration":3}},{"uid":"15df05774b993702","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15df05774b993702","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459564,"duration":6}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c8d1183146f45971","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c8d1183146f45971","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0}},{"uid":"21d6b553accd1617","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/21d6b553accd1617","status":"passed","time":{"start":1710307308620,"stop":1710307308620,"duration":0}},{"uid":"2eb9cb180735406e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2eb9cb180735406e","status":"passed","time":{"start":1710287509745,"stop":1710287509746,"duration":1}},{"uid":"52382bd577617d83","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52382bd577617d83","status":"passed","time":{"start":1710284775838,"stop":1710284775838,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e51c6c5265b64fd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e51c6c5265b64fd3","status":"passed","time":{"start":1710308366465,"stop":1710308366469,"duration":4}},{"uid":"75ed50467fc0314f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75ed50467fc0314f","status":"passed","time":{"start":1710307247761,"stop":1710307247762,"duration":1}},{"uid":"a6e47a85455d7ee0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6e47a85455d7ee0","status":"passed","time":{"start":1710287456046,"stop":1710287456047,"duration":1}},{"uid":"1f84a234328476c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f84a234328476c5","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"48ca89d32a048cd9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48ca89d32a048cd9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307950774,"stop":1710307950775,"duration":1}},{"uid":"93a542a17b43f023","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93a542a17b43f023","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844183,"stop":1710306844183,"duration":0}},{"uid":"1591e02c4689bfe6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1591e02c4689bfe6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049802,"duration":0}},{"uid":"c49d10ab3b5be9eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c49d10ab3b5be9eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312210,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3e7a40f648c632b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3e7a40f648c632b","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"duration":0}},{"uid":"338264e49e30009d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/338264e49e30009d","status":"passed","time":{"start":1710307207069,"stop":1710307207070,"duration":1}},{"uid":"42760d5a25077d1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/42760d5a25077d1b","status":"passed","time":{"start":1710287412748,"stop":1710287412749,"duration":1}},{"uid":"9cfc250fc05d9225","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cfc250fc05d9225","status":"passed","time":{"start":1710284680773,"stop":1710284680774,"duration":1}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39bc231b2d43a2ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/39bc231b2d43a2ca","status":"passed","time":{"start":1710308508730,"stop":1710308508734,"duration":4}},{"uid":"46f68746f50cdee6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46f68746f50cdee6","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"35eb08fd867c3449","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35eb08fd867c3449","status":"passed","time":{"start":1710287596902,"stop":1710287596902,"duration":0}},{"uid":"81bef47778d30039","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/81bef47778d30039","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"15093e4bc7ac56ee177543f666ce9b0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f214ea5f4acb2ce1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f214ea5f4acb2ce1","status":"passed","time":{"start":1710284852314,"stop":1710284852314,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d9ae48c2f1e7a7e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d9ae48c2f1e7a7e","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"duration":0}},{"uid":"2def8b1e1cd507fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2def8b1e1cd507fb","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"c0137b8019e42d51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0137b8019e42d51","status":"passed","time":{"start":1710287412754,"stop":1710287412754,"duration":0}},{"uid":"a932422d0fdc9636","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a932422d0fdc9636","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"83fb223c6f378b96338b724c60e548fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2d03fedb5f35c03","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a2d03fedb5f35c03","status":"passed","time":{"start":1710284723019,"stop":1710284723019,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"404693b7c9f44206","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/404693b7c9f44206","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"duration":0}},{"uid":"f5727b048d92f8ce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5727b048d92f8ce","status":"passed","time":{"start":1710307207090,"stop":1710307207090,"duration":0}},{"uid":"be0bdbf88414252a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/be0bdbf88414252a","status":"passed","time":{"start":1710287412755,"stop":1710287412755,"duration":0}},{"uid":"3e8f640a2f1a3713","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e8f640a2f1a3713","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f84e6ee289100fd4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f84e6ee289100fd4","status":"passed","time":{"start":1710308192922,"stop":1710308192923,"duration":1}},{"uid":"d2483d1eb56e756a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2483d1eb56e756a","status":"passed","time":{"start":1710307078646,"stop":1710307078646,"duration":0}},{"uid":"49fc1172834422","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49fc1172834422","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"2de0fcc30b78806a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2de0fcc30b78806a","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"ed44b94af0dc9ef97676a535cff1382b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76dd46513cb0073","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/76dd46513cb0073","status":"passed","time":{"start":1710284459543,"stop":1710284459543,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"4e5aa6f148f9d8b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4e5aa6f148f9d8b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308322788,"stop":1710308322788,"duration":0}},{"uid":"1a092f0150f4d4c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a092f0150f4d4c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207321,"stop":1710307207321,"duration":0}},{"uid":"5eadb38f0a330020","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5eadb38f0a330020","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"50f3a1fae9008038","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/50f3a1fae9008038","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"e23738486b6cf3be65d09a3b072f84c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94a6a5dcce1be4b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a6a5dcce1be4b7","status":"passed","time":{"start":1710284723013,"stop":1710284723014,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24e69fab97801d0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24e69fab97801d0d","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"duration":0}},{"uid":"cf2f9f8964afd77c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf2f9f8964afd77c","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"e7e29c672d1383a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7e29c672d1383a3","status":"passed","time":{"start":1710287596903,"stop":1710287596906,"duration":3}},{"uid":"66a22486db015d05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66a22486db015d05","status":"passed","time":{"start":1710284862702,"stop":1710284862702,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d281bfa3e25b73e6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d281bfa3e25b73e6","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0}},{"uid":"66afdebe399a07a8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66afdebe399a07a8","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"2ce6601002a949c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ce6601002a949c1","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"fb5833ef24545e95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb5833ef24545e95","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"541c5f1ce08b8e1012794a08b4488c76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb1a4a206de825c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb1a4a206de825c1","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"17cafc41b2943637","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17cafc41b2943637","status":"passed","time":{"start":1710308092685,"stop":1710308092686,"duration":1}},{"uid":"e53ad3fca24dd088","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e53ad3fca24dd088","status":"passed","time":{"start":1710306981491,"stop":1710306981491,"duration":0}},{"uid":"5bacf2ab03903415","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5bacf2ab03903415","status":"passed","time":{"start":1710287198105,"stop":1710287198106,"duration":1}},{"uid":"4a042329a2b207ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4a042329a2b207ac","status":"passed","time":{"start":1710284459986,"stop":1710284459987,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5ceda4b1ae9a1445","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ceda4b1ae9a1445","status":"passed","time":{"start":1710308192969,"stop":1710308192970,"duration":1}},{"uid":"1e10b933126ccdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e10b933126ccdc","status":"passed","time":{"start":1710307078649,"stop":1710307078649,"duration":0}},{"uid":"588567f7934ddaa4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/588567f7934ddaa4","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"f4ebd83f3259e0c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4ebd83f3259e0c1","status":"passed","time":{"start":1710284550770,"stop":1710284550771,"duration":1}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d2d288efad1f2ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6d2d288efad1f2ef","status":"passed","time":{"start":1710307923916,"stop":1710307923916,"duration":0}},{"uid":"742abea930ece5ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742abea930ece5ee","status":"passed","time":{"start":1710306816843,"stop":1710306816843,"duration":0}},{"uid":"a50d0240f622daaa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a50d0240f622daaa","status":"passed","time":{"start":1710287022154,"stop":1710287022154,"duration":0}},{"uid":"eab53314a6b4ed00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eab53314a6b4ed00","status":"passed","time":{"start":1710284284835,"stop":1710284284835,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e545a6d1a486c60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5e545a6d1a486c60","status":"passed","time":{"start":1710308092687,"stop":1710308092688,"duration":1}},{"uid":"13a71e9b9fcddb3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13a71e9b9fcddb3","status":"passed","time":{"start":1710306981493,"stop":1710306981494,"duration":1}},{"uid":"9a6888657eea443d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a6888657eea443d","status":"passed","time":{"start":1710287198107,"stop":1710287198107,"duration":0}},{"uid":"a664ca10255ab93d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a664ca10255ab93d","status":"passed","time":{"start":1710284459988,"stop":1710284459989,"duration":1}}]},"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"380a805806d742a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/380a805806d742a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308572935,"stop":1710308572935,"duration":0}},{"uid":"c4c069540f801f1a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c4c069540f801f1a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"74b9dd5f07e1db7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74b9dd5f07e1db7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674898,"stop":1710287674899,"duration":1}},{"uid":"e12efaa3303c97b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e12efaa3303c97b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b134ea2c4c41efb2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b134ea2c4c41efb2","status":"passed","time":{"start":1710308416744,"stop":1710308416744,"duration":0}},{"uid":"f12c7b6c03e28e46","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f12c7b6c03e28e46","status":"passed","time":{"start":1710307308647,"stop":1710307308648,"duration":1}},{"uid":"6b90cc51461ab087","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b90cc51461ab087","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"8f699cc548ce80fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f699cc548ce80fd","status":"passed","time":{"start":1710284775867,"stop":1710284775869,"duration":2}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa9d8d79130bff9c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa9d8d79130bff9c","status":"passed","time":{"start":1710308192916,"stop":1710308192916,"duration":0}},{"uid":"c3e9e9c0c70883d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c3e9e9c0c70883d","status":"passed","time":{"start":1710307078639,"stop":1710307078639,"duration":0}},{"uid":"2f22ef9ce04671e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f22ef9ce04671e1","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"f4924d55459889f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4924d55459889f3","status":"passed","time":{"start":1710284550752,"stop":1710284550753,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d8c7454cc6b83a52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8c7454cc6b83a52","status":"passed","time":{"start":1710307914153,"stop":1710307914154,"duration":1}},{"uid":"45436bccdbd36f8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45436bccdbd36f8e","status":"passed","time":{"start":1710306807025,"stop":1710306807026,"duration":1}},{"uid":"f3290ad1cf628cdf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3290ad1cf628cdf","status":"passed","time":{"start":1710287011903,"stop":1710287011904,"duration":1}},{"uid":"5f8f7057d82e154c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8f7057d82e154c","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"df30fd742b2f9a420e85ec9455e0ebf3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"151636316322d429","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151636316322d429","status":"passed","time":{"start":1710307247767,"stop":1710307247767,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2eccaec09565227","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2eccaec09565227","status":"passed","time":{"start":1710308416736,"stop":1710308416736,"duration":0}},{"uid":"48b5dbdff708a3ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b5dbdff708a3ed","status":"passed","time":{"start":1710307308644,"stop":1710307308645,"duration":1}},{"uid":"a1760317b5db2ac1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a1760317b5db2ac1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"be6b1ed6ca510a31","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be6b1ed6ca510a31","status":"passed","time":{"start":1710284775862,"stop":1710284775863,"duration":1}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"9117289dde432b2f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9117289dde432b2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308416747,"stop":1710308416747,"duration":0}},{"uid":"b5cabd941399f45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5cabd941399f45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"35b2b188399bea4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35b2b188399bea4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509783,"stop":1710287509784,"duration":1}},{"uid":"889a479d0ee42e64","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/889a479d0ee42e64","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775874,"stop":1710284775874,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d15b46c9db9e57c3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d15b46c9db9e57c3","status":"passed","time":{"start":1710308092722,"stop":1710308092723,"duration":1}},{"uid":"a7eac3f2f4efd11e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7eac3f2f4efd11e","status":"passed","time":{"start":1710306981526,"stop":1710306981526,"duration":0}},{"uid":"c65252a677bcac36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c65252a677bcac36","status":"passed","time":{"start":1710287198171,"stop":1710287198172,"duration":1}},{"uid":"20fed30fd57e7711","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20fed30fd57e7711","status":"passed","time":{"start":1710284460015,"stop":1710284460015,"duration":0}}]},"fc7345f635686150f6205927e1e846af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afd332750ca751f4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/afd332750ca751f4","status":"passed","time":{"start":1710284680792,"stop":1710284680793,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"cd6a8ef0e5b1efaa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd6a8ef0e5b1efaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308348760,"stop":1710308348760,"duration":0}},{"uid":"43348fb1efb51e87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43348fb1efb51e87","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233598,"stop":1710307233598,"duration":0}},{"uid":"58abb5de1739e3de","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58abb5de1739e3de","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436222,"stop":1710287436222,"duration":0}},{"uid":"221d07ebec48f26f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/221d07ebec48f26f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706655,"stop":1710284706657,"duration":2}}]},"129fb665bc40d58bc17fcdadd2b5fe59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91aef62da3ceb79b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/91aef62da3ceb79b","status":"passed","time":{"start":1710287483710,"stop":1710287483710,"duration":0}},{"uid":"30a1399e73b74bd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/30a1399e73b74bd2","status":"passed","time":{"start":1710284751208,"stop":1710284751209,"duration":1}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea5dbd40e43be8ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ea5dbd40e43be8ca","status":"passed","time":{"start":1710308508714,"stop":1710308508730,"duration":16}},{"uid":"2294fecd7e9df599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2294fecd7e9df599","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"195d48d1b71c6167","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/195d48d1b71c6167","status":"passed","time":{"start":1710287596901,"stop":1710287596902,"duration":1}},{"uid":"3ef2e427b564dc6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ef2e427b564dc6d","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6b82c612d43b344","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6b82c612d43b344","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"duration":0}},{"uid":"1d3b9335095bb3ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d3b9335095bb3ef","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"3ff84eaa9befc760","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ff84eaa9befc760","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"bf86b492e42f3cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf86b492e42f3cf8","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf5730553fdfba4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf5730553fdfba4e","status":"passed","time":{"start":1710308026834,"stop":1710308026834,"duration":0}},{"uid":"1917de482d108400","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1917de482d108400","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"220aa5d421472680","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/220aa5d421472680","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"542a71f920eeefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/542a71f920eeefd","status":"passed","time":{"start":1710284390750,"stop":1710284390750,"duration":0}}]},"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e86b9b0e6a71c85","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5e86b9b0e6a71c85","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"duration":0}},{"uid":"63b8953a0fb524dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63b8953a0fb524dd","status":"passed","time":{"start":1710306877073,"stop":1710306877073,"duration":0}},{"uid":"62061d96e19715ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/62061d96e19715ca","status":"passed","time":{"start":1710287085417,"stop":1710287085418,"duration":1}},{"uid":"4e5d4fa15d35ffde","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e5d4fa15d35ffde","status":"passed","time":{"start":1710284350512,"stop":1710284350512,"duration":0}}]},"54018ae81955cd2c14f93470bd53a9e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f144ad72b15d34c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f144ad72b15d34c","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cefec7f7d4ab588b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cefec7f7d4ab588b","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0}},{"uid":"7777553cbaad4a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7777553cbaad4a23","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"e8e80808f535e486","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8e80808f535e486","status":"passed","time":{"start":1710287569250,"stop":1710287569250,"duration":0}},{"uid":"20028381e7c2f97a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20028381e7c2f97a","status":"passed","time":{"start":1710284852289,"stop":1710284852290,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a6f8ab7d4dd4e62","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a6f8ab7d4dd4e62","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"duration":0}},{"uid":"fc4862740fcb3439","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc4862740fcb3439","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"d6995905515290cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d6995905515290cf","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"7239c06508767d0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7239c06508767d0c","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ab61a767c8ddc7fd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ab61a767c8ddc7fd","status":"passed","time":{"start":1710308097736,"stop":1710308097736,"duration":0}},{"uid":"4ae158714446bc92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ae158714446bc92","status":"passed","time":{"start":1710306994277,"stop":1710306994277,"duration":0}},{"uid":"7fb5c64081f6b4cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb5c64081f6b4cf","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"84ea57cfc9e9d78c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/84ea57cfc9e9d78c","status":"passed","time":{"start":1710284459556,"stop":1710284459557,"duration":1}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"89b54af2980f24ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/89b54af2980f24ba","status":"passed","time":{"start":1710308510825,"stop":1710308510825,"duration":0}},{"uid":"8c3b54c1ca7eaa0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c3b54c1ca7eaa0d","status":"passed","time":{"start":1710307393000,"stop":1710307393000,"duration":0}},{"uid":"58f38e0614b4716","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58f38e0614b4716","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"767ac26b4b156a52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/767ac26b4b156a52","status":"passed","time":{"start":1710284869465,"stop":1710284869465,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d5fa67246e796af9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d5fa67246e796af9","status":"passed","time":{"start":1710308433843,"stop":1710308433844,"duration":1}},{"uid":"b1a240adbe0e9392","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1a240adbe0e9392","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"1ddab66b1381cff2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1ddab66b1381cff2","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"ba368113ecb968e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba368113ecb968e6","status":"passed","time":{"start":1710284796487,"stop":1710284796487,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc556e9b003c82e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc556e9b003c82e1","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"duration":0}},{"uid":"6249705d8da0e6e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6249705d8da0e6e2","status":"passed","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"2c8a76b6edce1044","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c8a76b6edce1044","status":"passed","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"b86ff5f1e55f779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b86ff5f1e55f779","status":"passed","time":{"start":1710284934073,"stop":1710284934073,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"73fc13e1a2da15bc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73fc13e1a2da15bc","status":"passed","time":{"start":1710308167160,"stop":1710308167160,"duration":0}},{"uid":"2e17a6d124e819fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e17a6d124e819fa","status":"passed","time":{"start":1710307045663,"stop":1710307045663,"duration":0}},{"uid":"4fe59ff1d1147c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4fe59ff1d1147c21","status":"passed","time":{"start":1710287245615,"stop":1710287245616,"duration":1}},{"uid":"53e14e5317d6e0c4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/53e14e5317d6e0c4","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"768edaa3781bce49","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/768edaa3781bce49","status":"passed","time":{"start":1710308572942,"stop":1710308572943,"duration":1}},{"uid":"c56ed0be79bd67d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c56ed0be79bd67d6","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"b11706787dd0c69b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b11706787dd0c69b","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"748a8fa85d802aee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/748a8fa85d802aee","status":"passed","time":{"start":1710284934070,"stop":1710284934071,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c66df1ea5ce918aa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c66df1ea5ce918aa","status":"passed","time":{"start":1710308366458,"stop":1710308366458,"duration":0}},{"uid":"ef37b9432b455edc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ef37b9432b455edc","status":"passed","time":{"start":1710307247757,"stop":1710307247758,"duration":1}},{"uid":"49cceef6a5aa0aa9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49cceef6a5aa0aa9","status":"passed","time":{"start":1710287456025,"stop":1710287456028,"duration":3}},{"uid":"43d54bd5279210c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43d54bd5279210c6","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"efe9789a45e287de1dfbc3db383f664e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7934838f742916b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a7934838f742916b","status":"passed","time":{"start":1710287456061,"stop":1710287456062,"duration":1}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"549f0c2833d72907","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/549f0c2833d72907","status":"passed","time":{"start":1710308510822,"stop":1710308510822,"duration":0}},{"uid":"6358787fd1d0eb59","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6358787fd1d0eb59","status":"passed","time":{"start":1710307392997,"stop":1710307392998,"duration":1}},{"uid":"4ddb00591afcf994","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ddb00591afcf994","status":"passed","time":{"start":1710287595424,"stop":1710287595424,"duration":0}},{"uid":"8be479a245cd43c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8be479a245cd43c1","status":"passed","time":{"start":1710284869461,"stop":1710284869462,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54f4d9bb2c67e583","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54f4d9bb2c67e583","status":"passed","time":{"start":1710308481021,"stop":1710308481021,"duration":0}},{"uid":"238a1e3678ff2384","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/238a1e3678ff2384","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"56b57a9f76e1b3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56b57a9f76e1b3","status":"passed","time":{"start":1710287560340,"stop":1710287560341,"duration":1}},{"uid":"f603e49e8dfbe19","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f603e49e8dfbe19","status":"passed","time":{"start":1710284826094,"stop":1710284826096,"duration":2}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64cf644f6846753b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64cf644f6846753b","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"duration":0}},{"uid":"d669d81e8897781a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d669d81e8897781a","status":"passed","time":{"start":1710306981518,"stop":1710306981519,"duration":1}},{"uid":"602cd86a1cdae1a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/602cd86a1cdae1a9","status":"passed","time":{"start":1710287198168,"stop":1710287198168,"duration":0}},{"uid":"c306b2f4f3d6102d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c306b2f4f3d6102d","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3478f4dea2ed7899","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3478f4dea2ed7899","status":"passed","time":{"start":1710307892757,"stop":1710307892759,"duration":2}},{"uid":"1e6c61c50be6d22d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e6c61c50be6d22d","status":"passed","time":{"start":1710306786078,"stop":1710306786079,"duration":1}},{"uid":"a8ead251c4a12fec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a8ead251c4a12fec","status":"passed","time":{"start":1710286991187,"stop":1710286991188,"duration":1}},{"uid":"424e995787f173c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/424e995787f173c0","status":"passed","time":{"start":1710284253869,"stop":1710284253870,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcc25e0c44746b78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcc25e0c44746b78","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"duration":0}},{"uid":"64c91b6636082be4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64c91b6636082be4","status":"passed","time":{"start":1710307244662,"stop":1710307244662,"duration":0}},{"uid":"3bcf222084b140b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bcf222084b140b","status":"passed","time":{"start":1710287451486,"stop":1710287451487,"duration":1}},{"uid":"9b932ebef6719ae1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9b932ebef6719ae1","status":"passed","time":{"start":1710284717995,"stop":1710284717996,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4173465555050b68","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4173465555050b68","status":"passed","time":{"start":1710308097730,"stop":1710308097730,"duration":0}},{"uid":"a8ecb8b81f7b10d2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8ecb8b81f7b10d2","status":"passed","time":{"start":1710306994270,"stop":1710306994271,"duration":1}},{"uid":"e1936f8dc5f63c96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1936f8dc5f63c96","status":"passed","time":{"start":1710287196191,"stop":1710287196191,"duration":0}},{"uid":"1bd6a769d5154407","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bd6a769d5154407","status":"passed","time":{"start":1710284459539,"stop":1710284459540,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"562b2c9eff20cb82","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/562b2c9eff20cb82","status":"passed","time":{"start":1710308092702,"stop":1710308092703,"duration":1}},{"uid":"daad5dbb4bc6a24d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/daad5dbb4bc6a24d","status":"passed","time":{"start":1710306981507,"stop":1710306981507,"duration":0}},{"uid":"9158fd004f6aaf2f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9158fd004f6aaf2f","status":"passed","time":{"start":1710287198124,"stop":1710287198125,"duration":1}},{"uid":"41574f2da86d44ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41574f2da86d44ff","status":"passed","time":{"start":1710284459998,"stop":1710284459998,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb97cd0d6cec89d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eb97cd0d6cec89d0","status":"passed","time":{"start":1710308192914,"stop":1710308192914,"duration":0}},{"uid":"44155cd5c0d0e173","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44155cd5c0d0e173","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"5b26352527df9e14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b26352527df9e14","status":"passed","time":{"start":1710287281991,"stop":1710287281992,"duration":1}},{"uid":"f8ad3b86357a9108","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8ad3b86357a9108","status":"passed","time":{"start":1710284550743,"stop":1710284550744,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5623ff0da329f91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c5623ff0da329f91","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"duration":0}},{"uid":"b51c93af8719d837","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b51c93af8719d837","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"8f8c1199730d07a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f8c1199730d07a2","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"9ff2e74d13a4dcf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ff2e74d13a4dcf3","status":"passed","time":{"start":1710284588136,"stop":1710284588137,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"85ad27be440476f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/85ad27be440476f7","status":"passed","time":{"start":1710307898610,"stop":1710307898610,"duration":0}},{"uid":"942f45714d816161","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/942f45714d816161","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"8ca68e5487de5041","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8ca68e5487de5041","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"92ac4ccfc93d1616","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92ac4ccfc93d1616","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7946af4b1566759b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7946af4b1566759b","status":"passed","time":{"start":1710308416723,"stop":1710308416723,"duration":0}},{"uid":"c28b753d13308486","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c28b753d13308486","status":"passed","time":{"start":1710307308626,"stop":1710307308627,"duration":1}},{"uid":"fd007e5d4570da66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fd007e5d4570da66","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"a1b2d90a50460b21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1b2d90a50460b21","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"5e609d8480a53925c91e3370556eedd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fef06be39886055","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fef06be39886055","status":"passed","time":{"start":1710287509750,"stop":1710287509751,"duration":1}}]},"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"38cf3f4b38919620","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38cf3f4b38919620","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308572945,"stop":1710308572945,"duration":0}},{"uid":"7103721d540ca672","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7103721d540ca672","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465633,"stop":1710307465633,"duration":0}},{"uid":"5f4b840669657545","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4b840669657545","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"97ce13a7391c0b4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/97ce13a7391c0b4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934074,"stop":1710284934075,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"f2b7cf52b3aee244","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2b7cf52b3aee244","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308322787,"stop":1710308322787,"duration":0}},{"uid":"a5d8e807b19989dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5d8e807b19989dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207320,"duration":0}},{"uid":"32c12139881e4e50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32c12139881e4e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413026,"stop":1710287413026,"duration":0}},{"uid":"4bf4c997e2d2cafa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bf4c997e2d2cafa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680939,"stop":1710284680940,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1283e9ffcb56230f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1283e9ffcb56230f","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0}},{"uid":"f6750198c0188479","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6750198c0188479","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"77c4b6e28ab93c66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77c4b6e28ab93c66","status":"passed","time":{"start":1710287537365,"stop":1710287537365,"duration":0}},{"uid":"d87703504161dc22","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d87703504161dc22","status":"passed","time":{"start":1710284796488,"stop":1710284796488,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7111ad0a39bcf64e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7111ad0a39bcf64e","status":"passed","time":{"start":1710308092690,"stop":1710308092691,"duration":1}},{"uid":"7d4fd617e0b61fe5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d4fd617e0b61fe5","status":"passed","time":{"start":1710306981503,"stop":1710306981503,"duration":0}},{"uid":"22f77eea7457595f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22f77eea7457595f","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"b929f2c5d848eea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b929f2c5d848eea","status":"passed","time":{"start":1710284459992,"stop":1710284459993,"duration":1}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d302f1ab7f445158","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d302f1ab7f445158","status":"passed","time":{"start":1710308416729,"stop":1710308416730,"duration":1}},{"uid":"d1291c25e0f7ab77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1291c25e0f7ab77","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"e00ce26af06bbde0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e00ce26af06bbde0","status":"passed","time":{"start":1710287509764,"stop":1710287509768,"duration":4}},{"uid":"92fa05f2c7d11786","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92fa05f2c7d11786","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e82920e09474de85","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e82920e09474de85","status":"passed","time":{"start":1710308167159,"stop":1710308167159,"duration":0}},{"uid":"cacc380da1b93230","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacc380da1b93230","status":"passed","time":{"start":1710307045661,"stop":1710307045662,"duration":1}},{"uid":"94e9467ad1dff9f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94e9467ad1dff9f5","status":"passed","time":{"start":1710287245612,"stop":1710287245613,"duration":1}},{"uid":"6059c9ed1ae3c8fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6059c9ed1ae3c8fd","status":"passed","time":{"start":1710284503143,"stop":1710284503143,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ab136ebe35cb252","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ab136ebe35cb252","status":"passed","time":{"start":1710308481019,"stop":1710308481020,"duration":1}},{"uid":"e7188045e91edf61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7188045e91edf61","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"b7b8030af73bbcd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7b8030af73bbcd3","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"532f1551aa569e9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/532f1551aa569e9a","status":"passed","time":{"start":1710284826091,"stop":1710284826092,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c60c32df11b0567b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c60c32df11b0567b","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"duration":0}},{"uid":"d55b295c954e78de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d55b295c954e78de","status":"passed","time":{"start":1710306994271,"stop":1710306994271,"duration":0}},{"uid":"c202416ddc6eea65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c202416ddc6eea65","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"9936823d68eece01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9936823d68eece01","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"41185fd0f9bddb0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/41185fd0f9bddb0d","status":"passed","time":{"start":1710308366460,"stop":1710308366465,"duration":5}},{"uid":"ee86dbb12c830a52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee86dbb12c830a52","status":"passed","time":{"start":1710307247761,"stop":1710307247761,"duration":0}},{"uid":"8a103cbf2c6614d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a103cbf2c6614d1","status":"passed","time":{"start":1710287456045,"stop":1710287456046,"duration":1}},{"uid":"b3a3eebd9cf3a15f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3a3eebd9cf3a15f","status":"passed","time":{"start":1710284723009,"stop":1710284723010,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f251cecc999254f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f251cecc999254f","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"duration":0}},{"uid":"b8fb06257b483b57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8fb06257b483b57","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"ef3f6fc9298f6e24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ef3f6fc9298f6e24","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"a47a513f1797c94e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a47a513f1797c94e","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"adc12029c41ec06c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adc12029c41ec06c","status":"passed","time":{"start":1710308416718,"stop":1710308416719,"duration":1}},{"uid":"7e036e43ce752352","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e036e43ce752352","status":"passed","time":{"start":1710307308618,"stop":1710307308619,"duration":1}},{"uid":"b8086d888237d4fd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8086d888237d4fd","status":"passed","time":{"start":1710287509744,"stop":1710287509744,"duration":0}},{"uid":"ed6496ea690988a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed6496ea690988a4","status":"passed","time":{"start":1710284775836,"stop":1710284775837,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"45b4ad98def2a4bd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45b4ad98def2a4bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308371299,"stop":1710308371300,"duration":1}},{"uid":"2f00ead971e63979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f00ead971e63979","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"9317471c1bdf9a5a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9317471c1bdf9a5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b9ef082c9e6e3036","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9ef082c9e6e3036","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2593a621e1209fca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2593a621e1209fca","status":"passed","time":{"start":1710307923914,"stop":1710307923915,"duration":1}},{"uid":"ffeed45fa8fdfcbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ffeed45fa8fdfcbf","status":"passed","time":{"start":1710306816841,"stop":1710306816842,"duration":1}},{"uid":"bb139d4f8b77960d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb139d4f8b77960d","status":"passed","time":{"start":1710287022153,"stop":1710287022153,"duration":0}},{"uid":"6000b787b782339a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6000b787b782339a","status":"passed","time":{"start":1710284284834,"stop":1710284284834,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa32ef4496a20c61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa32ef4496a20c61","status":"passed","time":{"start":1710308366469,"stop":1710308366469,"duration":0}},{"uid":"9bd0fc31229f0888","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bd0fc31229f0888","status":"passed","time":{"start":1710307247762,"stop":1710307247762,"duration":0}},{"uid":"8055e1cad53f989d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8055e1cad53f989d","status":"passed","time":{"start":1710287456047,"stop":1710287456048,"duration":1}},{"uid":"a9fdacea33d65e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9fdacea33d65e1","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"323501d65d457909fd47a4675e42d3c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3901eae495650d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3901eae495650d0","status":"passed","time":{"start":1710308463732,"stop":1710308463733,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d157290c1719ce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d157290c1719ce","status":"passed","time":{"start":1710307948135,"stop":1710307948136,"duration":1}},{"uid":"22921888a08b6ea2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22921888a08b6ea2","status":"passed","time":{"start":1710306841074,"stop":1710306841075,"duration":1}},{"uid":"542f16cad6b650ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/542f16cad6b650ec","status":"passed","time":{"start":1710287046525,"stop":1710287046525,"duration":0}},{"uid":"fc425c0c716b2943","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc425c0c716b2943","status":"passed","time":{"start":1710284309644,"stop":1710284309645,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf38b3c27f5e49a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf38b3c27f5e49a3","status":"passed","time":{"start":1710308348760,"stop":1710308348760,"duration":0}},{"uid":"9adb6875d80b8beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9adb6875d80b8beb","status":"passed","time":{"start":1710307233598,"stop":1710307233599,"duration":1}},{"uid":"8b012425329b44cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b012425329b44cc","status":"passed","time":{"start":1710287436222,"stop":1710287436223,"duration":1}},{"uid":"ca4a361ed97ff707","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4a361ed97ff707","status":"passed","time":{"start":1710284706657,"stop":1710284706658,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ca88e97a24a550b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ca88e97a24a550b","status":"passed","time":{"start":1710308459429,"stop":1710308459429,"duration":0}},{"uid":"b84ccf31107663d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b84ccf31107663d6","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"35d62d96533dddf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35d62d96533dddf9","status":"passed","time":{"start":1710287544913,"stop":1710287544914,"duration":1}},{"uid":"4b957854e4c0c3f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4b957854e4c0c3f9","status":"passed","time":{"start":1710284805021,"stop":1710284805022,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33dfe1f4260c6e43","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/33dfe1f4260c6e43","status":"passed","time":{"start":1710307890267,"stop":1710307890267,"duration":0}},{"uid":"3e00a123eca7b002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e00a123eca7b002","status":"passed","time":{"start":1710306783477,"stop":1710306783478,"duration":1}},{"uid":"2abeb2910962a391","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2abeb2910962a391","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"753c010c97c624ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/753c010c97c624ef","status":"passed","time":{"start":1710284251169,"stop":1710284251169,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac648d128b89a139","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac648d128b89a139","status":"passed","time":{"start":1710308508712,"stop":1710308508713,"duration":1}},{"uid":"6cc4a0a7325ed109","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6cc4a0a7325ed109","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"3839b771ec8aa79e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3839b771ec8aa79e","status":"passed","time":{"start":1710287596900,"stop":1710287596901,"duration":1}},{"uid":"cf019516bb37860","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cf019516bb37860","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cf2af3d0fd8ecf01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf2af3d0fd8ecf01","status":"passed","time":{"start":1710307890269,"stop":1710307890270,"duration":1}},{"uid":"53aaade720fddc9b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53aaade720fddc9b","status":"passed","time":{"start":1710306783480,"stop":1710306783480,"duration":0}},{"uid":"92818532f781f655","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/92818532f781f655","status":"passed","time":{"start":1710286988740,"stop":1710286988740,"duration":0}},{"uid":"a74d76c944dbf383","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a74d76c944dbf383","status":"passed","time":{"start":1710284251171,"stop":1710284251171,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d57b5bb71a46123","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d57b5bb71a46123","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0}},{"uid":"3fec82bb7b063175","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fec82bb7b063175","status":"passed","time":{"start":1710307308635,"stop":1710307308636,"duration":1}},{"uid":"2cba29ae8953cccd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cba29ae8953cccd","status":"passed","time":{"start":1710287509769,"stop":1710287509770,"duration":1}},{"uid":"75dbbc8cfec8ee28","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75dbbc8cfec8ee28","status":"passed","time":{"start":1710284775858,"stop":1710284775859,"duration":1}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"555fe13d9d064280","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/555fe13d9d064280","status":"passed","time":{"start":1710308371297,"stop":1710308371297,"duration":0}},{"uid":"1edf0235af8fec6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1edf0235af8fec6","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"5e85929be71e0b0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e85929be71e0b0b","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"f482a7bb2db21db7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f482a7bb2db21db7","status":"passed","time":{"start":1710284730216,"stop":1710284730216,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b315b480fe2eec38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b315b480fe2eec38","status":"passed","time":{"start":1710308007024,"stop":1710308007024,"duration":0}},{"uid":"8540f714c2e07ac4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8540f714c2e07ac4","status":"passed","time":{"start":1710306904616,"stop":1710306904616,"duration":0}},{"uid":"36d8917f2b737360","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/36d8917f2b737360","status":"passed","time":{"start":1710287110703,"stop":1710287110704,"duration":1}},{"uid":"a8eee0c08a62df96","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a8eee0c08a62df96","status":"passed","time":{"start":1710284372015,"stop":1710284372019,"duration":4}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d93e44e6db837b37","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d93e44e6db837b37","status":"passed","time":{"start":1710308416733,"stop":1710308416733,"duration":0}},{"uid":"159407dc774053b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/159407dc774053b9","status":"passed","time":{"start":1710307308639,"stop":1710307308643,"duration":4}},{"uid":"b14841c21454f8d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b14841c21454f8d6","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"6d78014de5b5c70a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d78014de5b5c70a","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4ae01a930bb4c68c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ae01a930bb4c68c","status":"passed","time":{"start":1710308416725,"stop":1710308416726,"duration":1}},{"uid":"113edc8693a5ff4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/113edc8693a5ff4a","status":"passed","time":{"start":1710307308630,"stop":1710307308631,"duration":1}},{"uid":"8eeafe12e7187fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8eeafe12e7187fc4","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"4822cef59af5ab89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4822cef59af5ab89","status":"passed","time":{"start":1710284775853,"stop":1710284775854,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2d388e45591383b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2d388e45591383b","status":"passed","time":{"start":1710307980880,"stop":1710307980881,"duration":1}},{"uid":"ff3ad5448c070309","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff3ad5448c070309","status":"passed","time":{"start":1710306873744,"stop":1710306873745,"duration":1}},{"uid":"b8b199be222be21f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8b199be222be21f","status":"passed","time":{"start":1710287079741,"stop":1710287079742,"duration":1}},{"uid":"5fc679d69ae7133e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5fc679d69ae7133e","status":"passed","time":{"start":1710284342262,"stop":1710284342264,"duration":2}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"364346e30d0a3db6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/364346e30d0a3db6","status":"passed","time":{"start":1710307898604,"stop":1710307898604,"duration":0}},{"uid":"cb2fd3d6c0607e72","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb2fd3d6c0607e72","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"fbda772d6108ea53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbda772d6108ea53","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"c35776e2190fa1b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c35776e2190fa1b3","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c8a3fa7019ab8ca6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c8a3fa7019ab8ca6","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0}},{"uid":"f9508b104b81059c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9508b104b81059c","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"c6a8d060bf428d05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c6a8d060bf428d05","status":"passed","time":{"start":1710287608798,"stop":1710287608799,"duration":1}},{"uid":"32327500bbff3f24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32327500bbff3f24","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ce74eaf73156058","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9ce74eaf73156058","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0}},{"uid":"833dfd32459b4bc1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/833dfd32459b4bc1","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"b0e2c54be7889de6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0e2c54be7889de6","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"d793ecaf4a3bb78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d793ecaf4a3bb78a","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"407640ec244257b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/407640ec244257b6","status":"passed","time":{"start":1710308192916,"stop":1710308192917,"duration":1}},{"uid":"d96e2d65425d975c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d96e2d65425d975c","status":"passed","time":{"start":1710307078639,"stop":1710307078640,"duration":1}},{"uid":"ce8ac8f805d956d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce8ac8f805d956d8","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"e16bc344d827f57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e16bc344d827f57a","status":"passed","time":{"start":1710284550753,"stop":1710284550753,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"c4faaac875690fd0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c4faaac875690fd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308192918,"stop":1710308192918,"duration":0}},{"uid":"6551000661afdae3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6551000661afdae3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078640,"stop":1710307078640,"duration":0}},{"uid":"9bf4a3f6174ab060","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bf4a3f6174ab060","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281994,"stop":1710287281994,"duration":0}},{"uid":"79d171a4f14a9f25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d171a4f14a9f25","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550754,"stop":1710284550755,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7caada47cca0eb68","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7caada47cca0eb68","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0}},{"uid":"4c3453a6dc8bc6c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c3453a6dc8bc6c6","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"9f21c2875a02317a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f21c2875a02317a","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"d46199c2bd2470ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d46199c2bd2470ad","status":"passed","time":{"start":1710284796486,"stop":1710284796487,"duration":1}}]},"8141de06cdc3c06a14c6a7860216f885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1dd37a17fe8a8a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1dd37a17fe8a8a5","status":"passed","time":{"start":1710308322618,"stop":1710308322622,"duration":4}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3ef6b91ac3fc51a6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3ef6b91ac3fc51a6","status":"passed","time":{"start":1710308192970,"stop":1710308192970,"duration":0}},{"uid":"5818b41177b8d911","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5818b41177b8d911","status":"passed","time":{"start":1710307078649,"stop":1710307078650,"duration":1}},{"uid":"85339edb6cf9d15b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85339edb6cf9d15b","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"5abf8ceab7e7b4d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5abf8ceab7e7b4d4","status":"passed","time":{"start":1710284550772,"stop":1710284550772,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d8f9c18fab1002f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5d8f9c18fab1002f","status":"passed","time":{"start":1710308366470,"stop":1710308366471,"duration":1}},{"uid":"155103fda033e27d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/155103fda033e27d","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"b32d6350e63b338c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b32d6350e63b338c","status":"passed","time":{"start":1710287456050,"stop":1710287456054,"duration":4}},{"uid":"5b25522a227b105a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b25522a227b105a","status":"passed","time":{"start":1710284723011,"stop":1710284723012,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"359fc7ba8c7e550c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/359fc7ba8c7e550c","status":"passed","time":{"start":1710308366456,"stop":1710308366457,"duration":1}},{"uid":"7b80f2783b6ec262","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b80f2783b6ec262","status":"passed","time":{"start":1710307247756,"stop":1710307247757,"duration":1}},{"uid":"6330ae6721786de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6330ae6721786de7","status":"passed","time":{"start":1710287456023,"stop":1710287456024,"duration":1}},{"uid":"fbeff3538be70d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbeff3538be70d69","status":"passed","time":{"start":1710284723007,"stop":1710284723007,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"4c535bf7e2869044","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c535bf7e2869044","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308366513,"stop":1710308366525,"duration":12}},{"uid":"8c0327c863c5f79b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c0327c863c5f79b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247772,"stop":1710307247773,"duration":1}},{"uid":"f273828e18cd74a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f273828e18cd74a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"c774ccb281cc9426","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c774ccb281cc9426","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ee1aee8ea0aa9f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ee1aee8ea0aa9f7","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0}},{"uid":"4b2b1ed70a9f0c61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4b2b1ed70a9f0c61","status":"passed","time":{"start":1710307465622,"stop":1710307465622,"duration":0}},{"uid":"a46f110657c59a0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f110657c59a0","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"83ac94a13e5e349f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83ac94a13e5e349f","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"584068ae20efac07","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/584068ae20efac07","status":"passed","time":{"start":1710307890264,"stop":1710307890264,"duration":0}},{"uid":"7b314e24ce08aa48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b314e24ce08aa48","status":"passed","time":{"start":1710306783474,"stop":1710306783474,"duration":0}},{"uid":"3da182b2b319d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3da182b2b319d767","status":"passed","time":{"start":1710286988735,"stop":1710286988736,"duration":1}},{"uid":"1eb41c9638ea30a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1eb41c9638ea30a9","status":"passed","time":{"start":1710284251165,"stop":1710284251166,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"fbe7bc3233a5d29a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbe7bc3233a5d29a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308416728,"stop":1710308416728,"duration":0}},{"uid":"6602ffbc2d1b7fcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6602ffbc2d1b7fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308633,"stop":1710307308634,"duration":1}},{"uid":"d385d0623ab3093b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d385d0623ab3093b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"ff34ad27f49911e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff34ad27f49911e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65980bf9de865008","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65980bf9de865008","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0}},{"uid":"1ad8bf0723ac9441","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ad8bf0723ac9441","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"8f0a07cd6932e90c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f0a07cd6932e90c","status":"passed","time":{"start":1710286996969,"stop":1710286996970,"duration":1}},{"uid":"d21433f37a0b4ded","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d21433f37a0b4ded","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a4c7ac96055abc2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a4c7ac96055abc2","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"duration":0}},{"uid":"6dab49c42effd416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6dab49c42effd416","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"7e3c35244d021ceb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e3c35244d021ceb","status":"passed","time":{"start":1710287674921,"stop":1710287674921,"duration":0}},{"uid":"d5961e09ff47ebd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5961e09ff47ebd1","status":"passed","time":{"start":1710284934082,"stop":1710284934082,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"21a4089bab208912","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/21a4089bab208912","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0}},{"uid":"742eb5781edf2ea0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742eb5781edf2ea0","status":"passed","time":{"start":1710307402634,"stop":1710307402635,"duration":1}},{"uid":"8915d02a31b6572d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8915d02a31b6572d","status":"passed","time":{"start":1710287608796,"stop":1710287608797,"duration":1}},{"uid":"c7caa5c19719b0c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7caa5c19719b0c5","status":"passed","time":{"start":1710284881701,"stop":1710284881701,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c35069220d0c7e8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5c35069220d0c7e8","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"duration":0}},{"uid":"ece39bb182a659f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ece39bb182a659f2","status":"passed","time":{"start":1710307207095,"stop":1710307207096,"duration":1}},{"uid":"7fb18f2e12d1cbd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb18f2e12d1cbd","status":"passed","time":{"start":1710287412763,"stop":1710287412763,"duration":0}},{"uid":"688c834423bd2f21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/688c834423bd2f21","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"168699eea91ad1b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/168699eea91ad1b0","status":"passed","time":{"start":1710307898039,"stop":1710307898039,"duration":0}},{"uid":"fd16d263c671127e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd16d263c671127e","status":"passed","time":{"start":1710306791311,"stop":1710306791311,"duration":0}},{"uid":"2e890838e3e3cefc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e890838e3e3cefc","status":"passed","time":{"start":1710286996519,"stop":1710286996519,"duration":0}},{"uid":"66201755e7881b92","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66201755e7881b92","status":"passed","time":{"start":1710284258946,"stop":1710284258946,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c668840418c6e757","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c668840418c6e757","status":"passed","time":{"start":1710308402073,"stop":1710308402074,"duration":1}},{"uid":"cd1ce11214338bcc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1ce11214338bcc","status":"passed","time":{"start":1710307285628,"stop":1710307285628,"duration":0}},{"uid":"1614584fc5eeafa1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1614584fc5eeafa1","status":"passed","time":{"start":1710287499226,"stop":1710287499226,"duration":0}},{"uid":"1d572108a4176829","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1d572108a4176829","status":"passed","time":{"start":1710284765830,"stop":1710284765830,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"708df7cfbbe04df1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/708df7cfbbe04df1","status":"passed","time":{"start":1710308092689,"stop":1710308092689,"duration":0}},{"uid":"c425a843b8750b8f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c425a843b8750b8f","status":"passed","time":{"start":1710306981495,"stop":1710306981495,"duration":0}},{"uid":"a564e3828654549d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a564e3828654549d","status":"passed","time":{"start":1710287198108,"stop":1710287198109,"duration":1}},{"uid":"1c1e841196a02f48","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c1e841196a02f48","status":"passed","time":{"start":1710284459990,"stop":1710284459991,"duration":1}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbfaf0225991590a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cbfaf0225991590a","status":"passed","time":{"start":1710308024293,"stop":1710308024293,"duration":0}},{"uid":"546e1d39874ed3ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/546e1d39874ed3ba","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"848981a3e2271c31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/848981a3e2271c31","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"a361898c2c854bb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a361898c2c854bb0","status":"passed","time":{"start":1710284377469,"stop":1710284377470,"duration":1}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"19621e5608720560","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/19621e5608720560","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"duration":0}},{"uid":"93b7453da3e18ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93b7453da3e18ab","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"6397b25eff7f23e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6397b25eff7f23e","status":"passed","time":{"start":1710287674916,"stop":1710287674917,"duration":1}},{"uid":"efd6a5629710f8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd6a5629710f8f5","status":"passed","time":{"start":1710284934077,"stop":1710284934078,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd418f4863adb7b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd418f4863adb7b2","status":"passed","time":{"start":1710307914152,"stop":1710307914153,"duration":1}},{"uid":"cc649f4529f9afc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc649f4529f9afc5","status":"passed","time":{"start":1710306807023,"stop":1710306807024,"duration":1}},{"uid":"b7aa3f9b0a9360e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7aa3f9b0a9360e6","status":"passed","time":{"start":1710287011901,"stop":1710287011901,"duration":0}},{"uid":"1f98dbf9e31f7365","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f98dbf9e31f7365","status":"passed","time":{"start":1710284274564,"stop":1710284274565,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3893b70c493510a7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3893b70c493510a7","status":"passed","time":{"start":1710308371309,"stop":1710308371310,"duration":1}},{"uid":"4d7a153b8460549e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d7a153b8460549e","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"ad142f3b31f0404","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ad142f3b31f0404","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"a6a4a020c1c99f49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a4a020c1c99f49","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c30488924245eddf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c30488924245eddf","status":"passed","time":{"start":1710307914370,"stop":1710307914370,"duration":0}},{"uid":"3fb543ac194a1415","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb543ac194a1415","status":"passed","time":{"start":1710306807578,"stop":1710306807579,"duration":1}},{"uid":"dd28ae1c52d65f04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd28ae1c52d65f04","status":"passed","time":{"start":1710287012800,"stop":1710287012800,"duration":0}},{"uid":"c1cd2e3fed0974ae","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1cd2e3fed0974ae","status":"passed","time":{"start":1710284275218,"stop":1710284275219,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ab633ea8009b98c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ab633ea8009b98c","status":"passed","time":{"start":1710308463711,"stop":1710308463725,"duration":14}},{"uid":"b7bb23ddc501c0ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7bb23ddc501c0ee","status":"passed","time":{"start":1710307358467,"stop":1710307358468,"duration":1}},{"uid":"23384b7c6a05bc8b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23384b7c6a05bc8b","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"db817318a23c4d46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db817318a23c4d46","status":"passed","time":{"start":1710284852305,"stop":1710284852309,"duration":4}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c57dffb12af24514","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c57dffb12af24514","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"duration":0}},{"uid":"ac1f82296aa79cd9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac1f82296aa79cd9","status":"passed","time":{"start":1710307465617,"stop":1710307465618,"duration":1}},{"uid":"e563bb24b1facedc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e563bb24b1facedc","status":"passed","time":{"start":1710287674896,"stop":1710287674896,"duration":0}},{"uid":"bf3b542f3162521e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf3b542f3162521e","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f612f919e7b9fdf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f612f919e7b9fdf","status":"passed","time":{"start":1710308371312,"stop":1710308371313,"duration":1}},{"uid":"78b3ece2be02bb9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/78b3ece2be02bb9","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"83ce37f79ea3acbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83ce37f79ea3acbe","status":"passed","time":{"start":1710287460906,"stop":1710287460907,"duration":1}},{"uid":"5b61973384a9d5eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b61973384a9d5eb","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"44654f66669c6212ec51132c28b84d0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7bd475d00929b4a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a7bd475d00929b4a","status":"passed","time":{"start":1710287509751,"stop":1710287509752,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca250cc38ddb51da","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca250cc38ddb51da","status":"passed","time":{"start":1710308192920,"stop":1710308192920,"duration":0}},{"uid":"349c76ee852db424","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/349c76ee852db424","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"c8b00e317caff2e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8b00e317caff2e2","status":"passed","time":{"start":1710287281996,"stop":1710287281997,"duration":1}},{"uid":"2b54c3f5e2f734ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b54c3f5e2f734ab","status":"passed","time":{"start":1710284550765,"stop":1710284550765,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f535654f4861b59","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f535654f4861b59","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"duration":0}},{"uid":"487136c672d9aaf6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/487136c672d9aaf6","status":"passed","time":{"start":1710306811113,"stop":1710306811113,"duration":0}},{"uid":"dff4a4c1a27836a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dff4a4c1a27836a7","status":"passed","time":{"start":1710287016341,"stop":1710287016341,"duration":0}},{"uid":"a46f5a1a4c5ad917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a46f5a1a4c5ad917","status":"passed","time":{"start":1710284279135,"stop":1710284279135,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6add6d74ba5cfda8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6add6d74ba5cfda8","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0}},{"uid":"971127f36fbb188f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/971127f36fbb188f","status":"passed","time":{"start":1710306796606,"stop":1710306796606,"duration":0}},{"uid":"fb98a8aed904a49f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb98a8aed904a49f","status":"passed","time":{"start":1710287001715,"stop":1710287001715,"duration":0}},{"uid":"ee4dee56f419f342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee4dee56f419f342","status":"passed","time":{"start":1710284264388,"stop":1710284264388,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d82a10ddcc98ad1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d82a10ddcc98ad1","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"duration":0}},{"uid":"42210f36795730eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42210f36795730eb","status":"passed","time":{"start":1710307244657,"stop":1710307244657,"duration":0}},{"uid":"149b031780df5d50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/149b031780df5d50","status":"passed","time":{"start":1710287451482,"stop":1710287451482,"duration":0}},{"uid":"c66a54baca62e27","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c66a54baca62e27","status":"passed","time":{"start":1710284717991,"stop":1710284717991,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ffb9e32aec85cef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6ffb9e32aec85cef","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"duration":0}},{"uid":"5acde044e16529a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5acde044e16529a0","status":"passed","time":{"start":1710307465616,"stop":1710307465617,"duration":1}},{"uid":"7362d18bcc188741","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7362d18bcc188741","status":"passed","time":{"start":1710287674895,"stop":1710287674895,"duration":0}},{"uid":"c22459b960f4778e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c22459b960f4778e","status":"passed","time":{"start":1710284934058,"stop":1710284934058,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"323067807d6eed80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/323067807d6eed80","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0}},{"uid":"6555ae0a22a07c3c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6555ae0a22a07c3c","status":"passed","time":{"start":1710306994272,"stop":1710306994272,"duration":0}},{"uid":"cfbfa8cefd45d617","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cfbfa8cefd45d617","status":"passed","time":{"start":1710287196192,"stop":1710287196193,"duration":1}},{"uid":"9ade38c8ae9f57f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ade38c8ae9f57f0","status":"passed","time":{"start":1710284459541,"stop":1710284459541,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac6f4636fc68d5a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac6f4636fc68d5a5","status":"passed","time":{"start":1710308322624,"stop":1710308322624,"duration":0}},{"uid":"bb14ccb66934e0f9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb14ccb66934e0f9","status":"passed","time":{"start":1710307207096,"stop":1710307207096,"duration":0}},{"uid":"fc5d1bf1e86d0446","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc5d1bf1e86d0446","status":"passed","time":{"start":1710287412763,"stop":1710287412764,"duration":1}},{"uid":"8450abbd7b8f606b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8450abbd7b8f606b","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f274ec6ba40301","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f274ec6ba40301","status":"passed","time":{"start":1710307950773,"stop":1710307950774,"duration":1}},{"uid":"c44e49cf7d62444a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c44e49cf7d62444a","status":"passed","time":{"start":1710306844181,"stop":1710306844183,"duration":2}},{"uid":"aa9ac8446d2b1448","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9ac8446d2b1448","status":"passed","time":{"start":1710287049799,"stop":1710287049801,"duration":2}},{"uid":"8c8a465e2522677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c8a465e2522677b","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c25dae6e48c24f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c25dae6e48c24f7","status":"passed","time":{"start":1710307948135,"stop":1710307948135,"duration":0}},{"uid":"a6805335f4239e75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6805335f4239e75","status":"passed","time":{"start":1710306841074,"stop":1710306841074,"duration":0}},{"uid":"56f5b0d901d20b41","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56f5b0d901d20b41","status":"passed","time":{"start":1710287046524,"stop":1710287046525,"duration":1}},{"uid":"d53cadaa7026d648","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d53cadaa7026d648","status":"passed","time":{"start":1710284309644,"stop":1710284309644,"duration":0}}]},"b20736e16a607e4c68de43a3f1400e7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"790bdc0d8708b555","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/790bdc0d8708b555","status":"passed","time":{"start":1710284775841,"stop":1710284775852,"duration":11}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62aa9a74503de089","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62aa9a74503de089","status":"passed","time":{"start":1710308515428,"stop":1710308515428,"duration":0}},{"uid":"d86e27e65d071110","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d86e27e65d071110","status":"passed","time":{"start":1710307402637,"stop":1710307402637,"duration":0}},{"uid":"29e54c87519ceb1d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e54c87519ceb1d","status":"passed","time":{"start":1710287608799,"stop":1710287608800,"duration":1}},{"uid":"2c4b91bd63ab477c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c4b91bd63ab477c","status":"passed","time":{"start":1710284881703,"stop":1710284881703,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7eba469f3e5f2764","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7eba469f3e5f2764","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0}},{"uid":"1b493541418e2afe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1b493541418e2afe","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"f391b961cefe1dde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f391b961cefe1dde","status":"passed","time":{"start":1710286996970,"stop":1710286996971,"duration":1}},{"uid":"647950a818d885d3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/647950a818d885d3","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"890f2f771fad488d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/890f2f771fad488d","status":"passed","time":{"start":1710308463728,"stop":1710308463728,"duration":0}},{"uid":"6f1720d029b5785c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f1720d029b5785c","status":"passed","time":{"start":1710307358469,"stop":1710307358473,"duration":4}},{"uid":"4dd6f00e956e0f6a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4dd6f00e956e0f6a","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"b6a400343e25cd9b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6a400343e25cd9b","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9e1305aefbe96bf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9e1305aefbe96bf2","status":"passed","time":{"start":1710308416716,"stop":1710308416716,"duration":0}},{"uid":"a0ba5e5942159cde","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a0ba5e5942159cde","status":"passed","time":{"start":1710307308615,"stop":1710307308616,"duration":1}},{"uid":"59b04a64aa5e1397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/59b04a64aa5e1397","status":"passed","time":{"start":1710287509741,"stop":1710287509742,"duration":1}},{"uid":"efd5eb14d3e56416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd5eb14d3e56416","status":"passed","time":{"start":1710284775830,"stop":1710284775831,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"97973916a21869f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97973916a21869f0","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"duration":0}},{"uid":"553e808c8c82db60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/553e808c8c82db60","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"a4285bd878157cf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4285bd878157cf9","status":"passed","time":{"start":1710287110711,"stop":1710287110713,"duration":2}},{"uid":"1159f9e747b75bc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1159f9e747b75bc4","status":"passed","time":{"start":1710284372021,"stop":1710284372021,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fcfb764d74141a7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fcfb764d74141a7","status":"passed","time":{"start":1710308097727,"stop":1710308097728,"duration":1}},{"uid":"9b4723fba15555c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9b4723fba15555c2","status":"passed","time":{"start":1710306994268,"stop":1710306994268,"duration":0}},{"uid":"af091030bec15042","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af091030bec15042","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"46d0dea2a1ce3274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46d0dea2a1ce3274","status":"passed","time":{"start":1710284459537,"stop":1710284459537,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"d8ced2d3e8f755f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8ced2d3e8f755f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308416729,"stop":1710308416729,"duration":0}},{"uid":"32c1cfc7a9ac561b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32c1cfc7a9ac561b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308634,"stop":1710307308634,"duration":0}},{"uid":"dd733973b2c3a61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd733973b2c3a61f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509755,"stop":1710287509763,"duration":8}},{"uid":"1324beeb3689ab8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1324beeb3689ab8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ff5db574664ea58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ff5db574664ea58","status":"passed","time":{"start":1710307980879,"stop":1710307980880,"duration":1}},{"uid":"befaca5b98b5fad5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/befaca5b98b5fad5","status":"passed","time":{"start":1710306873741,"stop":1710306873741,"duration":0}},{"uid":"ce79f17657db958","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce79f17657db958","status":"passed","time":{"start":1710287079740,"stop":1710287079740,"duration":0}},{"uid":"d01f1dce8ef1d015","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d01f1dce8ef1d015","status":"passed","time":{"start":1710284342261,"stop":1710284342262,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6618c8196aea383d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6618c8196aea383d","status":"passed","time":{"start":1710308572939,"stop":1710308572940,"duration":1}},{"uid":"f4d077dd4bff4640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4d077dd4bff4640","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"45c8c290a299e3d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45c8c290a299e3d3","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"87ad97424ae6096f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/87ad97424ae6096f","status":"passed","time":{"start":1710284934067,"stop":1710284934068,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9df3bd32990f3f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9df3bd32990f3f6","status":"passed","time":{"start":1710308007026,"stop":1710308007027,"duration":1}},{"uid":"54e5413422851677","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54e5413422851677","status":"passed","time":{"start":1710306904618,"stop":1710306904618,"duration":0}},{"uid":"29e3fb07e53f0d28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e3fb07e53f0d28","status":"passed","time":{"start":1710287110718,"stop":1710287110718,"duration":0}},{"uid":"d472a23416f3a57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d472a23416f3a57a","status":"passed","time":{"start":1710284372024,"stop":1710284372024,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"48686c9a1db84331","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48686c9a1db84331","status":"passed","time":{"start":1710308092701,"stop":1710308092701,"duration":0}},{"uid":"f84216b825573a93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f84216b825573a93","status":"passed","time":{"start":1710306981505,"stop":1710306981506,"duration":1}},{"uid":"796bd2a542a90d30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/796bd2a542a90d30","status":"passed","time":{"start":1710287198122,"stop":1710287198122,"duration":0}},{"uid":"823a7e81da26ad08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/823a7e81da26ad08","status":"passed","time":{"start":1710284459996,"stop":1710284459996,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1fbe0752c7d64551","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1fbe0752c7d64551","status":"passed","time":{"start":1710308494291,"stop":1710308494291,"duration":0}},{"uid":"c656142e10a02f39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c656142e10a02f39","status":"passed","time":{"start":1710307383799,"stop":1710307383800,"duration":1}},{"uid":"e317c724eee2a207","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e317c724eee2a207","status":"passed","time":{"start":1710287594293,"stop":1710287594294,"duration":1}},{"uid":"cd89f68e8042fda1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cd89f68e8042fda1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7e13bbd413bdfe67","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e13bbd413bdfe67","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0}},{"uid":"cb4c4698de6976d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4c4698de6976d3","status":"passed","time":{"start":1710307238430,"stop":1710307238431,"duration":1}},{"uid":"e41440472a4de0f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e41440472a4de0f8","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"5ab9f2b38b18ec7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ab9f2b38b18ec7","status":"passed","time":{"start":1710284710698,"stop":1710284710700,"duration":2}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a8ddfa2f416cfaf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5a8ddfa2f416cfaf","status":"passed","time":{"start":1710308416736,"stop":1710308416737,"duration":1}},{"uid":"d8bfe1a1fb1608f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8bfe1a1fb1608f3","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"fef5d44bd80a9dee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fef5d44bd80a9dee","status":"passed","time":{"start":1710287509773,"stop":1710287509774,"duration":1}},{"uid":"868b45931c0ad2f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/868b45931c0ad2f5","status":"passed","time":{"start":1710284775863,"stop":1710284775863,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc06a0e4258d47a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc06a0e4258d47a3","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0}},{"uid":"e34ab47665c4eb66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e34ab47665c4eb66","status":"passed","time":{"start":1710306807025,"stop":1710306807025,"duration":0}},{"uid":"3cf2574ac5d06fe8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3cf2574ac5d06fe8","status":"passed","time":{"start":1710287011902,"stop":1710287011903,"duration":1}},{"uid":"3a1acd7200050435","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a1acd7200050435","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e6369fa0cab69bc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4e6369fa0cab69bc","status":"passed","time":{"start":1710308092706,"stop":1710308092706,"duration":0}},{"uid":"29b8914304db3d1f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29b8914304db3d1f","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"4953d94d2a7ee177","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4953d94d2a7ee177","status":"passed","time":{"start":1710287198159,"stop":1710287198159,"duration":0}},{"uid":"f0e81021a8dfe156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0e81021a8dfe156","status":"passed","time":{"start":1710284460000,"stop":1710284460001,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a173d605b76c2c8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5a173d605b76c2c8","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"duration":0}},{"uid":"94636942511afd0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/94636942511afd0","status":"passed","time":{"start":1710306981518,"stop":1710306981518,"duration":0}},{"uid":"2af21b6378615ae5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2af21b6378615ae5","status":"passed","time":{"start":1710287198167,"stop":1710287198168,"duration":1}},{"uid":"7ad9b5a9eaa54388","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ad9b5a9eaa54388","status":"passed","time":{"start":1710284460010,"stop":1710284460011,"duration":1}}]},"79cfc97028d9d6f1217557130fa8405e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3728b8571c1a278e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3728b8571c1a278e","status":"passed","time":{"start":1710308416724,"stop":1710308416725,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d553d9f85eda043b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d553d9f85eda043b","status":"passed","time":{"start":1710308231835,"stop":1710308231836,"duration":1}},{"uid":"57d6ce172fa7f326","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d6ce172fa7f326","status":"passed","time":{"start":1710307114395,"stop":1710307114395,"duration":0}},{"uid":"74f525f39062d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74f525f39062d767","status":"passed","time":{"start":1710287317290,"stop":1710287317291,"duration":1}},{"uid":"3653e67a58b1bc09","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3653e67a58b1bc09","status":"passed","time":{"start":1710284588135,"stop":1710284588136,"duration":1}}]},"e3b58632049822b6e0c1bf5f170315da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"390f9fd1641e1b59","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/390f9fd1641e1b59","status":"passed","time":{"start":1710308322617,"stop":1710308322618,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ab75b6b0619f6720","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ab75b6b0619f6720","status":"passed","time":{"start":1710308322609,"stop":1710308322610,"duration":1}},{"uid":"814b334ac78843fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/814b334ac78843fb","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"3f55ca18bb68ad1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f55ca18bb68ad1c","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"2b8b16a9febf7793","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b8b16a9febf7793","status":"passed","time":{"start":1710284680777,"stop":1710284680778,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7983c5373910f0a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7983c5373910f0a1","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"duration":0}},{"uid":"a4701230afe58d27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4701230afe58d27","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"b71caeedd2bbf038","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b71caeedd2bbf038","status":"passed","time":{"start":1710287596907,"stop":1710287596908,"duration":1}},{"uid":"969431d981f9c22c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/969431d981f9c22c","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f8ba4e36fd555877","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f8ba4e36fd555877","status":"passed","time":{"start":1710308092720,"stop":1710308092720,"duration":0}},{"uid":"6c2d8dd472eaf902","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c2d8dd472eaf902","status":"passed","time":{"start":1710306981520,"stop":1710306981520,"duration":0}},{"uid":"38e07a9b30eec901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38e07a9b30eec901","status":"passed","time":{"start":1710287198169,"stop":1710287198169,"duration":0}},{"uid":"ef612f06bfe0f156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ef612f06bfe0f156","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1cc651ed63e4ef0f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1cc651ed63e4ef0f","status":"passed","time":{"start":1710308371307,"stop":1710308371308,"duration":1}},{"uid":"f292d79e3e1cabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f292d79e3e1cabc3","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"326eb3d557d0033c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/326eb3d557d0033c","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"40e56cfaeb3f891a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40e56cfaeb3f891a","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"4e52f34b2593384803b22fccccf000bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66be20d3716c91b8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66be20d3716c91b8","status":"passed","time":{"start":1710287509780,"stop":1710287509781,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"863c4b36cc41b13b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/863c4b36cc41b13b","status":"passed","time":{"start":1710308167162,"stop":1710308167163,"duration":1}},{"uid":"a9d27b9164a2c223","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9d27b9164a2c223","status":"passed","time":{"start":1710307045667,"stop":1710307045667,"duration":0}},{"uid":"9f9417a5666f0638","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f9417a5666f0638","status":"passed","time":{"start":1710287245619,"stop":1710287245619,"duration":0}},{"uid":"1a490683543a3651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1a490683543a3651","status":"passed","time":{"start":1710284503146,"stop":1710284503146,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5058ba511ee22cbe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5058ba511ee22cbe","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"duration":0}},{"uid":"9823629c3f6659e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9823629c3f6659e5","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"43645d2ff739fe39","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43645d2ff739fe39","status":"passed","time":{"start":1710287110702,"stop":1710287110702,"duration":0}},{"uid":"14abbf57d4a514aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14abbf57d4a514aa","status":"passed","time":{"start":1710284372013,"stop":1710284372013,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b5c60e522c6b7a09","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5c60e522c6b7a09","status":"passed","time":{"start":1710308371311,"stop":1710308371312,"duration":1}},{"uid":"9d01a302eb02e070","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d01a302eb02e070","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"54b5efc66349b8cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/54b5efc66349b8cd","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"bfeb7bf9fe4ee3f7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bfeb7bf9fe4ee3f7","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a92647d16e547af8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a92647d16e547af8","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0}},{"uid":"eefac74850f86f25","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eefac74850f86f25","status":"passed","time":{"start":1710306791802,"stop":1710306791803,"duration":1}},{"uid":"c859cfa5a420b072","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c859cfa5a420b072","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"326cf7af1fca2d4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/326cf7af1fca2d4f","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3907749ac12017d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3907749ac12017d","status":"passed","time":{"start":1710308097735,"stop":1710308097736,"duration":1}},{"uid":"fa928579ee66768f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa928579ee66768f","status":"passed","time":{"start":1710306994276,"stop":1710306994276,"duration":0}},{"uid":"1a34e140037a9016","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a34e140037a9016","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"13625103452885a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/13625103452885a4","status":"passed","time":{"start":1710284459547,"stop":1710284459556,"duration":9}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"38c7ce1f763ffc28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c7ce1f763ffc28","status":"passed","time":{"start":1710308092686,"stop":1710308092687,"duration":1}},{"uid":"b4ed3b96dcee4081","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4ed3b96dcee4081","status":"passed","time":{"start":1710306981492,"stop":1710306981493,"duration":1}},{"uid":"98f2d3f2ce40b794","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/98f2d3f2ce40b794","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"17259bf57b36e67f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/17259bf57b36e67f","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64d984a33c1d9dfb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64d984a33c1d9dfb","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0}},{"uid":"f9a51d3548bd6922","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9a51d3548bd6922","status":"passed","time":{"start":1710307247765,"stop":1710307247765,"duration":0}},{"uid":"809ebc0a61cd2efb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/809ebc0a61cd2efb","status":"passed","time":{"start":1710287456056,"stop":1710287456058,"duration":2}},{"uid":"e04a4b43cef0d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04a4b43cef0d69","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c3737e78ca767f63","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c3737e78ca767f63","status":"passed","time":{"start":1710308092688,"stop":1710308092689,"duration":1}},{"uid":"970247ad51cd4748","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/970247ad51cd4748","status":"passed","time":{"start":1710306981494,"stop":1710306981495,"duration":1}},{"uid":"8a0b834fcbf2ceab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a0b834fcbf2ceab","status":"passed","time":{"start":1710287198108,"stop":1710287198108,"duration":0}},{"uid":"d6524f928faa09f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d6524f928faa09f9","status":"passed","time":{"start":1710284459990,"stop":1710284459990,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9fd0fca2df1ee3be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9fd0fca2df1ee3be","status":"passed","time":{"start":1710308097726,"stop":1710308097727,"duration":1}},{"uid":"9d9abffb00bc665f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d9abffb00bc665f","status":"passed","time":{"start":1710306994266,"stop":1710306994267,"duration":1}},{"uid":"72de208438f9466f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72de208438f9466f","status":"passed","time":{"start":1710287196188,"stop":1710287196188,"duration":0}},{"uid":"e6cb4fbeb87c8789","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6cb4fbeb87c8789","status":"passed","time":{"start":1710284459536,"stop":1710284459536,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd2cd43851ee5c62","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd2cd43851ee5c62","status":"passed","time":{"start":1710307980883,"stop":1710307980883,"duration":0}},{"uid":"2084e3943a0de763","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2084e3943a0de763","status":"passed","time":{"start":1710306873747,"stop":1710306873748,"duration":1}},{"uid":"33c9c2c895217bee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/33c9c2c895217bee","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"b2ef8fbab20d9a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2ef8fbab20d9a0","status":"passed","time":{"start":1710284342267,"stop":1710284342268,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8f4d38912d716ea4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f4d38912d716ea4","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"duration":0}},{"uid":"fd8dd94ddae5d487","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd8dd94ddae5d487","status":"passed","time":{"start":1710307207058,"stop":1710307207058,"duration":0}},{"uid":"415511530335f4c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/415511530335f4c0","status":"passed","time":{"start":1710287412745,"stop":1710287412745,"duration":0}},{"uid":"43b7144321503d51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43b7144321503d51","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a86dc1213b871034","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a86dc1213b871034","status":"passed","time":{"start":1710308477760,"stop":1710308477760,"duration":0}},{"uid":"8402acfe0863d89e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8402acfe0863d89e","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"aedda0c05c0c46d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedda0c05c0c46d7","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"94a99f14435839fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a99f14435839fa","status":"passed","time":{"start":1710284843495,"stop":1710284843496,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dec49bea28116913","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dec49bea28116913","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"duration":0}},{"uid":"d433febcd12a8172","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d433febcd12a8172","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"23b762bcf6a8b8a4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23b762bcf6a8b8a4","status":"passed","time":{"start":1710287245608,"stop":1710287245609,"duration":1}},{"uid":"996049cb9581daf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/996049cb9581daf3","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"87da7cd12e65d93d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/87da7cd12e65d93d","status":"passed","time":{"start":1710308426366,"stop":1710308426367,"duration":1}},{"uid":"9998c2aa8633982e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9998c2aa8633982e","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fdee9fb7203e392f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fdee9fb7203e392f","status":"passed","time":{"start":1710287503528,"stop":1710287503528,"duration":0}},{"uid":"36e60396cbbd3e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36e60396cbbd3e68","status":"passed","time":{"start":1710284762780,"stop":1710284762780,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"40758540cf4daf90","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40758540cf4daf90","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"duration":0}},{"uid":"baa95e7f8a2f526c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/baa95e7f8a2f526c","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"b1b5b5c2f66bb67b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b1b5b5c2f66bb67b","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"fd64f3dda9550d12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd64f3dda9550d12","status":"passed","time":{"start":1710284775870,"stop":1710284775871,"duration":1}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bc3887ddc54b7338","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bc3887ddc54b7338","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"duration":0}},{"uid":"9a9ed7a1b247cc93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a9ed7a1b247cc93","status":"passed","time":{"start":1710306904617,"stop":1710306904618,"duration":1}},{"uid":"83495190080b077d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83495190080b077d","status":"passed","time":{"start":1710287110713,"stop":1710287110714,"duration":1}},{"uid":"bbb798e01d1420ee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbb798e01d1420ee","status":"passed","time":{"start":1710284372021,"stop":1710284372024,"duration":3}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"989a3bdc2ee27224","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/989a3bdc2ee27224","status":"passed","time":{"start":1710308322567,"stop":1710308322567,"duration":0}},{"uid":"a82a3f7416a0f3e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82a3f7416a0f3e2","status":"passed","time":{"start":1710307207049,"stop":1710307207049,"duration":0}},{"uid":"43d9ae001eb0b892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43d9ae001eb0b892","status":"passed","time":{"start":1710287412740,"stop":1710287412740,"duration":0}},{"uid":"dff85c261003806c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dff85c261003806c","status":"passed","time":{"start":1710284680766,"stop":1710284680767,"duration":1}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8909c0c2f9cb72fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8909c0c2f9cb72fe","status":"passed","time":{"start":1710308366457,"stop":1710308366458,"duration":1}},{"uid":"4d89a1ccfe2dc914","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d89a1ccfe2dc914","status":"passed","time":{"start":1710307247757,"stop":1710307247757,"duration":0}},{"uid":"5f3515b8f16b5d5e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f3515b8f16b5d5e","status":"passed","time":{"start":1710287456024,"stop":1710287456025,"duration":1}},{"uid":"e2892f645730f3b5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2892f645730f3b5","status":"passed","time":{"start":1710284723007,"stop":1710284723008,"duration":1}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea1a00b9199bd8ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ea1a00b9199bd8ee","status":"passed","time":{"start":1710307903500,"stop":1710307903501,"duration":1}},{"uid":"e7f4a8c2f9a134a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7f4a8c2f9a134a3","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"2f780273fe29db34","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f780273fe29db34","status":"passed","time":{"start":1710287001718,"stop":1710287001718,"duration":0}},{"uid":"11220afc946860fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11220afc946860fb","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ecdcf3588a8b4d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ecdcf3588a8b4d9","status":"passed","time":{"start":1710308416737,"stop":1710308416740,"duration":3}},{"uid":"6154ffb8bb73911d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6154ffb8bb73911d","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"17d04beacf51963f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17d04beacf51963f","status":"passed","time":{"start":1710287509778,"stop":1710287509779,"duration":1}},{"uid":"d4aafd39c598677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4aafd39c598677b","status":"passed","time":{"start":1710284775864,"stop":1710284775864,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b42004c7de0f1c81","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b42004c7de0f1c81","status":"passed","time":{"start":1710308485477,"stop":1710308485478,"duration":1}},{"uid":"b6845659f84394d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6845659f84394d1","status":"passed","time":{"start":1710307365852,"stop":1710307365852,"duration":0}},{"uid":"199f0f5a6953d2d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/199f0f5a6953d2d8","status":"passed","time":{"start":1710287564359,"stop":1710287564360,"duration":1}},{"uid":"ca7f2af7b5d9ea80","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca7f2af7b5d9ea80","status":"passed","time":{"start":1710284831310,"stop":1710284831316,"duration":6}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4248bf280cc37198","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4248bf280cc37198","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0}},{"uid":"4748a0e9f1f20db0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4748a0e9f1f20db0","status":"passed","time":{"start":1710307238429,"stop":1710307238430,"duration":1}},{"uid":"8729471a5ffeed44","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8729471a5ffeed44","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"e7b32befb68bc253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7b32befb68bc253","status":"passed","time":{"start":1710284710695,"stop":1710284710696,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc51bc7c7619cbbe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc51bc7c7619cbbe","status":"passed","time":{"start":1710307903346,"stop":1710307903347,"duration":1}},{"uid":"bd7ec2aa8983562d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd7ec2aa8983562d","status":"passed","time":{"start":1710306796318,"stop":1710306796319,"duration":1}},{"uid":"52bece97aece37b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/52bece97aece37b4","status":"passed","time":{"start":1710287001575,"stop":1710287001576,"duration":1}},{"uid":"f07d373e0db71709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f07d373e0db71709","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db111bc63068ec1d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db111bc63068ec1d","status":"passed","time":{"start":1710308371306,"stop":1710308371306,"duration":0}},{"uid":"3e85f9a879ed1346","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e85f9a879ed1346","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"c3674ff9ea8a5f30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3674ff9ea8a5f30","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"a21faea61adbb1b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a21faea61adbb1b7","status":"passed","time":{"start":1710284730221,"stop":1710284730221,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a6d9e9653fbc5be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a6d9e9653fbc5be","status":"passed","time":{"start":1710307980882,"stop":1710307980882,"duration":0}},{"uid":"e8338061c3675c3d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8338061c3675c3d","status":"passed","time":{"start":1710306873746,"stop":1710306873746,"duration":0}},{"uid":"3550f10911eb2de9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3550f10911eb2de9","status":"passed","time":{"start":1710287079743,"stop":1710287079743,"duration":0}},{"uid":"130c57ccd53ac01d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/130c57ccd53ac01d","status":"passed","time":{"start":1710284342265,"stop":1710284342266,"duration":1}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f51506e7f5008808","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f51506e7f5008808","status":"passed","time":{"start":1710307890263,"stop":1710307890263,"duration":0}},{"uid":"137cf75d4f9d4a02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/137cf75d4f9d4a02","status":"passed","time":{"start":1710306783473,"stop":1710306783473,"duration":0}},{"uid":"9fa617c74d5e2237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9fa617c74d5e2237","status":"passed","time":{"start":1710286988734,"stop":1710286988735,"duration":1}},{"uid":"ba64c053e9b84800","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba64c053e9b84800","status":"passed","time":{"start":1710284251164,"stop":1710284251164,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"6e38930ef90d934b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6e38930ef90d934b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308371300,"stop":1710308371301,"duration":1}},{"uid":"e32f93741d6df919","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e32f93741d6df919","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"394101685d4c2830","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/394101685d4c2830","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"2935138f2b57a8df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2935138f2b57a8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730218,"stop":1710284730218,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fc7ad298cfbe3fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2fc7ad298cfbe3fe","status":"passed","time":{"start":1710308459426,"stop":1710308459427,"duration":1}},{"uid":"3b0749efd22f39dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b0749efd22f39dc","status":"passed","time":{"start":1710307342523,"stop":1710307342524,"duration":1}},{"uid":"81a91fb115930ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81a91fb115930ee9","status":"passed","time":{"start":1710287544911,"stop":1710287544912,"duration":1}},{"uid":"65411d87396e56de","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65411d87396e56de","status":"passed","time":{"start":1710284805009,"stop":1710284805009,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c36f2a47e6b003f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c36f2a47e6b003f","status":"passed","time":{"start":1710308477759,"stop":1710308477760,"duration":1}},{"uid":"4f9b2c23a0afcd26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f9b2c23a0afcd26","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"99c8561c6d8826a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99c8561c6d8826a6","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"5196852759f3d31d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5196852759f3d31d","status":"passed","time":{"start":1710284843495,"stop":1710284843495,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2df243e0b95a8cf7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2df243e0b95a8cf7","status":"passed","time":{"start":1710308192911,"stop":1710308192912,"duration":1}},{"uid":"8d08b00f985b7667","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d08b00f985b7667","status":"passed","time":{"start":1710307078636,"stop":1710307078636,"duration":0}},{"uid":"cc2d1fd90276a00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc2d1fd90276a00","status":"passed","time":{"start":1710287281978,"stop":1710287281979,"duration":1}},{"uid":"9c63d4608426f8a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c63d4608426f8a0","status":"passed","time":{"start":1710284550742,"stop":1710284550742,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"164df922bd179f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/164df922bd179f0","status":"passed","time":{"start":1710307898611,"stop":1710307898612,"duration":1}},{"uid":"c08ad151d59b5ac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c08ad151d59b5ac","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"51934e16a770ccac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51934e16a770ccac","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fd9a1783b1df7fac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd9a1783b1df7fac","status":"passed","time":{"start":1710284259614,"stop":1710284259615,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"10b6c3e919fd6852","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10b6c3e919fd6852","status":"passed","time":{"start":1710308371313,"stop":1710308371314,"duration":1}},{"uid":"5951d3800b2347fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5951d3800b2347fe","status":"passed","time":{"start":1710307259441,"stop":1710307259442,"duration":1}},{"uid":"5f352b0e4f71e2b9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f352b0e4f71e2b9","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"3bc8ff710892a91d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3bc8ff710892a91d","status":"passed","time":{"start":1710284730224,"stop":1710284730225,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47748d5a901eaa18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47748d5a901eaa18","status":"passed","time":{"start":1710308426367,"stop":1710308426367,"duration":0}},{"uid":"10e48418c2c609e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e48418c2c609e0","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fc26c9b95b4ee564","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc26c9b95b4ee564","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"4ad090471f97fc9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ad090471f97fc9f","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"57491081423ef38b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57491081423ef38b","status":"passed","time":{"start":1710308515424,"stop":1710308515425,"duration":1}},{"uid":"743f7b959cd02351","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/743f7b959cd02351","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"8cf7041c05099598","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf7041c05099598","status":"passed","time":{"start":1710287608795,"stop":1710287608796,"duration":1}},{"uid":"f7aa220e4413011a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f7aa220e4413011a","status":"passed","time":{"start":1710284881700,"stop":1710284881700,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1382ce6430bcc8e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1382ce6430bcc8e3","status":"passed","time":{"start":1710308416744,"stop":1710308416745,"duration":1}},{"uid":"de30c0be5a782e71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/de30c0be5a782e71","status":"passed","time":{"start":1710307308648,"stop":1710307308648,"duration":0}},{"uid":"d317026a55355544","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d317026a55355544","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"5a8672acb5426130","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a8672acb5426130","status":"passed","time":{"start":1710284775869,"stop":1710284775870,"duration":1}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96248d99d46394e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/96248d99d46394e1","status":"passed","time":{"start":1710308193084,"stop":1710308193085,"duration":1}},{"uid":"329107f8811dd049","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/329107f8811dd049","status":"passed","time":{"start":1710307078724,"stop":1710307078724,"duration":0}},{"uid":"a6c65a2abfc32007","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6c65a2abfc32007","status":"passed","time":{"start":1710287282131,"stop":1710287282132,"duration":1}},{"uid":"70dee33a62f0f922","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70dee33a62f0f922","status":"passed","time":{"start":1710284550840,"stop":1710284550841,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"26fb4a83e7160219","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26fb4a83e7160219","status":"passed","time":{"start":1710308192919,"stop":1710308192919,"duration":0}},{"uid":"38c8d87ee089eec2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c8d87ee089eec2","status":"passed","time":{"start":1710307078643,"stop":1710307078643,"duration":0}},{"uid":"a59cd5efc652d1b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a59cd5efc652d1b2","status":"passed","time":{"start":1710287281995,"stop":1710287281996,"duration":1}},{"uid":"1fdcdb4523966aa7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1fdcdb4523966aa7","status":"passed","time":{"start":1710284550757,"stop":1710284550764,"duration":7}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da9b36da9b9593d5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/da9b36da9b9593d5","status":"passed","time":{"start":1710308192918,"stop":1710308192918,"duration":0}},{"uid":"4eb0d791fbe7984e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4eb0d791fbe7984e","status":"passed","time":{"start":1710307078641,"stop":1710307078641,"duration":0}},{"uid":"20928b92e65fea08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20928b92e65fea08","status":"passed","time":{"start":1710287281994,"stop":1710287281995,"duration":1}},{"uid":"379cc2cc41e53fbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/379cc2cc41e53fbe","status":"passed","time":{"start":1710284550756,"stop":1710284550756,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e074e8c096f8e201","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e074e8c096f8e201","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"duration":0}},{"uid":"d3c29324a456748a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c29324a456748a","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"580f21f8b49fcb04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/580f21f8b49fcb04","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"ce6fdf80a0be2b30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce6fdf80a0be2b30","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4129f5d41c6ca22c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4129f5d41c6ca22c","status":"passed","time":{"start":1710307890343,"stop":1710307890344,"duration":1}},{"uid":"1f608c2ca9ab3c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f608c2ca9ab3c58","status":"passed","time":{"start":1710306783661,"stop":1710306783662,"duration":1}},{"uid":"1d14f534a5634d53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1d14f534a5634d53","status":"passed","time":{"start":1710286988730,"stop":1710286988731,"duration":1}},{"uid":"e279f41175517799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e279f41175517799","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b4f513ac4f50241","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b4f513ac4f50241","status":"passed","time":{"start":1710308464139,"stop":1710308464139,"duration":0}},{"uid":"b2ca281bfb340ea5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b2ca281bfb340ea5","status":"passed","time":{"start":1710307351547,"stop":1710307351547,"duration":0}},{"uid":"9e710a126d7a8e7f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e710a126d7a8e7f","status":"passed","time":{"start":1710287559410,"stop":1710287559411,"duration":1}},{"uid":"dc142bdfbac2009a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc142bdfbac2009a","status":"passed","time":{"start":1710284823514,"stop":1710284823515,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a7a4ae8b45f091b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7a4ae8b45f091b1","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"duration":0}},{"uid":"bf99253b90adb73e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf99253b90adb73e","status":"passed","time":{"start":1710307207091,"stop":1710307207091,"duration":0}},{"uid":"8f74307e45b4b8cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f74307e45b4b8cc","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"2dc68482c404940e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2dc68482c404940e","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e0848519159e3e4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0848519159e3e4e","status":"passed","time":{"start":1710308026833,"stop":1710308026834,"duration":1}},{"uid":"a07aa6f7963252e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a07aa6f7963252e2","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"15f54e829c7c42fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15f54e829c7c42fe","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"b9fdac5e4d11784","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9fdac5e4d11784","status":"passed","time":{"start":1710284390749,"stop":1710284390750,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64a1627951e49c06","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64a1627951e49c06","status":"passed","time":{"start":1710307940215,"stop":1710307940216,"duration":1}},{"uid":"e60d6070b1ead4ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e60d6070b1ead4ef","status":"passed","time":{"start":1710306833586,"stop":1710306833587,"duration":1}},{"uid":"4be4d1dd5e0a612c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4be4d1dd5e0a612c","status":"passed","time":{"start":1710287039379,"stop":1710287039380,"duration":1}},{"uid":"153662f83ec047be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/153662f83ec047be","status":"passed","time":{"start":1710284302047,"stop":1710284302048,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"56cd53efd863420f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56cd53efd863420f","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"duration":0}},{"uid":"d2863b3cded12e92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2863b3cded12e92","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"c481e72fbc31e6a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c481e72fbc31e6a7","status":"passed","time":{"start":1710287509781,"stop":1710287509782,"duration":1}},{"uid":"237fdf9c03d4fb45","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/237fdf9c03d4fb45","status":"passed","time":{"start":1710284775870,"stop":1710284775870,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcc2c1ac105ef281","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fcc2c1ac105ef281","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"duration":0}},{"uid":"97d8c380e25a2bf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97d8c380e25a2bf","status":"passed","time":{"start":1710307465618,"stop":1710307465619,"duration":1}},{"uid":"3773cfb5559f53a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3773cfb5559f53a2","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"3aa177ee8212c566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aa177ee8212c566","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcd9f99af2ecf06f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcd9f99af2ecf06f","status":"passed","time":{"start":1710308572945,"stop":1710308572946,"duration":1}},{"uid":"552a3fdbac73b6c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/552a3fdbac73b6c1","status":"passed","time":{"start":1710307465633,"stop":1710307465634,"duration":1}},{"uid":"ae5e966570c371c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae5e966570c371c","status":"passed","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"f9455a8f8af06fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f9455a8f8af06fee","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"b5c6e683eef46e9f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5c6e683eef46e9f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308322788,"stop":1710308322788,"duration":0}},{"uid":"2b23b84d542088b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b23b84d542088b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207321,"duration":1}},{"uid":"c7458c71a3da9eff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7458c71a3da9eff","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"7fe97f4fb8ad2c4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe97f4fb8ad2c4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ef6733b37ed9b89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ef6733b37ed9b89","status":"passed","time":{"start":1710307898597,"stop":1710307898598,"duration":1}},{"uid":"3e436814900e88dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e436814900e88dd","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"367d3448cf93bd08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367d3448cf93bd08","status":"passed","time":{"start":1710286996966,"stop":1710286996966,"duration":0}},{"uid":"7fe427dae3d4e581","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe427dae3d4e581","status":"passed","time":{"start":1710284259601,"stop":1710284259601,"duration":0}}]},"1b750ea5c0772a5ec56789fc2530b233:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ebbf23c7489b489","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7ebbf23c7489b489","status":"passed","time":{"start":1710287456062,"stop":1710287456063,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"88fe3a2699e813cf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88fe3a2699e813cf","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"duration":0}},{"uid":"9ff2747ee46298db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9ff2747ee46298db","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"20199ffb9770dc4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20199ffb9770dc4e","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"3ae47eca4170fb6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae47eca4170fb6d","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"adb7d7518d042823ae553e5a755bbcfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409e9a7c2904c688","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/409e9a7c2904c688","status":"passed","time":{"start":1710307358489,"stop":1710307358489,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eba0415ef5540d0f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eba0415ef5540d0f","status":"passed","time":{"start":1710308097727,"stop":1710308097727,"duration":0}},{"uid":"700938fcc86d7da1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/700938fcc86d7da1","status":"passed","time":{"start":1710306994267,"stop":1710306994268,"duration":1}},{"uid":"183f6603bad9fb58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/183f6603bad9fb58","status":"passed","time":{"start":1710287196188,"stop":1710287196189,"duration":1}},{"uid":"886bb1c14771eccb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/886bb1c14771eccb","status":"passed","time":{"start":1710284459536,"stop":1710284459537,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bb10de6475d771c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb10de6475d771c6","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0}},{"uid":"f1cfa585c2d275b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1cfa585c2d275b6","status":"passed","time":{"start":1710307325065,"stop":1710307325066,"duration":1}},{"uid":"9d2caa1b4eb93bbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9d2caa1b4eb93bbe","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"b322fbaf60568748","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b322fbaf60568748","status":"passed","time":{"start":1710284796485,"stop":1710284796486,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0b432e7877fe7c5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0b432e7877fe7c5","status":"passed","time":{"start":1710308097728,"stop":1710308097729,"duration":1}},{"uid":"4db6f6e911e9ef4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4db6f6e911e9ef4d","status":"passed","time":{"start":1710306994269,"stop":1710306994269,"duration":0}},{"uid":"1b7922b9d2f73a1a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1b7922b9d2f73a1a","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"bbaa4372cf1a6253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbaa4372cf1a6253","status":"passed","time":{"start":1710284459538,"stop":1710284459538,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fface4cb94b5716","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2fface4cb94b5716","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"duration":0}},{"uid":"e9b8386293980a54","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9b8386293980a54","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"f79db9019cc70219","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f79db9019cc70219","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"e75994892d1e5da7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e75994892d1e5da7","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"408038acf5fa6582","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/408038acf5fa6582","status":"passed","time":{"start":1710307948301,"stop":1710307948301,"duration":0}},{"uid":"5196545d09880062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5196545d09880062","status":"passed","time":{"start":1710306843280,"stop":1710306843281,"duration":1}},{"uid":"3f0fc09adc80e2e3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f0fc09adc80e2e3","status":"passed","time":{"start":1710287049491,"stop":1710287049491,"duration":0}},{"uid":"577822d427bf7af4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/577822d427bf7af4","status":"passed","time":{"start":1710284310419,"stop":1710284310420,"duration":1}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b95bacd21361c88b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b95bacd21361c88b","status":"passed","time":{"start":1710308459437,"stop":1710308459438,"duration":1}},{"uid":"3e3e04996fa9b1be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3e04996fa9b1be","status":"passed","time":{"start":1710307342527,"stop":1710307342527,"duration":0}},{"uid":"3ecf01207aa2ab14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ecf01207aa2ab14","status":"passed","time":{"start":1710287544915,"stop":1710287544915,"duration":0}},{"uid":"20a61229a1e6a192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20a61229a1e6a192","status":"passed","time":{"start":1710284805024,"stop":1710284805025,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"963bd816a7c1d5c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/963bd816a7c1d5c1","status":"passed","time":{"start":1710308463694,"stop":1710308463705,"duration":11}},{"uid":"bbede38292c05609","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbede38292c05609","status":"passed","time":{"start":1710307358465,"stop":1710307358466,"duration":1}},{"uid":"63d0e1b8551c0d6c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/63d0e1b8551c0d6c","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"d4c58249334f0efd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4c58249334f0efd","status":"passed","time":{"start":1710284852301,"stop":1710284852301,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2a0c02e20b55eff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2a0c02e20b55eff","status":"passed","time":{"start":1710307950104,"stop":1710307950104,"duration":0}},{"uid":"cacdebe74832f79c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacdebe74832f79c","status":"passed","time":{"start":1710306846371,"stop":1710306846371,"duration":0}},{"uid":"cc6dfb6ad2f9a4ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc6dfb6ad2f9a4ee","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"32d43fbfe485d05c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32d43fbfe485d05c","status":"passed","time":{"start":1710284311923,"stop":1710284311923,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd8378d01627ffe3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd8378d01627ffe3","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0}},{"uid":"3597590afaefed95","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3597590afaefed95","status":"passed","time":{"start":1710306994272,"stop":1710306994273,"duration":1}},{"uid":"815f62ec64558cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/815f62ec64558cbe","status":"passed","time":{"start":1710287196193,"stop":1710287196194,"duration":1}},{"uid":"1f68451dd607d80f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f68451dd607d80f","status":"passed","time":{"start":1710284459541,"stop":1710284459542,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4c9e3492a4807550","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c9e3492a4807550","status":"passed","time":{"start":1710308322609,"stop":1710308322609,"duration":0}},{"uid":"3fb35e908578f6a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb35e908578f6a9","status":"passed","time":{"start":1710307207082,"stop":1710307207084,"duration":2}},{"uid":"1a500d9c0aa7027f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a500d9c0aa7027f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"e6a1d4c68ca9d896","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6a1d4c68ca9d896","status":"passed","time":{"start":1710284680776,"stop":1710284680777,"duration":1}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"72928242b5434284","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/72928242b5434284","status":"passed","time":{"start":1710307890266,"stop":1710307890266,"duration":0}},{"uid":"5c64670c4b0c7beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5c64670c4b0c7beb","status":"passed","time":{"start":1710306783476,"stop":1710306783477,"duration":1}},{"uid":"7ab686ce939df04f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7ab686ce939df04f","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"6b5c26ba40b76f42","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b5c26ba40b76f42","status":"passed","time":{"start":1710284251167,"stop":1710284251168,"duration":1}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"210ba9f3286cdde","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/210ba9f3286cdde","status":"passed","time":{"start":1710307897775,"stop":1710307897775,"duration":0}},{"uid":"af3fb0b36bd0fc39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af3fb0b36bd0fc39","status":"passed","time":{"start":1710306791280,"stop":1710306791280,"duration":0}},{"uid":"f3a42026e6eaf5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3a42026e6eaf5e9","status":"passed","time":{"start":1710286996360,"stop":1710286996361,"duration":1}},{"uid":"e707515e6894b614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e707515e6894b614","status":"passed","time":{"start":1710284258878,"stop":1710284258878,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a81e52a60e4699f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a81e52a60e4699f","status":"passed","time":{"start":1710308459429,"stop":1710308459430,"duration":1}},{"uid":"1fb4fe15cbe1e51d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1fb4fe15cbe1e51d","status":"passed","time":{"start":1710307342526,"stop":1710307342526,"duration":0}},{"uid":"22e1e4144cec1bde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22e1e4144cec1bde","status":"passed","time":{"start":1710287544914,"stop":1710287544914,"duration":0}},{"uid":"6283599573f36714","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6283599573f36714","status":"passed","time":{"start":1710284805022,"stop":1710284805023,"duration":1}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c2897b7fe6273c64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c2897b7fe6273c64","status":"passed","time":{"start":1710308192924,"stop":1710308192955,"duration":31}},{"uid":"58eb754c0b307e86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/58eb754c0b307e86","status":"passed","time":{"start":1710307078647,"stop":1710307078648,"duration":1}},{"uid":"afa10afda357ea7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/afa10afda357ea7d","status":"passed","time":{"start":1710287281999,"stop":1710287282000,"duration":1}},{"uid":"af104b37474a1101","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/af104b37474a1101","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50d526e8d6feb0b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/50d526e8d6feb0b9","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"duration":0}},{"uid":"3eb3a12db899e94e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3eb3a12db899e94e","status":"passed","time":{"start":1710307465629,"stop":1710307465630,"duration":1}},{"uid":"28a1531711e0169a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/28a1531711e0169a","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"8ad9df971393de16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ad9df971393de16","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f58b0d2296ef184","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f58b0d2296ef184","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"duration":0}},{"uid":"cb4bc72713037b38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4bc72713037b38","status":"passed","time":{"start":1710306791806,"stop":1710306791807,"duration":1}},{"uid":"81020ff15e355b40","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81020ff15e355b40","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"db47452fd827cc5b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db47452fd827cc5b","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c7241dbe1309464","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c7241dbe1309464","status":"passed","time":{"start":1710308092702,"stop":1710308092702,"duration":0}},{"uid":"ff1bbf3637d18d55","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff1bbf3637d18d55","status":"passed","time":{"start":1710306981506,"stop":1710306981507,"duration":1}},{"uid":"9c646c804e7e08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9c646c804e7e08","status":"passed","time":{"start":1710287198124,"stop":1710287198124,"duration":0}},{"uid":"c096298602fc1c8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c096298602fc1c8d","status":"passed","time":{"start":1710284459997,"stop":1710284459998,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b487717c3dbd229","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9b487717c3dbd229","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"duration":0}},{"uid":"ead1906609d6d38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ead1906609d6d38f","status":"passed","time":{"start":1710307247762,"stop":1710307247763,"duration":1}},{"uid":"75d18f7d7c8e79a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/75d18f7d7c8e79a2","status":"passed","time":{"start":1710287456048,"stop":1710287456049,"duration":1}},{"uid":"1e2b8ba61c672448","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1e2b8ba61c672448","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a31cddde6ff2d07a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a31cddde6ff2d07a","status":"passed","time":{"start":1710308572942,"stop":1710308572942,"duration":0}},{"uid":"62c2fd63fa08f33f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62c2fd63fa08f33f","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"829b5dd1a053baba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/829b5dd1a053baba","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"73d88c49cf9395fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/73d88c49cf9395fe","status":"passed","time":{"start":1710284934070,"stop":1710284934070,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65b1a4ce2339e5d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65b1a4ce2339e5d0","status":"passed","time":{"start":1710307914371,"stop":1710307914372,"duration":1}},{"uid":"4c655e4997fd5207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c655e4997fd5207","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"3bbefa0cf3d77936","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bbefa0cf3d77936","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"744f48bac65085c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/744f48bac65085c1","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f61faa69b4980a62","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f61faa69b4980a62","status":"passed","time":{"start":1710308371297,"stop":1710308371298,"duration":1}},{"uid":"1875af12e2c59931","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1875af12e2c59931","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"1e791ca2c1b8396","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1e791ca2c1b8396","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b03213162707886f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03213162707886f","status":"passed","time":{"start":1710284730216,"stop":1710284730217,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"27777a54229cad53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27777a54229cad53","status":"passed","time":{"start":1710308463730,"stop":1710308463731,"duration":1}},{"uid":"55508c08e2144442","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/55508c08e2144442","status":"passed","time":{"start":1710307358473,"stop":1710307358473,"duration":0}},{"uid":"77451c66af857e29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77451c66af857e29","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"ce04cd80c738e94d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce04cd80c738e94d","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5850583be5b811ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5850583be5b811ad","status":"passed","time":{"start":1710308097725,"stop":1710308097726,"duration":1}},{"uid":"6507f46dd6e6ed99","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6507f46dd6e6ed99","status":"passed","time":{"start":1710306994264,"stop":1710306994265,"duration":1}},{"uid":"438ab568398cf9f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/438ab568398cf9f3","status":"passed","time":{"start":1710287196187,"stop":1710287196187,"duration":0}},{"uid":"c18dd51c4e32692c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c18dd51c4e32692c","status":"passed","time":{"start":1710284459534,"stop":1710284459535,"duration":1}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"998d0f3d1a58d304","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/998d0f3d1a58d304","status":"passed","time":{"start":1710308463743,"stop":1710308463744,"duration":1}},{"uid":"bb0251893ab6f044","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0251893ab6f044","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"68256d45487e0b66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68256d45487e0b66","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"1ff803a56f5b7476","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ff803a56f5b7476","status":"passed","time":{"start":1710284852316,"stop":1710284852316,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3ff96476e2446433","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3ff96476e2446433","status":"passed","time":{"start":1710308510824,"stop":1710308510824,"duration":0}},{"uid":"9a6a1cb256b9282f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a6a1cb256b9282f","status":"passed","time":{"start":1710307392999,"stop":1710307392999,"duration":0}},{"uid":"b34e82a5f8687763","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b34e82a5f8687763","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"67796a387433aa52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67796a387433aa52","status":"passed","time":{"start":1710284869463,"stop":1710284869464,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62f2fcc847c6df65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62f2fcc847c6df65","status":"passed","time":{"start":1710307948300,"stop":1710307948300,"duration":0}},{"uid":"1293209433bd2924","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1293209433bd2924","status":"passed","time":{"start":1710306843279,"stop":1710306843280,"duration":1}},{"uid":"6d41b15967870c78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d41b15967870c78","status":"passed","time":{"start":1710287049490,"stop":1710287049490,"duration":0}},{"uid":"57ea37538c97c87a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57ea37538c97c87a","status":"passed","time":{"start":1710284310418,"stop":1710284310419,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42b25df2457072ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42b25df2457072ed","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"duration":0}},{"uid":"5ed18f83e88104b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ed18f83e88104b","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"9bd1aadd459eb613","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bd1aadd459eb613","status":"passed","time":{"start":1710287674920,"stop":1710287674921,"duration":1}},{"uid":"d50457c964862558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d50457c964862558","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"3a6686d4f49b1e1c4bc6e9692d52f600:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae0d3b640c89139f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae0d3b640c89139f","status":"passed","time":{"start":1710307358489,"stop":1710307358490,"duration":1}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"882fdf9ae41376be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/882fdf9ae41376be","status":"passed","time":{"start":1710307914057,"stop":1710307914058,"duration":1}},{"uid":"4a6f40e677e13508","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4a6f40e677e13508","status":"passed","time":{"start":1710306807146,"stop":1710306807147,"duration":1}},{"uid":"e9bb722c6b890ada","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bb722c6b890ada","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"9f74f387a691efda","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9f74f387a691efda","status":"passed","time":{"start":1710284274241,"stop":1710284274242,"duration":1}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec2ddd1adfab68a4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ec2ddd1adfab68a4","status":"passed","time":{"start":1710308463690,"stop":1710308463690,"duration":0}},{"uid":"c2ce64e4516c7688","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c2ce64e4516c7688","status":"passed","time":{"start":1710307358460,"stop":1710307358461,"duration":1}},{"uid":"e93f840f377c5ee1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e93f840f377c5ee1","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"ff2416ca8ea85dfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff2416ca8ea85dfe","status":"passed","time":{"start":1710284852296,"stop":1710284852296,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3df959dc7e67a518","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3df959dc7e67a518","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0}},{"uid":"c7437071b71ad4a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c7437071b71ad4a0","status":"passed","time":{"start":1710307308620,"stop":1710307308621,"duration":1}},{"uid":"3bc7268c91b32af3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bc7268c91b32af3","status":"passed","time":{"start":1710287509746,"stop":1710287509746,"duration":0}},{"uid":"1ac85f834e3fbe2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ac85f834e3fbe2","status":"passed","time":{"start":1710284775838,"stop":1710284775839,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe4e6897f994c287","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe4e6897f994c287","status":"passed","time":{"start":1710308192971,"stop":1710308192971,"duration":0}},{"uid":"5d25bd26aa12aa71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5d25bd26aa12aa71","status":"passed","time":{"start":1710307078650,"stop":1710307078651,"duration":1}},{"uid":"f6ee10af3b023ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f6ee10af3b023ba","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"bb5a9527d9d57427","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb5a9527d9d57427","status":"passed","time":{"start":1710284550773,"stop":1710284550773,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f981f12526318e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f981f12526318e5","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"duration":0}},{"uid":"b43ec45e5033e539","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b43ec45e5033e539","status":"passed","time":{"start":1710307465617,"stop":1710307465617,"duration":0}},{"uid":"35cfa17c8c4ffb16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35cfa17c8c4ffb16","status":"passed","time":{"start":1710287674895,"stop":1710287674896,"duration":1}},{"uid":"67638fb4cb7f4cfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67638fb4cb7f4cfd","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b223140dbcd553e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4b223140dbcd553e","status":"passed","time":{"start":1710307898607,"stop":1710307898608,"duration":1}},{"uid":"741572ae6f282d89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/741572ae6f282d89","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"3dfa190be03065c7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dfa190be03065c7","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"6e061400f5afe47c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e061400f5afe47c","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a04404af5618e869","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a04404af5618e869","status":"passed","time":{"start":1710308572933,"stop":1710308572934,"duration":1}},{"uid":"2b71b4b5e041ed7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b71b4b5e041ed7d","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"a73ee83d0c96f7c6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a73ee83d0c96f7c6","status":"passed","time":{"start":1710287674897,"stop":1710287674898,"duration":1}},{"uid":"8f64f05a613a00c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f64f05a613a00c6","status":"passed","time":{"start":1710284934060,"stop":1710284934061,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a1c5fa915811474","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a1c5fa915811474","status":"passed","time":{"start":1710308371298,"stop":1710308371299,"duration":1}},{"uid":"b02e29ed5a14fc8d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b02e29ed5a14fc8d","status":"passed","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"e8de2fe6b1576a05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8de2fe6b1576a05","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b6dc6277f4e21cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6dc6277f4e21cf8","status":"passed","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e8bbe5d0309640b5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8bbe5d0309640b5","status":"passed","time":{"start":1710307940140,"stop":1710307940143,"duration":3}},{"uid":"5342e26d3e5fc012","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5342e26d3e5fc012","status":"passed","time":{"start":1710306833582,"stop":1710306833583,"duration":1}},{"uid":"cbe543edb9836019","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbe543edb9836019","status":"passed","time":{"start":1710287039376,"stop":1710287039376,"duration":0}},{"uid":"5d22f5fa69a7c052","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d22f5fa69a7c052","status":"passed","time":{"start":1710284302034,"stop":1710284302039,"duration":5}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79b8b787a6cf01e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79b8b787a6cf01e9","status":"passed","time":{"start":1710308481018,"stop":1710308481018,"duration":0}},{"uid":"29a6cc9ba3ddaad3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29a6cc9ba3ddaad3","status":"passed","time":{"start":1710307361629,"stop":1710307361630,"duration":1}},{"uid":"f63f906e737bd8ff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f63f906e737bd8ff","status":"passed","time":{"start":1710287560338,"stop":1710287560338,"duration":0}},{"uid":"62d125b6d2e471ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/62d125b6d2e471ac","status":"passed","time":{"start":1710284826087,"stop":1710284826088,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"56f5bce47b8ba178","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56f5bce47b8ba178","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"duration":0}},{"uid":"2c4c4a1d46dca0f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c4c4a1d46dca0f7","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"531942c3354b9272","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/531942c3354b9272","status":"passed","time":{"start":1710287560339,"stop":1710287560340,"duration":1}},{"uid":"56448785bb5187c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/56448785bb5187c6","status":"passed","time":{"start":1710284826092,"stop":1710284826093,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e8d0276ca592d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e8d0276ca592d6","status":"passed","time":{"start":1710308167156,"stop":1710308167156,"duration":0}},{"uid":"d3544ff089ce3856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3544ff089ce3856","status":"passed","time":{"start":1710307045654,"stop":1710307045657,"duration":3}},{"uid":"97f6fcfd156755b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97f6fcfd156755b4","status":"passed","time":{"start":1710287245596,"stop":1710287245597,"duration":1}},{"uid":"9297f292176c4edd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9297f292176c4edd","status":"passed","time":{"start":1710284503140,"stop":1710284503141,"duration":1}}]},"47863b92841caa90d58c38aa916bea81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6744bfbd9c317812","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6744bfbd9c317812","status":"passed","time":{"start":1710284775853,"stop":1710284775853,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc78f382b53348b4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc78f382b53348b4","status":"passed","time":{"start":1710308649156,"stop":1710308649156,"duration":0}},{"uid":"4929156d19bed9bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4929156d19bed9bb","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"1f2791fea856920e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f2791fea856920e","status":"passed","time":{"start":1710287736651,"stop":1710287736652,"duration":1}},{"uid":"9c374ee8cdc41188","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c374ee8cdc41188","status":"passed","time":{"start":1710285008787,"stop":1710285008787,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"18bde4749d78fbb4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18bde4749d78fbb4","status":"passed","time":{"start":1710308481022,"stop":1710308481022,"duration":0}},{"uid":"358f3f2c4970a43b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/358f3f2c4970a43b","status":"passed","time":{"start":1710307361633,"stop":1710307361634,"duration":1}},{"uid":"a0381aef60faabe0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0381aef60faabe0","status":"passed","time":{"start":1710287560342,"stop":1710287560342,"duration":0}},{"uid":"169e008e9d6b9f3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/169e008e9d6b9f3a","status":"passed","time":{"start":1710284826098,"stop":1710284826098,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b3d7a6013d7505","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b3d7a6013d7505","status":"passed","time":{"start":1710308192921,"stop":1710308192922,"duration":1}},{"uid":"7f39107dfc6ad8e4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f39107dfc6ad8e4","status":"passed","time":{"start":1710307078645,"stop":1710307078646,"duration":1}},{"uid":"b25df0f872a33253","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b25df0f872a33253","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"9edb6ce5e8e33ea3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9edb6ce5e8e33ea3","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54780751d24614ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54780751d24614ee","status":"passed","time":{"start":1710307918131,"stop":1710307918131,"duration":0}},{"uid":"6fdcddd8ac1092c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fdcddd8ac1092c","status":"passed","time":{"start":1710306811112,"stop":1710306811113,"duration":1}},{"uid":"6d9dad18224bda08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d9dad18224bda08","status":"passed","time":{"start":1710287016340,"stop":1710287016341,"duration":1}},{"uid":"4cf9256ab21868b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cf9256ab21868b7","status":"passed","time":{"start":1710284279134,"stop":1710284279135,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3064e5c2bf90011","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3064e5c2bf90011","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"duration":0}},{"uid":"e1b43c71a5f4ee15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1b43c71a5f4ee15","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"c090093c3070e8bf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c090093c3070e8bf","status":"passed","time":{"start":1710287196196,"stop":1710287196196,"duration":0}},{"uid":"372008bfb2cca5e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/372008bfb2cca5e6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7e0653f8b490d28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d7e0653f8b490d28","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0}},{"uid":"705a5ed42fd5c176","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/705a5ed42fd5c176","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"93c08d3110892002","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93c08d3110892002","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"165a7d28ac7be0c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/165a7d28ac7be0c9","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae6902453d8de57f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae6902453d8de57f","status":"passed","time":{"start":1710308357667,"stop":1710308357668,"duration":1}},{"uid":"73017b1fe771cdd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73017b1fe771cdd2","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"9eabffe45f3503a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eabffe45f3503a3","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"c88a15fca06341bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c88a15fca06341bf","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"66c61ced9b7c8d9c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66c61ced9b7c8d9c","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"duration":0}},{"uid":"c20f5340b24b00bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c20f5340b24b00bb","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"c54d1b985f3b7140","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c54d1b985f3b7140","status":"passed","time":{"start":1710287110702,"stop":1710287110703,"duration":1}},{"uid":"b5350ad7d4744b38","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b5350ad7d4744b38","status":"passed","time":{"start":1710284372013,"stop":1710284372014,"duration":1}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8f70853da5af5ead","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f70853da5af5ead","status":"passed","time":{"start":1710308092685,"stop":1710308092685,"duration":0}},{"uid":"3126d9bf5267218d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3126d9bf5267218d","status":"passed","time":{"start":1710306981490,"stop":1710306981491,"duration":1}},{"uid":"85604c0f65c9c498","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85604c0f65c9c498","status":"passed","time":{"start":1710287198105,"stop":1710287198105,"duration":0}},{"uid":"986c8937656c2be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/986c8937656c2be","status":"passed","time":{"start":1710284459986,"stop":1710284459986,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79c89ab89f18a3d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79c89ab89f18a3d0","status":"passed","time":{"start":1710307924457,"stop":1710307924458,"duration":1}},{"uid":"a772a1195095c96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a772a1195095c96","status":"passed","time":{"start":1710306817450,"stop":1710306817451,"duration":1}},{"uid":"29893cc40ee9c3d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29893cc40ee9c3d5","status":"passed","time":{"start":1710287022681,"stop":1710287022681,"duration":0}},{"uid":"bb1a20e42db45de3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb1a20e42db45de3","status":"passed","time":{"start":1710284285359,"stop":1710284285360,"duration":1}}]},"18ddf2c25fa1eaa4320ee0fe22757a5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"300b9c08e8bed9c8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/300b9c08e8bed9c8","status":"passed","time":{"start":1710287412762,"stop":1710287412763,"duration":1}}]}} \ No newline at end of file diff --git a/6685/history/retry-trend.json b/6685/history/retry-trend.json index d17181502b7..1785cb542f5 100644 --- a/6685/history/retry-trend.json +++ b/6685/history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"run":730,"retry":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"run":730,"retry":2}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"run":730,"retry":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/6685/index.html b/6685/index.html index e7ab03eac75..e57b52e3542 100644 --- a/6685/index.html +++ b/6685/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': '1bffcff9-b60e-476d-b133-1676649bcc39', + 'reportUuid': '507fc3c6-9cc1-4c74-88ca-a18fca26f74f', 'single_file': false }); diff --git a/6685/widgets/categories-trend.json b/6685/widgets/categories-trend.json index 769784f2827..cbb72bd5298 100644 --- a/6685/widgets/categories-trend.json +++ b/6685/widgets/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/6685/widgets/duration-trend.json b/6685/widgets/duration-trend.json index 2d3fee5e804..c06bc7cd579 100644 --- a/6685/widgets/duration-trend.json +++ b/6685/widgets/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"duration":751890}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"duration":748148}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"duration":757812}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"duration":759271}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"duration":751890}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"duration":748148}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"duration":757812}},{"data":{}}] \ No newline at end of file diff --git a/6685/widgets/duration.json b/6685/widgets/duration.json index bbc1c4de71b..e2f405d3499 100644 --- a/6685/widgets/duration.json +++ b/6685/widgets/duration.json @@ -1 +1 @@ -[{"uid":"a1429473f82d3959","name":"throws on content topic with generation field greater than 0","time":{"start":1710306783475,"stop":1710306783475,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1edee3ee8eb8a66","name":"Check received message containing numeric","time":{"start":1710306994265,"stop":1710306994266,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb2fd3d6c0607e72","name":"should throw error - invalid id","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"status":"passed","severity":"normal"},{"uid":"53aaade720fddc9b","name":"groups content topics by expected pubsub topic","time":{"start":1710306783480,"stop":1710306783480,"duration":0},"status":"passed","severity":"normal"},{"uid":"e32f93741d6df919","name":"Overlapping topic subscription","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1fb4fe15cbe1e51d","name":"Query with Ordered Callback, No message returned","time":{"start":1710307342526,"stop":1710307342526,"duration":0},"status":"passed","severity":"normal"},{"uid":"b51c93af8719d837","name":"same cluster, different shard: nodes connect","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7ca195bd705ae2c","name":"Ephemeral field set to true","time":{"start":1710306796607,"stop":1710306796607,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbec48f3bca7534","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710306904613,"stop":1710306904613,"duration":0},"status":"passed","severity":"normal"},{"uid":"33efcf1e9544ead8","name":"Symmetric encrypt & Decrypt","time":{"start":1710306817451,"stop":1710306817452,"duration":1},"status":"passed","severity":"normal"},{"uid":"7254d42a33efe684","name":"isConnected should return true after first peer connects","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"status":"passed","severity":"normal"},{"uid":"11290bacd315498c","name":"should not receive a peer event before start","time":{"start":1710306811115,"stop":1710306811115,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5f07f518d95efc2","name":"tcp ip4 address","time":{"start":1710306791181,"stop":1710306791186,"duration":5},"status":"passed","severity":"normal"},{"uid":"5be1ee829b2582c9","name":"Push message with unicode special characters payload","time":{"start":1710307207063,"stop":1710307207064,"duration":1},"status":"passed","severity":"normal"},{"uid":"48b5dbdff708a3ed","name":"Check received message containing Basic HTML tag","time":{"start":1710307308644,"stop":1710307308645,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffeed45fa8fdfcbf","name":"Encoder throws on empty string content topic","time":{"start":1710306816841,"stop":1710306816842,"duration":1},"status":"passed","severity":"normal"},{"uid":"adfcd3a4dadabee3","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1710306877076,"stop":1710306877077,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe43c47c6e0bde82","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"status":"passed","severity":"normal"},{"uid":"374c0a9af5c35192","name":"Ping on peer without subscriptions","time":{"start":1710306865884,"stop":1710306865885,"duration":1},"status":"passed","severity":"normal"},{"uid":"78b3ece2be02bb9","name":"Subscribe to topic containing shell command and publish message","time":{"start":1710307259441,"stop":1710307259441,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9d27b9164a2c223","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710307045667,"stop":1710307045667,"duration":0},"status":"passed","severity":"normal"},{"uid":"52a107c4582588ee","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc2a826a07b6814","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710306844184,"stop":1710306844184,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dcf88502bd133396","name":"Check message with non string payload is not received","time":{"start":1710307308633,"stop":1710307308633,"duration":0},"status":"passed","severity":"normal"},{"uid":"c28b753d13308486","name":"Check received message containing unicode special characters","time":{"start":1710307308626,"stop":1710307308627,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff502676eeada4c1","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710306791279,"stop":1710306791279,"duration":0},"status":"passed","severity":"normal"},{"uid":"29a6cc9ba3ddaad3","name":"Query generator for multiple messages","time":{"start":1710307361629,"stop":1710307361630,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf91f4dda3ea21","name":"Check received message with timestamp: 1710306832208000000 ","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"status":"passed","severity":"normal"},{"uid":"3390dd5a6f5d2938","name":"Push message with custom timestamp: 1679548594451","time":{"start":1710307207094,"stop":1710307207094,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e2bce3956d31535","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710306807583,"stop":1710306807584,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7777553cbaad4a23","name":"Push message with escaped characters payload","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c030587f5328416","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1710306833586,"stop":1710306833586,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6aac06e5388af35","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710307465628,"stop":1710307465628,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5cd33b8c2b73ab0","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1710306846371,"stop":1710306846375,"duration":4},"status":"passed","severity":"normal"},{"uid":"35416b4effa96e0c","name":"Light Node - default protocols","time":{"start":1710307402636,"stop":1710307402637,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4cebeedefcb16a5","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1710306791277,"stop":1710306791277,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9a9dd34d651064b","name":"it tolerates circular branch references","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"status":"passed","severity":"normal"},{"uid":"8540f714c2e07ac4","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710306904616,"stop":1710306904616,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd16d263c671127e","name":"Sample","time":{"start":1710306791311,"stop":1710306791311,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ba3f14664d6811","name":"should not receive a peer event after stop","time":{"start":1710307300375,"stop":1710307300376,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbf9a75c9f644c6e","name":"Subscribe and publish message","time":{"start":1710307259434,"stop":1710307259434,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8338061c3675c3d","name":"getPeersByDiscovery","time":{"start":1710306873746,"stop":1710306873746,"duration":0},"status":"passed","severity":"normal"},{"uid":"7814bd7753739ba7","name":"Subscribe to topic containing long and receive message","time":{"start":1710307465622,"stop":1710307465623,"duration":1},"status":"passed","severity":"normal"},{"uid":"beaa5697c0dae4dc","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710307465638,"stop":1710307465638,"duration":0},"status":"passed","severity":"normal"},{"uid":"11394e9e3c68f30c","name":"Check received message with timestamp: 1710306832988000000 ","time":{"start":1710306994273,"stop":1710306994274,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9c1bfddce030e6c","name":"Push message with content topic containing JSON","time":{"start":1710307207089,"stop":1710307207090,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ff88b148aeb46f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710307244656,"stop":1710307244656,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ab1adfc952dcf","name":"Check publish message containing JSON","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a2ea1325f77e08","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1710307285627,"stop":1710307285627,"duration":0},"status":"passed","severity":"normal"},{"uid":"6555ae0a22a07c3c","name":"Check received message containing escaped characters","time":{"start":1710306994272,"stop":1710306994272,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c531c411e8d1bb2","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1710306981508,"stop":1710306981508,"duration":0},"status":"passed","severity":"normal"},{"uid":"767f66186c35121d","name":"Rejects garbage","time":{"start":1710306799980,"stop":1710306799980,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0cc23be8da8b84","name":"Nodes with multiple pubsub topic","time":{"start":1710307244661,"stop":1710307244662,"duration":1},"status":"passed","severity":"normal"},{"uid":"de30c0be5a782e71","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710307308648,"stop":1710307308648,"duration":0},"status":"passed","severity":"normal"},{"uid":"3559c6fbc13d9ea7","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710307045661,"stop":1710307045661,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ffe60db289622f6","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710307078642,"stop":1710307078643,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ac63acb0c1eda98a","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"status":"passed","severity":"normal"},{"uid":"d48f7e78bec72b61","name":"Push message with Basic HTML tag payload","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb543ac194a1415","name":"retrieves a single peer","time":{"start":1710306807578,"stop":1710306807579,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f8ddc00796efc27","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710307078651,"stop":1710307078651,"duration":0},"status":"passed","severity":"normal"},{"uid":"a455888423ac0599","name":"Push message with content topic containing Russian","time":{"start":1710307358464,"stop":1710307358464,"duration":0},"status":"passed","severity":"normal"},{"uid":"742abea930ece5ee","name":"Decoder throws on empty string content topic","time":{"start":1710306816843,"stop":1710306816843,"duration":0},"status":"passed","severity":"normal"},{"uid":"c425a843b8750b8f","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1710306981495,"stop":1710306981495,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa928579ee66768f","name":"Check message with no pubsub topic is not received","time":{"start":1710306994276,"stop":1710306994276,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2e7510e50165e3","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1710306783662,"stop":1710306783662,"duration":0},"status":"passed","severity":"normal"},{"uid":"238a1e3678ff2384","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6564ec325b9e507","name":"Sign & Recover","time":{"start":1710306817452,"stop":1710306817453,"duration":1},"status":"passed","severity":"normal"},{"uid":"88c6fbccd58dee3a","name":"Push message with Script payload","time":{"start":1710307207050,"stop":1710307207051,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c275a27738d1f91","name":"Delete observer","time":{"start":1710307209808,"stop":1710307209809,"duration":1},"status":"passed","severity":"normal"},{"uid":"93a542a17b43f023","name":"should use DNS peer discovery with light client","time":{"start":1710306844183,"stop":1710306844183,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6154ffb8bb73911d","name":"Check received message containing shell command","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"status":"passed","severity":"normal"},{"uid":"3254d2ceff22af12","name":"Push message with content topic containing long","time":{"start":1710307207070,"stop":1710307207070,"duration":0},"status":"passed","severity":"normal"},{"uid":"6112b1d4cc0b3126","name":"Subscribe to topic containing short and publish message","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2863b3cded12e92","name":"Check message with invalid timestamp is not received","time":{"start":1710307308649,"stop":1710307308649,"duration":0},"status":"passed","severity":"normal"},{"uid":"e55fd2f3abb2014a","name":"Ping on unsubscribed peer","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ed50467fc0314f","name":"Check publish message containing Script","time":{"start":1710307247761,"stop":1710307247762,"duration":1},"status":"passed","severity":"normal"},{"uid":"9998c2aa8633982e","name":"should not fail to stop the service if it was not started","time":{"start":1710307300370,"stop":1710307300370,"duration":0},"status":"passed","severity":"normal"},{"uid":"4eb0d791fbe7984e","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710307078641,"stop":1710307078641,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf074c69befaf9cd","name":"should return all peers when numPeers is 0","time":{"start":1710306796317,"stop":1710306796317,"duration":0},"status":"passed","severity":"normal"},{"uid":"16ce89f3f538c993","name":"Waku message hash computation (payload length 0)","time":{"start":1710306786080,"stop":1710306786080,"duration":0},"status":"passed","severity":"normal"},{"uid":"b187afb44db4040a","name":"Push message with Script payload","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3449055ba1206e0","name":"Push message with Chinese payload","time":{"start":1710307358454,"stop":1710307358455,"duration":1},"status":"passed","severity":"normal"},{"uid":"66a448733488435","name":"Push message with numeric payload","time":{"start":1710307358453,"stop":1710307358454,"duration":1},"status":"passed","severity":"normal"},{"uid":"83de1c0272cb2338","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710307465631,"stop":1710307465631,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2b582eb9b51304","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710307101314,"stop":1710307101314,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1e25b816e85949","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8fb06257b483b57","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710307465635,"stop":1710307465635,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ccf41464944280c","name":"Encoder throws on undefined content topic","time":{"start":1710306816841,"stop":1710306816841,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb0fdb54a62df8e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710307465623,"stop":1710307465623,"duration":0},"status":"passed","severity":"normal"},{"uid":"742eb5781edf2ea0","name":"Relay - times out","time":{"start":1710307402634,"stop":1710307402635,"duration":1},"status":"passed","severity":"normal"},{"uid":"179311409d54c394","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710307101317,"stop":1710307101318,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7ea39e7353b91be","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1710306807582,"stop":1710306807583,"duration":1},"status":"passed","severity":"normal"},{"uid":"775e74f751ab19dc","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1710306791282,"stop":1710306791282,"duration":0},"status":"passed","severity":"normal"},{"uid":"7375b5fe7f2e0efd","name":"should set field with only LIGHTPUSH enabled","time":{"start":1710306791808,"stop":1710306791809,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9a51d3548bd6922","name":"Check publish message containing emoji","time":{"start":1710307247765,"stop":1710307247765,"duration":0},"status":"passed","severity":"normal"},{"uid":"6507f46dd6e6ed99","name":"Check received message containing long","time":{"start":1710306994264,"stop":1710306994265,"duration":1},"status":"passed","severity":"normal"},{"uid":"1193ba8cae048802","name":"should set field with only RELAY enabled","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"status":"passed","severity":"normal"},{"uid":"e06321cee29d90c7","name":"Subscribe to topic containing Script and receive message","time":{"start":1710307078648,"stop":1710307078648,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d5b52e0957a7f2","name":"Push message with content topic containing escaped characters","time":{"start":1710307207090,"stop":1710307207091,"duration":1},"status":"passed","severity":"normal"},{"uid":"dce829795d10844f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710307308630,"stop":1710307308630,"duration":0},"status":"passed","severity":"normal"},{"uid":"66afdebe399a07a8","name":"recovers when dns.resolve returns empty","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1cfa585c2d275b6","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1710307325065,"stop":1710307325066,"duration":1},"status":"passed","severity":"normal"},{"uid":"a44d8e03505b29d8","name":"Subscribe and receives messages on 20 topics","time":{"start":1710307465631,"stop":1710307465631,"duration":0},"status":"passed","severity":"normal"},{"uid":"19d6e23f87623bda","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b08084aeebc746c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710306913476,"stop":1710306913476,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e69f4fdab7b57d3","name":"Register correct protocols","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"status":"passed","severity":"normal"},{"uid":"f84216b825573a93","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1710306981505,"stop":1710306981506,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2ca281bfb340ea5","name":"Generator, custom pubsub topic","time":{"start":1710307351547,"stop":1710307351547,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b2a312e6dd0d2b8","name":"Push message with custom timestamp: 1679548581740","time":{"start":1710307358474,"stop":1710307358488,"duration":14},"status":"passed","severity":"normal"},{"uid":"d8f4cf8e0f63724c","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1710306981494,"stop":1710306981494,"duration":0},"status":"passed","severity":"normal"},{"uid":"38c00c623f09ddd3","name":"Query Generator, No message returned","time":{"start":1710307342524,"stop":1710307342524,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ddd3cd47b7f3968","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710306904614,"stop":1710306904614,"duration":0},"status":"passed","severity":"normal"},{"uid":"44df1d570bed0cd3","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710306913478,"stop":1710306913479,"duration":1},"status":"passed","severity":"normal"},{"uid":"f234971769de4f77","name":"unsubscribes","time":{"start":1710307377259,"stop":1710307377259,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dbb889798e0d6b2","name":"nwaku subscribes","time":{"start":1710307238429,"stop":1710307238429,"duration":0},"status":"passed","severity":"normal"},{"uid":"842537653859fb14","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710307465619,"stop":1710307465619,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c0f6d1e734a9271","name":"throws on empty content topic","time":{"start":1710306783473,"stop":1710306783474,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbc0eb3feaa1a9ef","name":"should properly create location multiaddrs - udp6","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c3cf95941c3b38f","name":"should properly create location multiaddrs - tcp4","time":{"start":1710306791805,"stop":1710306791806,"duration":1},"status":"passed","severity":"normal"},{"uid":"baa95e7f8a2f526c","name":"Check message on other pubsub topic is not received","time":{"start":1710307308649,"stop":1710307308649,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf1063a889173df4","name":"Waku message hash computation (meta attribute not present)","time":{"start":1710306786079,"stop":1710306786080,"duration":1},"status":"passed","severity":"normal"},{"uid":"338264e49e30009d","name":"Push message with content topic containing short","time":{"start":1710307207069,"stop":1710307207070,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2bae80d3bcaaeb","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710307465635,"stop":1710307465635,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f74922d9c215071","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1710306981504,"stop":1710306981505,"duration":1},"status":"passed","severity":"normal"},{"uid":"12799eb728b399ae","name":"Query generator for multiple messages with different message text format","time":{"start":1710307361630,"stop":1710307361630,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb0251893ab6f044","name":"Fails to push message bigger that 1MB","time":{"start":1710307358491,"stop":1710307358491,"duration":0},"status":"passed","severity":"normal"},{"uid":"35820cf3ab8f27fb","name":"Push message on custom pubsubTopic","time":{"start":1710307101317,"stop":1710307101317,"duration":0},"status":"passed","severity":"normal"},{"uid":"137cf75d4f9d4a02","name":"does not throw on valid cases","time":{"start":1710306783473,"stop":1710306783473,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d3b9335095bb3ef","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710307465623,"stop":1710307465623,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f6353d96d8d708","name":"different cluster, same shard: nodes don't connect","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"status":"passed","severity":"normal"},{"uid":"92add123db6ce497","name":"Relay + Store","time":{"start":1710306843280,"stop":1710306843280,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d4fd617e0b61fe5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1710306981503,"stop":1710306981503,"duration":0},"status":"passed","severity":"normal"},{"uid":"730f8adb736453b7","name":"Push message with JSON payload","time":{"start":1710307358457,"stop":1710307358458,"duration":1},"status":"passed","severity":"normal"},{"uid":"553e808c8c82db60","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710306904617,"stop":1710306904617,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5d8e807b19989dc","name":"connected peers and dial","time":{"start":1710307207320,"stop":1710307207320,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f4d077dd4bff4640","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710307465626,"stop":1710307465626,"duration":0},"status":"passed","severity":"normal"},{"uid":"a59bbf5a9d594538","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1710306791282,"stop":1710306791282,"duration":0},"status":"passed","severity":"normal"},{"uid":"dccf548c4f204fa5","name":"Check received message containing Script","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"status":"passed","severity":"normal"},{"uid":"8351a78aa6001509","name":"Query Generator, Wrong PubsubTopic","time":{"start":1710307342519,"stop":1710307342519,"duration":0},"status":"passed","severity":"normal"},{"uid":"18c3c8d9f2d374d7","name":"Reopen subscription with peer with lost subscription","time":{"start":1710306908764,"stop":1710306908764,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba2ddcbdc34fffa6","name":"Subscribe to topic containing emoji and publish message","time":{"start":1710307259442,"stop":1710307259443,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0a21d2a8553faf2","name":"Promise Callback - forward","time":{"start":1710307365851,"stop":1710307365852,"duration":1},"status":"passed","severity":"normal"},{"uid":"abea62c3abf85959","name":"Publish message with custom timestamp: Thu Mar 23 2023 05:20:38 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247766,"stop":1710307247766,"duration":0},"status":"passed","severity":"normal"},{"uid":"f12c7b6c03e28e46","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710307308647,"stop":1710307308648,"duration":1},"status":"passed","severity":"normal"},{"uid":"40a1f62f5914d002","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710306913478,"stop":1710306913478,"duration":0},"status":"passed","severity":"normal"},{"uid":"15b577c3b82cd0fe","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1710306807584,"stop":1710306807584,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f425de24c1089709","name":"Ping on subscribed peer","time":{"start":1710306865883,"stop":1710306865884,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e6c61c50be6d22d","name":"Waku message hash computation","time":{"start":1710306786078,"stop":1710306786079,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff1bbf3637d18d55","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1710306981506,"stop":1710306981507,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7437071b71ad4a0","name":"Check received message containing XML","time":{"start":1710307308620,"stop":1710307308621,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eafc9118d188e0b","name":"Push message with content topic containing special chars","time":{"start":1710307207071,"stop":1710307207071,"duration":0},"status":"passed","severity":"normal"},{"uid":"62a7794fc5889e42","name":"Fails to publish message with empty text","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"2da5bdfda13d89c7","name":"Passing page size 10 when there are 10 messages","time":{"start":1710307383800,"stop":1710307383800,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae0d3b640c89139f","name":"Push message with custom timestamp: 1710310581740","time":{"start":1710307358489,"stop":1710307358490,"duration":1},"status":"passed","severity":"normal"},{"uid":"abc4a3e44ea97fda","name":"Push message with Arabic payload","time":{"start":1710307207049,"stop":1710307207050,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ab840fd47e5a0a0","name":"Check received message containing long","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd0fc31229f0888","name":"Check publish message containing XML","time":{"start":1710307247762,"stop":1710307247762,"duration":0},"status":"passed","severity":"normal"},{"uid":"317322a1e6dcd704","name":"Query Generator - forward","time":{"start":1710307365850,"stop":1710307365851,"duration":1},"status":"passed","severity":"normal"},{"uid":"2def8b1e1cd507fb","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710307207089,"stop":1710307207089,"duration":0},"status":"passed","severity":"normal"},{"uid":"2084e3943a0de763","name":"dispatchEvent via connectionManager","time":{"start":1710306873747,"stop":1710306873748,"duration":1},"status":"passed","severity":"normal"},{"uid":"3933ea1f3a2816a7","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1710306816839,"stop":1710306816839,"duration":0},"status":"passed","severity":"normal"},{"uid":"781b46343c0f200a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1710306877072,"stop":1710306877073,"duration":1},"status":"passed","severity":"normal"},{"uid":"6551000661afdae3","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710307078640,"stop":1710307078640,"duration":0},"status":"skipped","severity":"normal"},{"uid":"deb8785009bc7363","name":"Subscribe to topic containing Russian and publish message","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb35e908578f6a9","name":"Push message with content topic containing Chinese","time":{"start":1710307207082,"stop":1710307207084,"duration":2},"status":"passed","severity":"normal"},{"uid":"f7c2deca11224d58","name":"Check message with no content topic is not received","time":{"start":1710307308632,"stop":1710307308632,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c3453a6dc8bc6c6","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e3bbc41f1d409","name":"same cluster, same shard: nodes connect","time":{"start":1710306981490,"stop":1710306981490,"duration":0},"status":"passed","severity":"normal"},{"uid":"18066555c83e69dd","name":"pre and post cipher","time":{"start":1710306817452,"stop":1710306817452,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbc0d5284000a150","name":"Check meta is set [symmetric]","time":{"start":1710306816840,"stop":1710306816840,"duration":0},"status":"passed","severity":"normal"},{"uid":"75de0caf2c24cf60","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1710307325064,"stop":1710307325065,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bd164ed205a8a0a","name":"Push message on custom pubsubTopic","time":{"start":1710307101313,"stop":1710307101314,"duration":1},"status":"passed","severity":"normal"},{"uid":"54e5413422851677","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710306904618,"stop":1710306904618,"duration":0},"status":"passed","severity":"normal"},{"uid":"c656142e10a02f39","name":"Passing page size 3 when there are 20 messages","time":{"start":1710307383799,"stop":1710307383800,"duration":1},"status":"passed","severity":"normal"},{"uid":"155103fda033e27d","name":"Check publish message containing shell command","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"status":"passed","severity":"normal"},{"uid":"28dc6cad2c6b9cbb","name":"should handle corrupted local storage data gracefully","time":{"start":1710306811116,"stop":1710306811117,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfa8d6ca69caeffe","name":"Subscribe to topic containing XML and receive message","time":{"start":1710307465625,"stop":1710307465626,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3e9e9c0c70883d","name":"Subscribe and receives messages on 20 topics","time":{"start":1710307078639,"stop":1710307078639,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e0d07aee28f8a2a","name":"Decoder throws on undefined content topic","time":{"start":1710306796609,"stop":1710306796609,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4701230afe58d27","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"status":"passed","severity":"normal"},{"uid":"3abdc73832c6540d","name":"Check received message containing XML","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c68ecdccdc20497","name":"returns all values when wanted number is greater than available values","time":{"start":1710306806603,"stop":1710306806604,"duration":1},"status":"passed","severity":"normal"},{"uid":"58eb754c0b307e86","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710307078647,"stop":1710307078648,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc85bceac9c30dee","name":"LightPush","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"status":"passed","severity":"normal"},{"uid":"211eb4cbfbdf0041","name":"Check received message containing emoji","time":{"start":1710307308646,"stop":1710307308647,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0b0c42546c24c52","name":"isConnected should return false after all peers disconnect","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d6a89bd245e2f5a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981511,"stop":1710306981512,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba2aed0de7ecdd03","name":"Push message with content topic containing emoji","time":{"start":1710307358468,"stop":1710307358468,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4b45d0fa29e663c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710306913477,"stop":1710306913478,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f39107dfc6ad8e4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710307078645,"stop":1710307078646,"duration":1},"status":"passed","severity":"normal"},{"uid":"650a853b2ce60d7d","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1710306807145,"stop":1710306807145,"duration":0},"status":"passed","severity":"normal"},{"uid":"7df7c6ee63b234b8","name":"Overlapping topic subscription","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bb6826763ad5d28","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"status":"passed","severity":"normal"},{"uid":"9823629c3f6659e5","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1710306904615,"stop":1710306904615,"duration":0},"status":"passed","severity":"normal"},{"uid":"65e301b3f862dd4c","name":"Check received message containing emoji","time":{"start":1710307308627,"stop":1710307308628,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b5002d654a7dc0","name":"Push message with Arabic payload","time":{"start":1710307358455,"stop":1710307358455,"duration":0},"status":"passed","severity":"normal"},{"uid":"4db6f6e911e9ef4d","name":"Check received message containing SQL Injection","time":{"start":1710306994269,"stop":1710306994269,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c0b31cbe5ccf3b3","name":"Fields are not dropped","time":{"start":1710306795951,"stop":1710306795953,"duration":2},"status":"passed","severity":"normal"},{"uid":"cacee6d5d5338caf","name":"Query generator for multiple messages with multiple decoders","time":{"start":1710307361631,"stop":1710307361631,"duration":0},"status":"passed","severity":"normal"},{"uid":"e77564d107264cc0","name":"caches peers it previously fetched","time":{"start":1710306807580,"stop":1710306807581,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5cabd941399f45","name":"Check message received after jswaku node is restarted","time":{"start":1710307308651,"stop":1710307308651,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fc4862740fcb3439","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"status":"passed","severity":"normal"},{"uid":"27073afe74dd3c08","name":"Passing page size 11 when there are 10 messages","time":{"start":1710307383800,"stop":1710307383801,"duration":1},"status":"passed","severity":"normal"},{"uid":"38c8d87ee089eec2","name":"Overlapping topic subscription","time":{"start":1710307078643,"stop":1710307078643,"duration":0},"status":"passed","severity":"normal"},{"uid":"5688ff431f6dac0c","name":"Ping on peer without subscriptions","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ecb8b81f7b10d2","name":"Check received message containing Basic HTML tag","time":{"start":1710306994270,"stop":1710306994271,"duration":1},"status":"passed","severity":"normal"},{"uid":"d43f84cb41bb53a1","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1710306807148,"stop":1710306807149,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c29f30fb86f4984","name":"Push 30 different messages","time":{"start":1710307358459,"stop":1710307358460,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc7567376b5301b","name":"should be able to encode the field with only RELAY set to true","time":{"start":1710306791272,"stop":1710306791273,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b71b4b5e041ed7d","name":"Subscribe and receives messages on 20 topics","time":{"start":1710307465619,"stop":1710307465619,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a68dd79b81a3b9a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981506,"stop":1710306981506,"duration":0},"status":"passed","severity":"normal"},{"uid":"94636942511afd0","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1710306981518,"stop":1710306981518,"duration":0},"status":"passed","severity":"normal"},{"uid":"9617149fa8457972","name":"Push 30 different messages","time":{"start":1710307207068,"stop":1710307207069,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcc25b97e22d5389","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1710306833580,"stop":1710306833582,"duration":2},"status":"passed","severity":"normal"},{"uid":"a39d4a1309de00de","name":"Query with Promise Callback, No message returned","time":{"start":1710307342528,"stop":1710307342529,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ffdc3b9302e8202","name":"Push message with emoji payload","time":{"start":1710307207064,"stop":1710307207064,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e036e43ce752352","name":"Check received message containing Arabic","time":{"start":1710307308618,"stop":1710307308619,"duration":1},"status":"passed","severity":"normal"},{"uid":"833dfd32459b4bc1","name":"Push message with shell command payload","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84ccf31107663d6","name":"Query with Ordered Callback, No Decoder","time":{"start":1710307342525,"stop":1710307342525,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3ce9496c9ce6348","name":"should throw error - no public key","time":{"start":1710306791801,"stop":1710306791802,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2b1ed70a9f0c61","name":"Subscribe to topic containing short and receive message","time":{"start":1710307465622,"stop":1710307465622,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dba368c6f7a5db3","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247765,"stop":1710307247766,"duration":1},"status":"passed","severity":"normal"},{"uid":"3de4427b91b7c01","name":"safeDispatchEvent","time":{"start":1710306873748,"stop":1710306873749,"duration":1},"status":"passed","severity":"normal"},{"uid":"4247b95aded116c6","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710307244661,"stop":1710307244661,"duration":0},"status":"passed","severity":"normal"},{"uid":"716086bac3488977","name":"Check received message containing Basic HTML tag","time":{"start":1710307308622,"stop":1710307308623,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d08b00f985b7667","name":"Subscribe and receive messages via lightPush","time":{"start":1710307078636,"stop":1710307078636,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9b2c23a0afcd26","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f30a5843dbba20","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710307078650,"stop":1710307078650,"duration":0},"status":"passed","severity":"normal"},{"uid":"60c55cebfd87e35e","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710307045664,"stop":1710307045664,"duration":0},"status":"passed","severity":"normal"},{"uid":"d680aad7b5939743","name":"should add and remove event listeners correctly","time":{"start":1710306811117,"stop":1710306811117,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf2f9f8964afd77c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1710307392158,"stop":1710307392158,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8f575284b0cd59f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710307101316,"stop":1710307101316,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f4789486fba8290","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1710306807145,"stop":1710306807146,"duration":1},"status":"passed","severity":"normal"},{"uid":"d69f761005bc69db","name":"Relay + Store","time":{"start":1710306791809,"stop":1710306791809,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6805335f4239e75","name":"should be called for bootstrap peers","time":{"start":1710306841074,"stop":1710306841074,"duration":0},"status":"passed","severity":"normal"},{"uid":"be4ed2861859f6eb","name":"Decrypt messages","time":{"start":1710307209808,"stop":1710307209808,"duration":0},"status":"passed","severity":"normal"},{"uid":"711670d98ccc3993","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1710306981504,"stop":1710306981504,"duration":0},"status":"passed","severity":"normal"},{"uid":"14518bacbe16a52e","name":"should throw an error for insufficient data","time":{"start":1710306783663,"stop":1710306783663,"duration":0},"status":"passed","severity":"normal"},{"uid":"a568868ad882a0e3","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1710307270090,"stop":1710307270090,"duration":0},"status":"broken","severity":"normal"},{"uid":"3c0f298d45f795af","name":"Decoder throws on empty string content topic","time":{"start":1710306818619,"stop":1710306818620,"duration":1},"status":"passed","severity":"normal"},{"uid":"61c060417c4b4762","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1710306981493,"stop":1710306981493,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ba5e5942159cde","name":"Check received message containing short","time":{"start":1710307308615,"stop":1710307308616,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9611514a374e4ba","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710307045662,"stop":1710307045663,"duration":1},"status":"passed","severity":"normal"},{"uid":"6358787fd1d0eb59","name":"connects to nwaku","time":{"start":1710307392997,"stop":1710307392998,"duration":1},"status":"passed","severity":"normal"},{"uid":"48b69f71c5d68396","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981503,"stop":1710306981504,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cc13a75e4461e35","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1710306807148,"stop":1710306807148,"duration":0},"status":"passed","severity":"normal"},{"uid":"42fc0dc521d70a07","name":"Check received message containing XML","time":{"start":1710306994270,"stop":1710306994270,"duration":0},"status":"passed","severity":"normal"},{"uid":"32a2f44f0fd98798","name":"Push message with content topic containing SQL Injection","time":{"start":1710307207087,"stop":1710307207087,"duration":0},"status":"passed","severity":"normal"},{"uid":"544ff99790528a2a","name":"Check received message containing JSON","time":{"start":1710307308623,"stop":1710307308624,"duration":1},"status":"passed","severity":"normal"},{"uid":"2240edc18ec1d673","name":"Encoder throws on empty string content topic","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac1f82296aa79cd9","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710307465617,"stop":1710307465618,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b4723fba15555c2","name":"Check received message containing Arabic","time":{"start":1710306994268,"stop":1710306994268,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7f4a8c2f9a134a3","name":"Decoder throws on empty string content topic","time":{"start":1710306796609,"stop":1710306796609,"duration":0},"status":"passed","severity":"normal"},{"uid":"57d78f0b3523a242","name":"1 Store, 2 fetches","time":{"start":1710306807024,"stop":1710306807025,"duration":1},"status":"passed","severity":"normal"},{"uid":"5acde044e16529a0","name":"Subscribe and receive messages via lightPush","time":{"start":1710307465616,"stop":1710307465617,"duration":1},"status":"passed","severity":"normal"},{"uid":"5951d3800b2347fe","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1710307259441,"stop":1710307259442,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d8c380e25a2bf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710307465618,"stop":1710307465619,"duration":1},"status":"passed","severity":"normal"},{"uid":"a70ed9593c12f664","name":"throws on content topic with non-number generation field","time":{"start":1710306783475,"stop":1710306783475,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3f1bb9a0f6d784f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1710306981514,"stop":1710306981514,"duration":0},"status":"passed","severity":"normal"},{"uid":"adb389a18970232c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710307078648,"stop":1710307078648,"duration":0},"status":"passed","severity":"normal"},{"uid":"3873c2a838e3860","name":"Refresh subscription","time":{"start":1710307078643,"stop":1710307078644,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f54d7516c668185","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710307078637,"stop":1710307078637,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b3ea3c22ee2619","name":"Round trip binary encryption [ecies, signature]","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8a67af661581c53","name":"Check received message with timestamp: 1710306832988 ","time":{"start":1710306994274,"stop":1710306994274,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3544ff089ce3856","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710307045654,"stop":1710307045657,"duration":3},"status":"passed","severity":"normal"},{"uid":"c59310b716db04a","name":"Throws when trying to push message with empty payload","time":{"start":1710307207069,"stop":1710307207069,"duration":0},"status":"passed","severity":"normal"},{"uid":"e845b6be80c42e2d","name":"Check received message containing SQL Injection","time":{"start":1710307308619,"stop":1710307308620,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8aa3d6c2c782916","name":"Subscribe to topic containing long and receive message","time":{"start":1710307465634,"stop":1710307465635,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd1e6b1114c7ef86","name":"Publish message with rate limit","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"status":"passed","severity":"normal"},{"uid":"30290d8d4eb18297","name":"listenerCount","time":{"start":1710306873747,"stop":1710306873747,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3e04996fa9b1be","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1710307342527,"stop":1710307342527,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9b8386293980a54","name":"Ping on peer without subscriptions","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4c2c96d706cecc6","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710307465632,"stop":1710307465633,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c0abfdfabf9ae75","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1710307247769,"stop":1710307247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"93d4fc52a154513","name":"Push message with custom timestamp: 1710310594451","time":{"start":1710307207095,"stop":1710307207095,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4bf2fadb86874d4","name":"converts content topics to expected shard index","time":{"start":1710306783478,"stop":1710306783479,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd9aa4dc148f4c84","name":"Subscribe to topic containing long and receive message","time":{"start":1710307078644,"stop":1710307078644,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4c069540f801f1a","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fbcae8c37b12d546","name":"Publish without waiting for remote peer","time":{"start":1710307259433,"stop":1710307259434,"duration":1},"status":"passed","severity":"normal"},{"uid":"51a9518e6721354","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1710306981517,"stop":1710306981517,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b3a2aebad6f2d5a","name":"can start the service","time":{"start":1710307300368,"stop":1710307300369,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e86d519770586d7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c67e5097289e79a2","name":"Push message with content topic containing shell command","time":{"start":1710307358467,"stop":1710307358467,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9abffb00bc665f","name":"Check received message containing special chars","time":{"start":1710306994266,"stop":1710306994267,"duration":1},"status":"passed","severity":"normal"},{"uid":"e88c5d74f0294cdf","name":"should throw error - no id","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"status":"passed","severity":"normal"},{"uid":"47160b3944138152","name":"getPeersByDiscovery","time":{"start":1710307233597,"stop":1710307233597,"duration":0},"status":"passed","severity":"normal"},{"uid":"81124934c58f99f1","name":"Subscribe to topic containing Script and receive message","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"status":"passed","severity":"normal"},{"uid":"17860a1655dacda4","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1710306833584,"stop":1710306833585,"duration":1},"status":"passed","severity":"normal"},{"uid":"184f5fda87c9205f","name":"Init the array if not present","time":{"start":1710306783346,"stop":1710306783348,"duration":2},"status":"passed","severity":"normal"},{"uid":"cc649f4529f9afc5","name":"1 Relay, 1 fetch","time":{"start":1710306807023,"stop":1710306807024,"duration":1},"status":"passed","severity":"normal"},{"uid":"392e071ff7e154ea","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710307465625,"stop":1710307465625,"duration":0},"status":"passed","severity":"normal"},{"uid":"358f3f2c4970a43b","name":"Query generator for 2000 messages","time":{"start":1710307361633,"stop":1710307361634,"duration":1},"status":"passed","severity":"normal"},{"uid":"3825e0ab0771d1ea","name":"should not fail to stop the service if it was not started","time":{"start":1710306811114,"stop":1710306811114,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9508b104b81059c","name":"Filter","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"status":"passed","severity":"normal"},{"uid":"953b6c4958f6ffe2","name":"Ordered callback, aborts when callback returns true","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"status":"passed","severity":"normal"},{"uid":"73017b1fe771cdd2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710307244661,"stop":1710307244661,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e00a123eca7b002","name":"throws on content topic with empty encoding field","time":{"start":1710306783477,"stop":1710306783478,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf9216662e0a0d57","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1710306791278,"stop":1710306791279,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9d1450872b06f48","name":"Generator, custom pubsub topic","time":{"start":1710307351550,"stop":1710307351550,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8c80ce2ab01616f8","name":"Check received message containing shell command","time":{"start":1710307308624,"stop":1710307308625,"duration":1},"status":"passed","severity":"normal"},{"uid":"eefac74850f86f25","name":"should throw error - no public key","time":{"start":1710306791802,"stop":1710306791803,"duration":1},"status":"passed","severity":"normal"},{"uid":"546e1d39874ed3ba","name":"Ping on subscribed peer","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"status":"passed","severity":"normal"},{"uid":"24342cc142b33494","name":"Check message received after jswaku node is restarted","time":{"start":1710306994278,"stop":1710306994279,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1485d544d1e7223b","name":"Check received message containing long","time":{"start":1710307308616,"stop":1710307308616,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa1d6a9389341663","name":"Check received message containing numeric","time":{"start":1710307308616,"stop":1710307308617,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b043309421b5cb4","name":"should load peers from local storage and dispatch events","time":{"start":1710306811116,"stop":1710306811116,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6845659f84394d1","name":"Promise Callback - backward","time":{"start":1710307365852,"stop":1710307365852,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c97c009f5f49ffe","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a66a9d806d68062","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1710306796318,"stop":1710306796318,"duration":0},"status":"passed","severity":"normal"},{"uid":"113edc8693a5ff4a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710307308630,"stop":1710307308631,"duration":1},"status":"passed","severity":"normal"},{"uid":"b114d1fd05a985f3","name":"can dial TLS multiaddrs","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"status":"passed","severity":"normal"},{"uid":"e51a178e2edeea2c","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710307465627,"stop":1710307465627,"duration":0},"status":"passed","severity":"normal"},{"uid":"487136c672d9aaf6","name":"can start and stop the service","time":{"start":1710306811113,"stop":1710306811113,"duration":0},"status":"passed","severity":"normal"},{"uid":"97560f07fca83fae","name":"Nodes with multiple pubsub topic","time":{"start":1710307244658,"stop":1710307244658,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ecb5beb9cd837ab","name":"Push message with special chars payload","time":{"start":1710307207048,"stop":1710307207049,"duration":1},"status":"passed","severity":"normal"},{"uid":"bac580444c8ffa96","name":"Check message on other pubsub topic is not received","time":{"start":1710306994275,"stop":1710306994276,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8a1b9563250721e","name":"Push message with long payload","time":{"start":1710307358453,"stop":1710307358453,"duration":0},"status":"passed","severity":"normal"},{"uid":"c20f5340b24b00bb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710306904615,"stop":1710306904615,"duration":0},"status":"passed","severity":"normal"},{"uid":"e08fbc7d1d669cd6","name":"Check received message containing escaped characters","time":{"start":1710307308625,"stop":1710307308626,"duration":1},"status":"passed","severity":"normal"},{"uid":"164904741fb5da3f","name":"Push message with unicode special characters payload","time":{"start":1710307358458,"stop":1710307358459,"duration":1},"status":"passed","severity":"normal"},{"uid":"1293209433bd2924","name":"Relay","time":{"start":1710306843279,"stop":1710306843280,"duration":1},"status":"passed","severity":"normal"},{"uid":"a82dc887ba4345c7","name":"A test","time":{"start":1710307078723,"stop":1710307078723,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a09baf643304d51","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710307045666,"stop":1710307045667,"duration":1},"status":"passed","severity":"normal"},{"uid":"43348fb1efb51e87","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1710307233598,"stop":1710307233598,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dd0226d908bae87f","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1710307342524,"stop":1710307342525,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c64670c4b0c7beb","name":"throws on content topic with empty version field","time":{"start":1710306783476,"stop":1710306783477,"duration":1},"status":"passed","severity":"normal"},{"uid":"968a1ec7be9646c1","name":"Push message with rate limit","time":{"start":1710307358473,"stop":1710307358474,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e5d050fc19ac9f3","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1710306981495,"stop":1710306981496,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a22800c63a4b640","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1710306807147,"stop":1710306807148,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ea20c27a80b2e5f","name":"Generator, custom pubsub topic","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9ba7eb6cd24287","name":"non connected peers","time":{"start":1710307207322,"stop":1710307207322,"duration":0},"status":"skipped","severity":"normal"},{"uid":"42b0bba164dd5958","name":"different cluster, different shard: nodes don't connect","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"status":"passed","severity":"normal"},{"uid":"4748a0e9f1f20db0","name":"Publishes to nwaku","time":{"start":1710307238429,"stop":1710307238430,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c0327c863c5f79b","name":"Check publish message after service node is restarted","time":{"start":1710307247772,"stop":1710307247773,"duration":1},"status":"skipped","severity":"normal"},{"uid":"cb4bc72713037b38","name":"should properly create location multiaddrs - tcp","time":{"start":1710306791806,"stop":1710306791807,"duration":1},"status":"passed","severity":"normal"},{"uid":"13ac06ff71f7e8eb","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710307465626,"stop":1710307465626,"duration":0},"status":"passed","severity":"normal"},{"uid":"c108d32ec506327c","name":"Passing cursor with wrong message digest","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c8a8227a5415b6d","name":"Check received message containing Arabic","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1958781a922d330","name":"Check message with no payload is not received","time":{"start":1710307308650,"stop":1710307308650,"duration":0},"status":"passed","severity":"normal"},{"uid":"100934884caac558","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710306791283,"stop":1710306791284,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f608c2ca9ab3c58","name":"should handle a minimal index list","time":{"start":1710306783661,"stop":1710306783662,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a9fa9cdf487c856","name":"Check received message containing emoji","time":{"start":1710306994273,"stop":1710306994273,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9818e267cfccc64","name":"Push message with XML payload","time":{"start":1710307207051,"stop":1710307207051,"duration":0},"status":"passed","severity":"normal"},{"uid":"552a3fdbac73b6c1","name":"Overlapping topic subscription","time":{"start":1710307465633,"stop":1710307465634,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8eeb17c6ae0787e","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"status":"skipped","severity":"normal"},{"uid":"34fac85a434e9564","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710307358466,"stop":1710307358466,"duration":0},"status":"passed","severity":"normal"},{"uid":"814b334ac78843fb","name":"Push message with content topic containing Arabic","time":{"start":1710307207086,"stop":1710307207086,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6839a2154897bd3","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"status":"passed","severity":"normal"},{"uid":"e24845828d35f29","name":"Check received message containing special chars","time":{"start":1710307308617,"stop":1710307308618,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b80f2783b6ec262","name":"Check publish message containing long","time":{"start":1710307247756,"stop":1710307247757,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7a153b8460549e","name":"Subscribe to topic containing XML and publish message","time":{"start":1710307259440,"stop":1710307259440,"duration":0},"status":"passed","severity":"normal"},{"uid":"5684ba704a01bc4a","name":"Push message with content topic containing special chars","time":{"start":1710307358462,"stop":1710307358463,"duration":1},"status":"passed","severity":"normal"},{"uid":"31a84d69e12bcc1e","name":"Query Generator - backward","time":{"start":1710307365851,"stop":1710307365851,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c4c4a1d46dca0f7","name":"Callback on promise","time":{"start":1710307361632,"stop":1710307361632,"duration":0},"status":"passed","severity":"normal"},{"uid":"c08ad151d59b5ac","name":"should set field with only FILTER enabled","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d054ecd1d11d4dc","name":"Push message with content topic containing Chinese","time":{"start":1710307358463,"stop":1710307358463,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7a41313a40a0516","name":"should be called at least once on all `peer:discovery` events","time":{"start":1710306841072,"stop":1710306841073,"duration":1},"status":"passed","severity":"normal"},{"uid":"8efa5c7c014e11fe","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f285870fe8b1795","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a6f40e677e13508","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1710306807146,"stop":1710306807147,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e706644a574bf34","name":"can start the service","time":{"start":1710306844171,"stop":1710306844172,"duration":1},"status":"passed","severity":"normal"},{"uid":"879d91838df8ad6a","name":"can start and stop the service","time":{"start":1710306844172,"stop":1710306844172,"duration":0},"status":"passed","severity":"normal"},{"uid":"befaca5b98b5fad5","name":"addEventListener with correct event","time":{"start":1710306873741,"stop":1710306873741,"duration":0},"status":"passed","severity":"normal"},{"uid":"22921888a08b6ea2","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1710306841074,"stop":1710306841075,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1fcb663648fda01","name":"Check message with no payload is not received","time":{"start":1710307308633,"stop":1710307308633,"duration":0},"status":"passed","severity":"normal"},{"uid":"12cfb445ccef73b3","name":"should return false","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c9e6b240ddc59f6","name":"should only return 1 node with relay capability","time":{"start":1710306807581,"stop":1710306807581,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2483d1eb56e756a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710307078646,"stop":1710307078646,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a092f0150f4d4c6","name":"less peers than existing","time":{"start":1710307207321,"stop":1710307207321,"duration":0},"status":"skipped","severity":"normal"},{"uid":"aca240ab4abb749d","name":"Push message with content topic containing JSON","time":{"start":1710307358466,"stop":1710307358466,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb3c6b7382a8e0d","name":"Ping on unsubscribed peer","time":{"start":1710306865885,"stop":1710306865885,"duration":0},"status":"passed","severity":"normal"},{"uid":"c56ed0be79bd67d6","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710307465629,"stop":1710307465629,"duration":0},"status":"passed","severity":"normal"},{"uid":"367c95cd8cf1e56e","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710307465628,"stop":1710307465628,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf99253b90adb73e","name":"Push message with content topic containing unicode special characters","time":{"start":1710307207091,"stop":1710307207091,"duration":0},"status":"passed","severity":"normal"},{"uid":"76a3b3b5e528481a","name":"Encoder throws on empty string content topic","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"status":"passed","severity":"normal"},{"uid":"340c77a0ed4de1c0","name":"Check publish message containing Arabic","time":{"start":1710307247759,"stop":1710307247759,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a042d9e30a3e7a2","name":"Check message received after nwaku node is restarted","time":{"start":1710307308651,"stop":1710307308651,"duration":0},"status":"skipped","severity":"normal"},{"uid":"343a59b3900a2827","name":"Push message with content topic containing escaped characters","time":{"start":1710307358467,"stop":1710307358467,"duration":0},"status":"passed","severity":"normal"},{"uid":"117bebb02dcd726d","name":"Check message on other pubsub topic is not received","time":{"start":1710307308631,"stop":1710307308632,"duration":1},"status":"passed","severity":"normal"},{"uid":"d433febcd12a8172","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710307045660,"stop":1710307045660,"duration":0},"status":"passed","severity":"normal"},{"uid":"47779898da58d576","name":"Fails to publish duplicate message","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"2294fecd7e9df599","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1710307392157,"stop":1710307392157,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf0ce8e3701f87b9","name":"Check received message containing unicode special characters","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"status":"passed","severity":"normal"},{"uid":"8944ca7233b02469","name":"Ephemeral messages are not stored","time":{"start":1710306846369,"stop":1710306846370,"duration":1},"status":"passed","severity":"normal"},{"uid":"24fd25e99833117d","name":"Push message with Basic HTML tag payload","time":{"start":1710307207051,"stop":1710307207052,"duration":1},"status":"passed","severity":"normal"},{"uid":"970247ad51cd4748","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981494,"stop":1710306981495,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3255fe8979172f2","name":"Push message with custom timestamp: 1710303394451","time":{"start":1710307207094,"stop":1710307207095,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fec82bb7b063175","name":"Check received message containing numeric","time":{"start":1710307308635,"stop":1710307308636,"duration":1},"status":"passed","severity":"normal"},{"uid":"22de5cbb2c158a6a","name":"Js publishes, other Js receives","time":{"start":1710307238432,"stop":1710307238433,"duration":1},"status":"passed","severity":"normal"},{"uid":"53b8d25dee8981b","name":"Store - dialed first","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"status":"passed","severity":"normal"},{"uid":"5818b41177b8d911","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710307078649,"stop":1710307078650,"duration":1},"status":"passed","severity":"normal"},{"uid":"63dae34702dd6ea","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710307078637,"stop":1710307078637,"duration":0},"status":"passed","severity":"normal"},{"uid":"5196545d09880062","name":"All","time":{"start":1710306843280,"stop":1710306843281,"duration":1},"status":"passed","severity":"normal"},{"uid":"5927c8350a9e6eaa","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1710306806605,"stop":1710306806606,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b314e24ce08aa48","name":"throws on content topic with too few or too many fields","time":{"start":1710306783474,"stop":1710306783474,"duration":0},"status":"passed","severity":"normal"},{"uid":"29dcb7d30a014cee","name":"Subscribe and receive messages via waku relay post","time":{"start":1710307465630,"stop":1710307465630,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1a4a206de825c1","name":"Check received message with timestamp: 1710306832208 ","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"status":"passed","severity":"normal"},{"uid":"edc6b1d5e7fb67ca","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7e9da6ceb20ae10","name":"Check received message containing Russian","time":{"start":1710307308619,"stop":1710307308619,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb14ccb66934e0f9","name":"Fails to push message bigger that 1MB","time":{"start":1710307207096,"stop":1710307207096,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8bfe1a1fb1608f3","name":"Check received message containing JSON","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4141f08ebea1fcd","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1710306841075,"stop":1710306841075,"duration":0},"status":"passed","severity":"normal"},{"uid":"21d6b553accd1617","name":"Check received message containing Script","time":{"start":1710307308620,"stop":1710307308620,"duration":0},"status":"passed","severity":"normal"},{"uid":"a82a3f7416a0f3e2","name":"Push message with Chinese payload","time":{"start":1710307207049,"stop":1710307207049,"duration":0},"status":"passed","severity":"normal"},{"uid":"9304872b0e847c78","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1710306811116,"stop":1710306811116,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad17b84395b6783","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1710306981496,"stop":1710306981503,"duration":7},"status":"passed","severity":"normal"},{"uid":"ee8f0588407f024b","name":"Passing page size 19 when there are 20 messages","time":{"start":1710307383801,"stop":1710307383801,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6f4bdbaa51811dc","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cc59c9a10a2d041","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{"start":1710307270090,"stop":1710307270091,"duration":1},"status":"broken","severity":"normal"},{"uid":"cd1ce11214338bcc","name":"configure the node with multiple pubsub topics","time":{"start":1710307285628,"stop":1710307285628,"duration":0},"status":"passed","severity":"normal"},{"uid":"567580d3caf8b20c","name":"Push message with content topic containing long","time":{"start":1710307358461,"stop":1710307358461,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36d6c6a7d0fa128","name":"should emit a peer event after start","time":{"start":1710307300370,"stop":1710307300371,"duration":1},"status":"passed","severity":"normal"},{"uid":"13a71e9b9fcddb3","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1710306981493,"stop":1710306981494,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f3f5917c71eabc3","name":"Encoder throws on undefined content topic","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"status":"passed","severity":"normal"},{"uid":"3595c21704790a23","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1710307325063,"stop":1710307325064,"duration":1},"status":"passed","severity":"normal"},{"uid":"136a2f9a9be414f6","name":"Push message with numeric payload","time":{"start":1710307207047,"stop":1710307207048,"duration":1},"status":"passed","severity":"normal"},{"uid":"b02e29ed5a14fc8d","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"status":"passed","severity":"normal"},{"uid":"c36628ea0624b88","name":"Passing page size 0 when there are 110 messages","time":{"start":1710307383798,"stop":1710307383799,"duration":1},"status":"passed","severity":"normal"},{"uid":"5342e26d3e5fc012","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1710306833582,"stop":1710306833583,"duration":1},"status":"passed","severity":"normal"},{"uid":"71fdca3b6918ea5a","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1710307392156,"stop":1710307392156,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d1e9a236b17131f","name":"Push message with content topic containing Script","time":{"start":1710307358465,"stop":1710307358465,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e17a6d124e819fa","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710307045663,"stop":1710307045663,"duration":0},"status":"passed","severity":"normal"},{"uid":"afd93c4176e04589","name":"Push message with SQL Injection payload","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"status":"passed","severity":"normal"},{"uid":"700938fcc86d7da1","name":"Check received message containing Chinese","time":{"start":1710306994267,"stop":1710306994268,"duration":1},"status":"passed","severity":"normal"},{"uid":"b43ec45e5033e539","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710307465617,"stop":1710307465617,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c080a4167d9e353","name":"Check publish message containing Chinese","time":{"start":1710307247758,"stop":1710307247759,"duration":1},"status":"passed","severity":"normal"},{"uid":"bca8c0d799250b5c","name":"Push message with content topic containing Script","time":{"start":1710307207087,"stop":1710307207088,"duration":1},"status":"passed","severity":"normal"},{"uid":"daad5dbb4bc6a24d","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1710306981507,"stop":1710306981507,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb37e9db4e11df79","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1710306981512,"stop":1710306981513,"duration":1},"status":"passed","severity":"normal"},{"uid":"10e48418c2c609e0","name":"should not fail to start the service if it is already started","time":{"start":1710307300370,"stop":1710307300370,"duration":0},"status":"passed","severity":"normal"},{"uid":"79872207cf39daca","name":"should get / set UDP multiaddr","time":{"start":1710306791804,"stop":1710306791805,"duration":1},"status":"passed","severity":"normal"},{"uid":"64c91b6636082be4","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710307244662,"stop":1710307244662,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad0b6e37e49d10","name":"Fails to push message with empty content topic","time":{"start":1710307358468,"stop":1710307358469,"duration":1},"status":"passed","severity":"normal"},{"uid":"32c1cfc7a9ac561b","name":"Check message received after nwaku node is restarted","time":{"start":1710307308634,"stop":1710307308634,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bcb300717e507f66","name":"should not receive a peer event before start","time":{"start":1710306844174,"stop":1710306844175,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4341ea720b9d719","name":"removeEventListener with wrong event","time":{"start":1710306873745,"stop":1710306873746,"duration":1},"status":"passed","severity":"normal"},{"uid":"2130bdc84c81d757","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"status":"passed","severity":"normal"},{"uid":"8331c3ddab54ef15","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710307465624,"stop":1710307465624,"duration":0},"status":"passed","severity":"normal"},{"uid":"c83c95df309a546a","name":"Check publish message containing short","time":{"start":1710307247755,"stop":1710307247756,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9cfd3bd4133209c","name":"Subscribe to topic containing numeric and publish message","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"status":"passed","severity":"normal"},{"uid":"26062013d91a3239","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1710306981516,"stop":1710306981517,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9738146d6c36a86","name":"Default pageSize","time":{"start":1710307383802,"stop":1710307383802,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ad8bf0723ac9441","name":"should encode/decode to RLP encoding","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"status":"passed","severity":"normal"},{"uid":"971127f36fbb188f","name":"Round trip binary serialization","time":{"start":1710306796606,"stop":1710306796606,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca603481f76b34de","name":"topics with same application and version share the same shard","time":{"start":1710306783479,"stop":1710306783479,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdfa7faefc1463e3","name":"Check publish message containing unicode special characters","time":{"start":1710307247764,"stop":1710307247765,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb4c4698de6976d3","name":"Nwaku publishes","time":{"start":1710307238430,"stop":1710307238431,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4ed3b96dcee4081","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1710306981492,"stop":1710306981493,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d0424f2603c0f2a","name":"Push message with Russian payload","time":{"start":1710307358455,"stop":1710307358456,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ba8dca9e38d7969","name":"Fails to push message with empty content topic","time":{"start":1710307207092,"stop":1710307207092,"duration":0},"status":"passed","severity":"normal"},{"uid":"f039054eb7c97a21","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710307078652,"stop":1710307078652,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7188045e91edf61","name":"Query generator for multiple messages with different content topic format","time":{"start":1710307361631,"stop":1710307361631,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6205a6aee9c2fca","name":"Fails to publish message with wrong content topic","time":{"start":1710307247769,"stop":1710307247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1a240adbe0e9392","name":"Reusing cursor across nodes","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"status":"passed","severity":"normal"},{"uid":"205ccb75d17f1e67","name":"Check received message with timestamp: 1710306832208 ","time":{"start":1710307308629,"stop":1710307308630,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1f8681bf8df9ccc","name":"Generator, 2 different pubsubtopics","time":{"start":1710307351550,"stop":1710307351551,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b79c952f558e6c64","name":"Check publish message containing Russian","time":{"start":1710307247760,"stop":1710307247761,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fcc90cfba110440","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1710306981507,"stop":1710306981508,"duration":1},"status":"passed","severity":"normal"},{"uid":"329107f8811dd049","name":"A test","time":{"start":1710307078724,"stop":1710307078724,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c67d90e32d1afdc","name":"Push message with SQL Injection payload","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"status":"passed","severity":"normal"},{"uid":"29b8914304db3d1f","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d25bd26aa12aa71","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710307078650,"stop":1710307078651,"duration":1},"status":"passed","severity":"normal"},{"uid":"824bf4373ffe1857","name":"Check received message containing shell command","time":{"start":1710306994271,"stop":1710306994272,"duration":1},"status":"passed","severity":"normal"},{"uid":"3423716523d872a1","name":"Subscribe to topic containing XML and receive message","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ed18f83e88104b","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710307465640,"stop":1710307465640,"duration":0},"status":"passed","severity":"normal"},{"uid":"57d6ce172fa7f326","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1710307114395,"stop":1710307114395,"duration":0},"status":"passed","severity":"normal"},{"uid":"45436bccdbd36f8e","name":"1 Relay, 1 Filter, gives up","time":{"start":1710306807025,"stop":1710306807026,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf470d06d6e19cb","name":"Meta field set when metaSetter is specified","time":{"start":1710306796607,"stop":1710306796607,"duration":0},"status":"passed","severity":"normal"},{"uid":"3126d9bf5267218d","name":"same cluster, different shard: nodes don't connect","time":{"start":1710306981490,"stop":1710306981491,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a9ed7a1b247cc93","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710306904617,"stop":1710306904618,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa08e4f65994b509","name":"Throws when trying to push message with empty payload","time":{"start":1710307358460,"stop":1710307358460,"duration":0},"status":"passed","severity":"normal"},{"uid":"e865917c9879f60b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710306904617,"stop":1710306904617,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8d782f107a22eff","name":"Push message with short payload","time":{"start":1710307207000,"stop":1710307207000,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ed73c12ba0a586","name":"Check received message containing short","time":{"start":1710306994264,"stop":1710306994264,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d05bd8ddd3be5e7","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710307078646,"stop":1710307078647,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1395b7b08944575","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1710307342526,"stop":1710307342527,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce73317efe78552f","name":"should set field with only STORE enabled","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ee756fea438a477","name":"Check meta is set [ecies]","time":{"start":1710306818618,"stop":1710306818618,"duration":0},"status":"passed","severity":"normal"},{"uid":"f876f928a28d31ff","name":"udp ip6 address","time":{"start":1710306791187,"stop":1710306791187,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5c0f2e3af496c30","name":"Push message with content topic containing numeric","time":{"start":1710307358461,"stop":1710307358462,"duration":1},"status":"passed","severity":"normal"},{"uid":"f06232fe0196685e","name":"Check received message containing Script","time":{"start":1710306994269,"stop":1710306994270,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cc77513a4f98d1b","name":"handles multiple messages","time":{"start":1710307377258,"stop":1710307377259,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f1c2976b2b48d4e","name":"Push message with emoji payload","time":{"start":1710307358459,"stop":1710307358459,"duration":0},"status":"passed","severity":"normal"},{"uid":"eebb04d35b0f7f8a","name":"should be able to encode the field with only STORE set to true","time":{"start":1710306791274,"stop":1710306791275,"duration":1},"status":"passed","severity":"normal"},{"uid":"2523f602b4d214cc","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307101318,"stop":1710307101318,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3c29324a456748a","name":"should decode valid enr with tcp successfully","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07aa6f7963252e2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710306913477,"stop":1710306913477,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3e8224950aedc65","name":"Callback on promise, aborts when callback returns true","time":{"start":1710307361632,"stop":1710307361632,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7489df2a1520fbf","name":"Push message with content topic containing Russian","time":{"start":1710307207086,"stop":1710307207086,"duration":0},"status":"passed","severity":"normal"},{"uid":"11c683f556ab6dc5","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"status":"passed","severity":"normal"},{"uid":"741572ae6f282d89","name":"should properly create location multiaddrs - udp4","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"status":"passed","severity":"normal"},{"uid":"16f663fd6911995d","name":"Ping on subscribed peer","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"status":"passed","severity":"normal"},{"uid":"910a7410bb201496","name":"Check publish message containing escaped characters","time":{"start":1710307247764,"stop":1710307247764,"duration":0},"status":"passed","severity":"normal"},{"uid":"195d4824ca7509f7","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710307465627,"stop":1710307465628,"duration":1},"status":"passed","severity":"normal"},{"uid":"e47c2f33b32af69a","name":"should not fail to stop the service if it was not started","time":{"start":1710306844172,"stop":1710306844172,"duration":0},"status":"passed","severity":"normal"},{"uid":"f292d79e3e1cabc3","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"status":"passed","severity":"normal"},{"uid":"d86e27e65d071110","name":"Privacy Node - default protocol","time":{"start":1710307402637,"stop":1710307402637,"duration":0},"status":"passed","severity":"normal"},{"uid":"db08c2ee3491875c","name":"Push message with content topic containing emoji","time":{"start":1710307207091,"stop":1710307207092,"duration":1},"status":"passed","severity":"normal"},{"uid":"42210f36795730eb","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710307244657,"stop":1710307244657,"duration":0},"status":"passed","severity":"normal"},{"uid":"882bb1db3e0547ad","name":"should not receive a peer event after stop","time":{"start":1710306811115,"stop":1710306811115,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d8e9aa7435d6d23","name":"should be able to decode the field with only FILTER set to true","time":{"start":1710306791281,"stop":1710306791281,"duration":0},"status":"passed","severity":"normal"},{"uid":"9faf2ce3540f6444","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1710306981513,"stop":1710306981514,"duration":1},"status":"passed","severity":"normal"},{"uid":"52de6d03e248efd5","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"status":"passed","severity":"normal"},{"uid":"60cd3ef631a89cf","name":"Push message with short payload","time":{"start":1710307358452,"stop":1710307358453,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f1720d029b5785c","name":"Push message with meta","time":{"start":1710307358469,"stop":1710307358473,"duration":4},"status":"passed","severity":"normal"},{"uid":"af8fc602f8a93d20","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710307465624,"stop":1710307465625,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc78fb5edaac77f3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710307465630,"stop":1710307465631,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fa8a42d336d6d8c","name":"Push message with content topic containing numeric","time":{"start":1710307207070,"stop":1710307207071,"duration":1},"status":"passed","severity":"normal"},{"uid":"2132e5a9580b844f","name":"Relay - dialed after","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"status":"passed","severity":"normal"},{"uid":"1464194acb38af00","name":"Check received message containing Chinese","time":{"start":1710307308637,"stop":1710307308637,"duration":0},"status":"passed","severity":"normal"},{"uid":"a62589f6ca215a48","name":"Nodes with multiple pubsub topic","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"status":"passed","severity":"normal"},{"uid":"9900b1bbb62183e5","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710307535236,"stop":1710307535236,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed91c4dad1f67b6d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710307465618,"stop":1710307465618,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cdc78611b3b2d0","name":"creates an iterator","time":{"start":1710307377258,"stop":1710307377258,"duration":0},"status":"passed","severity":"normal"},{"uid":"c174b63fd0a03578","name":"Check received message containing Chinese","time":{"start":1710307308618,"stop":1710307308618,"duration":0},"status":"passed","severity":"normal"},{"uid":"593a27e661ce0f00","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"status":"passed","severity":"normal"},{"uid":"655c81158abecd87","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710307045663,"stop":1710307045664,"duration":1},"status":"passed","severity":"normal"},{"uid":"6696ca96b89d9eed","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1710307342525,"stop":1710307342525,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c543862f1b45555","name":"Passing an array","time":{"start":1710307392998,"stop":1710307392999,"duration":1},"status":"passed","severity":"normal"},{"uid":"30c5de6fa0dc5c65","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1710306816837,"stop":1710306816839,"duration":2},"status":"passed","severity":"normal"},{"uid":"ee0ed5f7788a0a80","name":"Check message received after nwaku node is restarted","time":{"start":1710306994279,"stop":1710306994279,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f346042f8e263f2c","name":"Push message with content topic containing SQL Injection","time":{"start":1710307358464,"stop":1710307358465,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8081ed8b174f564","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710307465627,"stop":1710307465627,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2a2fdc9d308325e","name":"Push message with content topic containing Arabic","time":{"start":1710307358463,"stop":1710307358464,"duration":1},"status":"passed","severity":"normal"},{"uid":"44155cd5c0d0e173","name":"Subscribe and receive messages via waku relay post","time":{"start":1710307078638,"stop":1710307078638,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d34721d9d1fa3a","name":"Push message with long payload","time":{"start":1710307207046,"stop":1710307207047,"duration":1},"status":"passed","severity":"normal"},{"uid":"141971be20dd4e4f","name":"stop","time":{"start":1710306873749,"stop":1710306873749,"duration":0},"status":"passed","severity":"normal"},{"uid":"409e9a7c2904c688","name":"Push message with custom timestamp: 1710303381740","time":{"start":1710307358489,"stop":1710307358489,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af4b01499ed7916","name":"Subscribe to topic containing Script and publish message","time":{"start":1710307259440,"stop":1710307259440,"duration":0},"status":"passed","severity":"normal"},{"uid":"942ea8097846c0f0","name":"Check received message with timestamp: 1710306832208000000 ","time":{"start":1710307308628,"stop":1710307308629,"duration":1},"status":"passed","severity":"normal"},{"uid":"9adb6875d80b8beb","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1710307233598,"stop":1710307233599,"duration":1},"status":"passed","severity":"normal"},{"uid":"c58e5b8bf671e9","name":"Push message with XML payload","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c0feff6ec28ed9c","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1710306981521,"stop":1710306981521,"duration":0},"status":"passed","severity":"normal"},{"uid":"54a5343050da809a","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"status":"passed","severity":"normal"},{"uid":"6602ffbc2d1b7fcf","name":"Check message received after jswaku node is restarted","time":{"start":1710307308633,"stop":1710307308634,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9c5d3446ca166267","name":"through manual discovery","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"status":"passed","severity":"normal"},{"uid":"139f60852ff4abed","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1710306783662,"stop":1710306783662,"duration":0},"status":"passed","severity":"normal"},{"uid":"87af75df6543e27e","name":"Mutual subscription","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"status":"passed","severity":"normal"},{"uid":"6195a75d2af54be7","name":"should properly create location multiaddrs - tcp6","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"status":"passed","severity":"normal"},{"uid":"151b20ca48228c7f","name":"should properly create peer info with all multiaddrs","time":{"start":1710306791807,"stop":1710306791807,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eb3a12db899e94e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710307465629,"stop":1710307465630,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b5dff7d7101e26c","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1710306981522,"stop":1710306981522,"duration":0},"status":"passed","severity":"normal"},{"uid":"705a5ed42fd5c176","name":"ignores domain fetching errors","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"status":"passed","severity":"normal"},{"uid":"761a42244aaed2b6","name":"should set field with all protocols enabled","time":{"start":1710306791807,"stop":1710306791808,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6750198c0188479","name":"Passing cursor with wrong pubsubTopic","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f00ead971e63979","name":"Refresh subscription","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4c655e4997fd5207","name":"ignores unrecognized TXT record formats","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"status":"passed","severity":"normal"},{"uid":"46f68746f50cdee6","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1710307392157,"stop":1710307392157,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed4c493d9130c58","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710307045660,"stop":1710307045660,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0d4890a462f8b50","name":"throws on content topic with empty topic name field","time":{"start":1710306783477,"stop":1710306783477,"duration":0},"status":"passed","severity":"normal"},{"uid":"5baf4b5cd3c617d9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710307465636,"stop":1710307465636,"duration":0},"status":"passed","severity":"normal"},{"uid":"1746f7e3e4edcb61","name":"Accepts a valid Waku Message","time":{"start":1710306799978,"stop":1710306799980,"duration":2},"status":"passed","severity":"normal"},{"uid":"6190bac82b7d7883","name":"Check message with non string payload is not received","time":{"start":1710307308650,"stop":1710307308650,"duration":0},"status":"passed","severity":"normal"},{"uid":"b44ab4ec38b23c38","name":"should encodeTxt and decodeTxt","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7ba4e1bfc7a236a","name":"Ephemeral field is preserved - encoder v0","time":{"start":1710306846370,"stop":1710306846371,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff3ad5448c070309","name":"removeEventListener with correct event","time":{"start":1710306873744,"stop":1710306873745,"duration":1},"status":"passed","severity":"normal"},{"uid":"5633e6f729d80ba1","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710306904612,"stop":1710306904612,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee86dbb12c830a52","name":"Check publish message containing SQL Injection","time":{"start":1710307247761,"stop":1710307247761,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d01a302eb02e070","name":"Subscribe to topic containing JSON and publish message","time":{"start":1710307259441,"stop":1710307259441,"duration":0},"status":"passed","severity":"normal"},{"uid":"40249434d6dcb33e","name":"should only return 1 node with relay and store capability","time":{"start":1710306807581,"stop":1710306807582,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd7ec2aa8983562d","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1710306796318,"stop":1710306796319,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f73eaff66e6ee16","name":"Check message with no payload is not received","time":{"start":1710306994277,"stop":1710306994278,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e3789192373e528","name":"Refresh subscription","time":{"start":1710307465634,"stop":1710307465634,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd8aeb09e11b1fe3","name":"Ordered Callback - backward","time":{"start":1710307365855,"stop":1710307365855,"duration":0},"status":"passed","severity":"normal"},{"uid":"4956183f40287201","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1710307078652,"stop":1710307078653,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f99f2f7f33bd728","name":"Ordered Callback - forward","time":{"start":1710307365852,"stop":1710307365855,"duration":3},"status":"passed","severity":"normal"},{"uid":"6cc4a0a7325ed109","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1710307392156,"stop":1710307392156,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05b8dfd71b32c2e","name":"should emit a peer event after start","time":{"start":1710306844173,"stop":1710306844174,"duration":1},"status":"passed","severity":"normal"},{"uid":"1917de482d108400","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710306913477,"stop":1710306913477,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e0b9f018cda4f27","name":"Passing page size 110 when there are 120 messages","time":{"start":1710307383801,"stop":1710307383802,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e85f9a879ed1346","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"status":"passed","severity":"normal"},{"uid":"6249705d8da0e6e2","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"status":"passed","severity":"normal"},{"uid":"507f40509b1b0efe","name":"should only return 1 node with store capability","time":{"start":1710306807582,"stop":1710306807582,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a66928c63d120d0","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1710306841076,"stop":1710306841076,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44e49cf7d62444a","name":"should not receive a peer event after stop","time":{"start":1710306844181,"stop":1710306844183,"duration":2},"status":"passed","severity":"normal"},{"uid":"fa75ab86ed550c2","name":"Check publish message after client node is restarted","time":{"start":1710307247773,"stop":1710307247774,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2ff27dd2aca6d39c","name":"should not fail to start the service if it is already started","time":{"start":1710306844173,"stop":1710306844173,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e10b933126ccdc","name":"Subscribe to topic containing XML and receive message","time":{"start":1710307078649,"stop":1710307078649,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c2fd63fa08f33f","name":"Subscribe and receive messages via lightPush","time":{"start":1710307465629,"stop":1710307465629,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee041736d3a13da2","name":"Subscribe and receive messages via waku relay post","time":{"start":1710307465618,"stop":1710307465618,"duration":0},"status":"passed","severity":"normal"},{"uid":"9366d344f70107b5","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1710306791276,"stop":1710306791276,"duration":0},"status":"passed","severity":"normal"},{"uid":"264e98276ded3091","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710306904615,"stop":1710306904616,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f9d2c1b0de26e26","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1710306981513,"stop":1710306981513,"duration":0},"status":"passed","severity":"normal"},{"uid":"79be96b91a983cb1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710306904613,"stop":1710306904614,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd8dd94ddae5d487","name":"Push message with shell command payload","time":{"start":1710307207058,"stop":1710307207058,"duration":0},"status":"passed","severity":"normal"},{"uid":"d96e2d65425d975c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710307078639,"stop":1710307078640,"duration":1},"status":"passed","severity":"normal"},{"uid":"743f7b959cd02351","name":"Relay - dialed first","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"status":"passed","severity":"normal"},{"uid":"489f1d8d26f91c0e","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1710307259440,"stop":1710307259441,"duration":1},"status":"passed","severity":"normal"},{"uid":"43ec9a647e3c6b96","name":"Push message with escaped characters payload","time":{"start":1710307207058,"stop":1710307207063,"duration":5},"status":"passed","severity":"normal"},{"uid":"8ae9c9266c892a69","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710307244658,"stop":1710307244658,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dc364c747b628c2","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1710307392158,"stop":1710307392158,"duration":0},"status":"passed","severity":"normal"},{"uid":"ece39bb182a659f2","name":"Push message equal or less that 1MB","time":{"start":1710307207095,"stop":1710307207096,"duration":1},"status":"passed","severity":"normal"},{"uid":"2252bf85cd52830f","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1710306981505,"stop":1710306981505,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60d6070b1ead4ef","name":"isConnected should return false after all peers disconnect","time":{"start":1710306833586,"stop":1710306833587,"duration":1},"status":"passed","severity":"normal"},{"uid":"1458c7deccfd5e79","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1710307259434,"stop":1710307259434,"duration":0},"status":"passed","severity":"normal"},{"uid":"130331af441031e5","name":"Encoder throws on undefined content topic","time":{"start":1710306818618,"stop":1710306818618,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7c1c34ea574205f","name":"Push message equal or less that 1MB","time":{"start":1710307358491,"stop":1710307358491,"duration":0},"status":"passed","severity":"normal"},{"uid":"3747a14e4385d0fd","name":"Publish message with large meta","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa94cf7cc1ecf73d","name":"Passing page size 1 when there are 4 messages","time":{"start":1710307383799,"stop":1710307383799,"duration":0},"status":"passed","severity":"normal"},{"uid":"cacdebe74832f79c","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1710306846371,"stop":1710306846371,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf701fc9996a67b0","name":"should not receive a peer event before start","time":{"start":1710307300371,"stop":1710307300375,"duration":4},"status":"passed","severity":"normal"},{"uid":"235cbb7f16c82a5d","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1710307392157,"stop":1710307392158,"duration":1},"status":"passed","severity":"normal"},{"uid":"52085bf8bafab51e","name":"should properly create location multiaddrs - udp","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"status":"passed","severity":"normal"},{"uid":"3836398dd70fdd8c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbede38292c05609","name":"Push message with content topic containing XML","time":{"start":1710307358465,"stop":1710307358466,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfa4a03f36985f76","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1710307325064,"stop":1710307325064,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56681d53b0ad2cb","name":"Decoder throws on undefined content topic","time":{"start":1710306816842,"stop":1710306816842,"duration":0},"status":"passed","severity":"normal"},{"uid":"151636316322d429","name":"Publish message with custom timestamp: Wed Mar 13 2024 06:20:38 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247767,"stop":1710307247767,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b7453da3e18ab","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710307465636,"stop":1710307465636,"duration":0},"status":"passed","severity":"normal"},{"uid":"a084d0101a4b1b0b","name":"Check received message containing Russian","time":{"start":1710306994268,"stop":1710306994269,"duration":1},"status":"passed","severity":"normal"},{"uid":"d669d81e8897781a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1710306981518,"stop":1710306981519,"duration":1},"status":"passed","severity":"normal"},{"uid":"916dd0c263e44a4d","name":"Subscribe to topic containing special chars and publish message","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"status":"passed","severity":"normal"},{"uid":"83afcf2cd16e1e93","name":"passes more than one ENR URLs and attempts connection","time":{"start":1710306844184,"stop":1710306844184,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e53ad3fca24dd088","name":"different cluster, same shard: nodes don't connect","time":{"start":1710306981491,"stop":1710306981491,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1b43c71a5f4ee15","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710306994275,"stop":1710306994275,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5727b048d92f8ce","name":"Push message with content topic containing shell command","time":{"start":1710307207090,"stop":1710307207090,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d89a1ccfe2dc914","name":"Check publish message containing numeric","time":{"start":1710307247757,"stop":1710307247757,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d979d7690842cbd","name":"throws on content topic with empty application field","time":{"start":1710306783476,"stop":1710306783476,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe9f02454f9f7ab","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1710306807149,"stop":1710306807149,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f6ca1b54860dfd1","name":"Check message with invalid timestamp is not received","time":{"start":1710307308631,"stop":1710307308631,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55b295c954e78de","name":"Check received message containing JSON","time":{"start":1710306994271,"stop":1710306994271,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bb0ce2549f5b685","name":"Generator, 2 different pubsubtopics","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"status":"passed","severity":"normal"},{"uid":"892ad9469a60e80","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710307078638,"stop":1710307078638,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c2d8dd472eaf902","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981520,"stop":1710306981520,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e2a1e8746d9207","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710307465638,"stop":1710307465638,"duration":0},"status":"passed","severity":"normal"},{"uid":"a36d82908d154cf2","name":"Check received message containing Russian","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc3baaa033abf130","name":"should encode/decode to text encoding","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d3f130ed9394d0","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ec76e6ae059267","name":"should not fail to start the service if it is already started","time":{"start":1710306811114,"stop":1710306811114,"duration":0},"status":"passed","severity":"normal"},{"uid":"6271a0a94214c2cd","name":"different cluster, different shard: nodes don't connect","time":{"start":1710306981492,"stop":1710306981492,"duration":0},"status":"passed","severity":"normal"},{"uid":"9420534aba8f9985","name":"returns all values when wanted number matches available values","time":{"start":1710306806601,"stop":1710306806603,"duration":2},"status":"passed","severity":"normal"},{"uid":"bf85cb42ba4b05a0","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710307078651,"stop":1710307078651,"duration":0},"status":"passed","severity":"normal"},{"uid":"4929156d19bed9bb","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710307535235,"stop":1710307535235,"duration":0},"status":"passed","severity":"normal"},{"uid":"779e1f43412c6cc3","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710307535236,"stop":1710307535236,"duration":0},"status":"passed","severity":"normal"},{"uid":"af26f23dba99a19c","name":"should be able to decode the field with only STORE set to true","time":{"start":1710306791281,"stop":1710306791281,"duration":0},"status":"passed","severity":"normal"},{"uid":"1875af12e2c59931","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1710307259435,"stop":1710307259435,"duration":0},"status":"passed","severity":"normal"},{"uid":"3670104296f933b0","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710307535235,"stop":1710307535235,"duration":0},"status":"passed","severity":"normal"},{"uid":"159407dc774053b9","name":"Check received message containing SQL Injection","time":{"start":1710307308639,"stop":1710307308643,"duration":4},"status":"passed","severity":"normal"},{"uid":"937dd759a74f8879","name":"Check received message containing special chars","time":{"start":1710307308636,"stop":1710307308637,"duration":1},"status":"passed","severity":"normal"},{"uid":"8402acfe0863d89e","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"status":"passed","severity":"normal"},{"uid":"d789dab8d831290d","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b23b84d542088b6","name":"more peers than existing","time":{"start":1710307207320,"stop":1710307207321,"duration":1},"status":"skipped","severity":"normal"},{"uid":"36ee334c4cd23979","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1710306877071,"stop":1710306877072,"duration":1},"status":"passed","severity":"normal"},{"uid":"8967d765cf0753ba","name":"Push message on custom pubsubTopic","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"status":"passed","severity":"normal"},{"uid":"55508c08e2144442","name":"Fails to push message with large meta","time":{"start":1710307358473,"stop":1710307358473,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7eac3f2f4efd11e","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1710306981526,"stop":1710306981526,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e436814900e88dd","name":"should decode valid enr successfully","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"status":"passed","severity":"normal"},{"uid":"c19b90daaf76611d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307101316,"stop":1710307101316,"duration":0},"status":"passed","severity":"normal"},{"uid":"9946e83f566fd2af","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1710306807147,"stop":1710306807147,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ce64e4516c7688","name":"Push message with content topic containing short","time":{"start":1710307358460,"stop":1710307358461,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a5d6b5a6dc7ab5d","name":"Refresh subscription","time":{"start":1710307465621,"stop":1710307465622,"duration":1},"status":"passed","severity":"normal"},{"uid":"34f98c9f388fed0","name":"Push message with meta","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"status":"passed","severity":"normal"},{"uid":"5804608f88f0622e","name":"Reopen subscription with peer with lost subscription","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a084db94f32185a","name":"Query with Promise Callback, No Decoder","time":{"start":1710307342528,"stop":1710307342528,"duration":0},"status":"passed","severity":"normal"},{"uid":"551c392fcbaf7f61","name":"Does not throw an exception when node disconnects","time":{"start":1710307392998,"stop":1710307392998,"duration":0},"status":"passed","severity":"normal"},{"uid":"eab128fb35e5d15a","name":"should properly compute the node id","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"status":"passed","severity":"normal"},{"uid":"e535e689cf29bd40","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1710307259442,"stop":1710307259442,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2a6ed620d3bf35","name":"Decoder throws on undefined content topic","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ae85cd1aeca56b","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710307465624,"stop":1710307465624,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c53c3e6c7c27a6d","name":"Push message with JSON payload","time":{"start":1710307207052,"stop":1710307207057,"duration":5},"status":"passed","severity":"normal"},{"uid":"af3fb0b36bd0fc39","name":"should be able to decode the field with only RELAY set to true","time":{"start":1710306791280,"stop":1710306791280,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef37b9432b455edc","name":"Check publish message containing special chars","time":{"start":1710307247757,"stop":1710307247758,"duration":1},"status":"passed","severity":"normal"},{"uid":"27f7bb091abd7099","name":"Check message with no content topic is not received","time":{"start":1710307308649,"stop":1710307308650,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f045d647f60bfc8","name":"Used by Waku Relay","time":{"start":1710307392999,"stop":1710307393000,"duration":1},"status":"passed","severity":"normal"},{"uid":"f07c2a9b3e2549b3","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710307078638,"stop":1710307078639,"duration":1},"status":"passed","severity":"normal"},{"uid":"7103721d540ca672","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710307465633,"stop":1710307465633,"duration":0},"status":"skipped","severity":"normal"},{"uid":"70d2a2f13b6a2297","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1710306791277,"stop":1710306791278,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a4e3fc75e8371f7","name":"Push message with rate limit","time":{"start":1710307207093,"stop":1710307207094,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca7da19ba41eb4eb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1710306981511,"stop":1710306981511,"duration":0},"status":"passed","severity":"normal"},{"uid":"51255a22a58646d6","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1710306807149,"stop":1710306807150,"duration":1},"status":"passed","severity":"normal"},{"uid":"84f9195fc0f8e0a9","name":"Correctly serialized arguments","time":{"start":1710307105570,"stop":1710307105570,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3c212d623f1152e","name":"Store - dialed after - with timeout","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc604a1442a69eb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1710306981524,"stop":1710306981525,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b66495eef116772","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1710306807583,"stop":1710306807583,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9430d7fb98f3b2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710307078647,"stop":1710307078647,"duration":0},"status":"passed","severity":"normal"},{"uid":"3597590afaefed95","name":"Check received message containing unicode special characters","time":{"start":1710306994272,"stop":1710306994273,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b3a75e271d6266","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1710306981522,"stop":1710306981524,"duration":2},"status":"passed","severity":"normal"},{"uid":"e8cee758ade97dff","name":"can start and stop the service","time":{"start":1710307300369,"stop":1710307300369,"duration":0},"status":"passed","severity":"normal"},{"uid":"e34ab47665c4eb66","name":"1 Store, 2 relays, 2 fetches","time":{"start":1710306807025,"stop":1710306807025,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a6a1cb256b9282f","name":"Using a function","time":{"start":1710307392999,"stop":1710307392999,"duration":0},"status":"passed","severity":"normal"},{"uid":"a772a1195095c96","name":"Asymmetric encrypt & decrypt","time":{"start":1710306817450,"stop":1710306817451,"duration":1},"status":"passed","severity":"normal"},{"uid":"322ec624736566aa","name":"should be able to encode the field with only FILTER set to true","time":{"start":1710306791275,"stop":1710306791276,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7bb23ddc501c0ee","name":"Push message with content topic containing unicode special characters","time":{"start":1710307358467,"stop":1710307358468,"duration":1},"status":"passed","severity":"normal"},{"uid":"97bda8c337a5c64a","name":"Reopen subscription with peer with lost subscription","time":{"start":1710306865885,"stop":1710306865886,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce05dda30542d80e","name":"Query Generator, Multiple PubsubTopics","time":{"start":1710307342519,"stop":1710307342520,"duration":1},"status":"passed","severity":"normal"},{"uid":"1edf0235af8fec6","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1710307259435,"stop":1710307259435,"duration":0},"status":"passed","severity":"normal"},{"uid":"349c76ee852db424","name":"Subscribe to topic containing short and receive message","time":{"start":1710307078644,"stop":1710307078644,"duration":0},"status":"passed","severity":"normal"},{"uid":"942f45714d816161","name":"should set field with all protocols disabled","time":{"start":1710306791807,"stop":1710306791807,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c3b54c1ca7eaa0d","name":"Sets default value correctly","time":{"start":1710307393000,"stop":1710307393000,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae8aa08266f081e","name":"Subscribe to topic containing short and receive message","time":{"start":1710307465634,"stop":1710307465634,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b493541418e2afe","name":"should get / set TCP multiaddr","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5743fbb8adfaf32","name":"should throw error - no id","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6471a4e3fe7b14f","name":"Push message with content topic containing XML","time":{"start":1710307207089,"stop":1710307207089,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6cbeffff593b0af","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1710307325063,"stop":1710307325063,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae158714446bc92","name":"Check message with no content topic is not received","time":{"start":1710306994277,"stop":1710306994277,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1291c25e0f7ab77","name":"Check received message containing short","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfaff012410118d0","name":"Generator, 2 different pubsubtopics","time":{"start":1710307351547,"stop":1710307351548,"duration":1},"status":"passed","severity":"normal"},{"uid":"16d5bf74f002c13a","name":"Publish message with custom timestamp: Wed Mar 13 2024 04:20:38 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247766,"stop":1710307247767,"duration":1},"status":"passed","severity":"normal"},{"uid":"7945e0514e314143","name":"Fails to push message with large meta","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"status":"passed","severity":"normal"},{"uid":"56ca2f702c4cdb02","name":"Push message with special chars payload","time":{"start":1710307358454,"stop":1710307358454,"duration":0},"status":"passed","severity":"normal"},{"uid":"872e8b03e8417bf0","name":"should emit a peer event after start","time":{"start":1710306811114,"stop":1710306811115,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dab49c42effd416","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710307465640,"stop":1710307465640,"duration":0},"status":"passed","severity":"normal"},{"uid":"e643e20019f5f65c","name":"Subscribe to topic containing long and publish message","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bc4d374f21fcfd2","name":"configure the node with multiple pubsub topics","time":{"start":1710307285626,"stop":1710307285627,"duration":1},"status":"passed","severity":"normal"},{"uid":"a756180be52294f3","name":"Push message with Russian payload","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"status":"passed","severity":"normal"},{"uid":"76ee843b7667e331","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710307465635,"stop":1710307465636,"duration":1},"status":"passed","severity":"normal"},{"uid":"6baaff4bb81b1029","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3974946fb4e638b","name":"Check message with non string payload is not received","time":{"start":1710306994278,"stop":1710306994278,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6464def5efb043e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710306994274,"stop":1710306994274,"duration":0},"status":"passed","severity":"normal"},{"uid":"24efdf966e4ef57d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710307045657,"stop":1710307045659,"duration":2},"status":"passed","severity":"normal"},{"uid":"90735eebe174ec27","name":"Check message with invalid timestamp is not received","time":{"start":1710306994275,"stop":1710306994275,"duration":0},"status":"passed","severity":"normal"},{"uid":"63b8953a0fb524dd","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1710306877073,"stop":1710306877073,"duration":0},"status":"passed","severity":"normal"},{"uid":"80bd6dda223934cc","name":"addEventListener with wrong event","time":{"start":1710306873742,"stop":1710306873743,"duration":1},"status":"passed","severity":"normal"},{"uid":"56b4807bb648705b","name":"Push to array if already present","time":{"start":1710306783350,"stop":1710306783351,"duration":1},"status":"passed","severity":"normal"},{"uid":"c78deb2d9b9608a9","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1710306833583,"stop":1710306833584,"duration":1},"status":"passed","severity":"normal"},{"uid":"b35ec6754e875c48","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710307078652,"stop":1710307078652,"duration":0},"status":"passed","severity":"normal"},{"uid":"431b7e4e075f97cc","name":"Check received message containing escaped characters","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"status":"passed","severity":"normal"},{"uid":"cacc380da1b93230","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710307045661,"stop":1710307045662,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5f0f66c8d1426d","name":"Fails to publish message with size larger than 1 MB","time":{"start":1710307247771,"stop":1710307247771,"duration":0},"status":"passed","severity":"normal"},{"uid":"10e645bab1fa0461","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1710306796319,"stop":1710306796319,"duration":0},"status":"passed","severity":"normal"},{"uid":"30cfc64235762ce7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307351549,"stop":1710307351549,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fdcddd8ac1092c","name":"can start the service","time":{"start":1710306811112,"stop":1710306811113,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a981ae9069cc5ed","name":"isConnected return false after peer stops","time":{"start":1710306877075,"stop":1710306877076,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d5ec46e2958dc45","name":"new peer added after a peer was already found","time":{"start":1710307233597,"stop":1710307233598,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3b0749efd22f39dc","name":"Query Generator, No Decoder","time":{"start":1710307342523,"stop":1710307342524,"duration":1},"status":"passed","severity":"normal"},{"uid":"ead1906609d6d38f","name":"Check publish message containing Basic HTML tag","time":{"start":1710307247762,"stop":1710307247763,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ff2747ee46298db","name":"Subscribe to topic containing Script and receive message","time":{"start":1710307465625,"stop":1710307465625,"duration":0},"status":"passed","severity":"normal"},{"uid":"70c029d74b3a4f35","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981514,"stop":1710306981516,"duration":2},"status":"passed","severity":"normal"},{"uid":"ae2118cc8150f0db","name":"Ping on unsubscribed peer","time":{"start":1710306908763,"stop":1710306908764,"duration":1},"status":"passed","severity":"normal"},{"uid":"38e7c6a940a06079","name":"same cluster, same shard: nodes connect","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"ae09d7506fd71367","name":"Push message with content topic containing escaped characters","time":{"start":1710308463710,"stop":1710308463710,"duration":0},"status":"passed","severity":"normal"},{"uid":"6287513d2edaaa9f","name":"Store - dialed after - with timeout","time":{"start":1710308515426,"stop":1710308515427,"duration":1},"status":"passed","severity":"normal"},{"uid":"168699eea91ad1b0","name":"Sample","time":{"start":1710307898039,"stop":1710307898039,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb2684be62889246","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1710307897773,"stop":1710307897773,"duration":0},"status":"passed","severity":"normal"},{"uid":"e63d4d5b9856819a","name":"Fails to publish message with wrong content topic","time":{"start":1710308366509,"stop":1710308366511,"duration":2},"status":"passed","severity":"normal"},{"uid":"419b2409f8930b61","name":"Reopen subscription with peer with lost subscription","time":{"start":1710308024294,"stop":1710308024295,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c9e3492a4807550","name":"Push message with content topic containing Chinese","time":{"start":1710308322609,"stop":1710308322609,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e5aa6f148f9d8b9","name":"less peers than existing","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d4e9adc87979262","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1710307897780,"stop":1710307897781,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb8d11f05e1a0b93","name":"Register correct protocols","time":{"start":1710308371293,"stop":1710308371294,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9a03dcdb8819aa6","name":"Push message with SQL Injection payload","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"status":"passed","severity":"normal"},{"uid":"30081ab3344c28d6","name":"Push message with content topic containing escaped characters","time":{"start":1710308322614,"stop":1710308322614,"duration":0},"status":"passed","severity":"normal"},{"uid":"64455f73f6a0cbb5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1710308092722,"stop":1710308092722,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa888bf35fccfb1","name":"Query with Promise Callback, No message returned","time":{"start":1710308459438,"stop":1710308459439,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cf7091976c49855","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1710308508713,"stop":1710308508714,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ee1aee8ea0aa9f7","name":"Subscribe to topic containing short and receive message","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ef819c359058ade","name":"Check received message containing JSON","time":{"start":1710308416721,"stop":1710308416722,"duration":1},"status":"passed","severity":"normal"},{"uid":"54780751d24614ee","name":"can start the service","time":{"start":1710307918131,"stop":1710307918131,"duration":0},"status":"passed","severity":"normal"},{"uid":"e58834a65ed4ea86","name":"Check received message containing emoji","time":{"start":1710308416723,"stop":1710308416724,"duration":1},"status":"passed","severity":"normal"},{"uid":"249eba5a985f9b6","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1710307948137,"stop":1710307948137,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae455015e49eea53","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092691,"stop":1710308092699,"duration":8},"status":"passed","severity":"normal"},{"uid":"6fea4f1e72594470","name":"Subscribe to topic containing long and receive message","time":{"start":1710308572936,"stop":1710308572937,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a7b0ff99dee6a84","name":"Passing page size 1 when there are 4 messages","time":{"start":1710308494290,"stop":1710308494291,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9c076e66d864268","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1710307950104,"stop":1710307950105,"duration":1},"status":"passed","severity":"normal"},{"uid":"768edaa3781bce49","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710308572942,"stop":1710308572943,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2a13a70ec24708f","name":"Check publish message containing short","time":{"start":1710308366456,"stop":1710308366456,"duration":0},"status":"passed","severity":"normal"},{"uid":"963bd816a7c1d5c1","name":"Push message with content topic containing XML","time":{"start":1710308463694,"stop":1710308463705,"duration":11},"status":"passed","severity":"normal"},{"uid":"4af4f3a79477d29c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308225037,"stop":1710308225037,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3901eae495650d0","name":"Push message with custom timestamp: 1679549692890","time":{"start":1710308463732,"stop":1710308463733,"duration":1},"status":"passed","severity":"normal"},{"uid":"73fc13e1a2da15bc","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710308167160,"stop":1710308167160,"duration":0},"status":"passed","severity":"normal"},{"uid":"65158b7cbdcd1238","name":"Push 30 different messages","time":{"start":1710308463689,"stop":1710308463689,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcbe0c79e4f1c505","name":"Push message with Script payload","time":{"start":1710308322586,"stop":1710308322593,"duration":7},"status":"passed","severity":"normal"},{"uid":"7c5165e0a08000e8","name":"Push message with short payload","time":{"start":1710308322564,"stop":1710308322564,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fc1f472da8fdd0a","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710308097734,"stop":1710308097734,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7d3b14d46472c1d","name":"Ordered callback, aborts when callback returns true","time":{"start":1710308481021,"stop":1710308481022,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e13bbd413bdfe67","name":"Nwaku publishes","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab61a767c8ddc7fd","name":"Check message with no content topic is not received","time":{"start":1710308097736,"stop":1710308097736,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6516d0da9395234","name":"Generator, custom pubsub topic","time":{"start":1710308464141,"stop":1710308464141,"duration":0},"status":"skipped","severity":"normal"},{"uid":"65ad99ac0edfe7ed","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","severity":"normal"},{"uid":"7929bfc9e9d0147c","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1710308433841,"stop":1710308433841,"duration":0},"status":"passed","severity":"normal"},{"uid":"1382ce6430bcc8e3","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710308416744,"stop":1710308416745,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d551bb723d2168","name":"Waku message hash computation (meta attribute not present)","time":{"start":1710307892759,"stop":1710307892759,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f251cecc999254f","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c4c55deba96b8e","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1710307940164,"stop":1710307940171,"duration":7},"status":"passed","severity":"normal"},{"uid":"d302f1ab7f445158","name":"Check received message containing short","time":{"start":1710308416729,"stop":1710308416730,"duration":1},"status":"passed","severity":"normal"},{"uid":"2593a621e1209fca","name":"Encoder throws on empty string content topic","time":{"start":1710307923914,"stop":1710307923915,"duration":1},"status":"passed","severity":"normal"},{"uid":"17cafc41b2943637","name":"different cluster, same shard: nodes don't connect","time":{"start":1710308092685,"stop":1710308092686,"duration":1},"status":"passed","severity":"normal"},{"uid":"584068ae20efac07","name":"throws on content topic with too few or too many fields","time":{"start":1710307890264,"stop":1710307890264,"duration":0},"status":"passed","severity":"normal"},{"uid":"94d202265557b95","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1710308092721,"stop":1710308092721,"duration":0},"status":"passed","severity":"normal"},{"uid":"11eb0f4823c96201","name":"Check received message with timestamp: 1710307939355000000 ","time":{"start":1710308416724,"stop":1710308416724,"duration":0},"status":"passed","severity":"normal"},{"uid":"4129f5d41c6ca22c","name":"should handle a minimal index list","time":{"start":1710307890343,"stop":1710307890344,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e38930ef90d934b","name":"Overlapping topic subscription","time":{"start":1710308371300,"stop":1710308371301,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d281bfa3e25b73e6","name":"recovers when dns.resolve returns empty","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"status":"passed","severity":"normal"},{"uid":"1283e9ffcb56230f","name":"Passing cursor with wrong pubsubTopic","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc3887ddc54b7338","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308007025,"stop":1710308007025,"duration":0},"status":"passed","severity":"normal"},{"uid":"882fdf9ae41376be","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1710307914057,"stop":1710307914058,"duration":1},"status":"passed","severity":"normal"},{"uid":"691a34a900530f1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308007021,"stop":1710308007021,"duration":0},"status":"passed","severity":"normal"},{"uid":"79b8b787a6cf01e9","name":"Query generator for multiple messages","time":{"start":1710308481018,"stop":1710308481018,"duration":0},"status":"passed","severity":"normal"},{"uid":"abf2b2911db3ad8f","name":"Push message with Arabic payload","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"status":"passed","severity":"normal"},{"uid":"286a188ce3994149","name":"safeDispatchEvent","time":{"start":1710307980883,"stop":1710307980884,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc4806e8d40a6527","name":"Check received message containing escaped characters","time":{"start":1710308416740,"stop":1710308416742,"duration":2},"status":"passed","severity":"normal"},{"uid":"68d38eaf2ad613c2","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710308649157,"stop":1710308649157,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9033d1f148e94c6","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710308192915,"stop":1710308192916,"duration":1},"status":"passed","severity":"normal"},{"uid":"93a0c157206c50ba","name":"Fails to push message with empty content topic","time":{"start":1710308322615,"stop":1710308322615,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d388e45591383b","name":"removeEventListener with correct event","time":{"start":1710307980880,"stop":1710307980881,"duration":1},"status":"passed","severity":"normal"},{"uid":"b315b480fe2eec38","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710308007024,"stop":1710308007024,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd0fca2df1ee3be","name":"Check received message containing special chars","time":{"start":1710308097726,"stop":1710308097727,"duration":1},"status":"passed","severity":"normal"},{"uid":"55136e36ac157da1","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1710308092714,"stop":1710308092714,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd801977b799a42f","name":"Push message with content topic containing XML","time":{"start":1710308322612,"stop":1710308322612,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4ca6b04a1e969b5","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710308192968,"stop":1710308192969,"duration":1},"status":"passed","severity":"normal"},{"uid":"38cf3f4b38919620","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bbdf296f293cabce","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308464141,"stop":1710308464142,"duration":1},"status":"skipped","severity":"normal"},{"uid":"fcea57472694cd3d","name":"Subscribe to topic containing short and receive message","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe4e6897f994c287","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710308192971,"stop":1710308192971,"duration":0},"status":"passed","severity":"normal"},{"uid":"1523a03b3d04359b","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1710308371296,"stop":1710308371297,"duration":1},"status":"passed","severity":"normal"},{"uid":"78e461413c8cc9a6","name":"Accepts a valid Waku Message","time":{"start":1710307906861,"stop":1710307906862,"duration":1},"status":"passed","severity":"normal"},{"uid":"475a6691ee8a25b2","name":"Push message with special chars payload","time":{"start":1710308463674,"stop":1710308463675,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e1305aefbe96bf2","name":"Check received message containing short","time":{"start":1710308416716,"stop":1710308416716,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bc89afb1807ee97","name":"Check received message containing Chinese","time":{"start":1710308416731,"stop":1710308416732,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0e59bc0e054e13b","name":"Passing page size 110 when there are 120 messages","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"status":"passed","severity":"normal"},{"uid":"cefec7f7d4ab588b","name":"Push message with escaped characters payload","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"status":"passed","severity":"normal"},{"uid":"94c1a6601a18a435","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710308572948,"stop":1710308572949,"duration":1},"status":"passed","severity":"normal"},{"uid":"746e53115698be23","name":"Encoder throws on undefined content topic","time":{"start":1710307903499,"stop":1710307903500,"duration":1},"status":"passed","severity":"normal"},{"uid":"758448b39be27c9","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bf5730553fdfba4e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710308026834,"stop":1710308026834,"duration":0},"status":"passed","severity":"normal"},{"uid":"f535654f4861b59","name":"can start and stop the service","time":{"start":1710307918132,"stop":1710307918132,"duration":0},"status":"passed","severity":"normal"},{"uid":"20243ed8033a8488","name":"handles multiple messages","time":{"start":1710308495152,"stop":1710308495153,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9e6fe4eee6ddb2d","name":"Subscribe to topic containing long and receive message","time":{"start":1710308192921,"stop":1710308192921,"duration":0},"status":"passed","severity":"normal"},{"uid":"53bdcc55268eab3a","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1710307903347,"stop":1710307903347,"duration":0},"status":"passed","severity":"normal"},{"uid":"80e534f40888f6d0","name":"Push message with short payload","time":{"start":1710308463673,"stop":1710308463673,"duration":0},"status":"passed","severity":"normal"},{"uid":"39bc231b2d43a2ca","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1710308508730,"stop":1710308508734,"duration":4},"status":"passed","severity":"normal"},{"uid":"26fb4a83e7160219","name":"Overlapping topic subscription","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"status":"passed","severity":"normal"},{"uid":"658fc70cc0b4b5d7","name":"Check meta is set [ecies]","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"status":"passed","severity":"normal"},{"uid":"3478f4dea2ed7899","name":"Waku message hash computation","time":{"start":1710307892757,"stop":1710307892759,"duration":2},"status":"passed","severity":"normal"},{"uid":"5f5f9aea320ebe41","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1710307914374,"stop":1710307914374,"duration":0},"status":"passed","severity":"normal"},{"uid":"e64a00d603ae3445","name":"can start the service","time":{"start":1710308426361,"stop":1710308426361,"duration":0},"status":"passed","severity":"normal"},{"uid":"40758540cf4daf90","name":"Check message on other pubsub topic is not received","time":{"start":1710308416745,"stop":1710308416745,"duration":0},"status":"passed","severity":"normal"},{"uid":"53fe69e083ed7f74","name":"Generator, 2 different pubsubtopics","time":{"start":1710308464142,"stop":1710308464143,"duration":1},"status":"passed","severity":"normal"},{"uid":"12828de6523ff65c","name":"Push message with emoji payload","time":{"start":1710308463688,"stop":1710308463689,"duration":1},"status":"passed","severity":"normal"},{"uid":"26651b8096e41a46","name":"different cluster, different shard: nodes don't connect","time":{"start":1710308231837,"stop":1710308231838,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f9b9d4bd7ac7b36","name":"Check message with no payload is not received","time":{"start":1710308416746,"stop":1710308416746,"duration":0},"status":"passed","severity":"normal"},{"uid":"e18f2b41e2124324","name":"Check received message containing SQL Injection","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"status":"passed","severity":"normal"},{"uid":"8456d9887da5650e","name":"addEventListener with wrong event","time":{"start":1710307980880,"stop":1710307980880,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fcf5ca8de7d5e3","name":"Push to array if already present","time":{"start":1710307889889,"stop":1710307889890,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbaa443eb1a7ea22","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710308192914,"stop":1710308192915,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2008042c6b59cae","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1710307918135,"stop":1710307918135,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8b915338eb3e6ad","name":"Subscribe to topic containing long and receive message","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fc7ad298cfbe3fe","name":"Query Generator, No Decoder","time":{"start":1710308459426,"stop":1710308459427,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dd7ebff91c557a5","name":"Push message with Arabic payload","time":{"start":1710308322567,"stop":1710308322579,"duration":12},"status":"passed","severity":"normal"},{"uid":"eebbb1047a742e76","name":"Query generator for multiple messages with different message text format","time":{"start":1710308481018,"stop":1710308481019,"duration":1},"status":"passed","severity":"normal"},{"uid":"a00442e33e94af34","name":"Check received message containing Russian","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"status":"passed","severity":"normal"},{"uid":"59599f58f3b10d7","name":"Passing page size 11 when there are 10 messages","time":{"start":1710308494292,"stop":1710308494292,"duration":0},"status":"passed","severity":"normal"},{"uid":"3123eeef1e0a98cb","name":"Check received message containing emoji","time":{"start":1710308416742,"stop":1710308416743,"duration":1},"status":"passed","severity":"normal"},{"uid":"7435b88ccd1e8fab","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1710307897799,"stop":1710307897800,"duration":1},"status":"passed","severity":"normal"},{"uid":"9117289dde432b2f","name":"Check message received after jswaku node is restarted","time":{"start":1710308416747,"stop":1710308416747,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7ab633ea8009b98c","name":"Push message with content topic containing unicode special characters","time":{"start":1710308463711,"stop":1710308463725,"duration":14},"status":"passed","severity":"normal"},{"uid":"e8bbe5d0309640b5","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1710307940140,"stop":1710307940143,"duration":3},"status":"passed","severity":"normal"},{"uid":"69d841d5eeafb782","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710308167157,"stop":1710308167158,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2f95704a7585f63","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1710307897810,"stop":1710307897811,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ab479e4414643b9","name":"Push message with meta","time":{"start":1710308322615,"stop":1710308322616,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe8f8b7d9d7213a4","name":"Push message with unicode special characters payload","time":{"start":1710308322596,"stop":1710308322597,"duration":1},"status":"passed","severity":"normal"},{"uid":"e46d8319e6b46486","name":"passes more than one ENR URLs and attempts connection","time":{"start":1710307950776,"stop":1710307950776,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4529e8375b8ffe73","name":"Passing page size 10 when there are 10 messages","time":{"start":1710308494291,"stop":1710308494292,"duration":1},"status":"passed","severity":"normal"},{"uid":"20731a99aae17b96","name":"non connected peers","time":{"start":1710308322788,"stop":1710308322789,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4c535bf7e2869044","name":"Check publish message after service node is restarted","time":{"start":1710308366513,"stop":1710308366525,"duration":12},"status":"skipped","severity":"normal"},{"uid":"210ba9f3286cdde","name":"should be able to decode the field with only RELAY set to true","time":{"start":1710307897775,"stop":1710307897775,"duration":0},"status":"passed","severity":"normal"},{"uid":"e145088ff1e23252","name":"Check message with invalid timestamp is not received","time":{"start":1710308416726,"stop":1710308416726,"duration":0},"status":"passed","severity":"normal"},{"uid":"33187d6eb6754c90","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710308192976,"stop":1710308192977,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc8398f218c8fddb","name":"Nodes with multiple pubsub topic","time":{"start":1710308357659,"stop":1710308357662,"duration":3},"status":"passed","severity":"normal"},{"uid":"6ab40f19803a67d3","name":"Fails to push message with empty content topic","time":{"start":1710308463727,"stop":1710308463728,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7526c5ff44f936","name":"isConnected should return true after first peer connects","time":{"start":1710307991226,"stop":1710307991227,"duration":1},"status":"passed","severity":"normal"},{"uid":"c60c32df11b0567b","name":"Check received message containing JSON","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4c5ee5fa0ac66ca","name":"Check received message containing XML","time":{"start":1710308416735,"stop":1710308416736,"duration":1},"status":"passed","severity":"normal"},{"uid":"961c402fe2a47a78","name":"Rejects garbage","time":{"start":1710307906862,"stop":1710307906863,"duration":1},"status":"passed","severity":"normal"},{"uid":"37e6fbdae03121a6","name":"should return false","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"status":"passed","severity":"normal"},{"uid":"390f9fd1641e1b59","name":"Push message with custom timestamp: 1679549697857","time":{"start":1710308322617,"stop":1710308322618,"duration":1},"status":"passed","severity":"normal"},{"uid":"57491081423ef38b","name":"Relay - dialed first","time":{"start":1710308515424,"stop":1710308515425,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f4b78982dcf46d3","name":"Push message with content topic containing SQL Injection","time":{"start":1710308463693,"stop":1710308463694,"duration":1},"status":"passed","severity":"normal"},{"uid":"404693b7c9f44206","name":"Push message with content topic containing shell command","time":{"start":1710308322613,"stop":1710308322613,"duration":0},"status":"passed","severity":"normal"},{"uid":"223a9ee6413644c6","name":"Check message with non string payload is not received","time":{"start":1710308416728,"stop":1710308416728,"duration":0},"status":"passed","severity":"normal"},{"uid":"7be882f99455ca53","name":"pre and post cipher","time":{"start":1710307924459,"stop":1710307924459,"duration":0},"status":"passed","severity":"normal"},{"uid":"7946af4b1566759b","name":"Check received message containing unicode special characters","time":{"start":1710308416723,"stop":1710308416723,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e41a1e48c8c0491","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1710307897773,"stop":1710307897774,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3737e78ca767f63","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092688,"stop":1710308092689,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfdf67519d6995a3","name":"Check message on other pubsub topic is not received","time":{"start":1710308416726,"stop":1710308416726,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8e407da697fa6b","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1710307912522,"stop":1710307912523,"duration":1},"status":"passed","severity":"normal"},{"uid":"359fc7ba8c7e550c","name":"Check publish message containing long","time":{"start":1710308366456,"stop":1710308366457,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d157290c1719ce","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1710307948135,"stop":1710307948136,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9670423c988d8b1","name":"throws on empty content topic","time":{"start":1710307890263,"stop":1710307890264,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d50c79b1c7fc277","name":"should get / set UDP multiaddr","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d1b04501c44962","name":"Push 30 different messages","time":{"start":1710308322598,"stop":1710308322598,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5a188b7ef2a5c66","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1710308459428,"stop":1710308459429,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eba469f3e5f2764","name":"should get / set TCP multiaddr","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"status":"passed","severity":"normal"},{"uid":"6673ddf96a113fa9","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710308026832,"stop":1710308026833,"duration":1},"status":"passed","severity":"normal"},{"uid":"83079f62ee1ee2a","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{"start":1710308388677,"stop":1710308388677,"duration":0},"status":"broken","severity":"normal"},{"uid":"637f3196ed316a60","name":"can start and stop the service","time":{"start":1710307950770,"stop":1710307950770,"duration":0},"status":"passed","severity":"normal"},{"uid":"562b2c9eff20cb82","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1710308092702,"stop":1710308092703,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0b432e7877fe7c5","name":"Check received message containing SQL Injection","time":{"start":1710308097728,"stop":1710308097729,"duration":1},"status":"passed","severity":"normal"},{"uid":"65f7e61d68305d01","name":"Encoder throws on empty string content topic","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e86b9b0e6a71c85","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"status":"passed","severity":"normal"},{"uid":"890f2f771fad488d","name":"Push message with meta","time":{"start":1710308463728,"stop":1710308463728,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f590d96d7726c4","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1710307914070,"stop":1710307914070,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d2d288efad1f2ef","name":"Decoder throws on empty string content topic","time":{"start":1710307923916,"stop":1710307923916,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2332d8b644a6331","name":"Push message with content topic containing Arabic","time":{"start":1710308463692,"stop":1710308463693,"duration":1},"status":"passed","severity":"normal"},{"uid":"c219c5cdd92dffd7","name":"Check received message containing Script","time":{"start":1710308097729,"stop":1710308097729,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe93c0551b6e064d","name":"Push message with content topic containing SQL Injection","time":{"start":1710308322610,"stop":1710308322611,"duration":1},"status":"passed","severity":"normal"},{"uid":"19621e5608720560","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710308572948,"stop":1710308572948,"duration":0},"status":"passed","severity":"normal"},{"uid":"b42004c7de0f1c81","name":"Promise Callback - backward","time":{"start":1710308485477,"stop":1710308485478,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4fdd7f0558ead18","name":"Query with Promise Callback, No Decoder","time":{"start":1710308459438,"stop":1710308459438,"duration":0},"status":"passed","severity":"normal"},{"uid":"a294baa10a5ddd71","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710308357665,"stop":1710308357666,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8165fc4a6960e1","name":"Check received message containing escaped characters","time":{"start":1710308416722,"stop":1710308416723,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9a1fc59851db444","name":"Push message with long payload","time":{"start":1710308463673,"stop":1710308463674,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9d8d79130bff9c","name":"Subscribe and receives messages on 20 topics","time":{"start":1710308192916,"stop":1710308192916,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f11683e170dbe81","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1710307890344,"stop":1710307890344,"duration":0},"status":"passed","severity":"normal"},{"uid":"66c61ced9b7c8d9c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308007023,"stop":1710308007023,"duration":0},"status":"passed","severity":"normal"},{"uid":"569f2b32e5b81606","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710308649156,"stop":1710308649157,"duration":1},"status":"passed","severity":"normal"},{"uid":"e21393c53b3cec0e","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710308026835,"stop":1710308026835,"duration":0},"status":"passed","severity":"normal"},{"uid":"51acecb33833ebf4","name":"caches peers it previously fetched","time":{"start":1710307914372,"stop":1710307914372,"duration":0},"status":"passed","severity":"normal"},{"uid":"85ad27be440476f7","name":"should set field with all protocols disabled","time":{"start":1710307898610,"stop":1710307898610,"duration":0},"status":"passed","severity":"normal"},{"uid":"db70e85df4bc8348","name":"Check meta is set [symmetric]","time":{"start":1710307923913,"stop":1710307923913,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f13d00d0cf93a54","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c66df1ea5ce918aa","name":"Check publish message containing special chars","time":{"start":1710308366458,"stop":1710308366458,"duration":0},"status":"passed","severity":"normal"},{"uid":"d970b9e8f5bd7b75","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1710308508734,"stop":1710308508735,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb13348c58157251","name":"Check message received after nwaku node is restarted","time":{"start":1710308416748,"stop":1710308416748,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ac36608524f6ead6","name":"Symmetric encrypt & Decrypt","time":{"start":1710307924458,"stop":1710307924458,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f016940a25de20b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710308007020,"stop":1710308007020,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f0b192b239015e","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1710308092689,"stop":1710308092690,"duration":1},"status":"passed","severity":"normal"},{"uid":"47b5704cc6d32bde","name":"Push message equal or less that 1MB","time":{"start":1710308463742,"stop":1710308463743,"duration":1},"status":"passed","severity":"normal"},{"uid":"b21d2a90f8da1c78","name":"should only return 1 node with store capability","time":{"start":1710307914373,"stop":1710307914373,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b01fe7edcdf95a5","name":"should not receive a peer event before start","time":{"start":1710307950773,"stop":1710307950773,"duration":0},"status":"passed","severity":"normal"},{"uid":"74f11ca386c36d84","name":"Check message received after jswaku node is restarted","time":{"start":1710308097737,"stop":1710308097738,"duration":1},"status":"skipped","severity":"normal"},{"uid":"45b4ad98def2a4bd","name":"Refresh subscription","time":{"start":1710308371299,"stop":1710308371300,"duration":1},"status":"skipped","severity":"normal"},{"uid":"65b1a4ce2339e5d0","name":"ignores unrecognized TXT record formats","time":{"start":1710307914371,"stop":1710307914372,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc1488d478c0318a","name":"Push message with custom timestamp: 1710304492890","time":{"start":1710308463734,"stop":1710308463741,"duration":7},"status":"passed","severity":"normal"},{"uid":"ced572415015a932","name":"Push message with custom timestamp: 1710311697857","time":{"start":1710308322623,"stop":1710308322623,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e03f34bef5cb825","name":"Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366481,"stop":1710308366481,"duration":0},"status":"passed","severity":"normal"},{"uid":"861a4a1dc01d6259","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1710308092720,"stop":1710308092721,"duration":1},"status":"passed","severity":"normal"},{"uid":"552741c98078b8c7","name":"should not receive a peer event after stop","time":{"start":1710308426368,"stop":1710308426369,"duration":1},"status":"passed","severity":"normal"},{"uid":"62f2fcc847c6df65","name":"Relay","time":{"start":1710307948300,"stop":1710307948300,"duration":0},"status":"passed","severity":"normal"},{"uid":"98dcb862c1c7ae3d","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1710308459430,"stop":1710308459437,"duration":7},"status":"passed","severity":"normal"},{"uid":"4173465555050b68","name":"Check received message containing Basic HTML tag","time":{"start":1710308097730,"stop":1710308097730,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c40f41a15c1d4d7","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710308167160,"stop":1710308167161,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2778b55d5cee611","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710308026834,"stop":1710308026835,"duration":1},"status":"passed","severity":"normal"},{"uid":"b794452d1d7d235c","name":"Ephemeral field is preserved - encoder v0","time":{"start":1710307950103,"stop":1710307950104,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbe7ad191055e930","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710307897832,"stop":1710307897834,"duration":2},"status":"passed","severity":"normal"},{"uid":"4afd6ad1b22c9cb9","name":"should properly create location multiaddrs - udp","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"status":"passed","severity":"normal"},{"uid":"952571cd432fe180","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092701,"stop":1710308092702,"duration":1},"status":"passed","severity":"normal"},{"uid":"38f46781806d9633","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1710307897772,"stop":1710307897772,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aa22523f7525502","name":"same cluster, same shard: nodes connect","time":{"start":1710308231836,"stop":1710308231836,"duration":0},"status":"passed","severity":"normal"},{"uid":"856c6dd98bcbf879","name":"Used by Waku Relay","time":{"start":1710308510824,"stop":1710308510825,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ff5db574664ea58","name":"addEventListener with correct event","time":{"start":1710307980879,"stop":1710307980880,"duration":1},"status":"passed","severity":"normal"},{"uid":"10b6c3e919fd6852","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1710308371313,"stop":1710308371314,"duration":1},"status":"passed","severity":"normal"},{"uid":"64a1627951e49c06","name":"isConnected should return false after all peers disconnect","time":{"start":1710307940215,"stop":1710307940216,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcc2c1ac105ef281","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710308572933,"stop":1710308572933,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac4e5b382205b17f","name":"should be called at least once on all `peer:discovery` events","time":{"start":1710307948133,"stop":1710307948134,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fda8488ae92c13b","name":"Check publish message containing Arabic","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"status":"passed","severity":"normal"},{"uid":"72928242b5434284","name":"throws on content topic with empty version field","time":{"start":1710307890266,"stop":1710307890266,"duration":0},"status":"passed","severity":"normal"},{"uid":"1631198a807769df","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2b6e21e58644a2e","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1710307914070,"stop":1710307914071,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc8f7f63be5e847d","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1710308092721,"stop":1710308092721,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d1310b738ab2ad7","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee7fed40c2cffe70","name":"unsubscribes","time":{"start":1710308495153,"stop":1710308495153,"duration":0},"status":"passed","severity":"normal"},{"uid":"23b4e6317755ed0","name":"Subscribe to topic containing Russian and publish message","time":{"start":1710308371307,"stop":1710308371307,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0e883bdefa5097b","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff7f2f8f9c8b2998","name":"Fails to publish message with empty text","time":{"start":1710308366494,"stop":1710308366494,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f1f7a89299a781","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1710307991228,"stop":1710307991228,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e92bddc868abe9e","name":"Nodes with multiple pubsub topic","time":{"start":1710308357664,"stop":1710308357665,"duration":1},"status":"passed","severity":"normal"},{"uid":"c216b153cf1f321b","name":"can start and stop the service","time":{"start":1710308426361,"stop":1710308426366,"duration":5},"status":"passed","severity":"normal"},{"uid":"4a72e0f50ab33385","name":"Js publishes, other Js receives","time":{"start":1710308353089,"stop":1710308353098,"duration":9},"status":"passed","severity":"normal"},{"uid":"632e4713bacd2fb5","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1710308366512,"stop":1710308366512,"duration":0},"status":"passed","severity":"normal"},{"uid":"68656f86c2e6c6df","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710308192913,"stop":1710308192914,"duration":1},"status":"passed","severity":"normal"},{"uid":"dad27c52ad371a81","name":"Generator, 2 different pubsubtopics","time":{"start":1710308464139,"stop":1710308464140,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bcb8780c92ab480","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710308572940,"stop":1710308572941,"duration":1},"status":"passed","severity":"normal"},{"uid":"83f59e87b88e83fa","name":"Fails to publish duplicate message","time":{"start":1710308366485,"stop":1710308366494,"duration":9},"status":"passed","severity":"normal"},{"uid":"2a4c7ac96055abc2","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","severity":"normal"},{"uid":"73b2fc8b63ce28f1","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1710307903346,"stop":1710307903346,"duration":0},"status":"passed","severity":"normal"},{"uid":"7111ad0a39bcf64e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1710308092690,"stop":1710308092691,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0d27bd976a46a0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710308572948,"stop":1710308572948,"duration":0},"status":"passed","severity":"normal"},{"uid":"82b670b0d8b7e698","name":"Push message with Script payload","time":{"start":1710308463677,"stop":1710308463685,"duration":8},"status":"passed","severity":"normal"},{"uid":"8e8d0276ca592d6","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710308167156,"stop":1710308167156,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f274ec6ba40301","name":"should not receive a peer event after stop","time":{"start":1710307950773,"stop":1710307950774,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9e39a5c781d2946","name":"Encoder throws on undefined content topic","time":{"start":1710307923914,"stop":1710307923914,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c3cfb3678de1e90","name":"Ephemeral field set to true","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1dd37a17fe8a8a5","name":"Push message with custom timestamp: 1710304497857","time":{"start":1710308322618,"stop":1710308322622,"duration":4},"status":"passed","severity":"normal"},{"uid":"5366b2308956d322","name":"Generator, custom pubsub topic","time":{"start":1710308464142,"stop":1710308464142,"duration":0},"status":"passed","severity":"normal"},{"uid":"37cb1f89cf05e5dd","name":"Ping on subscribed peer","time":{"start":1710307971894,"stop":1710307971894,"duration":0},"status":"passed","severity":"normal"},{"uid":"b43af9c68b222d2","name":"Check publish message containing unicode special characters","time":{"start":1710308366471,"stop":1710308366472,"duration":1},"status":"passed","severity":"normal"},{"uid":"46745435013c04d0","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1710307940174,"stop":1710307940215,"duration":41},"status":"passed","severity":"normal"},{"uid":"ea3a1ec8846f968d","name":"Push message with content topic containing special chars","time":{"start":1710308322600,"stop":1710308322601,"duration":1},"status":"passed","severity":"normal"},{"uid":"9db02907f6a1d226","name":"Check received message containing long","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"status":"passed","severity":"normal"},{"uid":"17b7f08f56085ca6","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1710308402072,"stop":1710308402073,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f5de46526bf25cd","name":"Decoder throws on undefined content topic","time":{"start":1710307923915,"stop":1710307923916,"duration":1},"status":"passed","severity":"normal"},{"uid":"db5d3e5bd46f7b6a","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5076e03f24a6ad4","name":"Does not throw an exception when node disconnects","time":{"start":1710308510822,"stop":1710308510823,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b3d7a6013d7505","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710308192921,"stop":1710308192922,"duration":1},"status":"passed","severity":"normal"},{"uid":"62aa9a74503de089","name":"Privacy Node - default protocol","time":{"start":1710308515428,"stop":1710308515428,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc78f382b53348b4","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710308649156,"stop":1710308649156,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2897b7fe6273c64","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710308192924,"stop":1710308192955,"duration":31},"status":"passed","severity":"normal"},{"uid":"104040261e5581e1","name":"Decrypt messages","time":{"start":1710308325356,"stop":1710308325357,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bd6177918ba9545","name":"Check message with no content topic is not received","time":{"start":1710308416746,"stop":1710308416746,"duration":0},"status":"passed","severity":"normal"},{"uid":"4efa2d83395a7686","name":"Publish message with rate limit","time":{"start":1710308366534,"stop":1710308366534,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a66a17808cffe3","name":"Ping on unsubscribed peer","time":{"start":1710307971895,"stop":1710307971895,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0454d6ff7ece765","name":"Push message with content topic containing JSON","time":{"start":1710308463708,"stop":1710308463708,"duration":0},"status":"passed","severity":"normal"},{"uid":"41185fd0f9bddb0d","name":"Check publish message containing SQL Injection","time":{"start":1710308366460,"stop":1710308366465,"duration":5},"status":"passed","severity":"normal"},{"uid":"5d80692816e2e0f7","name":"Callback on promise, aborts when callback returns true","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f612f919e7b9fdf","name":"Subscribe to topic containing shell command and publish message","time":{"start":1710308371312,"stop":1710308371313,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fccdfcc73f1d53b","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1710308092699,"stop":1710308092700,"duration":1},"status":"passed","severity":"normal"},{"uid":"50d526e8d6feb0b9","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8a3fa7019ab8ca6","name":"Filter","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd10deb17e6d3b4e","name":"Check received message containing shell command","time":{"start":1710308416722,"stop":1710308416722,"duration":0},"status":"passed","severity":"normal"},{"uid":"df5f276deba61d86","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092710,"stop":1710308092713,"duration":3},"status":"passed","severity":"normal"},{"uid":"7ab3b6de8241738c","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1710308371314,"stop":1710308371315,"duration":1},"status":"passed","severity":"normal"},{"uid":"65980bf9de865008","name":"should encode/decode to RLP encoding","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d82a10ddcc98ad1","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"status":"passed","severity":"normal"},{"uid":"b972b1e80fc56a83","name":"should throw error - no id","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea5dbd40e43be8ca","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1710308508714,"stop":1710308508730,"duration":16},"status":"passed","severity":"normal"},{"uid":"ad5a8d9dcc619765","name":"Throws when trying to push message with empty payload","time":{"start":1710308463689,"stop":1710308463689,"duration":0},"status":"passed","severity":"normal"},{"uid":"c57dffb12af24514","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710308572932,"stop":1710308572932,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0848519159e3e4e","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710308026833,"stop":1710308026834,"duration":1},"status":"passed","severity":"normal"},{"uid":"991bb43b8028c47d","name":"Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366480,"stop":1710308366480,"duration":0},"status":"passed","severity":"normal"},{"uid":"a22bcc638e0dc16f","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1710308433841,"stop":1710308433842,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd8378d01627ffe3","name":"Check received message containing unicode special characters","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"status":"passed","severity":"normal"},{"uid":"95e0f99bb51c9783","name":"Push message with content topic containing Script","time":{"start":1710308322611,"stop":1710308322612,"duration":1},"status":"passed","severity":"normal"},{"uid":"79c89ab89f18a3d0","name":"Asymmetric encrypt & decrypt","time":{"start":1710307924457,"stop":1710307924458,"duration":1},"status":"passed","severity":"normal"},{"uid":"e61f06718e071bea","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","severity":"normal"},{"uid":"796f704b5003ca1a","name":"Fails to publish message with size larger than 1 MB","time":{"start":1710308366513,"stop":1710308366513,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac648d128b89a139","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1710308508712,"stop":1710308508713,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b4f513ac4f50241","name":"Generator, custom pubsub topic","time":{"start":1710308464139,"stop":1710308464139,"duration":0},"status":"passed","severity":"normal"},{"uid":"58982cd0c04249c2","name":"removeEventListener with wrong event","time":{"start":1710307980881,"stop":1710307980882,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2a0c02e20b55eff","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1710307950104,"stop":1710307950104,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f13750332477f0b","name":"Check received message containing Arabic","time":{"start":1710308416732,"stop":1710308416732,"duration":0},"status":"passed","severity":"normal"},{"uid":"30632a885828bf4f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1710308092707,"stop":1710308092707,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a09a06316dedd3","name":"udp ip6 address","time":{"start":1710307898066,"stop":1710307898066,"duration":0},"status":"passed","severity":"normal"},{"uid":"555fe13d9d064280","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1710308371297,"stop":1710308371297,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe25390c0aa4f72e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710308572934,"stop":1710308572934,"duration":0},"status":"passed","severity":"normal"},{"uid":"c668840418c6e757","name":"configure the node with multiple pubsub topics","time":{"start":1710308402073,"stop":1710308402074,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9db5576e601a68b","name":"should return all peers when numPeers is 0","time":{"start":1710307903345,"stop":1710307903345,"duration":0},"status":"passed","severity":"normal"},{"uid":"d93e44e6db837b37","name":"Check received message containing SQL Injection","time":{"start":1710308416733,"stop":1710308416733,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef6733b37ed9b89","name":"should decode valid enr successfully","time":{"start":1710307898597,"stop":1710307898598,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f1cf38391dc2909","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3e7a40f648c632b","name":"Push message with content topic containing short","time":{"start":1710308322599,"stop":1710308322599,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6963d4d261cb89","name":"Check received message containing shell command","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"status":"passed","severity":"normal"},{"uid":"72a930bef07a5858","name":"Push message with content topic containing shell command","time":{"start":1710308463708,"stop":1710308463709,"duration":1},"status":"passed","severity":"normal"},{"uid":"c231c4d6827cb2ed","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1710308459428,"stop":1710308459428,"duration":0},"status":"passed","severity":"normal"},{"uid":"64cf644f6846753b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1710308092719,"stop":1710308092719,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f71d6a666464cb0","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308464140,"stop":1710308464140,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dc13eea5f490538","name":"Subscribe to topic containing XML and receive message","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0bdbb0df219698a","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1710308092718,"stop":1710308092719,"duration":1},"status":"passed","severity":"normal"},{"uid":"96248d99d46394e1","name":"A test","time":{"start":1710308193084,"stop":1710308193085,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fbe0752c7d64551","name":"Passing page size 3 when there are 20 messages","time":{"start":1710308494291,"stop":1710308494291,"duration":0},"status":"passed","severity":"normal"},{"uid":"4248bf280cc37198","name":"Publishes to nwaku","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6034001b13b02cf","name":"nwaku subscribes","time":{"start":1710308353087,"stop":1710308353087,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05fccece459d4fa","name":"Refresh subscription","time":{"start":1710308192919,"stop":1710308192920,"duration":1},"status":"passed","severity":"normal"},{"uid":"549f0c2833d72907","name":"connects to nwaku","time":{"start":1710308510822,"stop":1710308510822,"duration":0},"status":"passed","severity":"normal"},{"uid":"a304d3776387cc8d","name":"Push message with JSON payload","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb10de6475d771c6","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e6a138e283a681c","name":"Push message with content topic containing Script","time":{"start":1710308463694,"stop":1710308463694,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e433e189c24b9d1","name":"Subscribe to topic containing emoji and publish message","time":{"start":1710308371315,"stop":1710308371316,"duration":1},"status":"passed","severity":"normal"},{"uid":"c17590f1617cef91","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"passed","severity":"normal"},{"uid":"25e64543726f07fa","name":"should emit a peer event after start","time":{"start":1710307918133,"stop":1710307918133,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa0d2811c8ab0fac","name":"Subscribe to topic containing Script and publish message","time":{"start":1710308371308,"stop":1710308371309,"duration":1},"status":"passed","severity":"normal"},{"uid":"9750a678d29afff7","name":"should load peers from local storage and dispatch events","time":{"start":1710307918134,"stop":1710307918135,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b5307b8e719aeb2","name":"should only return 1 node with relay and store capability","time":{"start":1710307914373,"stop":1710307914373,"duration":0},"status":"passed","severity":"normal"},{"uid":"de258e8515ffeadf","name":"Encoder throws on empty string content topic","time":{"start":1710307903500,"stop":1710307903500,"duration":0},"status":"passed","severity":"normal"},{"uid":"b598c513458bc070","name":"Push message with Chinese payload","time":{"start":1710308463675,"stop":1710308463676,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd6e01bb2bd73fcc","name":"Push message on custom pubsubTopic","time":{"start":1710308225036,"stop":1710308225036,"duration":0},"status":"passed","severity":"normal"},{"uid":"e13f05100230c736","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1710307890344,"stop":1710307890344,"duration":0},"status":"passed","severity":"normal"},{"uid":"428474aeb64bb48f","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710308572940,"stop":1710308572940,"duration":0},"status":"passed","severity":"normal"},{"uid":"28f120756f1d0127","name":"should emit a peer event after start","time":{"start":1710307950772,"stop":1710307950772,"duration":0},"status":"passed","severity":"normal"},{"uid":"92c55f66bc83ffbf","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eefc1511fcdabd6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba12ce608833de45","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1710307914072,"stop":1710307914072,"duration":0},"status":"passed","severity":"normal"},{"uid":"dec49bea28116913","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710308167158,"stop":1710308167158,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e9f99911ffa2a09","name":"Refresh subscription","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f70853da5af5ead","name":"same cluster, different shard: nodes don't connect","time":{"start":1710308092685,"stop":1710308092685,"duration":0},"status":"passed","severity":"normal"},{"uid":"801d856912befc9b","name":"throws on content topic with generation field greater than 0","time":{"start":1710307890265,"stop":1710307890265,"duration":0},"status":"passed","severity":"normal"},{"uid":"75abdfcd2db96901","name":"Reopen subscription with peer with lost subscription","time":{"start":1710308024292,"stop":1710308024293,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9997002b2a37e6b","name":"should properly create location multiaddrs - tcp6","time":{"start":1710307898608,"stop":1710307898609,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d8f9c18fab1002f","name":"Check publish message containing shell command","time":{"start":1710308366470,"stop":1710308366471,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f15e2d6dc7cce18","name":"Push message with rate limit","time":{"start":1710308463731,"stop":1710308463731,"duration":0},"status":"passed","severity":"normal"},{"uid":"a86dc1213b871034","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1710308477760,"stop":1710308477760,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c6ab8325e4360b1","name":"converts content topics to expected shard index","time":{"start":1710307890268,"stop":1710307890268,"duration":0},"status":"passed","severity":"normal"},{"uid":"8905cadf20ceef91","name":"Push message with Russian payload","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e69fab97801d0d","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1710308508735,"stop":1710308508735,"duration":0},"status":"passed","severity":"normal"},{"uid":"b95bacd21361c88b","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1710308459437,"stop":1710308459438,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f58b0d2296ef184","name":"should properly create location multiaddrs - tcp","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"status":"passed","severity":"normal"},{"uid":"2664e399b5bc69a4","name":"A test","time":{"start":1710308193083,"stop":1710308193084,"duration":1},"status":"passed","severity":"normal"},{"uid":"92efcaff04194f18","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710308167157,"stop":1710308167157,"duration":0},"status":"passed","severity":"normal"},{"uid":"dffbb026c3367415","name":"Query generator for multiple messages with multiple decoders","time":{"start":1710308481019,"stop":1710308481019,"duration":0},"status":"passed","severity":"normal"},{"uid":"838507040b6f4e5","name":"Check received message containing unicode special characters","time":{"start":1710308416742,"stop":1710308416742,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1131d33fd90a6ce","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710308026835,"stop":1710308026836,"duration":1},"status":"passed","severity":"normal"},{"uid":"56cd53efd863420f","name":"Check message with invalid timestamp is not received","time":{"start":1710308416745,"stop":1710308416745,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e545a6d1a486c60","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1710308092687,"stop":1710308092688,"duration":1},"status":"passed","severity":"normal"},{"uid":"84b1d7798322e257","name":"Check received message with timestamp: 1710307939355 ","time":{"start":1710308416743,"stop":1710308416744,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4cdedf9e3e955d0","name":"configure the node with multiple pubsub topics","time":{"start":1710308402070,"stop":1710308402072,"duration":2},"status":"passed","severity":"normal"},{"uid":"8412b4099a1f4f25","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308225040,"stop":1710308225041,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cc651ed63e4ef0f","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1710308371307,"stop":1710308371308,"duration":1},"status":"passed","severity":"normal"},{"uid":"5850583be5b811ad","name":"Check received message containing long","time":{"start":1710308097725,"stop":1710308097726,"duration":1},"status":"passed","severity":"normal"},{"uid":"bef8bbad2c253617","name":"Check publish message after client node is restarted","time":{"start":1710308366525,"stop":1710308366526,"duration":1},"status":"skipped","severity":"normal"},{"uid":"99d71c6091ab4366","name":"isConnected return false after peer stops","time":{"start":1710307991227,"stop":1710307991228,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7e0653f8b490d28","name":"ignores domain fetching errors","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f0ed77024dcf6fb","name":"should throw error - no id","time":{"start":1710307898600,"stop":1710307898604,"duration":4},"status":"passed","severity":"normal"},{"uid":"59d0f5bd41cbf48c","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710308357663,"stop":1710308357663,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f9f9eaf36e19be9","name":"Check received message containing special chars","time":{"start":1710308416730,"stop":1710308416731,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7984a23c6c87e01","name":"throws on content topic with empty topic name field","time":{"start":1710307890266,"stop":1710307890267,"duration":1},"status":"passed","severity":"normal"},{"uid":"74839595307407bd","name":"Check publish message containing JSON","time":{"start":1710308366470,"stop":1710308366470,"duration":0},"status":"passed","severity":"normal"},{"uid":"442782313c28b573","name":"Push message with XML payload","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9e9ef30b1a6817","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1710308092700,"stop":1710308092700,"duration":0},"status":"passed","severity":"normal"},{"uid":"48686c9a1db84331","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1710308092701,"stop":1710308092701,"duration":0},"status":"passed","severity":"normal"},{"uid":"829ede11b709a426","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308225039,"stop":1710308225039,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a81e52a60e4699f","name":"Query with Ordered Callback, No message returned","time":{"start":1710308459429,"stop":1710308459430,"duration":1},"status":"passed","severity":"normal"},{"uid":"20e0b85461d45540","name":"Mutual subscription","time":{"start":1710308371293,"stop":1710308371293,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b265a8c2db64f1c","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1710307914059,"stop":1710307914069,"duration":10},"status":"passed","severity":"normal"},{"uid":"d968c71f3ead8d00","name":"Ordered Callback - backward","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"status":"passed","severity":"normal"},{"uid":"44683a8cdf7f16e9","name":"Check received message containing short","time":{"start":1710308097724,"stop":1710308097725,"duration":1},"status":"passed","severity":"normal"},{"uid":"25a34fe7b6309061","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1710308092700,"stop":1710308092701,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bc45aab135e781","name":"should encodeTxt and decodeTxt","time":{"start":1710307898597,"stop":1710307898597,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ddd75a8cc82de7","name":"should set field with all protocols enabled","time":{"start":1710307898610,"stop":1710307898611,"duration":1},"status":"passed","severity":"normal"},{"uid":"659f0f6738b3f8b1","name":"Ephemeral messages are not stored","time":{"start":1710307950103,"stop":1710307950103,"duration":0},"status":"passed","severity":"normal"},{"uid":"380a805806d742a9","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4710c17ac2760476","name":"Query Generator - backward","time":{"start":1710308485476,"stop":1710308485476,"duration":0},"status":"passed","severity":"normal"},{"uid":"72463fb32e87df8c","name":"should add and remove event listeners correctly","time":{"start":1710307918136,"stop":1710307918136,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ee8f89d4d81bff","name":"Check message received after nwaku node is restarted","time":{"start":1710308097738,"stop":1710308097738,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ec2ddd1adfab68a4","name":"Push message with content topic containing short","time":{"start":1710308463690,"stop":1710308463690,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f3a6aa4fb66c49f","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d9ae48c2f1e7a7e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710308322612,"stop":1710308322612,"duration":0},"status":"passed","severity":"normal"},{"uid":"62eed97231bd16b6","name":"Push message with special chars payload","time":{"start":1710308322566,"stop":1710308322567,"duration":1},"status":"passed","severity":"normal"},{"uid":"e82920e09474de85","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710308167159,"stop":1710308167159,"duration":0},"status":"passed","severity":"normal"},{"uid":"8909c0c2f9cb72fe","name":"Check publish message containing numeric","time":{"start":1710308366457,"stop":1710308366458,"duration":1},"status":"passed","severity":"normal"},{"uid":"e31cff1543df4bca","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308007023,"stop":1710308007023,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca250cc38ddb51da","name":"Subscribe to topic containing short and receive message","time":{"start":1710308192920,"stop":1710308192920,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c36f2a47e6b003f","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1710308477759,"stop":1710308477760,"duration":1},"status":"passed","severity":"normal"},{"uid":"6add6d74ba5cfda8","name":"Round trip binary serialization","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"status":"passed","severity":"normal"},{"uid":"429e3a3aa99003f6","name":"Check received message with timestamp: 1710307940002000000 ","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af2ac9464a5ac31","name":"Publish without waiting for remote peer","time":{"start":1710308371294,"stop":1710308371295,"duration":1},"status":"passed","severity":"normal"},{"uid":"da542bdf2c5dd278","name":"Check publish message containing escaped characters","time":{"start":1710308366471,"stop":1710308366471,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70f09c82b959e2d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710308007022,"stop":1710308007022,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4faaac875690fd0","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"status":"skipped","severity":"normal"},{"uid":"323067807d6eed80","name":"Check received message containing escaped characters","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"status":"passed","severity":"normal"},{"uid":"73e61247632e2093","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1710308388676,"stop":1710308388677,"duration":1},"status":"broken","severity":"normal"},{"uid":"35e7bd081abee388","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308464143,"stop":1710308464143,"duration":0},"status":"passed","severity":"normal"},{"uid":"97973916a21869f0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308007025,"stop":1710308007025,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e515653af22fab5","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710308007024,"stop":1710308007025,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f144ad72b15d34c","name":"Check received message with timestamp: 1710307940002 ","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6ef879465123867","name":"Push message with XML payload","time":{"start":1710308463685,"stop":1710308463686,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1a3fd449d1ba131","name":"Check received message containing special chars","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"status":"passed","severity":"normal"},{"uid":"97b5d4d8cc7677d3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1710308092703,"stop":1710308092704,"duration":1},"status":"passed","severity":"normal"},{"uid":"59e0b27c9054aec2","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1710307991225,"stop":1710307991225,"duration":0},"status":"passed","severity":"normal"},{"uid":"35752b624669f577","name":"Subscribe to topic containing short and publish message","time":{"start":1710308371301,"stop":1710308371302,"duration":1},"status":"passed","severity":"normal"},{"uid":"78c9e6cce3e2f6be","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710307914374,"stop":1710307914375,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9b487717c3dbd229","name":"Check publish message containing Basic HTML tag","time":{"start":1710308366470,"stop":1710308366470,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f416e4a072265b","name":"isConnected should return false after all peers disconnect","time":{"start":1710307991227,"stop":1710307991227,"duration":0},"status":"passed","severity":"normal"},{"uid":"8664e8cba76b4d45","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1710307897770,"stop":1710307897772,"duration":2},"status":"passed","severity":"normal"},{"uid":"b5c6e683eef46e9f","name":"more peers than existing","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9c02f68bff4018ff","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710308416725,"stop":1710308416725,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2b7cf52b3aee244","name":"connected peers and dial","time":{"start":1710308322787,"stop":1710308322787,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7a43f300770bfa02","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1710308508735,"stop":1710308508735,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd6a8ef0e5b1efaa","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b5c60e522c6b7a09","name":"Subscribe to topic containing JSON and publish message","time":{"start":1710308371311,"stop":1710308371312,"duration":1},"status":"passed","severity":"normal"},{"uid":"da3572beffbb22d9","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710308463705,"stop":1710308463708,"duration":3},"status":"passed","severity":"normal"},{"uid":"e4fa4c4c949e70c3","name":"Delete observer","time":{"start":1710308325357,"stop":1710308325357,"duration":0},"status":"passed","severity":"normal"},{"uid":"9692272bf2580154","name":"should be able to encode the field with only FILTER set to true","time":{"start":1710307897769,"stop":1710307897770,"duration":1},"status":"passed","severity":"normal"},{"uid":"70ba40a2b1007e6","name":"Fields are not dropped","time":{"start":1710307902926,"stop":1710307902928,"duration":2},"status":"passed","severity":"normal"},{"uid":"5a8ddfa2f416cfaf","name":"Check received message containing JSON","time":{"start":1710308416736,"stop":1710308416737,"duration":1},"status":"passed","severity":"normal"},{"uid":"c25dae6e48c24f7","name":"should be called for bootstrap peers","time":{"start":1710307948135,"stop":1710307948135,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba0415ef5540d0f","name":"Check received message containing Chinese","time":{"start":1710308097727,"stop":1710308097727,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae6902453d8de57f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710308357667,"stop":1710308357668,"duration":1},"status":"passed","severity":"normal"},{"uid":"6077dec9eca582b4","name":"Relay + Store","time":{"start":1710307948300,"stop":1710307948301,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ceda4b1ae9a1445","name":"Subscribe to topic containing XML and receive message","time":{"start":1710308192969,"stop":1710308192970,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc556e9b003c82e1","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfcaf59b68762f18","name":"Push message with escaped characters payload","time":{"start":1710308322595,"stop":1710308322596,"duration":1},"status":"passed","severity":"normal"},{"uid":"46507603489e1dfe","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"passed","severity":"normal"},{"uid":"54f4d9bb2c67e583","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1710308481021,"stop":1710308481021,"duration":0},"status":"passed","severity":"normal"},{"uid":"d553d9f85eda043b","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1710308231835,"stop":1710308231836,"duration":1},"status":"passed","severity":"normal"},{"uid":"b52bafb347cd27f2","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1710308433839,"stop":1710308433840,"duration":1},"status":"passed","severity":"normal"},{"uid":"da9b36da9b9593d5","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa20451d8638316b","name":"Check received message containing Russian","time":{"start":1710308416732,"stop":1710308416733,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2f66879a5765079","name":"Sign & Recover","time":{"start":1710307924459,"stop":1710307924460,"duration":1},"status":"passed","severity":"normal"},{"uid":"c98bf4c3e739eac8","name":"should throw error - no public key","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"status":"passed","severity":"normal"},{"uid":"866a9c956e93f7d8","name":"Check message with invalid timestamp is not received","time":{"start":1710308097734,"stop":1710308097735,"duration":1},"status":"passed","severity":"normal"},{"uid":"b66443c2e0c92888","name":"Ping on unsubscribed peer","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"status":"passed","severity":"normal"},{"uid":"164df922bd179f0","name":"should set field with only FILTER enabled","time":{"start":1710307898611,"stop":1710307898612,"duration":1},"status":"passed","severity":"normal"},{"uid":"f51506e7f5008808","name":"does not throw on valid cases","time":{"start":1710307890263,"stop":1710307890263,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb415e8ee000e570","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1710308371310,"stop":1710308371311,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2655c8edd01745f","name":"Check received message containing numeric","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"status":"passed","severity":"normal"},{"uid":"65a018b903ab341c","name":"Push message with Basic HTML tag payload","time":{"start":1710308463686,"stop":1710308463686,"duration":0},"status":"passed","severity":"normal"},{"uid":"f736ce3f9f063dc4","name":"Meta field set when metaSetter is specified","time":{"start":1710307903499,"stop":1710307903499,"duration":0},"status":"passed","severity":"normal"},{"uid":"f81e7e4c13976f15","name":"Subscribe and receive messages via waku relay post","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcd9f99af2ecf06f","name":"Overlapping topic subscription","time":{"start":1710308572945,"stop":1710308572946,"duration":1},"status":"passed","severity":"normal"},{"uid":"3db4a6d621951951","name":"Relay - dialed after","time":{"start":1710308515425,"stop":1710308515426,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fd5b5709c2c97f0","name":"Push message with content topic containing emoji","time":{"start":1710308463727,"stop":1710308463727,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d57c5036577429","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710308572941,"stop":1710308572941,"duration":0},"status":"passed","severity":"normal"},{"uid":"966b221cc867f9ad","name":"Subscribe and receives messages on 20 topics","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fcfb764d74141a7","name":"Check received message containing Arabic","time":{"start":1710308097727,"stop":1710308097728,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a173d605b76c2c8","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1710308092719,"stop":1710308092719,"duration":0},"status":"passed","severity":"normal"},{"uid":"306fe3e09d6aac20","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710308572933,"stop":1710308572933,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a9b025a34bde44b","name":"Push message with content topic containing Russian","time":{"start":1710308322610,"stop":1710308322610,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5bb445a550ea2b1","name":"Push message on custom pubsubTopic","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4012606e41e24ec","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710308572937,"stop":1710308572937,"duration":0},"status":"passed","severity":"normal"},{"uid":"d45c72a81614a752","name":"should set field with only RELAY enabled","time":{"start":1710307898611,"stop":1710307898611,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbb9702127f61154","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710307950775,"stop":1710307950776,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5e8486e7bc41eac0","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1710308092688,"stop":1710308092688,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2cd6e44322f91b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1710308092715,"stop":1710308092717,"duration":2},"status":"passed","severity":"normal"},{"uid":"6d62a4e900ac3f1d","name":"different cluster, different shard: nodes don't connect","time":{"start":1710308092686,"stop":1710308092686,"duration":0},"status":"passed","severity":"normal"},{"uid":"408fb498e7044b8a","name":"Subscribe and receive messages via waku relay post","time":{"start":1710308572932,"stop":1710308572932,"duration":0},"status":"passed","severity":"normal"},{"uid":"442f47c9965aeae","name":"should not receive a peer event before start","time":{"start":1710307918133,"stop":1710307918133,"duration":0},"status":"passed","severity":"normal"},{"uid":"a31cddde6ff2d07a","name":"Subscribe and receive messages via lightPush","time":{"start":1710308572942,"stop":1710308572942,"duration":0},"status":"passed","severity":"normal"},{"uid":"5058ba511ee22cbe","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1710308007022,"stop":1710308007022,"duration":0},"status":"passed","severity":"normal"},{"uid":"513d1404a75654b7","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"status":"passed","severity":"normal"},{"uid":"b134ea2c4c41efb2","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710308416744,"stop":1710308416744,"duration":0},"status":"passed","severity":"normal"},{"uid":"f84e6ee289100fd4","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710308192922,"stop":1710308192923,"duration":1},"status":"passed","severity":"normal"},{"uid":"5029dddc30b64d89","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1710308433842,"stop":1710308433842,"duration":0},"status":"passed","severity":"normal"},{"uid":"26984cf4fa214464","name":"should not receive a peer event after stop","time":{"start":1710307918134,"stop":1710307918134,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac6f4636fc68d5a5","name":"Fails to push message bigger that 1MB","time":{"start":1710308322624,"stop":1710308322624,"duration":0},"status":"passed","severity":"normal"},{"uid":"3893b70c493510a7","name":"Subscribe to topic containing XML and publish message","time":{"start":1710308371309,"stop":1710308371310,"duration":1},"status":"passed","severity":"normal"},{"uid":"863c4b36cc41b13b","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710308167162,"stop":1710308167163,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa386a61345f08d0","name":"Subscribe to topic containing XML and receive message","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa1e504b3d2c7fa4","name":"Check received message containing Basic HTML tag","time":{"start":1710308416721,"stop":1710308416721,"duration":0},"status":"passed","severity":"normal"},{"uid":"f35b159debd005c2","name":"should not fail to stop the service if it was not started","time":{"start":1710307918132,"stop":1710307918132,"duration":0},"status":"passed","severity":"normal"},{"uid":"28563399f6b17f4c","name":"should throw an error for insufficient data","time":{"start":1710307890345,"stop":1710307890345,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ce74eaf73156058","name":"Push message with shell command payload","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e6369fa0cab69bc","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1710308092706,"stop":1710308092706,"duration":0},"status":"passed","severity":"normal"},{"uid":"2df243e0b95a8cf7","name":"Subscribe and receive messages via lightPush","time":{"start":1710308192911,"stop":1710308192912,"duration":1},"status":"passed","severity":"normal"},{"uid":"a15bce393d5fdd3b","name":"should only return 1 node with relay capability","time":{"start":1710307914372,"stop":1710307914373,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3064e5c2bf90011","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710308097734,"stop":1710308097734,"duration":0},"status":"passed","severity":"normal"},{"uid":"83fa7ede22082b24","name":"topics with same application and version share the same shard","time":{"start":1710307890268,"stop":1710307890268,"duration":0},"status":"passed","severity":"normal"},{"uid":"603c72a27589d4a","name":"Check message with no payload is not received","time":{"start":1710308097736,"stop":1710308097737,"duration":1},"status":"passed","severity":"normal"},{"uid":"321c8eecab6a37d1","name":"Passing an array","time":{"start":1710308510823,"stop":1710308510824,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd418f4863adb7b2","name":"1 Relay, 1 fetch","time":{"start":1710307914152,"stop":1710307914153,"duration":1},"status":"passed","severity":"normal"},{"uid":"998d0f3d1a58d304","name":"Fails to push message bigger that 1MB","time":{"start":1710308463743,"stop":1710308463744,"duration":1},"status":"passed","severity":"normal"},{"uid":"a80f090a3ea48271","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1710308477761,"stop":1710308477761,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b46c3f41c89c6e9","name":"Subscribe to topic containing Script and receive message","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2cacbaa00985814","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710307897774,"stop":1710307897774,"duration":0},"status":"passed","severity":"normal"},{"uid":"27777a54229cad53","name":"Fails to push message with large meta","time":{"start":1710308463730,"stop":1710308463731,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5fa67246e796af9","name":"Reusing cursor across nodes","time":{"start":1710308433843,"stop":1710308433844,"duration":1},"status":"passed","severity":"normal"},{"uid":"88fe3a2699e813cf","name":"Subscribe to topic containing Script and receive message","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bb885987af1261a","name":"returns all values when wanted number matches available values","time":{"start":1710307912517,"stop":1710307912520,"duration":3},"status":"passed","severity":"normal"},{"uid":"a981c08a1c439e8f","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1710307914058,"stop":1710307914058,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea1a00b9199bd8ee","name":"Decoder throws on empty string content topic","time":{"start":1710307903500,"stop":1710307903501,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a9ea5249feb22e1","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710308192971,"stop":1710308192972,"duration":1},"status":"passed","severity":"normal"},{"uid":"e074e8c096f8e201","name":"should decode valid enr with tcp successfully","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"status":"passed","severity":"normal"},{"uid":"679af2e30c4ea1a1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092704,"stop":1710308092704,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf38b3c27f5e49a3","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df959dc7e67a518","name":"Check received message containing XML","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"status":"passed","severity":"normal"},{"uid":"c30488924245eddf","name":"retrieves a single peer","time":{"start":1710307914370,"stop":1710307914370,"duration":0},"status":"passed","severity":"normal"},{"uid":"47748d5a901eaa18","name":"should not fail to start the service if it is already started","time":{"start":1710308426367,"stop":1710308426367,"duration":0},"status":"passed","severity":"normal"},{"uid":"3728b8571c1a278e","name":"Check received message with timestamp: 1710307939355 ","time":{"start":1710308416724,"stop":1710308416725,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e4c928caf641c35","name":"Decoder throws on undefined content topic","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"status":"passed","severity":"normal"},{"uid":"408038acf5fa6582","name":"All","time":{"start":1710307948301,"stop":1710307948301,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3d577cb6bb721f7","name":"Store - dialed first","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd2cd43851ee5c62","name":"dispatchEvent via connectionManager","time":{"start":1710307980883,"stop":1710307980883,"duration":0},"status":"passed","severity":"normal"},{"uid":"892992fb15f32132","name":"Push message with SQL Injection payload","time":{"start":1710308463677,"stop":1710308463677,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f981f12526318e5","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710308572931,"stop":1710308572931,"duration":0},"status":"passed","severity":"normal"},{"uid":"33dfe1f4260c6e43","name":"throws on content topic with empty encoding field","time":{"start":1710307890267,"stop":1710307890267,"duration":0},"status":"passed","severity":"normal"},{"uid":"a92647d16e547af8","name":"should throw error - no public key","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"status":"passed","severity":"normal"},{"uid":"24332471c2e5bbdc","name":"Push message with rate limit","time":{"start":1710308322616,"stop":1710308322617,"duration":1},"status":"passed","severity":"normal"},{"uid":"18bde4749d78fbb4","name":"Query generator for 2000 messages","time":{"start":1710308481022,"stop":1710308481022,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9df3bd32990f3f6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710308007026,"stop":1710308007027,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab75b6b0619f6720","name":"Push message with content topic containing Arabic","time":{"start":1710308322609,"stop":1710308322610,"duration":1},"status":"passed","severity":"normal"},{"uid":"98eb5a41dbbfc7b3","name":"Ping on unsubscribed peer","time":{"start":1710308024292,"stop":1710308024292,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e70bbe19ad57926","name":"Check message with no content topic is not received","time":{"start":1710308416727,"stop":1710308416727,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dd49b53658e07dd","name":"should not fail to start the service if it is already started","time":{"start":1710307918132,"stop":1710307918133,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f3c1ea9af5a66e9","name":"should encode/decode to text encoding","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"status":"passed","severity":"normal"},{"uid":"fde04bd30e1a5e7","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1710307940135,"stop":1710307940138,"duration":3},"status":"passed","severity":"normal"},{"uid":"dc8c4f107823ff47","name":"Generator, 2 different pubsubtopics","time":{"start":1710308464141,"stop":1710308464141,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c41945c4b8cbfead","name":"Check message on other pubsub topic is not received","time":{"start":1710308097735,"stop":1710308097735,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d7a4a9044be0954","name":"Push message with custom timestamp: 1710311692890","time":{"start":1710308463741,"stop":1710308463742,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9a50a613536c83c","name":"Subscribe to topic containing numeric and publish message","time":{"start":1710308371303,"stop":1710308371303,"duration":0},"status":"passed","severity":"normal"},{"uid":"3791a49751ce408a","name":"Subscribe to topic containing special chars and publish message","time":{"start":1710308371304,"stop":1710308371304,"duration":0},"status":"passed","severity":"normal"},{"uid":"e466bb6ca0fa3733","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1710308092687,"stop":1710308092687,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d57b5bb71a46123","name":"Check received message containing numeric","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbce83b27e5557b2","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1710308371305,"stop":1710308371305,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d0b0408b076817a","name":"Check received message containing long","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f368556e5b8d11e","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710308572940,"stop":1710308572940,"duration":0},"status":"passed","severity":"normal"},{"uid":"9da10f2a72d020c2","name":"should be able to encode the field with only STORE set to true","time":{"start":1710307897768,"stop":1710307897769,"duration":1},"status":"passed","severity":"normal"},{"uid":"7caada47cca0eb68","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"status":"passed","severity":"normal"},{"uid":"9111ea84523b95fe","name":"Subscribe to topic containing Script and receive message","time":{"start":1710308192969,"stop":1710308192969,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c7241dbe1309464","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1710308092702,"stop":1710308092702,"duration":0},"status":"passed","severity":"normal"},{"uid":"655113f0cb5009c9","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1710308508736,"stop":1710308508736,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a84e7f481745bdf","name":"Nodes with multiple pubsub topic","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e66eb9adf5eeea0","name":"Query Generator - forward","time":{"start":1710308485475,"stop":1710308485476,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5a01a74d62c8db0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1710308092714,"stop":1710308092715,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3850fc58e56d531","name":"should properly create location multiaddrs - udp6","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"status":"passed","severity":"normal"},{"uid":"f886643391fc6715","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710308357683,"stop":1710308357684,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec8f185fe67ea2ad","name":"it tolerates circular branch references","time":{"start":1710307914370,"stop":1710307914371,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcf8e0f83373629a","name":"Passing cursor with wrong message digest","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c35069220d0c7e8","name":"Push message equal or less that 1MB","time":{"start":1710308322623,"stop":1710308322623,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fe92b958c2402d","name":"should emit a peer event after start","time":{"start":1710308426367,"stop":1710308426368,"duration":1},"status":"passed","severity":"normal"},{"uid":"604686753df1b9e1","name":"through manual discovery","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2b74148ccc017c8","name":"Check received message with timestamp: 1710307939355000000 ","time":{"start":1710308416743,"stop":1710308416743,"duration":0},"status":"passed","severity":"normal"},{"uid":"700db9ecded6b381","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1710308092704,"stop":1710308092705,"duration":1},"status":"passed","severity":"normal"},{"uid":"6160b08711ee273a","name":"Check received message containing Chinese","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"status":"passed","severity":"normal"},{"uid":"8787c51874f5a990","name":"throws on content topic with empty application field","time":{"start":1710307890265,"stop":1710307890265,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2eccaec09565227","name":"Check received message containing Basic HTML tag","time":{"start":1710308416736,"stop":1710308416736,"duration":0},"status":"passed","severity":"normal"},{"uid":"407640ec244257b6","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710308192916,"stop":1710308192917,"duration":1},"status":"passed","severity":"normal"},{"uid":"46021ac8c5c435a5","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710308167159,"stop":1710308167160,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcc25e0c44746b78","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"status":"passed","severity":"normal"},{"uid":"36f6d6f97d645dd5","name":"should properly create location multiaddrs - tcp4","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"status":"passed","severity":"normal"},{"uid":"109206928d717bb8","name":"Passing page size 19 when there are 20 messages","time":{"start":1710308494292,"stop":1710308494293,"duration":1},"status":"passed","severity":"normal"},{"uid":"17fc99058e7599e4","name":"Push message with content topic containing Russian","time":{"start":1710308463693,"stop":1710308463693,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f74ce67607fe248","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710308192970,"stop":1710308192971,"duration":1},"status":"passed","severity":"normal"},{"uid":"708df7cfbbe04df1","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1710308092689,"stop":1710308092689,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a4ae8b45f091b1","name":"Push message with content topic containing unicode special characters","time":{"start":1710308322614,"stop":1710308322614,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b25df2457072ed","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","severity":"normal"},{"uid":"695f48d4b2852565","name":"Default pageSize","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"status":"passed","severity":"normal"},{"uid":"16a65405028bc6c5","name":"Check message with non string payload is not received","time":{"start":1710308097737,"stop":1710308097737,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc4669ef515b7b3b","name":"Check received message containing numeric","time":{"start":1710308097726,"stop":1710308097726,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6b89dedd9d6ec23","name":"should not fail to stop the service if it was not started","time":{"start":1710307950770,"stop":1710307950770,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecdcf3588a8b4d9","name":"Check received message containing shell command","time":{"start":1710308416737,"stop":1710308416740,"duration":3},"status":"passed","severity":"normal"},{"uid":"6bb0c973bea42388","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710308192923,"stop":1710308192923,"duration":0},"status":"passed","severity":"normal"},{"uid":"b944e98ee8cf4ca4","name":"Ping on peer without subscriptions","time":{"start":1710307971894,"stop":1710307971895,"duration":1},"status":"passed","severity":"normal"},{"uid":"c562f0bf9562f114","name":"Subscribe to topic containing long and publish message","time":{"start":1710308371302,"stop":1710308371303,"duration":1},"status":"passed","severity":"normal"},{"uid":"5de9fed9d7c406ee","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1710307914375,"stop":1710307914375,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1d62f2018ac8b503","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1710307923910,"stop":1710307923912,"duration":2},"status":"passed","severity":"normal"},{"uid":"db111bc63068ec1d","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1710308371306,"stop":1710308371306,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc51bc7c7619cbbe","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1710307903346,"stop":1710307903347,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a07aa4ca726b54e","name":"Promise Callback - forward","time":{"start":1710308485477,"stop":1710308485477,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c44abc8403b510","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710308167161,"stop":1710308167162,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbfaf0225991590a","name":"Ping on subscribed peer","time":{"start":1710308024293,"stop":1710308024293,"duration":0},"status":"passed","severity":"normal"},{"uid":"88d3a1f39edc2c6a","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710308572941,"stop":1710308572942,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a1c5fa915811474","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1710308371298,"stop":1710308371299,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d4c02a12b563389","name":"can dial TLS multiaddrs","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"status":"passed","severity":"normal"},{"uid":"89b54af2980f24ba","name":"Sets default value correctly","time":{"start":1710308510825,"stop":1710308510825,"duration":0},"status":"passed","severity":"normal"},{"uid":"79e48092a8e987e0","name":"Push message with content topic containing JSON","time":{"start":1710308322613,"stop":1710308322613,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff3f4e83330a16c","name":"Push message on custom pubsubTopic","time":{"start":1710308225038,"stop":1710308225038,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe91df30b2f2ac7f","name":"Publish message with large meta","time":{"start":1710308366526,"stop":1710308366533,"duration":7},"status":"passed","severity":"normal"},{"uid":"ea6a125b258d82b","name":"returns all values when wanted number is greater than available values","time":{"start":1710307912521,"stop":1710307912522,"duration":1},"status":"passed","severity":"normal"},{"uid":"b14ca8c15c626435","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1710307948136,"stop":1710307948137,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ffb9e32aec85cef","name":"Subscribe and receive messages via lightPush","time":{"start":1710308572931,"stop":1710308572931,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe7bc3233a5d29a","name":"Check message received after jswaku node is restarted","time":{"start":1710308416728,"stop":1710308416728,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3db4c6dd584b922f","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1710308092703,"stop":1710308092703,"duration":0},"status":"passed","severity":"normal"},{"uid":"f61faa69b4980a62","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1710308371297,"stop":1710308371298,"duration":1},"status":"passed","severity":"normal"},{"uid":"d88c51a51a9ece88","name":"should be able to decode the field with only FILTER set to true","time":{"start":1710307897776,"stop":1710307897779,"duration":3},"status":"passed","severity":"normal"},{"uid":"6fe3045070ee056f","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1710308192977,"stop":1710308192977,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9819428e416d31","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1710307897781,"stop":1710307897799,"duration":18},"status":"passed","severity":"normal"},{"uid":"ec740b4a021dd391","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"status":"passed","severity":"normal"},{"uid":"227b02546ef5e893","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1710308092713,"stop":1710308092714,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6b82c612d43b344","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710308572937,"stop":1710308572937,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ff96476e2446433","name":"Using a function","time":{"start":1710308510824,"stop":1710308510824,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf848dbf5d4e8d1","name":"Check received message containing XML","time":{"start":1710308097729,"stop":1710308097730,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f835aaf0e65a6b8","name":"Push message with content topic containing long","time":{"start":1710308463690,"stop":1710308463691,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e05e21e26d709f0","name":"creates an iterator","time":{"start":1710308495151,"stop":1710308495152,"duration":1},"status":"passed","severity":"normal"},{"uid":"79fbfbe79c032d6f","name":"Check publish message containing Russian","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"status":"passed","severity":"normal"},{"uid":"74a66228bf3e1371","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710308192972,"stop":1710308192972,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3e5676f260a344","name":"should be able to encode the field with only RELAY set to true","time":{"start":1710307897766,"stop":1710307897768,"duration":2},"status":"passed","severity":"normal"},{"uid":"11528354d9817213","name":"Push message with content topic containing emoji","time":{"start":1710308322614,"stop":1710308322615,"duration":1},"status":"passed","severity":"normal"},{"uid":"eadf6cd2815d2836","name":"Check message with non string payload is not received","time":{"start":1710308416747,"stop":1710308416747,"duration":0},"status":"passed","severity":"normal"},{"uid":"64d984a33c1d9dfb","name":"Check publish message containing emoji","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"status":"passed","severity":"normal"},{"uid":"50854f5204d29865","name":"Waku message hash computation (payload length 0)","time":{"start":1710307892759,"stop":1710307892760,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa32ef4496a20c61","name":"Check publish message containing XML","time":{"start":1710308366469,"stop":1710308366469,"duration":0},"status":"passed","severity":"normal"},{"uid":"4568c4cb1a3650d9","name":"Push message with emoji payload","time":{"start":1710308322598,"stop":1710308322598,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c95d7ade4228f0c","name":"Push message with content topic containing long","time":{"start":1710308322599,"stop":1710308322599,"duration":0},"status":"passed","severity":"normal"},{"uid":"91a9d57cda423db","name":"Query Generator, Multiple PubsubTopics","time":{"start":1710308459425,"stop":1710308459426,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7d198b9a77056b4","name":"LightPush","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56f00e9692bb775","name":"Subscribe and publish message","time":{"start":1710308371295,"stop":1710308371296,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf2af3d0fd8ecf01","name":"groups content topics by expected pubsub topic","time":{"start":1710307890269,"stop":1710307890270,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8fabb958e19000b","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1710308357664,"stop":1710308357664,"duration":0},"status":"passed","severity":"normal"},{"uid":"aee894d537875470","name":"should be able to decode the field with only STORE set to true","time":{"start":1710307897780,"stop":1710307897780,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e975ef6965267ab","name":"should set field with only STORE enabled","time":{"start":1710307898611,"stop":1710307898611,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e6457d1779ed2d3","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710308572937,"stop":1710308572938,"duration":1},"status":"passed","severity":"normal"},{"uid":"c54954d908a46041","name":"should set field with only LIGHTPUSH enabled","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"status":"passed","severity":"normal"},{"uid":"89ca8c82e825b65e","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1710307914056,"stop":1710307914056,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a28a9451fdea568","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710308649158,"stop":1710308649158,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7fa8aead07c45a","name":"Check message with no payload is not received","time":{"start":1710308416727,"stop":1710308416728,"duration":1},"status":"passed","severity":"normal"},{"uid":"29a6a7bbf70834a9","name":"should not fail to start the service if it is already started","time":{"start":1710307950770,"stop":1710307950772,"duration":2},"status":"passed","severity":"normal"},{"uid":"c8d1183146f45971","name":"Check received message containing Script","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5623ff0da329f91","name":"same cluster, different shard: nodes connect","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"status":"passed","severity":"normal"},{"uid":"e074a0bda35cc3da","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ed13a86cd67a07","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308225037,"stop":1710308225038,"duration":1},"status":"passed","severity":"normal"},{"uid":"6618c8196aea383d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710308572939,"stop":1710308572940,"duration":1},"status":"passed","severity":"normal"},{"uid":"38c7ce1f763ffc28","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1710308092686,"stop":1710308092687,"duration":1},"status":"passed","severity":"normal"},{"uid":"b43f163f9062a3a3","name":"Push message with numeric payload","time":{"start":1710308463674,"stop":1710308463674,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5bb15c1e84648ab","name":"Check publish message containing Chinese","time":{"start":1710308366458,"stop":1710308366459,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db4fc4c2d960b8c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308225039,"stop":1710308225039,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c0663d4ed9a312","name":"Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366472,"stop":1710308366480,"duration":8},"status":"passed","severity":"normal"},{"uid":"4d7d8f8968230f86","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710308192924,"stop":1710308192924,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a6d9e9653fbc5be","name":"getPeersByDiscovery","time":{"start":1710307980882,"stop":1710307980882,"duration":0},"status":"passed","severity":"normal"},{"uid":"4293adce4c6fb72f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1710307914056,"stop":1710307914057,"duration":1},"status":"passed","severity":"normal"},{"uid":"b018fb39f961a7ac","name":"listenerCount","time":{"start":1710307980882,"stop":1710307980883,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2351cad233a2204","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1710308477760,"stop":1710308477761,"duration":1},"status":"passed","severity":"normal"},{"uid":"9195e5e15efab4b","name":"should properly compute the node id","time":{"start":1710307898605,"stop":1710307898606,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ed9d83a3d684b6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308007020,"stop":1710308007021,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3907749ac12017d","name":"Check message with no pubsub topic is not received","time":{"start":1710308097735,"stop":1710308097736,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8ed92cf92361e36","name":"Push message with Basic HTML tag payload","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad080523fcfdb610","name":"Query Generator, Wrong PubsubTopic","time":{"start":1710308459424,"stop":1710308459424,"duration":0},"status":"passed","severity":"normal"},{"uid":"263a24341c9e7b8d","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1710307914373,"stop":1710307914374,"duration":1},"status":"passed","severity":"normal"},{"uid":"989a3bdc2ee27224","name":"Push message with Chinese payload","time":{"start":1710308322567,"stop":1710308322567,"duration":0},"status":"passed","severity":"normal"},{"uid":"d16990f351b169b6","name":"Throws when trying to push message with empty payload","time":{"start":1710308322598,"stop":1710308322599,"duration":1},"status":"passed","severity":"normal"},{"uid":"b15c7072fbc83d9e","name":"should handle corrupted local storage data gracefully","time":{"start":1710307918135,"stop":1710307918135,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb0f252be0c31bba","name":"throws on content topic with non-number generation field","time":{"start":1710307890264,"stop":1710307890265,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a8d234c63eecf70","name":"Push message with content topic containing special chars","time":{"start":1710308463691,"stop":1710308463692,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1a6ffacc78d9a91","name":"stop","time":{"start":1710307980884,"stop":1710307980886,"duration":2},"status":"passed","severity":"normal"},{"uid":"2aa78ba7033620f1","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710308572943,"stop":1710308572944,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbe0acc788da3bcf","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1710308092705,"stop":1710308092706,"duration":1},"status":"passed","severity":"normal"},{"uid":"73855449b1424756","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710308167162,"stop":1710308167162,"duration":0},"status":"passed","severity":"normal"},{"uid":"bba8bbf311fde437","name":"Relay + Store","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"status":"passed","severity":"normal"},{"uid":"283e444ec6452b0c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5d2710fe934adac","name":"should properly create peer info with all multiaddrs","time":{"start":1710307898609,"stop":1710307898610,"duration":1},"status":"passed","severity":"normal"},{"uid":"79464d5f1aa3ee20","name":"different cluster, same shard: nodes don't connect","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"status":"passed","severity":"normal"},{"uid":"7724b163879864e6","name":"Push message with content topic containing numeric","time":{"start":1710308463691,"stop":1710308463691,"duration":0},"status":"passed","severity":"normal"},{"uid":"e64c0b811046f119","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710308572947,"stop":1710308572948,"duration":1},"status":"passed","severity":"normal"},{"uid":"10ec031ba2621475","name":"Refresh subscription","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b223140dbcd553e","name":"should properly create location multiaddrs - udp4","time":{"start":1710307898607,"stop":1710307898608,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ab136ebe35cb252","name":"Query generator for multiple messages with different content topic format","time":{"start":1710308481019,"stop":1710308481020,"duration":1},"status":"passed","severity":"normal"},{"uid":"739253a7f12e1667","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1710307940172,"stop":1710307940173,"duration":1},"status":"passed","severity":"normal"},{"uid":"44448a09524c17c2","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710308192912,"stop":1710308192913,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac4d3faef5e2b526","name":"Push message with long payload","time":{"start":1710308322564,"stop":1710308322565,"duration":1},"status":"passed","severity":"normal"},{"uid":"61926b0960a885db","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1710307914058,"stop":1710307914059,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a552a3e871c91cc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092717,"stop":1710308092718,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca88e97a24a550b","name":"Query with Ordered Callback, No Decoder","time":{"start":1710308459429,"stop":1710308459429,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd45b9a173e5cb28","name":"Overlapping topic subscription","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","severity":"normal"},{"uid":"943f71db8026f162","name":"Passing page size 0 when there are 110 messages","time":{"start":1710308494290,"stop":1710308494290,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f5bce47b8ba178","name":"Callback on promise","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2474eeecef8ba48","name":"same cluster, same shard: nodes connect","time":{"start":1710308092684,"stop":1710308092685,"duration":1},"status":"passed","severity":"normal"},{"uid":"632d9d23090b5b32","name":"Light Node - default protocols","time":{"start":1710308515427,"stop":1710308515428,"duration":1},"status":"passed","severity":"normal"},{"uid":"370e90bc1e140e1","name":"getPeersByDiscovery","time":{"start":1710308348759,"stop":1710308348759,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce25c6e5d913987","name":"Query Generator, No message returned","time":{"start":1710308459427,"stop":1710308459428,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ef6b91ac3fc51a6","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710308192970,"stop":1710308192970,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbf4fc66db0b2495","name":"Init the array if not present","time":{"start":1710307889887,"stop":1710307889889,"duration":2},"status":"passed","severity":"normal"},{"uid":"54e59a8f1863ecb5","name":"Ping on peer without subscriptions","time":{"start":1710308024291,"stop":1710308024292,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe42f88b3ad13d44","name":"Check received message containing Russian","time":{"start":1710308097728,"stop":1710308097728,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c155ef26e07f71","name":"Reopen subscription with peer with lost subscription","time":{"start":1710307971895,"stop":1710307971896,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7904c9ebae93f06","name":"Encoder throws on undefined content topic","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a6f8ab7d4dd4e62","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","severity":"normal"},{"uid":"3494f4c3e7c2acd0","name":"Ping on subscribed peer","time":{"start":1710308024291,"stop":1710308024291,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fface4cb94b5716","name":"Ping on peer without subscriptions","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb97cd0d6cec89d0","name":"Subscribe and receive messages via waku relay post","time":{"start":1710308192914,"stop":1710308192914,"duration":0},"status":"passed","severity":"normal"},{"uid":"7983c5373910f0a1","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1710308508736,"stop":1710308508736,"duration":0},"status":"passed","severity":"normal"},{"uid":"a04404af5618e869","name":"Subscribe and receives messages on 20 topics","time":{"start":1710308572933,"stop":1710308572934,"duration":1},"status":"passed","severity":"normal"},{"uid":"561c595b3ebe3982","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","severity":"normal"},{"uid":"49e40c71abde82f1","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f4d38912d716ea4","name":"Push message with shell command payload","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ced2d3e8f755f1","name":"Check message received after nwaku node is restarted","time":{"start":1710308416729,"stop":1710308416729,"duration":0},"status":"skipped","severity":"normal"},{"uid":"21a4089bab208912","name":"Relay - times out","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"status":"passed","severity":"normal"},{"uid":"364346e30d0a3db6","name":"should throw error - invalid id","time":{"start":1710307898604,"stop":1710307898604,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c93309cc785a8f3","name":"should not receive a peer event before start","time":{"start":1710308426368,"stop":1710308426368,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae01a930bb4c68c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710308416725,"stop":1710308416726,"duration":1},"status":"passed","severity":"normal"},{"uid":"bff70a352c922ddf","name":"Correctly serialized arguments","time":{"start":1710308231895,"stop":1710308231896,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa4e3e175b818004","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1710307923912,"stop":1710307923912,"duration":0},"status":"passed","severity":"normal"},{"uid":"48ca89d32a048cd9","name":"should use DNS peer discovery with light client","time":{"start":1710307950774,"stop":1710307950775,"duration":1},"status":"skipped","severity":"normal"},{"uid":"aa5816827d68913f","name":"Push message with content topic containing numeric","time":{"start":1710308322600,"stop":1710308322600,"duration":0},"status":"passed","severity":"normal"},{"uid":"151e106940af2b94","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1710308092690,"stop":1710308092690,"duration":0},"status":"passed","severity":"normal"},{"uid":"229c15e86d0e1e66","name":"Round trip binary encryption [ecies, signature]","time":{"start":1710307925681,"stop":1710307925681,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8f4d4d7aacb04c","name":"can start the service","time":{"start":1710307950769,"stop":1710307950769,"duration":0},"status":"passed","severity":"normal"},{"uid":"d15b46c9db9e57c3","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1710308092722,"stop":1710308092723,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c0bf0db155c2675","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1710308092718,"stop":1710308092718,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d476eb80a9e8d30","name":"Push message with content topic containing Chinese","time":{"start":1710308463692,"stop":1710308463692,"duration":0},"status":"passed","severity":"normal"},{"uid":"4472405c6bf9f8a8","name":"Ordered Callback - forward","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fac1033637d872a","name":"Decoder throws on undefined content topic","time":{"start":1710307903500,"stop":1710307903500,"duration":0},"status":"passed","severity":"normal"},{"uid":"adc12029c41ec06c","name":"Check received message containing Arabic","time":{"start":1710308416718,"stop":1710308416719,"duration":1},"status":"passed","severity":"normal"},{"uid":"37a395b22fd28cd5","name":"tcp ip4 address","time":{"start":1710307898065,"stop":1710307898065,"duration":0},"status":"passed","severity":"normal"},{"uid":"e51c6c5265b64fd3","name":"Check publish message containing Script","time":{"start":1710308366465,"stop":1710308366469,"duration":4},"status":"passed","severity":"normal"},{"uid":"1d48597e1996675e","name":"1 Store, 2 fetches","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c549e543302556","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710308357663,"stop":1710308357664,"duration":1},"status":"passed","severity":"normal"},{"uid":"f72da4ad3d348f10","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1710307925681,"stop":1710307925681,"duration":0},"status":"passed","severity":"normal"},{"uid":"58817b80abfc90ad","name":"Check received message containing emoji","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc06a0e4258d47a3","name":"1 Store, 2 relays, 2 fetches","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"status":"passed","severity":"normal"},{"uid":"87da7cd12e65d93d","name":"should not fail to stop the service if it was not started","time":{"start":1710308426366,"stop":1710308426367,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8ba4e36fd555877","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092720,"stop":1710308092720,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec0ae06c47c651c","name":"Push message with unicode special characters payload","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8c7454cc6b83a52","name":"1 Relay, 1 Filter, gives up","time":{"start":1710307914153,"stop":1710307914154,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f031c494248cbf8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710308167158,"stop":1710308167158,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe978312f134a47","name":"new peer added after a peer was already found","time":{"start":1710308348759,"stop":1710308348760,"duration":1},"status":"skipped","severity":"normal"},{"uid":"177e38359a4b434c","name":"Fails to push message with large meta","time":{"start":1710308322616,"stop":1710308322616,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f09598def689f9a","name":"Decoder throws on empty string content topic","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ff97b8129b3dc26","name":"Push message with JSON payload","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"status":"passed","severity":"normal"},{"uid":"5afc12089e6166ef","name":"Check received message containing Script","time":{"start":1710308416734,"stop":1710308416735,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3ab2c51803feee4","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710308192972,"stop":1710308192976,"duration":4},"status":"passed","severity":"normal"},{"uid":"4ff91ea0ac7803c","name":"Push message with Russian payload","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"status":"passed","severity":"normal"},{"uid":"a958b7f2080e216c","name":"Push message with numeric payload","time":{"start":1710308322565,"stop":1710308322565,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6685/widgets/history-trend.json b/6685/widgets/history-trend.json index ffe5426a95e..8591912df8a 100644 --- a/6685/widgets/history-trend.json +++ b/6685/widgets/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/6685/widgets/retry-trend.json b/6685/widgets/retry-trend.json index d17181502b7..1785cb542f5 100644 --- a/6685/widgets/retry-trend.json +++ b/6685/widgets/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"run":730,"retry":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"run":730,"retry":2}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"run":730,"retry":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/6685/widgets/severity.json b/6685/widgets/severity.json index 071afeb70f6..e1aaa0dd6bd 100644 --- a/6685/widgets/severity.json +++ b/6685/widgets/severity.json @@ -1 +1 @@ -[{"uid":"29a6cc9ba3ddaad3","name":"Query generator for multiple messages","time":{"start":1710307361629,"stop":1710307361630,"duration":1},"status":"passed","severity":"normal"},{"uid":"eebb04d35b0f7f8a","name":"should be able to encode the field with only STORE set to true","time":{"start":1710306791274,"stop":1710306791275,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e10b933126ccdc","name":"Subscribe to topic containing XML and receive message","time":{"start":1710307078649,"stop":1710307078649,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4c2c96d706cecc6","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710307465632,"stop":1710307465633,"duration":1},"status":"passed","severity":"normal"},{"uid":"2240edc18ec1d673","name":"Encoder throws on empty string content topic","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac63acb0c1eda98a","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"status":"passed","severity":"normal"},{"uid":"24fd25e99833117d","name":"Push message with Basic HTML tag payload","time":{"start":1710307207051,"stop":1710307207052,"duration":1},"status":"passed","severity":"normal"},{"uid":"d69f761005bc69db","name":"Relay + Store","time":{"start":1710306791809,"stop":1710306791809,"duration":0},"status":"passed","severity":"normal"},{"uid":"5633e6f729d80ba1","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710306904612,"stop":1710306904612,"duration":0},"status":"passed","severity":"normal"},{"uid":"f039054eb7c97a21","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710307078652,"stop":1710307078652,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c3b54c1ca7eaa0d","name":"Sets default value correctly","time":{"start":1710307393000,"stop":1710307393000,"duration":0},"status":"passed","severity":"normal"},{"uid":"489f1d8d26f91c0e","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1710307259440,"stop":1710307259441,"duration":1},"status":"passed","severity":"normal"},{"uid":"824bf4373ffe1857","name":"Check received message containing shell command","time":{"start":1710306994271,"stop":1710306994272,"duration":1},"status":"passed","severity":"normal"},{"uid":"f876f928a28d31ff","name":"udp ip6 address","time":{"start":1710306791187,"stop":1710306791187,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd8aeb09e11b1fe3","name":"Ordered Callback - backward","time":{"start":1710307365855,"stop":1710307365855,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8aa3d6c2c782916","name":"Subscribe to topic containing long and receive message","time":{"start":1710307465634,"stop":1710307465635,"duration":1},"status":"passed","severity":"normal"},{"uid":"9617149fa8457972","name":"Push 30 different messages","time":{"start":1710307207068,"stop":1710307207069,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9d1450872b06f48","name":"Generator, custom pubsub topic","time":{"start":1710307351550,"stop":1710307351550,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b7a41313a40a0516","name":"should be called at least once on all `peer:discovery` events","time":{"start":1710306841072,"stop":1710306841073,"duration":1},"status":"passed","severity":"normal"},{"uid":"c05b8dfd71b32c2e","name":"should emit a peer event after start","time":{"start":1710306844173,"stop":1710306844174,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d4fd617e0b61fe5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1710306981503,"stop":1710306981503,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef37b9432b455edc","name":"Check publish message containing special chars","time":{"start":1710307247757,"stop":1710307247758,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5f0f66c8d1426d","name":"Fails to publish message with size larger than 1 MB","time":{"start":1710307247771,"stop":1710307247771,"duration":0},"status":"passed","severity":"normal"},{"uid":"546e1d39874ed3ba","name":"Ping on subscribed peer","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf0ce8e3701f87b9","name":"Check received message containing unicode special characters","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"status":"passed","severity":"normal"},{"uid":"f12c7b6c03e28e46","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710307308647,"stop":1710307308648,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4ed3b96dcee4081","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1710306981492,"stop":1710306981493,"duration":1},"status":"passed","severity":"normal"},{"uid":"48d3f130ed9394d0","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3544ff089ce3856","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710307045654,"stop":1710307045657,"duration":3},"status":"passed","severity":"normal"},{"uid":"fb37e9db4e11df79","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1710306981512,"stop":1710306981513,"duration":1},"status":"passed","severity":"normal"},{"uid":"6555ae0a22a07c3c","name":"Check received message containing escaped characters","time":{"start":1710306994272,"stop":1710306994272,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d077dd4bff4640","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710307465626,"stop":1710307465626,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd16d263c671127e","name":"Sample","time":{"start":1710306791311,"stop":1710306791311,"duration":0},"status":"passed","severity":"normal"},{"uid":"62a7794fc5889e42","name":"Fails to publish message with empty text","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f54d7516c668185","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710307078637,"stop":1710307078637,"duration":0},"status":"passed","severity":"normal"},{"uid":"9faf2ce3540f6444","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1710306981513,"stop":1710306981514,"duration":1},"status":"passed","severity":"normal"},{"uid":"75ed50467fc0314f","name":"Check publish message containing Script","time":{"start":1710307247761,"stop":1710307247762,"duration":1},"status":"passed","severity":"normal"},{"uid":"3559c6fbc13d9ea7","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710307045661,"stop":1710307045661,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b5002d654a7dc0","name":"Push message with Arabic payload","time":{"start":1710307358455,"stop":1710307358455,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ec9a647e3c6b96","name":"Push message with escaped characters payload","time":{"start":1710307207058,"stop":1710307207063,"duration":5},"status":"passed","severity":"normal"},{"uid":"f425de24c1089709","name":"Ping on subscribed peer","time":{"start":1710306865883,"stop":1710306865884,"duration":1},"status":"passed","severity":"normal"},{"uid":"833dfd32459b4bc1","name":"Push message with shell command payload","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"status":"passed","severity":"normal"},{"uid":"b35ec6754e875c48","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710307078652,"stop":1710307078652,"duration":0},"status":"passed","severity":"normal"},{"uid":"aca240ab4abb749d","name":"Push message with content topic containing JSON","time":{"start":1710307358466,"stop":1710307358466,"duration":0},"status":"passed","severity":"normal"},{"uid":"130331af441031e5","name":"Encoder throws on undefined content topic","time":{"start":1710306818618,"stop":1710306818618,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b493541418e2afe","name":"should get / set TCP multiaddr","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c67d90e32d1afdc","name":"Push message with SQL Injection payload","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"status":"passed","severity":"normal"},{"uid":"916dd0c263e44a4d","name":"Subscribe to topic containing special chars and publish message","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"status":"passed","severity":"normal"},{"uid":"179311409d54c394","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710307101317,"stop":1710307101318,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee86dbb12c830a52","name":"Check publish message containing SQL Injection","time":{"start":1710307247761,"stop":1710307247761,"duration":0},"status":"passed","severity":"normal"},{"uid":"9998c2aa8633982e","name":"should not fail to stop the service if it was not started","time":{"start":1710307300370,"stop":1710307300370,"duration":0},"status":"passed","severity":"normal"},{"uid":"e535e689cf29bd40","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1710307259442,"stop":1710307259442,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd0fc31229f0888","name":"Check publish message containing XML","time":{"start":1710307247762,"stop":1710307247762,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44e49cf7d62444a","name":"should not receive a peer event after stop","time":{"start":1710306844181,"stop":1710306844183,"duration":2},"status":"passed","severity":"normal"},{"uid":"711670d98ccc3993","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1710306981504,"stop":1710306981504,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fa8a42d336d6d8c","name":"Push message with content topic containing numeric","time":{"start":1710307207070,"stop":1710307207071,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbc0d5284000a150","name":"Check meta is set [symmetric]","time":{"start":1710306816840,"stop":1710306816840,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f1c2976b2b48d4e","name":"Push message with emoji payload","time":{"start":1710307358459,"stop":1710307358459,"duration":0},"status":"passed","severity":"normal"},{"uid":"743f7b959cd02351","name":"Relay - dialed first","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"status":"passed","severity":"normal"},{"uid":"374c0a9af5c35192","name":"Ping on peer without subscriptions","time":{"start":1710306865884,"stop":1710306865885,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a981ae9069cc5ed","name":"isConnected return false after peer stops","time":{"start":1710306877075,"stop":1710306877076,"duration":1},"status":"passed","severity":"normal"},{"uid":"5951d3800b2347fe","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1710307259441,"stop":1710307259442,"duration":1},"status":"passed","severity":"normal"},{"uid":"3abdc73832c6540d","name":"Check received message containing XML","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"status":"passed","severity":"normal"},{"uid":"83de1c0272cb2338","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710307465631,"stop":1710307465631,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae8aa08266f081e","name":"Subscribe to topic containing short and receive message","time":{"start":1710307465634,"stop":1710307465634,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a5d6b5a6dc7ab5d","name":"Refresh subscription","time":{"start":1710307465621,"stop":1710307465622,"duration":1},"status":"passed","severity":"normal"},{"uid":"daad5dbb4bc6a24d","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1710306981507,"stop":1710306981507,"duration":0},"status":"passed","severity":"normal"},{"uid":"3de4427b91b7c01","name":"safeDispatchEvent","time":{"start":1710306873748,"stop":1710306873749,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2ce64e4516c7688","name":"Push message with content topic containing short","time":{"start":1710307358460,"stop":1710307358461,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbcae8c37b12d546","name":"Publish without waiting for remote peer","time":{"start":1710307259433,"stop":1710307259434,"duration":1},"status":"passed","severity":"normal"},{"uid":"48b5dbdff708a3ed","name":"Check received message containing Basic HTML tag","time":{"start":1710307308644,"stop":1710307308645,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf85cb42ba4b05a0","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710307078651,"stop":1710307078651,"duration":0},"status":"passed","severity":"normal"},{"uid":"34fac85a434e9564","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710307358466,"stop":1710307358466,"duration":0},"status":"passed","severity":"normal"},{"uid":"63b8953a0fb524dd","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1710306877073,"stop":1710306877073,"duration":0},"status":"passed","severity":"normal"},{"uid":"30cfc64235762ce7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307351549,"stop":1710307351549,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b23b84d542088b6","name":"more peers than existing","time":{"start":1710307207320,"stop":1710307207321,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a70ed9593c12f664","name":"throws on content topic with non-number generation field","time":{"start":1710306783475,"stop":1710306783475,"duration":0},"status":"passed","severity":"normal"},{"uid":"8331c3ddab54ef15","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710307465624,"stop":1710307465624,"duration":0},"status":"passed","severity":"normal"},{"uid":"5baf4b5cd3c617d9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710307465636,"stop":1710307465636,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ad8bf0723ac9441","name":"should encode/decode to RLP encoding","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e436814900e88dd","name":"should decode valid enr successfully","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"status":"passed","severity":"normal"},{"uid":"1293209433bd2924","name":"Relay","time":{"start":1710306843279,"stop":1710306843280,"duration":1},"status":"passed","severity":"normal"},{"uid":"6602ffbc2d1b7fcf","name":"Check message received after jswaku node is restarted","time":{"start":1710307308633,"stop":1710307308634,"duration":1},"status":"skipped","severity":"normal"},{"uid":"76a3b3b5e528481a","name":"Encoder throws on empty string content topic","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"status":"passed","severity":"normal"},{"uid":"e53ad3fca24dd088","name":"different cluster, same shard: nodes don't connect","time":{"start":1710306981491,"stop":1710306981491,"duration":0},"status":"passed","severity":"normal"},{"uid":"f292d79e3e1cabc3","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb300717e507f66","name":"should not receive a peer event before start","time":{"start":1710306844174,"stop":1710306844175,"duration":1},"status":"passed","severity":"normal"},{"uid":"e643e20019f5f65c","name":"Subscribe to topic containing long and publish message","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9c1bfddce030e6c","name":"Push message with content topic containing JSON","time":{"start":1710307207089,"stop":1710307207090,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3f1bb9a0f6d784f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1710306981514,"stop":1710306981514,"duration":0},"status":"passed","severity":"normal"},{"uid":"6271a0a94214c2cd","name":"different cluster, different shard: nodes don't connect","time":{"start":1710306981492,"stop":1710306981492,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf1063a889173df4","name":"Waku message hash computation (meta attribute not present)","time":{"start":1710306786079,"stop":1710306786080,"duration":1},"status":"passed","severity":"normal"},{"uid":"741572ae6f282d89","name":"should properly create location multiaddrs - udp4","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"status":"passed","severity":"normal"},{"uid":"c78deb2d9b9608a9","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1710306833583,"stop":1710306833584,"duration":1},"status":"passed","severity":"normal"},{"uid":"8540f714c2e07ac4","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710306904616,"stop":1710306904616,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb14ccb66934e0f9","name":"Fails to push message bigger that 1MB","time":{"start":1710307207096,"stop":1710307207096,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7188045e91edf61","name":"Query generator for multiple messages with different content topic format","time":{"start":1710307361631,"stop":1710307361631,"duration":0},"status":"passed","severity":"normal"},{"uid":"4956183f40287201","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1710307078652,"stop":1710307078653,"duration":1},"status":"passed","severity":"normal"},{"uid":"16d5bf74f002c13a","name":"Publish message with custom timestamp: Wed Mar 13 2024 04:20:38 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247766,"stop":1710307247767,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbede38292c05609","name":"Push message with content topic containing XML","time":{"start":1710307358465,"stop":1710307358466,"duration":1},"status":"passed","severity":"normal"},{"uid":"c108d32ec506327c","name":"Passing cursor with wrong message digest","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"status":"passed","severity":"normal"},{"uid":"7375b5fe7f2e0efd","name":"should set field with only LIGHTPUSH enabled","time":{"start":1710306791808,"stop":1710306791809,"duration":1},"status":"passed","severity":"normal"},{"uid":"dccf548c4f204fa5","name":"Check received message containing Script","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"status":"passed","severity":"normal"},{"uid":"e08fbc7d1d669cd6","name":"Check received message containing escaped characters","time":{"start":1710307308625,"stop":1710307308626,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee0ed5f7788a0a80","name":"Check message received after nwaku node is restarted","time":{"start":1710306994279,"stop":1710306994279,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9dbb889798e0d6b2","name":"nwaku subscribes","time":{"start":1710307238429,"stop":1710307238429,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e9e9c0c70883d","name":"Subscribe and receives messages on 20 topics","time":{"start":1710307078639,"stop":1710307078639,"duration":0},"status":"passed","severity":"normal"},{"uid":"968a1ec7be9646c1","name":"Push message with rate limit","time":{"start":1710307358473,"stop":1710307358474,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b80f2783b6ec262","name":"Check publish message containing long","time":{"start":1710307247756,"stop":1710307247757,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a6f40e677e13508","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1710306807146,"stop":1710306807147,"duration":1},"status":"passed","severity":"normal"},{"uid":"814b334ac78843fb","name":"Push message with content topic containing Arabic","time":{"start":1710307207086,"stop":1710307207086,"duration":0},"status":"passed","severity":"normal"},{"uid":"beaa5697c0dae4dc","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710307465638,"stop":1710307465638,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae2118cc8150f0db","name":"Ping on unsubscribed peer","time":{"start":1710306908763,"stop":1710306908764,"duration":1},"status":"passed","severity":"normal"},{"uid":"b36d6c6a7d0fa128","name":"should emit a peer event after start","time":{"start":1710307300370,"stop":1710307300371,"duration":1},"status":"passed","severity":"normal"},{"uid":"9900b1bbb62183e5","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710307535236,"stop":1710307535236,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e86d519770586d7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4c655e4997fd5207","name":"ignores unrecognized TXT record formats","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc604a1442a69eb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1710306981524,"stop":1710306981525,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4701230afe58d27","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"status":"passed","severity":"normal"},{"uid":"81124934c58f99f1","name":"Subscribe to topic containing Script and receive message","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"status":"passed","severity":"normal"},{"uid":"1193ba8cae048802","name":"should set field with only RELAY enabled","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd7ec2aa8983562d","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1710306796318,"stop":1710306796319,"duration":1},"status":"passed","severity":"normal"},{"uid":"9adb6875d80b8beb","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1710307233598,"stop":1710307233599,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4d5b52e0957a7f2","name":"Push message with content topic containing escaped characters","time":{"start":1710307207090,"stop":1710307207091,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8a1b9563250721e","name":"Push message with long payload","time":{"start":1710307358453,"stop":1710307358453,"duration":0},"status":"passed","severity":"normal"},{"uid":"e06321cee29d90c7","name":"Subscribe to topic containing Script and receive message","time":{"start":1710307078648,"stop":1710307078648,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5727b048d92f8ce","name":"Push message with content topic containing shell command","time":{"start":1710307207090,"stop":1710307207090,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c97c009f5f49ffe","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdfa7faefc1463e3","name":"Check publish message containing unicode special characters","time":{"start":1710307247764,"stop":1710307247765,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf074c69befaf9cd","name":"should return all peers when numPeers is 0","time":{"start":1710306796317,"stop":1710306796317,"duration":0},"status":"passed","severity":"normal"},{"uid":"22de5cbb2c158a6a","name":"Js publishes, other Js receives","time":{"start":1710307238432,"stop":1710307238433,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e3e04996fa9b1be","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1710307342527,"stop":1710307342527,"duration":0},"status":"passed","severity":"normal"},{"uid":"31a84d69e12bcc1e","name":"Query Generator - backward","time":{"start":1710307365851,"stop":1710307365851,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f99f2f7f33bd728","name":"Ordered Callback - forward","time":{"start":1710307365852,"stop":1710307365855,"duration":3},"status":"passed","severity":"normal"},{"uid":"329107f8811dd049","name":"A test","time":{"start":1710307078724,"stop":1710307078724,"duration":0},"status":"passed","severity":"normal"},{"uid":"c36628ea0624b88","name":"Passing page size 0 when there are 110 messages","time":{"start":1710307383798,"stop":1710307383799,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a66928c63d120d0","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1710306841076,"stop":1710306841076,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2b1ed70a9f0c61","name":"Subscribe to topic containing short and receive message","time":{"start":1710307465622,"stop":1710307465622,"duration":0},"status":"passed","severity":"normal"},{"uid":"3670104296f933b0","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710307535235,"stop":1710307535235,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8eeb17c6ae0787e","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b1a240adbe0e9392","name":"Reusing cursor across nodes","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae158714446bc92","name":"Check message with no content topic is not received","time":{"start":1710306994277,"stop":1710306994277,"duration":0},"status":"passed","severity":"normal"},{"uid":"43348fb1efb51e87","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1710307233598,"stop":1710307233598,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c28b753d13308486","name":"Check received message containing unicode special characters","time":{"start":1710307308626,"stop":1710307308627,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c2d8dd472eaf902","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981520,"stop":1710306981520,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf99253b90adb73e","name":"Push message with content topic containing unicode special characters","time":{"start":1710307207091,"stop":1710307207091,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b3ea3c22ee2619","name":"Round trip binary encryption [ecies, signature]","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"status":"passed","severity":"normal"},{"uid":"9946e83f566fd2af","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1710306807147,"stop":1710306807147,"duration":0},"status":"passed","severity":"normal"},{"uid":"deb8785009bc7363","name":"Subscribe to topic containing Russian and publish message","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e69f4fdab7b57d3","name":"Register correct protocols","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"status":"passed","severity":"normal"},{"uid":"2132e5a9580b844f","name":"Relay - dialed after","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60d6070b1ead4ef","name":"isConnected should return false after all peers disconnect","time":{"start":1710306833586,"stop":1710306833587,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e00a123eca7b002","name":"throws on content topic with empty encoding field","time":{"start":1710306783477,"stop":1710306783478,"duration":1},"status":"passed","severity":"normal"},{"uid":"cacdebe74832f79c","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1710306846371,"stop":1710306846371,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c543862f1b45555","name":"Passing an array","time":{"start":1710307392998,"stop":1710307392999,"duration":1},"status":"passed","severity":"normal"},{"uid":"1746f7e3e4edcb61","name":"Accepts a valid Waku Message","time":{"start":1710306799978,"stop":1710306799980,"duration":2},"status":"passed","severity":"normal"},{"uid":"56b4807bb648705b","name":"Push to array if already present","time":{"start":1710306783350,"stop":1710306783351,"duration":1},"status":"passed","severity":"normal"},{"uid":"40249434d6dcb33e","name":"should only return 1 node with relay and store capability","time":{"start":1710306807581,"stop":1710306807582,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8338061c3675c3d","name":"getPeersByDiscovery","time":{"start":1710306873746,"stop":1710306873746,"duration":0},"status":"passed","severity":"normal"},{"uid":"a59bbf5a9d594538","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1710306791282,"stop":1710306791282,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c531c411e8d1bb2","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1710306981508,"stop":1710306981508,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce73317efe78552f","name":"should set field with only STORE enabled","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9abffb00bc665f","name":"Check received message containing special chars","time":{"start":1710306994266,"stop":1710306994267,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee041736d3a13da2","name":"Subscribe and receive messages via waku relay post","time":{"start":1710307465618,"stop":1710307465618,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cdc78611b3b2d0","name":"creates an iterator","time":{"start":1710307377258,"stop":1710307377258,"duration":0},"status":"passed","severity":"normal"},{"uid":"e55fd2f3abb2014a","name":"Ping on unsubscribed peer","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4c069540f801f1a","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"status":"skipped","severity":"normal"},{"uid":"367c95cd8cf1e56e","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710307465628,"stop":1710307465628,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d34721d9d1fa3a","name":"Push message with long payload","time":{"start":1710307207046,"stop":1710307207047,"duration":1},"status":"passed","severity":"normal"},{"uid":"66afdebe399a07a8","name":"recovers when dns.resolve returns empty","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"status":"passed","severity":"normal"},{"uid":"f346042f8e263f2c","name":"Push message with content topic containing SQL Injection","time":{"start":1710307358464,"stop":1710307358465,"duration":1},"status":"passed","severity":"normal"},{"uid":"c425a843b8750b8f","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1710306981495,"stop":1710306981495,"duration":0},"status":"passed","severity":"normal"},{"uid":"5684ba704a01bc4a","name":"Push message with content topic containing special chars","time":{"start":1710307358462,"stop":1710307358463,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6750198c0188479","name":"Passing cursor with wrong pubsubTopic","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbf9a75c9f644c6e","name":"Subscribe and publish message","time":{"start":1710307259434,"stop":1710307259434,"duration":0},"status":"passed","severity":"normal"},{"uid":"f84216b825573a93","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1710306981505,"stop":1710306981506,"duration":1},"status":"passed","severity":"normal"},{"uid":"97560f07fca83fae","name":"Nodes with multiple pubsub topic","time":{"start":1710307244658,"stop":1710307244658,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ecb8b81f7b10d2","name":"Check received message containing Basic HTML tag","time":{"start":1710306994270,"stop":1710306994271,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff3ad5448c070309","name":"removeEventListener with correct event","time":{"start":1710306873744,"stop":1710306873745,"duration":1},"status":"passed","severity":"normal"},{"uid":"343a59b3900a2827","name":"Push message with content topic containing escaped characters","time":{"start":1710307358467,"stop":1710307358467,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e2a1e8746d9207","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710307465638,"stop":1710307465638,"duration":0},"status":"passed","severity":"normal"},{"uid":"48b69f71c5d68396","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981503,"stop":1710306981504,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fb543ac194a1415","name":"retrieves a single peer","time":{"start":1710306807578,"stop":1710306807579,"duration":1},"status":"passed","severity":"normal"},{"uid":"2130bdc84c81d757","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6805335f4239e75","name":"should be called for bootstrap peers","time":{"start":1710306841074,"stop":1710306841074,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1429473f82d3959","name":"throws on content topic with generation field greater than 0","time":{"start":1710306783475,"stop":1710306783475,"duration":0},"status":"passed","severity":"normal"},{"uid":"35820cf3ab8f27fb","name":"Push message on custom pubsubTopic","time":{"start":1710307101317,"stop":1710307101317,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3449055ba1206e0","name":"Push message with Chinese payload","time":{"start":1710307358454,"stop":1710307358455,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd1e6b1114c7ef86","name":"Publish message with rate limit","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1ce11214338bcc","name":"configure the node with multiple pubsub topics","time":{"start":1710307285628,"stop":1710307285628,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9818e267cfccc64","name":"Push message with XML payload","time":{"start":1710307207051,"stop":1710307207051,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb0fdb54a62df8e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710307465623,"stop":1710307465623,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c0abfdfabf9ae75","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1710307247769,"stop":1710307247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f74922d9c215071","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1710306981504,"stop":1710306981505,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe9f02454f9f7ab","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1710306807149,"stop":1710306807149,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ff2747ee46298db","name":"Subscribe to topic containing Script and receive message","time":{"start":1710307465625,"stop":1710307465625,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c3453a6dc8bc6c6","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9b8386293980a54","name":"Ping on peer without subscriptions","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ed18f83e88104b","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710307465640,"stop":1710307465640,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d3b9335095bb3ef","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710307465623,"stop":1710307465623,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ec76e6ae059267","name":"should not fail to start the service if it is already started","time":{"start":1710306811114,"stop":1710306811114,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d25bd26aa12aa71","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710307078650,"stop":1710307078651,"duration":1},"status":"passed","severity":"normal"},{"uid":"c58e5b8bf671e9","name":"Push message with XML payload","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3974946fb4e638b","name":"Check message with non string payload is not received","time":{"start":1710306994278,"stop":1710306994278,"duration":0},"status":"passed","severity":"normal"},{"uid":"942f45714d816161","name":"should set field with all protocols disabled","time":{"start":1710306791807,"stop":1710306791807,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc4862740fcb3439","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"status":"passed","severity":"normal"},{"uid":"27f7bb091abd7099","name":"Check message with no content topic is not received","time":{"start":1710307308649,"stop":1710307308650,"duration":1},"status":"passed","severity":"normal"},{"uid":"55508c08e2144442","name":"Fails to push message with large meta","time":{"start":1710307358473,"stop":1710307358473,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc59c9a10a2d041","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{"start":1710307270090,"stop":1710307270091,"duration":1},"status":"broken","severity":"normal"},{"uid":"c6aac06e5388af35","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710307465628,"stop":1710307465628,"duration":0},"status":"passed","severity":"normal"},{"uid":"705a5ed42fd5c176","name":"ignores domain fetching errors","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"status":"passed","severity":"normal"},{"uid":"730f8adb736453b7","name":"Push message with JSON payload","time":{"start":1710307358457,"stop":1710307358458,"duration":1},"status":"passed","severity":"normal"},{"uid":"edc6b1d5e7fb67ca","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb3c6b7382a8e0d","name":"Ping on unsubscribed peer","time":{"start":1710306865885,"stop":1710306865885,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ab840fd47e5a0a0","name":"Check received message containing long","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e3bbc41f1d409","name":"same cluster, same shard: nodes connect","time":{"start":1710306981490,"stop":1710306981490,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9508b104b81059c","name":"Filter","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"status":"passed","severity":"normal"},{"uid":"a568868ad882a0e3","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1710307270090,"stop":1710307270090,"duration":0},"status":"broken","severity":"normal"},{"uid":"551c392fcbaf7f61","name":"Does not throw an exception when node disconnects","time":{"start":1710307392998,"stop":1710307392998,"duration":0},"status":"passed","severity":"normal"},{"uid":"16ce89f3f538c993","name":"Waku message hash computation (payload length 0)","time":{"start":1710306786080,"stop":1710306786080,"duration":0},"status":"passed","severity":"normal"},{"uid":"6195a75d2af54be7","name":"should properly create location multiaddrs - tcp6","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c64670c4b0c7beb","name":"throws on content topic with empty version field","time":{"start":1710306783476,"stop":1710306783477,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e5d050fc19ac9f3","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1710306981495,"stop":1710306981496,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d5ec46e2958dc45","name":"new peer added after a peer was already found","time":{"start":1710307233597,"stop":1710307233598,"duration":1},"status":"skipped","severity":"normal"},{"uid":"40a1f62f5914d002","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710306913478,"stop":1710306913478,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c2fd63fa08f33f","name":"Subscribe and receive messages via lightPush","time":{"start":1710307465629,"stop":1710307465629,"duration":0},"status":"passed","severity":"normal"},{"uid":"90735eebe174ec27","name":"Check message with invalid timestamp is not received","time":{"start":1710306994275,"stop":1710306994275,"duration":0},"status":"passed","severity":"normal"},{"uid":"b51c93af8719d837","name":"same cluster, different shard: nodes connect","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"status":"passed","severity":"normal"},{"uid":"db08c2ee3491875c","name":"Push message with content topic containing emoji","time":{"start":1710307207091,"stop":1710307207092,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd9aa4dc148f4c84","name":"Subscribe to topic containing long and receive message","time":{"start":1710307078644,"stop":1710307078644,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed4c493d9130c58","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710307045660,"stop":1710307045660,"duration":0},"status":"passed","severity":"normal"},{"uid":"1458c7deccfd5e79","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1710307259434,"stop":1710307259434,"duration":0},"status":"passed","severity":"normal"},{"uid":"593a27e661ce0f00","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c0feff6ec28ed9c","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1710306981521,"stop":1710306981521,"duration":0},"status":"passed","severity":"normal"},{"uid":"b02e29ed5a14fc8d","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1e25b816e85949","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f6353d96d8d708","name":"different cluster, same shard: nodes don't connect","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b0749efd22f39dc","name":"Query Generator, No Decoder","time":{"start":1710307342523,"stop":1710307342524,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fdcddd8ac1092c","name":"can start the service","time":{"start":1710306811112,"stop":1710306811113,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b4723fba15555c2","name":"Check received message containing Arabic","time":{"start":1710306994268,"stop":1710306994268,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b3a2aebad6f2d5a","name":"can start the service","time":{"start":1710307300368,"stop":1710307300369,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca7da19ba41eb4eb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1710306981511,"stop":1710306981511,"duration":0},"status":"passed","severity":"normal"},{"uid":"97bda8c337a5c64a","name":"Reopen subscription with peer with lost subscription","time":{"start":1710306865885,"stop":1710306865886,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f73eaff66e6ee16","name":"Check message with no payload is not received","time":{"start":1710306994277,"stop":1710306994278,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e3789192373e528","name":"Refresh subscription","time":{"start":1710307465634,"stop":1710307465634,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb4bc72713037b38","name":"should properly create location multiaddrs - tcp","time":{"start":1710306791806,"stop":1710306791807,"duration":1},"status":"passed","severity":"normal"},{"uid":"78b3ece2be02bb9","name":"Subscribe to topic containing shell command and publish message","time":{"start":1710307259441,"stop":1710307259441,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f608c2ca9ab3c58","name":"should handle a minimal index list","time":{"start":1710306783661,"stop":1710306783662,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e0d07aee28f8a2a","name":"Decoder throws on undefined content topic","time":{"start":1710306796609,"stop":1710306796609,"duration":0},"status":"passed","severity":"normal"},{"uid":"18066555c83e69dd","name":"pre and post cipher","time":{"start":1710306817452,"stop":1710306817452,"duration":0},"status":"passed","severity":"normal"},{"uid":"507f40509b1b0efe","name":"should only return 1 node with store capability","time":{"start":1710306807582,"stop":1710306807582,"duration":0},"status":"passed","severity":"normal"},{"uid":"c19b90daaf76611d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307101316,"stop":1710307101316,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f045d647f60bfc8","name":"Used by Waku Relay","time":{"start":1710307392999,"stop":1710307393000,"duration":1},"status":"passed","severity":"normal"},{"uid":"3254d2ceff22af12","name":"Push message with content topic containing long","time":{"start":1710307207070,"stop":1710307207070,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee8f0588407f024b","name":"Passing page size 19 when there are 20 messages","time":{"start":1710307383801,"stop":1710307383801,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8f4cf8e0f63724c","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1710306981494,"stop":1710306981494,"duration":0},"status":"passed","severity":"normal"},{"uid":"211eb4cbfbdf0041","name":"Check received message containing emoji","time":{"start":1710307308646,"stop":1710307308647,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4ed2861859f6eb","name":"Decrypt messages","time":{"start":1710307209808,"stop":1710307209808,"duration":0},"status":"passed","severity":"normal"},{"uid":"a44d8e03505b29d8","name":"Subscribe and receives messages on 20 topics","time":{"start":1710307465631,"stop":1710307465631,"duration":0},"status":"passed","severity":"normal"},{"uid":"c59310b716db04a","name":"Throws when trying to push message with empty payload","time":{"start":1710307207069,"stop":1710307207069,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9ba7eb6cd24287","name":"non connected peers","time":{"start":1710307207322,"stop":1710307207322,"duration":0},"status":"skipped","severity":"normal"},{"uid":"56ca2f702c4cdb02","name":"Push message with special chars payload","time":{"start":1710307358454,"stop":1710307358454,"duration":0},"status":"passed","severity":"normal"},{"uid":"eab128fb35e5d15a","name":"should properly compute the node id","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bd164ed205a8a0a","name":"Push message on custom pubsubTopic","time":{"start":1710307101313,"stop":1710307101314,"duration":1},"status":"passed","severity":"normal"},{"uid":"d680aad7b5939743","name":"should add and remove event listeners correctly","time":{"start":1710306811117,"stop":1710306811117,"duration":0},"status":"passed","severity":"normal"},{"uid":"30290d8d4eb18297","name":"listenerCount","time":{"start":1710306873747,"stop":1710306873747,"duration":0},"status":"passed","severity":"normal"},{"uid":"e32f93741d6df919","name":"Overlapping topic subscription","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6507f46dd6e6ed99","name":"Check received message containing long","time":{"start":1710306994264,"stop":1710306994265,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c0f2e3af496c30","name":"Push message with content topic containing numeric","time":{"start":1710307358461,"stop":1710307358462,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c4c4a1d46dca0f7","name":"Callback on promise","time":{"start":1710307361632,"stop":1710307361632,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2a6ed620d3bf35","name":"Decoder throws on undefined content topic","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"status":"passed","severity":"normal"},{"uid":"e47c2f33b32af69a","name":"should not fail to stop the service if it was not started","time":{"start":1710306844172,"stop":1710306844172,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9b2c23a0afcd26","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4141f08ebea1fcd","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1710306841075,"stop":1710306841075,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbec48f3bca7534","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710306904613,"stop":1710306904613,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae0d3b640c89139f","name":"Push message with custom timestamp: 1710310581740","time":{"start":1710307358489,"stop":1710307358490,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf470d06d6e19cb","name":"Meta field set when metaSetter is specified","time":{"start":1710306796607,"stop":1710306796607,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a09baf643304d51","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710307045666,"stop":1710307045667,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8a67af661581c53","name":"Check received message with timestamp: 1710306832988 ","time":{"start":1710306994274,"stop":1710306994274,"duration":0},"status":"passed","severity":"normal"},{"uid":"61c060417c4b4762","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1710306981493,"stop":1710306981493,"duration":0},"status":"passed","severity":"normal"},{"uid":"700938fcc86d7da1","name":"Check received message containing Chinese","time":{"start":1710306994267,"stop":1710306994268,"duration":1},"status":"passed","severity":"normal"},{"uid":"34f98c9f388fed0","name":"Push message with meta","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"status":"passed","severity":"normal"},{"uid":"24efdf966e4ef57d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710307045657,"stop":1710307045659,"duration":2},"status":"passed","severity":"normal"},{"uid":"a4b45d0fa29e663c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710306913477,"stop":1710306913478,"duration":1},"status":"passed","severity":"normal"},{"uid":"c56ed0be79bd67d6","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710307465629,"stop":1710307465629,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7ea39e7353b91be","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1710306807582,"stop":1710306807583,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b043309421b5cb4","name":"should load peers from local storage and dispatch events","time":{"start":1710306811116,"stop":1710306811116,"duration":0},"status":"passed","severity":"normal"},{"uid":"abc4a3e44ea97fda","name":"Push message with Arabic payload","time":{"start":1710307207049,"stop":1710307207050,"duration":1},"status":"passed","severity":"normal"},{"uid":"65e301b3f862dd4c","name":"Check received message containing emoji","time":{"start":1710307308627,"stop":1710307308628,"duration":1},"status":"passed","severity":"normal"},{"uid":"a07aa6f7963252e2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710306913477,"stop":1710306913477,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ff27dd2aca6d39c","name":"should not fail to start the service if it is already started","time":{"start":1710306844173,"stop":1710306844173,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d7a153b8460549e","name":"Subscribe to topic containing XML and publish message","time":{"start":1710307259440,"stop":1710307259440,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6471a4e3fe7b14f","name":"Push message with content topic containing XML","time":{"start":1710307207089,"stop":1710307207089,"duration":0},"status":"passed","severity":"normal"},{"uid":"3126d9bf5267218d","name":"same cluster, different shard: nodes don't connect","time":{"start":1710306981490,"stop":1710306981491,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c275a27738d1f91","name":"Delete observer","time":{"start":1710307209808,"stop":1710307209809,"duration":1},"status":"passed","severity":"normal"},{"uid":"adb389a18970232c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710307078648,"stop":1710307078648,"duration":0},"status":"passed","severity":"normal"},{"uid":"349c76ee852db424","name":"Subscribe to topic containing short and receive message","time":{"start":1710307078644,"stop":1710307078644,"duration":0},"status":"passed","severity":"normal"},{"uid":"d669d81e8897781a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1710306981518,"stop":1710306981519,"duration":1},"status":"passed","severity":"normal"},{"uid":"879d91838df8ad6a","name":"can start and stop the service","time":{"start":1710306844172,"stop":1710306844172,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac1f82296aa79cd9","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710307465617,"stop":1710307465618,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6cbeffff593b0af","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1710307325063,"stop":1710307325063,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9738146d6c36a86","name":"Default pageSize","time":{"start":1710307383802,"stop":1710307383802,"duration":0},"status":"passed","severity":"normal"},{"uid":"11c683f556ab6dc5","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"status":"passed","severity":"normal"},{"uid":"2252bf85cd52830f","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1710306981505,"stop":1710306981505,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e0b9f018cda4f27","name":"Passing page size 110 when there are 120 messages","time":{"start":1710307383801,"stop":1710307383802,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bb6826763ad5d28","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"status":"passed","severity":"normal"},{"uid":"4247b95aded116c6","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710307244661,"stop":1710307244661,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c1cfc7a9ac561b","name":"Check message received after nwaku node is restarted","time":{"start":1710307308634,"stop":1710307308634,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b6845659f84394d1","name":"Promise Callback - backward","time":{"start":1710307365852,"stop":1710307365852,"duration":0},"status":"passed","severity":"normal"},{"uid":"f07c2a9b3e2549b3","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710307078638,"stop":1710307078639,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc78fb5edaac77f3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710307465630,"stop":1710307465631,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d979d7690842cbd","name":"throws on content topic with empty application field","time":{"start":1710306783476,"stop":1710306783476,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ba3f14664d6811","name":"should not receive a peer event after stop","time":{"start":1710307300375,"stop":1710307300376,"duration":1},"status":"passed","severity":"normal"},{"uid":"a36d82908d154cf2","name":"Check received message containing Russian","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a084db94f32185a","name":"Query with Promise Callback, No Decoder","time":{"start":1710307342528,"stop":1710307342528,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4cebeedefcb16a5","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1710306791277,"stop":1710306791277,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7c2deca11224d58","name":"Check message with no content topic is not received","time":{"start":1710307308632,"stop":1710307308632,"duration":0},"status":"passed","severity":"normal"},{"uid":"10e48418c2c609e0","name":"should not fail to start the service if it is already started","time":{"start":1710307300370,"stop":1710307300370,"duration":0},"status":"passed","severity":"normal"},{"uid":"742eb5781edf2ea0","name":"Relay - times out","time":{"start":1710307402634,"stop":1710307402635,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1291c25e0f7ab77","name":"Check received message containing short","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"status":"passed","severity":"normal"},{"uid":"b44ab4ec38b23c38","name":"should encodeTxt and decodeTxt","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"status":"passed","severity":"normal"},{"uid":"70d2a2f13b6a2297","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1710306791277,"stop":1710306791278,"duration":1},"status":"passed","severity":"normal"},{"uid":"4db6f6e911e9ef4d","name":"Check received message containing SQL Injection","time":{"start":1710306994269,"stop":1710306994269,"duration":0},"status":"passed","severity":"normal"},{"uid":"cacee6d5d5338caf","name":"Query generator for multiple messages with multiple decoders","time":{"start":1710307361631,"stop":1710307361631,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d054ecd1d11d4dc","name":"Push message with content topic containing Chinese","time":{"start":1710307358463,"stop":1710307358463,"duration":0},"status":"passed","severity":"normal"},{"uid":"139f60852ff4abed","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1710306783662,"stop":1710306783662,"duration":0},"status":"passed","severity":"normal"},{"uid":"767f66186c35121d","name":"Rejects garbage","time":{"start":1710306799980,"stop":1710306799980,"duration":0},"status":"passed","severity":"normal"},{"uid":"d48f7e78bec72b61","name":"Push message with Basic HTML tag payload","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"status":"passed","severity":"normal"},{"uid":"953b6c4958f6ffe2","name":"Ordered callback, aborts when callback returns true","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b7453da3e18ab","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710307465636,"stop":1710307465636,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e85f9a879ed1346","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a22800c63a4b640","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1710306807147,"stop":1710306807148,"duration":1},"status":"passed","severity":"normal"},{"uid":"93d4fc52a154513","name":"Push message with custom timestamp: 1710310594451","time":{"start":1710307207095,"stop":1710307207095,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b8d25dee8981b","name":"Store - dialed first","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c5d3446ca166267","name":"through manual discovery","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"status":"passed","severity":"normal"},{"uid":"c67e5097289e79a2","name":"Push message with content topic containing shell command","time":{"start":1710307358467,"stop":1710307358467,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a2ea1325f77e08","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1710307285627,"stop":1710307285627,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d01a302eb02e070","name":"Subscribe to topic containing JSON and publish message","time":{"start":1710307259441,"stop":1710307259441,"duration":0},"status":"passed","severity":"normal"},{"uid":"29dcb7d30a014cee","name":"Subscribe and receive messages via waku relay post","time":{"start":1710307465630,"stop":1710307465630,"duration":0},"status":"passed","severity":"normal"},{"uid":"e865917c9879f60b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710306904617,"stop":1710306904617,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b314e24ce08aa48","name":"throws on content topic with too few or too many fields","time":{"start":1710306783474,"stop":1710306783474,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2a2fdc9d308325e","name":"Push message with content topic containing Arabic","time":{"start":1710307358463,"stop":1710307358464,"duration":1},"status":"passed","severity":"normal"},{"uid":"57d6ce172fa7f326","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1710307114395,"stop":1710307114395,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c29f30fb86f4984","name":"Push 30 different messages","time":{"start":1710307358459,"stop":1710307358460,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7f4a8c2f9a134a3","name":"Decoder throws on empty string content topic","time":{"start":1710306796609,"stop":1710306796609,"duration":0},"status":"passed","severity":"normal"},{"uid":"5688ff431f6dac0c","name":"Ping on peer without subscriptions","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c53c3e6c7c27a6d","name":"Push message with JSON payload","time":{"start":1710307207052,"stop":1710307207057,"duration":5},"status":"passed","severity":"normal"},{"uid":"27073afe74dd3c08","name":"Passing page size 11 when there are 10 messages","time":{"start":1710307383800,"stop":1710307383801,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c030587f5328416","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1710306833586,"stop":1710306833586,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eafc9118d188e0b","name":"Push message with content topic containing special chars","time":{"start":1710307207071,"stop":1710307207071,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb0251893ab6f044","name":"Fails to push message bigger that 1MB","time":{"start":1710307358491,"stop":1710307358491,"duration":0},"status":"passed","severity":"normal"},{"uid":"de30c0be5a782e71","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710307308648,"stop":1710307308648,"duration":0},"status":"passed","severity":"normal"},{"uid":"779e1f43412c6cc3","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710307535236,"stop":1710307535236,"duration":0},"status":"passed","severity":"normal"},{"uid":"30c5de6fa0dc5c65","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1710306816837,"stop":1710306816839,"duration":2},"status":"passed","severity":"normal"},{"uid":"cf2f9f8964afd77c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1710307392158,"stop":1710307392158,"duration":0},"status":"passed","severity":"normal"},{"uid":"1875af12e2c59931","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1710307259435,"stop":1710307259435,"duration":0},"status":"passed","severity":"normal"},{"uid":"1917de482d108400","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710306913477,"stop":1710306913477,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a21d2a8553faf2","name":"Promise Callback - forward","time":{"start":1710307365851,"stop":1710307365852,"duration":1},"status":"passed","severity":"normal"},{"uid":"71fdca3b6918ea5a","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1710307392156,"stop":1710307392156,"duration":0},"status":"passed","severity":"normal"},{"uid":"7254d42a33efe684","name":"isConnected should return true after first peer connects","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6564ec325b9e507","name":"Sign & Recover","time":{"start":1710306817452,"stop":1710306817453,"duration":1},"status":"passed","severity":"normal"},{"uid":"e51a178e2edeea2c","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710307465627,"stop":1710307465627,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fb4fe15cbe1e51d","name":"Query with Ordered Callback, No message returned","time":{"start":1710307342526,"stop":1710307342526,"duration":0},"status":"passed","severity":"normal"},{"uid":"3873c2a838e3860","name":"Refresh subscription","time":{"start":1710307078643,"stop":1710307078644,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc3baaa033abf130","name":"should encode/decode to text encoding","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a6a1cb256b9282f","name":"Using a function","time":{"start":1710307392999,"stop":1710307392999,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d0424f2603c0f2a","name":"Push message with Russian payload","time":{"start":1710307358455,"stop":1710307358456,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c3cf95941c3b38f","name":"should properly create location multiaddrs - tcp4","time":{"start":1710306791805,"stop":1710306791806,"duration":1},"status":"passed","severity":"normal"},{"uid":"567580d3caf8b20c","name":"Push message with content topic containing long","time":{"start":1710307358461,"stop":1710307358461,"duration":0},"status":"passed","severity":"normal"},{"uid":"11290bacd315498c","name":"should not receive a peer event before start","time":{"start":1710306811115,"stop":1710306811115,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ecb5beb9cd837ab","name":"Push message with special chars payload","time":{"start":1710307207048,"stop":1710307207049,"duration":1},"status":"passed","severity":"normal"},{"uid":"235cbb7f16c82a5d","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1710307392157,"stop":1710307392158,"duration":1},"status":"passed","severity":"normal"},{"uid":"2523f602b4d214cc","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307101318,"stop":1710307101318,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b5dff7d7101e26c","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1710306981522,"stop":1710306981522,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9611514a374e4ba","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710307045662,"stop":1710307045663,"duration":1},"status":"passed","severity":"normal"},{"uid":"6112b1d4cc0b3126","name":"Subscribe to topic containing short and publish message","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"status":"passed","severity":"normal"},{"uid":"69ff88b148aeb46f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710307244656,"stop":1710307244656,"duration":0},"status":"passed","severity":"normal"},{"uid":"14518bacbe16a52e","name":"should throw an error for insufficient data","time":{"start":1710306783663,"stop":1710306783663,"duration":0},"status":"passed","severity":"normal"},{"uid":"d433febcd12a8172","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710307045660,"stop":1710307045660,"duration":0},"status":"passed","severity":"normal"},{"uid":"c20f5340b24b00bb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710306904615,"stop":1710306904615,"duration":0},"status":"passed","severity":"normal"},{"uid":"38e7c6a940a06079","name":"same cluster, same shard: nodes connect","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ae9c9266c892a69","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710307244658,"stop":1710307244658,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dc364c747b628c2","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1710307392158,"stop":1710307392158,"duration":0},"status":"passed","severity":"normal"},{"uid":"5acde044e16529a0","name":"Subscribe and receive messages via lightPush","time":{"start":1710307465616,"stop":1710307465617,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c80ce2ab01616f8","name":"Check received message containing shell command","time":{"start":1710307308624,"stop":1710307308625,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba2ddcbdc34fffa6","name":"Subscribe to topic containing emoji and publish message","time":{"start":1710307259442,"stop":1710307259443,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf9216662e0a0d57","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1710306791278,"stop":1710306791279,"duration":1},"status":"passed","severity":"normal"},{"uid":"3825e0ab0771d1ea","name":"should not fail to stop the service if it was not started","time":{"start":1710306811114,"stop":1710306811114,"duration":0},"status":"passed","severity":"normal"},{"uid":"159407dc774053b9","name":"Check received message containing SQL Injection","time":{"start":1710307308639,"stop":1710307308643,"duration":4},"status":"passed","severity":"normal"},{"uid":"5a66a9d806d68062","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1710306796318,"stop":1710306796318,"duration":0},"status":"passed","severity":"normal"},{"uid":"113edc8693a5ff4a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710307308630,"stop":1710307308631,"duration":1},"status":"passed","severity":"normal"},{"uid":"775e74f751ab19dc","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1710306791282,"stop":1710306791282,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8f575284b0cd59f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710307101316,"stop":1710307101316,"duration":0},"status":"passed","severity":"normal"},{"uid":"5804608f88f0622e","name":"Reopen subscription with peer with lost subscription","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84ccf31107663d6","name":"Query with Ordered Callback, No Decoder","time":{"start":1710307342525,"stop":1710307342525,"duration":0},"status":"passed","severity":"normal"},{"uid":"b187afb44db4040a","name":"Push message with Script payload","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"status":"passed","severity":"normal"},{"uid":"13ac06ff71f7e8eb","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710307465626,"stop":1710307465626,"duration":0},"status":"passed","severity":"normal"},{"uid":"716086bac3488977","name":"Check received message containing Basic HTML tag","time":{"start":1710307308622,"stop":1710307308623,"duration":1},"status":"passed","severity":"normal"},{"uid":"136a2f9a9be414f6","name":"Push message with numeric payload","time":{"start":1710307207047,"stop":1710307207048,"duration":1},"status":"passed","severity":"normal"},{"uid":"f06232fe0196685e","name":"Check received message containing Script","time":{"start":1710306994269,"stop":1710306994270,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca2b582eb9b51304","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710307101314,"stop":1710307101314,"duration":0},"status":"passed","severity":"normal"},{"uid":"a82a3f7416a0f3e2","name":"Push message with Chinese payload","time":{"start":1710307207049,"stop":1710307207049,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f1720d029b5785c","name":"Push message with meta","time":{"start":1710307358469,"stop":1710307358473,"duration":4},"status":"passed","severity":"normal"},{"uid":"e6205a6aee9c2fca","name":"Fails to publish message with wrong content topic","time":{"start":1710307247769,"stop":1710307247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"47779898da58d576","name":"Fails to publish duplicate message","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfaff012410118d0","name":"Generator, 2 different pubsubtopics","time":{"start":1710307351547,"stop":1710307351548,"duration":1},"status":"passed","severity":"normal"},{"uid":"adfcd3a4dadabee3","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1710306877076,"stop":1710306877077,"duration":1},"status":"passed","severity":"normal"},{"uid":"befaca5b98b5fad5","name":"addEventListener with correct event","time":{"start":1710306873741,"stop":1710306873741,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb2fd3d6c0607e72","name":"should throw error - invalid id","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"status":"passed","severity":"normal"},{"uid":"3836398dd70fdd8c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa08e4f65994b509","name":"Throws when trying to push message with empty payload","time":{"start":1710307358460,"stop":1710307358460,"duration":0},"status":"passed","severity":"normal"},{"uid":"17860a1655dacda4","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1710306833584,"stop":1710306833585,"duration":1},"status":"passed","severity":"normal"},{"uid":"781b46343c0f200a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1710306877072,"stop":1710306877073,"duration":1},"status":"passed","severity":"normal"},{"uid":"5342e26d3e5fc012","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1710306833582,"stop":1710306833583,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb4c4698de6976d3","name":"Nwaku publishes","time":{"start":1710307238430,"stop":1710307238431,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7eac3f2f4efd11e","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1710306981526,"stop":1710306981526,"duration":0},"status":"passed","severity":"normal"},{"uid":"b114d1fd05a985f3","name":"can dial TLS multiaddrs","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"status":"passed","severity":"normal"},{"uid":"9420534aba8f9985","name":"returns all values when wanted number matches available values","time":{"start":1710306806601,"stop":1710306806603,"duration":2},"status":"passed","severity":"normal"},{"uid":"2ba8dca9e38d7969","name":"Fails to push message with empty content topic","time":{"start":1710307207092,"stop":1710307207092,"duration":0},"status":"passed","severity":"normal"},{"uid":"971127f36fbb188f","name":"Round trip binary serialization","time":{"start":1710306796606,"stop":1710306796606,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbc0eb3feaa1a9ef","name":"should properly create location multiaddrs - udp6","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"status":"passed","severity":"normal"},{"uid":"afd93c4176e04589","name":"Push message with SQL Injection payload","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"status":"passed","severity":"normal"},{"uid":"3595c21704790a23","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1710307325063,"stop":1710307325064,"duration":1},"status":"passed","severity":"normal"},{"uid":"dce829795d10844f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710307308630,"stop":1710307308630,"duration":0},"status":"passed","severity":"normal"},{"uid":"b79c952f558e6c64","name":"Check publish message containing Russian","time":{"start":1710307247760,"stop":1710307247761,"duration":1},"status":"passed","severity":"normal"},{"uid":"2da5bdfda13d89c7","name":"Passing page size 10 when there are 10 messages","time":{"start":1710307383800,"stop":1710307383800,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f39107dfc6ad8e4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710307078645,"stop":1710307078646,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2ca281bfb340ea5","name":"Generator, custom pubsub topic","time":{"start":1710307351547,"stop":1710307351547,"duration":0},"status":"passed","severity":"normal"},{"uid":"c83c95df309a546a","name":"Check publish message containing short","time":{"start":1710307247755,"stop":1710307247756,"duration":1},"status":"passed","severity":"normal"},{"uid":"942ea8097846c0f0","name":"Check received message with timestamp: 1710306832208000000 ","time":{"start":1710307308628,"stop":1710307308629,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b577c3b82cd0fe","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1710306807584,"stop":1710306807584,"duration":0},"status":"skipped","severity":"normal"},{"uid":"487136c672d9aaf6","name":"can start and stop the service","time":{"start":1710306811113,"stop":1710306811113,"duration":0},"status":"passed","severity":"normal"},{"uid":"3747a14e4385d0fd","name":"Publish message with large meta","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4341ea720b9d719","name":"removeEventListener with wrong event","time":{"start":1710306873745,"stop":1710306873746,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce05dda30542d80e","name":"Query Generator, Multiple PubsubTopics","time":{"start":1710307342519,"stop":1710307342520,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cc77513a4f98d1b","name":"handles multiple messages","time":{"start":1710307377258,"stop":1710307377259,"duration":1},"status":"passed","severity":"normal"},{"uid":"7777553cbaad4a23","name":"Push message with escaped characters payload","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9d27b9164a2c223","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710307045667,"stop":1710307045667,"duration":0},"status":"passed","severity":"normal"},{"uid":"2294fecd7e9df599","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1710307392157,"stop":1710307392157,"duration":0},"status":"passed","severity":"normal"},{"uid":"6696ca96b89d9eed","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1710307342525,"stop":1710307342525,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba2aed0de7ecdd03","name":"Push message with content topic containing emoji","time":{"start":1710307358468,"stop":1710307358468,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ba5e5942159cde","name":"Check received message containing short","time":{"start":1710307308615,"stop":1710307308616,"duration":1},"status":"passed","severity":"normal"},{"uid":"322ec624736566aa","name":"should be able to encode the field with only FILTER set to true","time":{"start":1710306791275,"stop":1710306791276,"duration":1},"status":"passed","severity":"normal"},{"uid":"64c91b6636082be4","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710307244662,"stop":1710307244662,"duration":0},"status":"passed","severity":"normal"},{"uid":"24342cc142b33494","name":"Check message received after jswaku node is restarted","time":{"start":1710306994278,"stop":1710306994279,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a4bf2fadb86874d4","name":"converts content topics to expected shard index","time":{"start":1710306783478,"stop":1710306783479,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfa4a03f36985f76","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1710307325064,"stop":1710307325064,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa1d6a9389341663","name":"Check received message containing numeric","time":{"start":1710307308616,"stop":1710307308617,"duration":1},"status":"passed","severity":"normal"},{"uid":"8944ca7233b02469","name":"Ephemeral messages are not stored","time":{"start":1710306846369,"stop":1710306846370,"duration":1},"status":"passed","severity":"normal"},{"uid":"26062013d91a3239","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1710306981516,"stop":1710306981517,"duration":1},"status":"passed","severity":"normal"},{"uid":"a084d0101a4b1b0b","name":"Check received message containing Russian","time":{"start":1710306994268,"stop":1710306994269,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3ce9496c9ce6348","name":"should throw error - no public key","time":{"start":1710306791801,"stop":1710306791802,"duration":1},"status":"passed","severity":"normal"},{"uid":"98f30a5843dbba20","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710307078650,"stop":1710307078650,"duration":0},"status":"passed","severity":"normal"},{"uid":"58eb754c0b307e86","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710307078647,"stop":1710307078648,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf88502bd133396","name":"Check message with non string payload is not received","time":{"start":1710307308633,"stop":1710307308633,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc2a826a07b6814","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710306844184,"stop":1710306844184,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3f4789486fba8290","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1710306807145,"stop":1710306807146,"duration":1},"status":"passed","severity":"normal"},{"uid":"6baaff4bb81b1029","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"status":"passed","severity":"normal"},{"uid":"842537653859fb14","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710307465619,"stop":1710307465619,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55b295c954e78de","name":"Check received message containing JSON","time":{"start":1710306994271,"stop":1710306994271,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8bfe1a1fb1608f3","name":"Check received message containing JSON","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"status":"passed","severity":"normal"},{"uid":"c08ad151d59b5ac","name":"should set field with only FILTER enabled","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"status":"passed","severity":"normal"},{"uid":"151b20ca48228c7f","name":"should properly create peer info with all multiaddrs","time":{"start":1710306791807,"stop":1710306791807,"duration":0},"status":"passed","severity":"normal"},{"uid":"3423716523d872a1","name":"Subscribe to topic containing XML and receive message","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ae85cd1aeca56b","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710307465624,"stop":1710307465624,"duration":0},"status":"passed","severity":"normal"},{"uid":"5196545d09880062","name":"All","time":{"start":1710306843280,"stop":1710306843281,"duration":1},"status":"passed","severity":"normal"},{"uid":"5927c8350a9e6eaa","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1710306806605,"stop":1710306806606,"duration":1},"status":"passed","severity":"normal"},{"uid":"742abea930ece5ee","name":"Decoder throws on empty string content topic","time":{"start":1710306816843,"stop":1710306816843,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa94cf7cc1ecf73d","name":"Passing page size 1 when there are 4 messages","time":{"start":1710307383799,"stop":1710307383799,"duration":0},"status":"passed","severity":"normal"},{"uid":"97d8c380e25a2bf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710307465618,"stop":1710307465619,"duration":1},"status":"passed","severity":"normal"},{"uid":"94636942511afd0","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1710306981518,"stop":1710306981518,"duration":0},"status":"passed","severity":"normal"},{"uid":"910a7410bb201496","name":"Check publish message containing escaped characters","time":{"start":1710307247764,"stop":1710307247764,"duration":0},"status":"passed","severity":"normal"},{"uid":"80bd6dda223934cc","name":"addEventListener with wrong event","time":{"start":1710306873742,"stop":1710306873743,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d08b00f985b7667","name":"Subscribe and receive messages via lightPush","time":{"start":1710307078636,"stop":1710307078636,"duration":0},"status":"passed","severity":"normal"},{"uid":"7df7c6ee63b234b8","name":"Overlapping topic subscription","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3e8224950aedc65","name":"Callback on promise, aborts when callback returns true","time":{"start":1710307361632,"stop":1710307361632,"duration":0},"status":"passed","severity":"normal"},{"uid":"af8fc602f8a93d20","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710307465624,"stop":1710307465625,"duration":1},"status":"passed","severity":"normal"},{"uid":"3933ea1f3a2816a7","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1710306816839,"stop":1710306816839,"duration":0},"status":"passed","severity":"normal"},{"uid":"e845b6be80c42e2d","name":"Check received message containing SQL Injection","time":{"start":1710307308619,"stop":1710307308620,"duration":1},"status":"passed","severity":"normal"},{"uid":"42fc0dc521d70a07","name":"Check received message containing XML","time":{"start":1710306994270,"stop":1710306994270,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1cfa585c2d275b6","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1710307325065,"stop":1710307325066,"duration":1},"status":"passed","severity":"normal"},{"uid":"52a107c4582588ee","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b66495eef116772","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1710306807583,"stop":1710306807583,"duration":0},"status":"passed","severity":"normal"},{"uid":"e24845828d35f29","name":"Check received message containing special chars","time":{"start":1710307308617,"stop":1710307308618,"duration":1},"status":"passed","severity":"normal"},{"uid":"5be1ee829b2582c9","name":"Push message with unicode special characters payload","time":{"start":1710307207063,"stop":1710307207064,"duration":1},"status":"passed","severity":"normal"},{"uid":"29b8914304db3d1f","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"status":"passed","severity":"normal"},{"uid":"10e645bab1fa0461","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1710306796319,"stop":1710306796319,"duration":0},"status":"passed","severity":"normal"},{"uid":"79be96b91a983cb1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710306904613,"stop":1710306904614,"duration":1},"status":"passed","severity":"normal"},{"uid":"bca8c0d799250b5c","name":"Push message with content topic containing Script","time":{"start":1710307207087,"stop":1710307207088,"duration":1},"status":"passed","severity":"normal"},{"uid":"2def8b1e1cd507fb","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710307207089,"stop":1710307207089,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6839a2154897bd3","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"status":"passed","severity":"normal"},{"uid":"1464194acb38af00","name":"Check received message containing Chinese","time":{"start":1710307308637,"stop":1710307308637,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fec82bb7b063175","name":"Check received message containing numeric","time":{"start":1710307308635,"stop":1710307308636,"duration":1},"status":"passed","severity":"normal"},{"uid":"392e071ff7e154ea","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710307465625,"stop":1710307465625,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7437071b71ad4a0","name":"Check received message containing XML","time":{"start":1710307308620,"stop":1710307308621,"duration":1},"status":"passed","severity":"normal"},{"uid":"4eb0d791fbe7984e","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710307078641,"stop":1710307078641,"duration":0},"status":"passed","severity":"normal"},{"uid":"93a542a17b43f023","name":"should use DNS peer discovery with light client","time":{"start":1710306844183,"stop":1710306844183,"duration":0},"status":"skipped","severity":"normal"},{"uid":"544ff99790528a2a","name":"Check received message containing JSON","time":{"start":1710307308623,"stop":1710307308624,"duration":1},"status":"passed","severity":"normal"},{"uid":"38c00c623f09ddd3","name":"Query Generator, No message returned","time":{"start":1710307342524,"stop":1710307342524,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1b43c71a5f4ee15","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710306994275,"stop":1710306994275,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7bb23ddc501c0ee","name":"Push message with content topic containing unicode special characters","time":{"start":1710307358467,"stop":1710307358468,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7ca195bd705ae2c","name":"Ephemeral field set to true","time":{"start":1710306796607,"stop":1710306796607,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6464def5efb043e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710306994274,"stop":1710306994274,"duration":0},"status":"passed","severity":"normal"},{"uid":"d43f84cb41bb53a1","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1710306807148,"stop":1710306807149,"duration":1},"status":"passed","severity":"normal"},{"uid":"892ad9469a60e80","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710307078638,"stop":1710307078638,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad17b84395b6783","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1710306981496,"stop":1710306981503,"duration":7},"status":"passed","severity":"normal"},{"uid":"ead1906609d6d38f","name":"Check publish message containing Basic HTML tag","time":{"start":1710307247762,"stop":1710307247763,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c080a4167d9e353","name":"Check publish message containing Chinese","time":{"start":1710307247758,"stop":1710307247759,"duration":1},"status":"passed","severity":"normal"},{"uid":"a39d4a1309de00de","name":"Query with Promise Callback, No message returned","time":{"start":1710307342528,"stop":1710307342529,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2863b3cded12e92","name":"Check message with invalid timestamp is not received","time":{"start":1710307308649,"stop":1710307308649,"duration":0},"status":"passed","severity":"normal"},{"uid":"195d4824ca7509f7","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710307465627,"stop":1710307465628,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c0f6d1e734a9271","name":"throws on empty content topic","time":{"start":1710306783473,"stop":1710306783474,"duration":1},"status":"passed","severity":"normal"},{"uid":"e34ab47665c4eb66","name":"1 Store, 2 relays, 2 fetches","time":{"start":1710306807025,"stop":1710306807025,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e6c61c50be6d22d","name":"Waku message hash computation","time":{"start":1710306786078,"stop":1710306786079,"duration":1},"status":"passed","severity":"normal"},{"uid":"87af75df6543e27e","name":"Mutual subscription","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"status":"passed","severity":"normal"},{"uid":"8efa5c7c014e11fe","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"status":"passed","severity":"normal"},{"uid":"54e5413422851677","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710306904618,"stop":1710306904618,"duration":0},"status":"passed","severity":"normal"},{"uid":"184f5fda87c9205f","name":"Init the array if not present","time":{"start":1710306783346,"stop":1710306783348,"duration":2},"status":"passed","severity":"normal"},{"uid":"fc2e7510e50165e3","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1710306783662,"stop":1710306783662,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ffe60db289622f6","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710307078642,"stop":1710307078643,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2ab1adfc952dcf","name":"Check publish message containing JSON","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af4b01499ed7916","name":"Subscribe to topic containing Script and publish message","time":{"start":1710307259440,"stop":1710307259440,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1958781a922d330","name":"Check message with no payload is not received","time":{"start":1710307308650,"stop":1710307308650,"duration":0},"status":"passed","severity":"normal"},{"uid":"2084e3943a0de763","name":"dispatchEvent via connectionManager","time":{"start":1710306873747,"stop":1710306873748,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ee756fea438a477","name":"Check meta is set [ecies]","time":{"start":1710306818618,"stop":1710306818618,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bb0ce2549f5b685","name":"Generator, 2 different pubsubtopics","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"status":"passed","severity":"normal"},{"uid":"6154ffb8bb73911d","name":"Check received message containing shell command","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0cc23be8da8b84","name":"Nodes with multiple pubsub topic","time":{"start":1710307244661,"stop":1710307244662,"duration":1},"status":"passed","severity":"normal"},{"uid":"a62589f6ca215a48","name":"Nodes with multiple pubsub topic","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa928579ee66768f","name":"Check message with no pubsub topic is not received","time":{"start":1710306994276,"stop":1710306994276,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6f4bdbaa51811dc","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"status":"skipped","severity":"normal"},{"uid":"205ccb75d17f1e67","name":"Check received message with timestamp: 1710306832208 ","time":{"start":1710307308629,"stop":1710307308630,"duration":1},"status":"passed","severity":"normal"},{"uid":"60c55cebfd87e35e","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710307045664,"stop":1710307045664,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9430d7fb98f3b2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710307078647,"stop":1710307078647,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d8e9aa7435d6d23","name":"should be able to decode the field with only FILTER set to true","time":{"start":1710306791281,"stop":1710306791281,"duration":0},"status":"passed","severity":"normal"},{"uid":"1edf0235af8fec6","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1710307259435,"stop":1710307259435,"duration":0},"status":"passed","severity":"normal"},{"uid":"88c6fbccd58dee3a","name":"Push message with Script payload","time":{"start":1710307207050,"stop":1710307207051,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c68ecdccdc20497","name":"returns all values when wanted number is greater than available values","time":{"start":1710306806603,"stop":1710306806604,"duration":1},"status":"passed","severity":"normal"},{"uid":"882bb1db3e0547ad","name":"should not receive a peer event after stop","time":{"start":1710306811115,"stop":1710306811115,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56681d53b0ad2cb","name":"Decoder throws on undefined content topic","time":{"start":1710306816842,"stop":1710306816842,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0d4890a462f8b50","name":"throws on content topic with empty topic name field","time":{"start":1710306783477,"stop":1710306783477,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5743fbb8adfaf32","name":"should throw error - no id","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"status":"passed","severity":"normal"},{"uid":"11394e9e3c68f30c","name":"Check received message with timestamp: 1710306832988000000 ","time":{"start":1710306994273,"stop":1710306994274,"duration":1},"status":"passed","severity":"normal"},{"uid":"655c81158abecd87","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710307045663,"stop":1710307045664,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fb35e908578f6a9","name":"Push message with content topic containing Chinese","time":{"start":1710307207082,"stop":1710307207084,"duration":2},"status":"passed","severity":"normal"},{"uid":"340c77a0ed4de1c0","name":"Check publish message containing Arabic","time":{"start":1710307247759,"stop":1710307247759,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f6ca1b54860dfd1","name":"Check message with invalid timestamp is not received","time":{"start":1710307308631,"stop":1710307308631,"duration":0},"status":"passed","severity":"normal"},{"uid":"155103fda033e27d","name":"Check publish message containing shell command","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"status":"passed","severity":"normal"},{"uid":"92add123db6ce497","name":"Relay + Store","time":{"start":1710306843280,"stop":1710306843280,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c0f298d45f795af","name":"Decoder throws on empty string content topic","time":{"start":1710306818619,"stop":1710306818620,"duration":1},"status":"passed","severity":"normal"},{"uid":"761a42244aaed2b6","name":"should set field with all protocols enabled","time":{"start":1710306791807,"stop":1710306791808,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d05bd8ddd3be5e7","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710307078646,"stop":1710307078647,"duration":1},"status":"passed","severity":"normal"},{"uid":"bac580444c8ffa96","name":"Check message on other pubsub topic is not received","time":{"start":1710306994275,"stop":1710306994276,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dab49c42effd416","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710307465640,"stop":1710307465640,"duration":0},"status":"passed","severity":"normal"},{"uid":"9366d344f70107b5","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1710306791276,"stop":1710306791276,"duration":0},"status":"passed","severity":"normal"},{"uid":"4929156d19bed9bb","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710307535235,"stop":1710307535235,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffeed45fa8fdfcbf","name":"Encoder throws on empty string content topic","time":{"start":1710306816841,"stop":1710306816842,"duration":1},"status":"passed","severity":"normal"},{"uid":"117bebb02dcd726d","name":"Check message on other pubsub topic is not received","time":{"start":1710307308631,"stop":1710307308632,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff502676eeada4c1","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710306791279,"stop":1710306791279,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7ba4e1bfc7a236a","name":"Ephemeral field is preserved - encoder v0","time":{"start":1710306846370,"stop":1710306846371,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ea20c27a80b2e5f","name":"Generator, custom pubsub topic","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"status":"passed","severity":"normal"},{"uid":"8967d765cf0753ba","name":"Push message on custom pubsubTopic","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc85bceac9c30dee","name":"LightPush","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f3f5917c71eabc3","name":"Encoder throws on undefined content topic","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"status":"passed","severity":"normal"},{"uid":"33efcf1e9544ead8","name":"Symmetric encrypt & Decrypt","time":{"start":1710306817451,"stop":1710306817452,"duration":1},"status":"passed","severity":"normal"},{"uid":"3390dd5a6f5d2938","name":"Push message with custom timestamp: 1679548594451","time":{"start":1710307207094,"stop":1710307207094,"duration":0},"status":"passed","severity":"normal"},{"uid":"eefac74850f86f25","name":"should throw error - no public key","time":{"start":1710306791802,"stop":1710306791803,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f00ead971e63979","name":"Refresh subscription","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"status":"skipped","severity":"normal"},{"uid":"21d6b553accd1617","name":"Check received message containing Script","time":{"start":1710307308620,"stop":1710307308620,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcf91f4dda3ea21","name":"Check received message with timestamp: 1710306832208000000 ","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1edee3ee8eb8a66","name":"Check received message containing numeric","time":{"start":1710306994265,"stop":1710306994266,"duration":1},"status":"passed","severity":"normal"},{"uid":"6190bac82b7d7883","name":"Check message with non string payload is not received","time":{"start":1710307308650,"stop":1710307308650,"duration":0},"status":"passed","severity":"normal"},{"uid":"338264e49e30009d","name":"Push message with content topic containing short","time":{"start":1710307207069,"stop":1710307207070,"duration":1},"status":"passed","severity":"normal"},{"uid":"abea62c3abf85959","name":"Publish message with custom timestamp: Thu Mar 23 2023 05:20:38 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247766,"stop":1710307247766,"duration":0},"status":"passed","severity":"normal"},{"uid":"6358787fd1d0eb59","name":"connects to nwaku","time":{"start":1710307392997,"stop":1710307392998,"duration":1},"status":"passed","severity":"normal"},{"uid":"32a2f44f0fd98798","name":"Push message with content topic containing SQL Injection","time":{"start":1710307207087,"stop":1710307207087,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5cd33b8c2b73ab0","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1710306846371,"stop":1710306846375,"duration":4},"status":"passed","severity":"normal"},{"uid":"3e706644a574bf34","name":"can start the service","time":{"start":1710306844171,"stop":1710306844172,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ccf41464944280c","name":"Encoder throws on undefined content topic","time":{"start":1710306816841,"stop":1710306816841,"duration":0},"status":"passed","severity":"normal"},{"uid":"f234971769de4f77","name":"unsubscribes","time":{"start":1710307377259,"stop":1710307377259,"duration":0},"status":"passed","severity":"normal"},{"uid":"12799eb728b399ae","name":"Query generator for multiple messages with different message text format","time":{"start":1710307361630,"stop":1710307361630,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cfd3bd4133209c","name":"Subscribe to topic containing numeric and publish message","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"status":"passed","severity":"normal"},{"uid":"73017b1fe771cdd2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710307244661,"stop":1710307244661,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a092f0150f4d4c6","name":"less peers than existing","time":{"start":1710307207321,"stop":1710307207321,"duration":0},"status":"skipped","severity":"normal"},{"uid":"431b7e4e075f97cc","name":"Check received message containing escaped characters","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed91c4dad1f67b6d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710307465618,"stop":1710307465618,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc649f4529f9afc5","name":"1 Relay, 1 fetch","time":{"start":1710306807023,"stop":1710306807024,"duration":1},"status":"passed","severity":"normal"},{"uid":"553e808c8c82db60","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710306904617,"stop":1710306904617,"duration":0},"status":"passed","severity":"normal"},{"uid":"18c3c8d9f2d374d7","name":"Reopen subscription with peer with lost subscription","time":{"start":1710306908764,"stop":1710306908764,"duration":0},"status":"passed","severity":"normal"},{"uid":"a772a1195095c96","name":"Asymmetric encrypt & decrypt","time":{"start":1710306817450,"stop":1710306817451,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c0327c863c5f79b","name":"Check publish message after service node is restarted","time":{"start":1710307247772,"stop":1710307247773,"duration":1},"status":"skipped","severity":"normal"},{"uid":"12cfb445ccef73b3","name":"should return false","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dba368c6f7a5db3","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247765,"stop":1710307247766,"duration":1},"status":"passed","severity":"normal"},{"uid":"baa95e7f8a2f526c","name":"Check message on other pubsub topic is not received","time":{"start":1710307308649,"stop":1710307308649,"duration":0},"status":"passed","severity":"normal"},{"uid":"22921888a08b6ea2","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1710306841074,"stop":1710306841075,"duration":1},"status":"passed","severity":"normal"},{"uid":"45436bccdbd36f8e","name":"1 Relay, 1 Filter, gives up","time":{"start":1710306807025,"stop":1710306807026,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7489df2a1520fbf","name":"Push message with content topic containing Russian","time":{"start":1710307207086,"stop":1710307207086,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1bbf3637d18d55","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1710306981506,"stop":1710306981507,"duration":1},"status":"passed","severity":"normal"},{"uid":"c174b63fd0a03578","name":"Check received message containing Chinese","time":{"start":1710307308618,"stop":1710307308618,"duration":0},"status":"passed","severity":"normal"},{"uid":"5818b41177b8d911","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710307078649,"stop":1710307078650,"duration":1},"status":"passed","severity":"normal"},{"uid":"9304872b0e847c78","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1710306811116,"stop":1710306811116,"duration":0},"status":"passed","severity":"normal"},{"uid":"552a3fdbac73b6c1","name":"Overlapping topic subscription","time":{"start":1710307465633,"stop":1710307465634,"duration":1},"status":"passed","severity":"normal"},{"uid":"84f9195fc0f8e0a9","name":"Correctly serialized arguments","time":{"start":1710307105570,"stop":1710307105570,"duration":0},"status":"passed","severity":"normal"},{"uid":"164904741fb5da3f","name":"Push message with unicode special characters payload","time":{"start":1710307358458,"stop":1710307358459,"duration":1},"status":"passed","severity":"normal"},{"uid":"358f3f2c4970a43b","name":"Query generator for 2000 messages","time":{"start":1710307361633,"stop":1710307361634,"duration":1},"status":"passed","severity":"normal"},{"uid":"650a853b2ce60d7d","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1710306807145,"stop":1710306807145,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c8a8227a5415b6d","name":"Check received message containing Arabic","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8cee758ade97dff","name":"can start and stop the service","time":{"start":1710307300369,"stop":1710307300369,"duration":0},"status":"passed","severity":"normal"},{"uid":"83afcf2cd16e1e93","name":"passes more than one ENR URLs and attempts connection","time":{"start":1710306844184,"stop":1710306844184,"duration":0},"status":"skipped","severity":"normal"},{"uid":"970247ad51cd4748","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981494,"stop":1710306981495,"duration":1},"status":"passed","severity":"normal"},{"uid":"42210f36795730eb","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710307244657,"stop":1710307244657,"duration":0},"status":"passed","severity":"normal"},{"uid":"8402acfe0863d89e","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3c212d623f1152e","name":"Store - dialed after - with timeout","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"status":"passed","severity":"normal"},{"uid":"16f663fd6911995d","name":"Ping on subscribed peer","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d6a89bd245e2f5a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981511,"stop":1710306981512,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7e9da6ceb20ae10","name":"Check received message containing Russian","time":{"start":1710307308619,"stop":1710307308619,"duration":0},"status":"passed","severity":"normal"},{"uid":"d86e27e65d071110","name":"Privacy Node - default protocol","time":{"start":1710307402637,"stop":1710307402637,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1fcb663648fda01","name":"Check message with no payload is not received","time":{"start":1710307308633,"stop":1710307308633,"duration":0},"status":"passed","severity":"normal"},{"uid":"47160b3944138152","name":"getPeersByDiscovery","time":{"start":1710307233597,"stop":1710307233597,"duration":0},"status":"passed","severity":"normal"},{"uid":"b43ec45e5033e539","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710307465617,"stop":1710307465617,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5f07f518d95efc2","name":"tcp ip4 address","time":{"start":1710306791181,"stop":1710306791186,"duration":5},"status":"passed","severity":"normal"},{"uid":"7e036e43ce752352","name":"Check received message containing Arabic","time":{"start":1710307308618,"stop":1710307308619,"duration":1},"status":"passed","severity":"normal"},{"uid":"63dae34702dd6ea","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710307078637,"stop":1710307078637,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd8dd94ddae5d487","name":"Push message with shell command payload","time":{"start":1710307207058,"stop":1710307207058,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c0b31cbe5ccf3b3","name":"Fields are not dropped","time":{"start":1710306795951,"stop":1710306795953,"duration":2},"status":"passed","severity":"normal"},{"uid":"872e8b03e8417bf0","name":"should emit a peer event after start","time":{"start":1710306811114,"stop":1710306811115,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f8ddc00796efc27","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710307078651,"stop":1710307078651,"duration":0},"status":"passed","severity":"normal"},{"uid":"cacc380da1b93230","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710307045661,"stop":1710307045662,"duration":1},"status":"passed","severity":"normal"},{"uid":"52085bf8bafab51e","name":"should properly create location multiaddrs - udp","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"status":"passed","severity":"normal"},{"uid":"19d6e23f87623bda","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"status":"passed","severity":"normal"},{"uid":"35416b4effa96e0c","name":"Light Node - default protocols","time":{"start":1710307402636,"stop":1710307402637,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca603481f76b34de","name":"topics with same application and version share the same shard","time":{"start":1710306783479,"stop":1710306783479,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad0b6e37e49d10","name":"Fails to push message with empty content topic","time":{"start":1710307358468,"stop":1710307358469,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c9e6b240ddc59f6","name":"should only return 1 node with relay capability","time":{"start":1710306807581,"stop":1710306807581,"duration":0},"status":"passed","severity":"normal"},{"uid":"d96e2d65425d975c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710307078639,"stop":1710307078640,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8fb06257b483b57","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710307465635,"stop":1710307465635,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfc7567376b5301b","name":"should be able to encode the field with only RELAY set to true","time":{"start":1710306791272,"stop":1710306791273,"duration":1},"status":"passed","severity":"normal"},{"uid":"e77564d107264cc0","name":"caches peers it previously fetched","time":{"start":1710306807580,"stop":1710306807581,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b08084aeebc746c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710306913476,"stop":1710306913476,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7c1c34ea574205f","name":"Push message equal or less that 1MB","time":{"start":1710307358491,"stop":1710307358491,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1a4a206de825c1","name":"Check received message with timestamp: 1710306832208 ","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"status":"passed","severity":"normal"},{"uid":"317322a1e6dcd704","name":"Query Generator - forward","time":{"start":1710307365850,"stop":1710307365851,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bc4d374f21fcfd2","name":"configure the node with multiple pubsub topics","time":{"start":1710307285626,"stop":1710307285627,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb3a12db899e94e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710307465629,"stop":1710307465630,"duration":1},"status":"passed","severity":"normal"},{"uid":"af3fb0b36bd0fc39","name":"should be able to decode the field with only RELAY set to true","time":{"start":1710306791280,"stop":1710306791280,"duration":0},"status":"passed","severity":"normal"},{"uid":"79872207cf39daca","name":"should get / set UDP multiaddr","time":{"start":1710306791804,"stop":1710306791805,"duration":1},"status":"passed","severity":"normal"},{"uid":"100934884caac558","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710306791283,"stop":1710306791284,"duration":1},"status":"passed","severity":"normal"},{"uid":"a82dc887ba4345c7","name":"A test","time":{"start":1710307078723,"stop":1710307078723,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa75ab86ed550c2","name":"Check publish message after client node is restarted","time":{"start":1710307247773,"stop":1710307247774,"duration":1},"status":"skipped","severity":"normal"},{"uid":"70c029d74b3a4f35","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981514,"stop":1710306981516,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f285870fe8b1795","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9a51d3548bd6922","name":"Check publish message containing emoji","time":{"start":1710307247765,"stop":1710307247765,"duration":0},"status":"passed","severity":"normal"},{"uid":"46f68746f50cdee6","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1710307392157,"stop":1710307392157,"duration":0},"status":"passed","severity":"normal"},{"uid":"937dd759a74f8879","name":"Check received message containing special chars","time":{"start":1710307308636,"stop":1710307308637,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cc4a0a7325ed109","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1710307392156,"stop":1710307392156,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a9ed7a1b247cc93","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710306904617,"stop":1710306904618,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ddd3cd47b7f3968","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710306904614,"stop":1710306904614,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a68dd79b81a3b9a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981506,"stop":1710306981506,"duration":0},"status":"passed","severity":"normal"},{"uid":"88b3a75e271d6266","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1710306981522,"stop":1710306981524,"duration":2},"status":"passed","severity":"normal"},{"uid":"7945e0514e314143","name":"Fails to push message with large meta","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"status":"passed","severity":"normal"},{"uid":"7814bd7753739ba7","name":"Subscribe to topic containing long and receive message","time":{"start":1710307465622,"stop":1710307465623,"duration":1},"status":"passed","severity":"normal"},{"uid":"3597590afaefed95","name":"Check received message containing unicode special characters","time":{"start":1710306994272,"stop":1710306994273,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2483d1eb56e756a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710307078646,"stop":1710307078646,"duration":0},"status":"passed","severity":"normal"},{"uid":"7103721d540ca672","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710307465633,"stop":1710307465633,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d8081ed8b174f564","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710307465627,"stop":1710307465627,"duration":0},"status":"passed","severity":"normal"},{"uid":"137cf75d4f9d4a02","name":"does not throw on valid cases","time":{"start":1710306783473,"stop":1710306783473,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8d782f107a22eff","name":"Push message with short payload","time":{"start":1710307207000,"stop":1710307207000,"duration":0},"status":"passed","severity":"normal"},{"uid":"51255a22a58646d6","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1710306807149,"stop":1710306807150,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1395b7b08944575","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1710307342526,"stop":1710307342527,"duration":1},"status":"passed","severity":"normal"},{"uid":"141971be20dd4e4f","name":"stop","time":{"start":1710306873749,"stop":1710306873749,"duration":0},"status":"passed","severity":"normal"},{"uid":"1485d544d1e7223b","name":"Check received message containing long","time":{"start":1710307308616,"stop":1710307308616,"duration":0},"status":"passed","severity":"normal"},{"uid":"13a71e9b9fcddb3","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1710306981493,"stop":1710306981494,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b0bba164dd5958","name":"different cluster, different shard: nodes don't connect","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"status":"passed","severity":"normal"},{"uid":"409e9a7c2904c688","name":"Push message with custom timestamp: 1710303381740","time":{"start":1710307358489,"stop":1710307358489,"duration":0},"status":"passed","severity":"normal"},{"uid":"36ee334c4cd23979","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1710306877071,"stop":1710306877072,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd0226d908bae87f","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1710307342524,"stop":1710307342525,"duration":1},"status":"passed","severity":"normal"},{"uid":"4748a0e9f1f20db0","name":"Publishes to nwaku","time":{"start":1710307238429,"stop":1710307238430,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b71b4b5e041ed7d","name":"Subscribe and receives messages on 20 topics","time":{"start":1710307465619,"stop":1710307465619,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5d8e807b19989dc","name":"connected peers and dial","time":{"start":1710307207320,"stop":1710307207320,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cfa8d6ca69caeffe","name":"Subscribe to topic containing XML and receive message","time":{"start":1710307465625,"stop":1710307465626,"duration":1},"status":"passed","severity":"normal"},{"uid":"ece39bb182a659f2","name":"Push message equal or less that 1MB","time":{"start":1710307207095,"stop":1710307207096,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a4e3fc75e8371f7","name":"Push message with rate limit","time":{"start":1710307207093,"stop":1710307207094,"duration":1},"status":"passed","severity":"normal"},{"uid":"54a5343050da809a","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5cabd941399f45","name":"Check message received after jswaku node is restarted","time":{"start":1710307308651,"stop":1710307308651,"duration":0},"status":"skipped","severity":"normal"},{"uid":"51a9518e6721354","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1710306981517,"stop":1710306981517,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9a9dd34d651064b","name":"it tolerates circular branch references","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9d2c1b0de26e26","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1710306981513,"stop":1710306981513,"duration":0},"status":"passed","severity":"normal"},{"uid":"38c8d87ee089eec2","name":"Overlapping topic subscription","time":{"start":1710307078643,"stop":1710307078643,"duration":0},"status":"passed","severity":"normal"},{"uid":"e88c5d74f0294cdf","name":"should throw error - no id","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e2bce3956d31535","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710306807583,"stop":1710306807584,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4cc13a75e4461e35","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1710306807148,"stop":1710306807148,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a9fa9cdf487c856","name":"Check received message containing emoji","time":{"start":1710306994273,"stop":1710306994273,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a042d9e30a3e7a2","name":"Check message received after nwaku node is restarted","time":{"start":1710307308651,"stop":1710307308651,"duration":0},"status":"skipped","severity":"normal"},{"uid":"57d78f0b3523a242","name":"1 Store, 2 fetches","time":{"start":1710306807024,"stop":1710306807025,"duration":1},"status":"passed","severity":"normal"},{"uid":"66a448733488435","name":"Push message with numeric payload","time":{"start":1710307358453,"stop":1710307358454,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fcc90cfba110440","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1710306981507,"stop":1710306981508,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e17a6d124e819fa","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710307045663,"stop":1710307045663,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d1e9a236b17131f","name":"Push message with content topic containing Script","time":{"start":1710307358465,"stop":1710307358465,"duration":0},"status":"passed","severity":"normal"},{"uid":"44df1d570bed0cd3","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710306913478,"stop":1710306913479,"duration":1},"status":"passed","severity":"normal"},{"uid":"52de6d03e248efd5","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3255fe8979172f2","name":"Push message with custom timestamp: 1710303394451","time":{"start":1710307207094,"stop":1710307207095,"duration":1},"status":"passed","severity":"normal"},{"uid":"c656142e10a02f39","name":"Passing page size 3 when there are 20 messages","time":{"start":1710307383799,"stop":1710307383800,"duration":1},"status":"passed","severity":"normal"},{"uid":"60cd3ef631a89cf","name":"Push message with short payload","time":{"start":1710307358452,"stop":1710307358453,"duration":1},"status":"passed","severity":"normal"},{"uid":"44155cd5c0d0e173","name":"Subscribe and receive messages via waku relay post","time":{"start":1710307078638,"stop":1710307078638,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1f8681bf8df9ccc","name":"Generator, 2 different pubsubtopics","time":{"start":1710307351550,"stop":1710307351551,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e2bae80d3bcaaeb","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710307465635,"stop":1710307465635,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3c29324a456748a","name":"should decode valid enr with tcp successfully","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"status":"passed","severity":"normal"},{"uid":"76ee843b7667e331","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710307465635,"stop":1710307465636,"duration":1},"status":"passed","severity":"normal"},{"uid":"9823629c3f6659e5","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1710306904615,"stop":1710306904615,"duration":0},"status":"passed","severity":"normal"},{"uid":"8351a78aa6001509","name":"Query Generator, Wrong PubsubTopic","time":{"start":1710307342519,"stop":1710307342519,"duration":0},"status":"passed","severity":"normal"},{"uid":"264e98276ded3091","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710306904615,"stop":1710306904616,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcc25b97e22d5389","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1710306833580,"stop":1710306833582,"duration":2},"status":"passed","severity":"normal"},{"uid":"238a1e3678ff2384","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0b0c42546c24c52","name":"isConnected should return false after all peers disconnect","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"status":"passed","severity":"normal"},{"uid":"a756180be52294f3","name":"Push message with Russian payload","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"status":"passed","severity":"normal"},{"uid":"53aaade720fddc9b","name":"groups content topics by expected pubsub topic","time":{"start":1710306783480,"stop":1710306783480,"duration":0},"status":"passed","severity":"normal"},{"uid":"75de0caf2c24cf60","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1710307325064,"stop":1710307325065,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6ed73c12ba0a586","name":"Check received message containing short","time":{"start":1710306994264,"stop":1710306994264,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d89a1ccfe2dc914","name":"Check publish message containing numeric","time":{"start":1710307247757,"stop":1710307247757,"duration":0},"status":"passed","severity":"normal"},{"uid":"6249705d8da0e6e2","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf701fc9996a67b0","name":"should not receive a peer event before start","time":{"start":1710307300371,"stop":1710307300375,"duration":4},"status":"passed","severity":"normal"},{"uid":"a455888423ac0599","name":"Push message with content topic containing Russian","time":{"start":1710307358464,"stop":1710307358464,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b2a312e6dd0d2b8","name":"Push message with custom timestamp: 1679548581740","time":{"start":1710307358474,"stop":1710307358488,"duration":14},"status":"passed","severity":"normal"},{"uid":"8ffdc3b9302e8202","name":"Push message with emoji payload","time":{"start":1710307207064,"stop":1710307207064,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe43c47c6e0bde82","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"status":"passed","severity":"normal"},{"uid":"151636316322d429","name":"Publish message with custom timestamp: Wed Mar 13 2024 06:20:38 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247767,"stop":1710307247767,"duration":0},"status":"passed","severity":"normal"},{"uid":"28dc6cad2c6b9cbb","name":"should handle corrupted local storage data gracefully","time":{"start":1710306811116,"stop":1710306811117,"duration":1},"status":"passed","severity":"normal"},{"uid":"d789dab8d831290d","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"status":"passed","severity":"normal"},{"uid":"6551000661afdae3","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710307078640,"stop":1710307078640,"duration":0},"status":"skipped","severity":"normal"},{"uid":"af26f23dba99a19c","name":"should be able to decode the field with only STORE set to true","time":{"start":1710306791281,"stop":1710306791281,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"25e64543726f07fa","name":"should emit a peer event after start","time":{"start":1710307918133,"stop":1710307918133,"duration":0},"status":"passed","severity":"normal"},{"uid":"54f4d9bb2c67e583","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1710308481021,"stop":1710308481021,"duration":0},"status":"passed","severity":"normal"},{"uid":"9111ea84523b95fe","name":"Subscribe to topic containing Script and receive message","time":{"start":1710308192969,"stop":1710308192969,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9ae48c2f1e7a7e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710308322612,"stop":1710308322612,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf38b3c27f5e49a3","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"status":"passed","severity":"normal"},{"uid":"c25dae6e48c24f7","name":"should be called for bootstrap peers","time":{"start":1710307948135,"stop":1710307948135,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea6a125b258d82b","name":"returns all values when wanted number is greater than available values","time":{"start":1710307912521,"stop":1710307912522,"duration":1},"status":"passed","severity":"normal"},{"uid":"b598c513458bc070","name":"Push message with Chinese payload","time":{"start":1710308463675,"stop":1710308463676,"duration":1},"status":"passed","severity":"normal"},{"uid":"28f120756f1d0127","name":"should emit a peer event after start","time":{"start":1710307950772,"stop":1710307950772,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3d577cb6bb721f7","name":"Store - dialed first","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"status":"passed","severity":"normal"},{"uid":"53fe69e083ed7f74","name":"Generator, 2 different pubsubtopics","time":{"start":1710308464142,"stop":1710308464143,"duration":1},"status":"passed","severity":"normal"},{"uid":"e63d4d5b9856819a","name":"Fails to publish message with wrong content topic","time":{"start":1710308366509,"stop":1710308366511,"duration":2},"status":"passed","severity":"normal"},{"uid":"74f11ca386c36d84","name":"Check message received after jswaku node is restarted","time":{"start":1710308097737,"stop":1710308097738,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d302f1ab7f445158","name":"Check received message containing short","time":{"start":1710308416729,"stop":1710308416730,"duration":1},"status":"passed","severity":"normal"},{"uid":"64455f73f6a0cbb5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1710308092722,"stop":1710308092722,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb13348c58157251","name":"Check message received after nwaku node is restarted","time":{"start":1710308416748,"stop":1710308416748,"duration":0},"status":"skipped","severity":"normal"},{"uid":"59d0f5bd41cbf48c","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710308357663,"stop":1710308357663,"duration":0},"status":"passed","severity":"normal"},{"uid":"16a65405028bc6c5","name":"Check message with non string payload is not received","time":{"start":1710308097737,"stop":1710308097737,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0d27bd976a46a0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710308572948,"stop":1710308572948,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a28a9451fdea568","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710308649158,"stop":1710308649158,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fda8488ae92c13b","name":"Check publish message containing Arabic","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c36f2a47e6b003f","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1710308477759,"stop":1710308477760,"duration":1},"status":"passed","severity":"normal"},{"uid":"37cb1f89cf05e5dd","name":"Ping on subscribed peer","time":{"start":1710307971894,"stop":1710307971894,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a0c02e20b55eff","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1710307950104,"stop":1710307950104,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c7241dbe1309464","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1710308092702,"stop":1710308092702,"duration":0},"status":"passed","severity":"normal"},{"uid":"561c595b3ebe3982","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fd5b5709c2c97f0","name":"Push message with content topic containing emoji","time":{"start":1710308463727,"stop":1710308463727,"duration":0},"status":"passed","severity":"normal"},{"uid":"eebbb1047a742e76","name":"Query generator for multiple messages with different message text format","time":{"start":1710308481018,"stop":1710308481019,"duration":1},"status":"passed","severity":"normal"},{"uid":"54780751d24614ee","name":"can start the service","time":{"start":1710307918131,"stop":1710307918131,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff70a352c922ddf","name":"Correctly serialized arguments","time":{"start":1710308231895,"stop":1710308231896,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a552a3e871c91cc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092717,"stop":1710308092718,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3064e5c2bf90011","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710308097734,"stop":1710308097734,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ced2d3e8f755f1","name":"Check message received after nwaku node is restarted","time":{"start":1710308416729,"stop":1710308416729,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e82920e09474de85","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710308167159,"stop":1710308167159,"duration":0},"status":"passed","severity":"normal"},{"uid":"758448b39be27c9","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fe93c0551b6e064d","name":"Push message with content topic containing SQL Injection","time":{"start":1710308322610,"stop":1710308322611,"duration":1},"status":"passed","severity":"normal"},{"uid":"30632a885828bf4f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1710308092707,"stop":1710308092707,"duration":0},"status":"passed","severity":"normal"},{"uid":"739253a7f12e1667","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1710307940172,"stop":1710307940173,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f368556e5b8d11e","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710308572940,"stop":1710308572940,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2474eeecef8ba48","name":"same cluster, same shard: nodes connect","time":{"start":1710308092684,"stop":1710308092685,"duration":1},"status":"passed","severity":"normal"},{"uid":"18bde4749d78fbb4","name":"Query generator for 2000 messages","time":{"start":1710308481022,"stop":1710308481022,"duration":0},"status":"passed","severity":"normal"},{"uid":"da9b36da9b9593d5","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f13750332477f0b","name":"Check received message containing Arabic","time":{"start":1710308416732,"stop":1710308416732,"duration":0},"status":"passed","severity":"normal"},{"uid":"10ec031ba2621475","name":"Refresh subscription","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b265a8c2db64f1c","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1710307914059,"stop":1710307914069,"duration":10},"status":"passed","severity":"normal"},{"uid":"b43f163f9062a3a3","name":"Push message with numeric payload","time":{"start":1710308463674,"stop":1710308463674,"duration":0},"status":"passed","severity":"normal"},{"uid":"e13f05100230c736","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1710307890344,"stop":1710307890344,"duration":0},"status":"passed","severity":"normal"},{"uid":"96248d99d46394e1","name":"A test","time":{"start":1710308193084,"stop":1710308193085,"duration":1},"status":"passed","severity":"normal"},{"uid":"17b7f08f56085ca6","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1710308402072,"stop":1710308402073,"duration":1},"status":"passed","severity":"normal"},{"uid":"89ca8c82e825b65e","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1710307914056,"stop":1710307914056,"duration":0},"status":"passed","severity":"normal"},{"uid":"41185fd0f9bddb0d","name":"Check publish message containing SQL Injection","time":{"start":1710308366460,"stop":1710308366465,"duration":5},"status":"passed","severity":"normal"},{"uid":"364346e30d0a3db6","name":"should throw error - invalid id","time":{"start":1710307898604,"stop":1710307898604,"duration":0},"status":"passed","severity":"normal"},{"uid":"380a805806d742a9","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8456d9887da5650e","name":"addEventListener with wrong event","time":{"start":1710307980880,"stop":1710307980880,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f251cecc999254f","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e545a6d1a486c60","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1710308092687,"stop":1710308092688,"duration":1},"status":"passed","severity":"normal"},{"uid":"48686c9a1db84331","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1710308092701,"stop":1710308092701,"duration":0},"status":"passed","severity":"normal"},{"uid":"863c4b36cc41b13b","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710308167162,"stop":1710308167163,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a43f300770bfa02","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1710308508735,"stop":1710308508735,"duration":0},"status":"passed","severity":"normal"},{"uid":"26fb4a83e7160219","name":"Overlapping topic subscription","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a173d605b76c2c8","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1710308092719,"stop":1710308092719,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec740b4a021dd391","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e66eb9adf5eeea0","name":"Query Generator - forward","time":{"start":1710308485475,"stop":1710308485476,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9e9ef30b1a6817","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1710308092700,"stop":1710308092700,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fccdfcc73f1d53b","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1710308092699,"stop":1710308092700,"duration":1},"status":"passed","severity":"normal"},{"uid":"dffbb026c3367415","name":"Query generator for multiple messages with multiple decoders","time":{"start":1710308481019,"stop":1710308481019,"duration":0},"status":"passed","severity":"normal"},{"uid":"5366b2308956d322","name":"Generator, custom pubsub topic","time":{"start":1710308464142,"stop":1710308464142,"duration":0},"status":"passed","severity":"normal"},{"uid":"306fe3e09d6aac20","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710308572933,"stop":1710308572933,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ed9d83a3d684b6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308007020,"stop":1710308007021,"duration":1},"status":"passed","severity":"normal"},{"uid":"6077dec9eca582b4","name":"Relay + Store","time":{"start":1710307948300,"stop":1710307948301,"duration":1},"status":"passed","severity":"normal"},{"uid":"22c4c55deba96b8e","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1710307940164,"stop":1710307940171,"duration":7},"status":"passed","severity":"normal"},{"uid":"5e8486e7bc41eac0","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1710308092688,"stop":1710308092688,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd2cd43851ee5c62","name":"dispatchEvent via connectionManager","time":{"start":1710307980883,"stop":1710307980883,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe8f8b7d9d7213a4","name":"Push message with unicode special characters payload","time":{"start":1710308322596,"stop":1710308322597,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9997002b2a37e6b","name":"should properly create location multiaddrs - tcp6","time":{"start":1710307898608,"stop":1710307898609,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2f66879a5765079","name":"Sign & Recover","time":{"start":1710307924459,"stop":1710307924460,"duration":1},"status":"passed","severity":"normal"},{"uid":"64d984a33c1d9dfb","name":"Check publish message containing emoji","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"status":"passed","severity":"normal"},{"uid":"e64c0b811046f119","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710308572947,"stop":1710308572948,"duration":1},"status":"passed","severity":"normal"},{"uid":"24332471c2e5bbdc","name":"Push message with rate limit","time":{"start":1710308322616,"stop":1710308322617,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8d1183146f45971","name":"Check received message containing Script","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"status":"passed","severity":"normal"},{"uid":"1631198a807769df","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2b7cf52b3aee244","name":"connected peers and dial","time":{"start":1710308322787,"stop":1710308322787,"duration":0},"status":"skipped","severity":"normal"},{"uid":"58982cd0c04249c2","name":"removeEventListener with wrong event","time":{"start":1710307980881,"stop":1710307980882,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6f416e4a072265b","name":"isConnected should return false after all peers disconnect","time":{"start":1710307991227,"stop":1710307991227,"duration":0},"status":"passed","severity":"normal"},{"uid":"584068ae20efac07","name":"throws on content topic with too few or too many fields","time":{"start":1710307890264,"stop":1710307890264,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f0b192b239015e","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1710308092689,"stop":1710308092690,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb0f252be0c31bba","name":"throws on content topic with non-number generation field","time":{"start":1710307890264,"stop":1710307890265,"duration":1},"status":"passed","severity":"normal"},{"uid":"866a9c956e93f7d8","name":"Check message with invalid timestamp is not received","time":{"start":1710308097734,"stop":1710308097735,"duration":1},"status":"passed","severity":"normal"},{"uid":"3791a49751ce408a","name":"Subscribe to topic containing special chars and publish message","time":{"start":1710308371304,"stop":1710308371304,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae01a930bb4c68c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710308416725,"stop":1710308416726,"duration":1},"status":"passed","severity":"normal"},{"uid":"b52bafb347cd27f2","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1710308433839,"stop":1710308433840,"duration":1},"status":"passed","severity":"normal"},{"uid":"db70e85df4bc8348","name":"Check meta is set [symmetric]","time":{"start":1710307923913,"stop":1710307923913,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e03f34bef5cb825","name":"Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366481,"stop":1710308366481,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba12ce608833de45","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1710307914072,"stop":1710307914072,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd6e01bb2bd73fcc","name":"Push message on custom pubsubTopic","time":{"start":1710308225036,"stop":1710308225036,"duration":0},"status":"passed","severity":"normal"},{"uid":"9da10f2a72d020c2","name":"should be able to encode the field with only STORE set to true","time":{"start":1710307897768,"stop":1710307897769,"duration":1},"status":"passed","severity":"normal"},{"uid":"27777a54229cad53","name":"Fails to push message with large meta","time":{"start":1710308463730,"stop":1710308463731,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5076e03f24a6ad4","name":"Does not throw an exception when node disconnects","time":{"start":1710308510822,"stop":1710308510823,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bb0c973bea42388","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710308192923,"stop":1710308192923,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0848519159e3e4e","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710308026833,"stop":1710308026834,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb9702127f61154","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710307950775,"stop":1710307950776,"duration":1},"status":"skipped","severity":"normal"},{"uid":"72928242b5434284","name":"throws on content topic with empty version field","time":{"start":1710307890266,"stop":1710307890266,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f835aaf0e65a6b8","name":"Push message with content topic containing long","time":{"start":1710308463690,"stop":1710308463691,"duration":1},"status":"passed","severity":"normal"},{"uid":"c17590f1617cef91","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"passed","severity":"normal"},{"uid":"637f3196ed316a60","name":"can start and stop the service","time":{"start":1710307950770,"stop":1710307950770,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa5816827d68913f","name":"Push message with content topic containing numeric","time":{"start":1710308322600,"stop":1710308322600,"duration":0},"status":"passed","severity":"normal"},{"uid":"39bc231b2d43a2ca","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1710308508730,"stop":1710308508734,"duration":4},"status":"passed","severity":"normal"},{"uid":"829ede11b709a426","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308225039,"stop":1710308225039,"duration":0},"status":"passed","severity":"normal"},{"uid":"92efcaff04194f18","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710308167157,"stop":1710308167157,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5a188b7ef2a5c66","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1710308459428,"stop":1710308459429,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbaa443eb1a7ea22","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710308192914,"stop":1710308192915,"duration":1},"status":"passed","severity":"normal"},{"uid":"44683a8cdf7f16e9","name":"Check received message containing short","time":{"start":1710308097724,"stop":1710308097725,"duration":1},"status":"passed","severity":"normal"},{"uid":"f35b159debd005c2","name":"should not fail to stop the service if it was not started","time":{"start":1710307918132,"stop":1710307918132,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e70bbe19ad57926","name":"Check message with no content topic is not received","time":{"start":1710308416727,"stop":1710308416727,"duration":0},"status":"passed","severity":"normal"},{"uid":"b43af9c68b222d2","name":"Check publish message containing unicode special characters","time":{"start":1710308366471,"stop":1710308366472,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f274ec6ba40301","name":"should not receive a peer event after stop","time":{"start":1710307950773,"stop":1710307950774,"duration":1},"status":"passed","severity":"normal"},{"uid":"84b1d7798322e257","name":"Check received message with timestamp: 1710307939355 ","time":{"start":1710308416743,"stop":1710308416744,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c35069220d0c7e8","name":"Push message equal or less that 1MB","time":{"start":1710308322623,"stop":1710308322623,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b3d7a6013d7505","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710308192921,"stop":1710308192922,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fcf5ca8de7d5e3","name":"Push to array if already present","time":{"start":1710307889889,"stop":1710307889890,"duration":1},"status":"passed","severity":"normal"},{"uid":"24e69fab97801d0d","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1710308508735,"stop":1710308508735,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2cacbaa00985814","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710307897774,"stop":1710307897774,"duration":0},"status":"passed","severity":"normal"},{"uid":"691a34a900530f1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308007021,"stop":1710308007021,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bc45aab135e781","name":"should encodeTxt and decodeTxt","time":{"start":1710307898597,"stop":1710307898597,"duration":0},"status":"passed","severity":"normal"},{"uid":"3494f4c3e7c2acd0","name":"Ping on subscribed peer","time":{"start":1710308024291,"stop":1710308024291,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9033d1f148e94c6","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710308192915,"stop":1710308192916,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c3cfb3678de1e90","name":"Ephemeral field set to true","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"status":"passed","severity":"normal"},{"uid":"37e6fbdae03121a6","name":"should return false","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cf7091976c49855","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1710308508713,"stop":1710308508714,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9e39a5c781d2946","name":"Encoder throws on undefined content topic","time":{"start":1710307923914,"stop":1710307923914,"duration":0},"status":"passed","severity":"normal"},{"uid":"552741c98078b8c7","name":"should not receive a peer event after stop","time":{"start":1710308426368,"stop":1710308426369,"duration":1},"status":"passed","severity":"normal"},{"uid":"4173465555050b68","name":"Check received message containing Basic HTML tag","time":{"start":1710308097730,"stop":1710308097730,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5fa67246e796af9","name":"Reusing cursor across nodes","time":{"start":1710308433843,"stop":1710308433844,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0454d6ff7ece765","name":"Push message with content topic containing JSON","time":{"start":1710308463708,"stop":1710308463708,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab61a767c8ddc7fd","name":"Check message with no content topic is not received","time":{"start":1710308097736,"stop":1710308097736,"duration":0},"status":"passed","severity":"normal"},{"uid":"37a395b22fd28cd5","name":"tcp ip4 address","time":{"start":1710307898065,"stop":1710307898065,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bc89afb1807ee97","name":"Check received message containing Chinese","time":{"start":1710308416731,"stop":1710308416732,"duration":1},"status":"passed","severity":"normal"},{"uid":"b21d2a90f8da1c78","name":"should only return 1 node with store capability","time":{"start":1710307914373,"stop":1710307914373,"duration":0},"status":"passed","severity":"normal"},{"uid":"c216b153cf1f321b","name":"can start and stop the service","time":{"start":1710308426361,"stop":1710308426366,"duration":5},"status":"passed","severity":"normal"},{"uid":"30f1f7a89299a781","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1710307991228,"stop":1710307991228,"duration":0},"status":"passed","severity":"normal"},{"uid":"407640ec244257b6","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710308192916,"stop":1710308192917,"duration":1},"status":"passed","severity":"normal"},{"uid":"38c7ce1f763ffc28","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1710308092686,"stop":1710308092687,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1dd37a17fe8a8a5","name":"Push message with custom timestamp: 1710304497857","time":{"start":1710308322618,"stop":1710308322622,"duration":4},"status":"passed","severity":"normal"},{"uid":"91a9d57cda423db","name":"Query Generator, Multiple PubsubTopics","time":{"start":1710308459425,"stop":1710308459426,"duration":1},"status":"passed","severity":"normal"},{"uid":"93a0c157206c50ba","name":"Fails to push message with empty content topic","time":{"start":1710308322615,"stop":1710308322615,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d551bb723d2168","name":"Waku message hash computation (meta attribute not present)","time":{"start":1710307892759,"stop":1710307892759,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ff5db574664ea58","name":"addEventListener with correct event","time":{"start":1710307980879,"stop":1710307980880,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd418f4863adb7b2","name":"1 Relay, 1 fetch","time":{"start":1710307914152,"stop":1710307914153,"duration":1},"status":"passed","severity":"normal"},{"uid":"370e90bc1e140e1","name":"getPeersByDiscovery","time":{"start":1710308348759,"stop":1710308348759,"duration":0},"status":"passed","severity":"normal"},{"uid":"c41945c4b8cbfead","name":"Check message on other pubsub topic is not received","time":{"start":1710308097735,"stop":1710308097735,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce25c6e5d913987","name":"Query Generator, No message returned","time":{"start":1710308459427,"stop":1710308459428,"duration":1},"status":"passed","severity":"normal"},{"uid":"89b54af2980f24ba","name":"Sets default value correctly","time":{"start":1710308510825,"stop":1710308510825,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a7b0ff99dee6a84","name":"Passing page size 1 when there are 4 messages","time":{"start":1710308494290,"stop":1710308494291,"duration":1},"status":"passed","severity":"normal"},{"uid":"10b6c3e919fd6852","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1710308371313,"stop":1710308371314,"duration":1},"status":"passed","severity":"normal"},{"uid":"708df7cfbbe04df1","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1710308092689,"stop":1710308092689,"duration":0},"status":"passed","severity":"normal"},{"uid":"a981c08a1c439e8f","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1710307914058,"stop":1710307914058,"duration":0},"status":"passed","severity":"normal"},{"uid":"604686753df1b9e1","name":"through manual discovery","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"status":"passed","severity":"normal"},{"uid":"227b02546ef5e893","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1710308092713,"stop":1710308092714,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a4c7ac96055abc2","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46d8319e6b46486","name":"passes more than one ENR URLs and attempts connection","time":{"start":1710307950776,"stop":1710307950776,"duration":0},"status":"skipped","severity":"normal"},{"uid":"95e0f99bb51c9783","name":"Push message with content topic containing Script","time":{"start":1710308322611,"stop":1710308322612,"duration":1},"status":"passed","severity":"normal"},{"uid":"54e59a8f1863ecb5","name":"Ping on peer without subscriptions","time":{"start":1710308024291,"stop":1710308024292,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa32ef4496a20c61","name":"Check publish message containing XML","time":{"start":1710308366469,"stop":1710308366469,"duration":0},"status":"passed","severity":"normal"},{"uid":"4568c4cb1a3650d9","name":"Push message with emoji payload","time":{"start":1710308322598,"stop":1710308322598,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc556e9b003c82e1","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"status":"passed","severity":"normal"},{"uid":"83079f62ee1ee2a","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{"start":1710308388677,"stop":1710308388677,"duration":0},"status":"broken","severity":"normal"},{"uid":"f0b432e7877fe7c5","name":"Check received message containing SQL Injection","time":{"start":1710308097728,"stop":1710308097729,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9a09a06316dedd3","name":"udp ip6 address","time":{"start":1710307898066,"stop":1710307898066,"duration":0},"status":"passed","severity":"normal"},{"uid":"963bd816a7c1d5c1","name":"Push message with content topic containing XML","time":{"start":1710308463694,"stop":1710308463705,"duration":11},"status":"passed","severity":"normal"},{"uid":"bf5730553fdfba4e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710308026834,"stop":1710308026834,"duration":0},"status":"passed","severity":"normal"},{"uid":"da542bdf2c5dd278","name":"Check publish message containing escaped characters","time":{"start":1710308366471,"stop":1710308366471,"duration":0},"status":"passed","severity":"normal"},{"uid":"b018fb39f961a7ac","name":"listenerCount","time":{"start":1710307980882,"stop":1710307980883,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ff96476e2446433","name":"Using a function","time":{"start":1710308510824,"stop":1710308510824,"duration":0},"status":"passed","severity":"normal"},{"uid":"98dcb862c1c7ae3d","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1710308459430,"stop":1710308459437,"duration":7},"status":"passed","severity":"normal"},{"uid":"e51c6c5265b64fd3","name":"Check publish message containing Script","time":{"start":1710308366465,"stop":1710308366469,"duration":4},"status":"passed","severity":"normal"},{"uid":"655113f0cb5009c9","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1710308508736,"stop":1710308508736,"duration":0},"status":"passed","severity":"normal"},{"uid":"8909c0c2f9cb72fe","name":"Check publish message containing numeric","time":{"start":1710308366457,"stop":1710308366458,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c02f68bff4018ff","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710308416725,"stop":1710308416725,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ab136ebe35cb252","name":"Query generator for multiple messages with different content topic format","time":{"start":1710308481019,"stop":1710308481020,"duration":1},"status":"passed","severity":"normal"},{"uid":"46021ac8c5c435a5","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710308167159,"stop":1710308167160,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6b89dedd9d6ec23","name":"should not fail to stop the service if it was not started","time":{"start":1710307950770,"stop":1710307950770,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9c076e66d864268","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1710307950104,"stop":1710307950105,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f58b0d2296ef184","name":"should properly create location multiaddrs - tcp","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f4d38912d716ea4","name":"Push message with shell command payload","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca250cc38ddb51da","name":"Subscribe to topic containing short and receive message","time":{"start":1710308192920,"stop":1710308192920,"duration":0},"status":"passed","severity":"normal"},{"uid":"283e444ec6452b0c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"status":"passed","severity":"normal"},{"uid":"23b4e6317755ed0","name":"Subscribe to topic containing Russian and publish message","time":{"start":1710308371307,"stop":1710308371307,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef6733b37ed9b89","name":"should decode valid enr successfully","time":{"start":1710307898597,"stop":1710307898598,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad080523fcfdb610","name":"Query Generator, Wrong PubsubTopic","time":{"start":1710308459424,"stop":1710308459424,"duration":0},"status":"passed","severity":"normal"},{"uid":"249eba5a985f9b6","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1710307948137,"stop":1710307948137,"duration":0},"status":"passed","severity":"normal"},{"uid":"19621e5608720560","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710308572948,"stop":1710308572948,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aa22523f7525502","name":"same cluster, same shard: nodes connect","time":{"start":1710308231836,"stop":1710308231836,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ca88e97a24a550b","name":"Query with Ordered Callback, No Decoder","time":{"start":1710308459429,"stop":1710308459429,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd801977b799a42f","name":"Push message with content topic containing XML","time":{"start":1710308322612,"stop":1710308322612,"duration":0},"status":"passed","severity":"normal"},{"uid":"f81e7e4c13976f15","name":"Subscribe and receive messages via waku relay post","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","severity":"normal"},{"uid":"17fc99058e7599e4","name":"Push message with content topic containing Russian","time":{"start":1710308463693,"stop":1710308463693,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c40f41a15c1d4d7","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710308167160,"stop":1710308167161,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc4669ef515b7b3b","name":"Check received message containing numeric","time":{"start":1710308097726,"stop":1710308097726,"duration":0},"status":"passed","severity":"normal"},{"uid":"168699eea91ad1b0","name":"Sample","time":{"start":1710307898039,"stop":1710307898039,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c89ab89f18a3d0","name":"Asymmetric encrypt & decrypt","time":{"start":1710307924457,"stop":1710307924458,"duration":1},"status":"passed","severity":"normal"},{"uid":"442782313c28b573","name":"Push message with XML payload","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f9f9eaf36e19be9","name":"Check received message containing special chars","time":{"start":1710308416730,"stop":1710308416731,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dc13eea5f490538","name":"Subscribe to topic containing XML and receive message","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f09598def689f9a","name":"Decoder throws on empty string content topic","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"status":"passed","severity":"normal"},{"uid":"b944e98ee8cf4ca4","name":"Ping on peer without subscriptions","time":{"start":1710307971894,"stop":1710307971895,"duration":1},"status":"passed","severity":"normal"},{"uid":"549f0c2833d72907","name":"connects to nwaku","time":{"start":1710308510822,"stop":1710308510822,"duration":0},"status":"passed","severity":"normal"},{"uid":"229c15e86d0e1e66","name":"Round trip binary encryption [ecies, signature]","time":{"start":1710307925681,"stop":1710307925681,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4fa4c4c949e70c3","name":"Delete observer","time":{"start":1710308325357,"stop":1710308325357,"duration":0},"status":"passed","severity":"normal"},{"uid":"9750a678d29afff7","name":"should load peers from local storage and dispatch events","time":{"start":1710307918134,"stop":1710307918135,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc8f7f63be5e847d","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1710308092721,"stop":1710308092721,"duration":0},"status":"passed","severity":"normal"},{"uid":"44448a09524c17c2","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710308192912,"stop":1710308192913,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8fabb958e19000b","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1710308357664,"stop":1710308357664,"duration":0},"status":"passed","severity":"normal"},{"uid":"838507040b6f4e5","name":"Check received message containing unicode special characters","time":{"start":1710308416742,"stop":1710308416742,"duration":0},"status":"passed","severity":"normal"},{"uid":"a31cddde6ff2d07a","name":"Subscribe and receive messages via lightPush","time":{"start":1710308572942,"stop":1710308572942,"duration":0},"status":"passed","severity":"normal"},{"uid":"46507603489e1dfe","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21393c53b3cec0e","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710308026835,"stop":1710308026835,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4faaac875690fd0","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f4fdd7f0558ead18","name":"Query with Promise Callback, No Decoder","time":{"start":1710308459438,"stop":1710308459438,"duration":0},"status":"passed","severity":"normal"},{"uid":"210ba9f3286cdde","name":"should be able to decode the field with only RELAY set to true","time":{"start":1710307897775,"stop":1710307897775,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcbe0c79e4f1c505","name":"Push message with Script payload","time":{"start":1710308322586,"stop":1710308322593,"duration":7},"status":"passed","severity":"normal"},{"uid":"eba0415ef5540d0f","name":"Check received message containing Chinese","time":{"start":1710308097727,"stop":1710308097727,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9a03dcdb8819aa6","name":"Push message with SQL Injection payload","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c549e543302556","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710308357663,"stop":1710308357664,"duration":1},"status":"passed","severity":"normal"},{"uid":"aee894d537875470","name":"should be able to decode the field with only STORE set to true","time":{"start":1710307897780,"stop":1710307897780,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5bb15c1e84648ab","name":"Check publish message containing Chinese","time":{"start":1710308366458,"stop":1710308366459,"duration":1},"status":"passed","severity":"normal"},{"uid":"db5d3e5bd46f7b6a","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2b6e21e58644a2e","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1710307914070,"stop":1710307914071,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a1c5fa915811474","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1710308371298,"stop":1710308371299,"duration":1},"status":"passed","severity":"normal"},{"uid":"68656f86c2e6c6df","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710308192913,"stop":1710308192914,"duration":1},"status":"passed","severity":"normal"},{"uid":"17cafc41b2943637","name":"different cluster, same shard: nodes don't connect","time":{"start":1710308092685,"stop":1710308092686,"duration":1},"status":"passed","severity":"normal"},{"uid":"fde04bd30e1a5e7","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1710307940135,"stop":1710307940138,"duration":3},"status":"passed","severity":"normal"},{"uid":"882fdf9ae41376be","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1710307914057,"stop":1710307914058,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b915338eb3e6ad","name":"Subscribe to topic containing long and receive message","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","severity":"normal"},{"uid":"75abdfcd2db96901","name":"Reopen subscription with peer with lost subscription","time":{"start":1710308024292,"stop":1710308024293,"duration":1},"status":"passed","severity":"normal"},{"uid":"8412b4099a1f4f25","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308225040,"stop":1710308225041,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6034001b13b02cf","name":"nwaku subscribes","time":{"start":1710308353087,"stop":1710308353087,"duration":0},"status":"passed","severity":"normal"},{"uid":"151e106940af2b94","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1710308092690,"stop":1710308092690,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e4c928caf641c35","name":"Decoder throws on undefined content topic","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d57c5036577429","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710308572941,"stop":1710308572941,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ab479e4414643b9","name":"Push message with meta","time":{"start":1710308322615,"stop":1710308322616,"duration":1},"status":"passed","severity":"normal"},{"uid":"c562f0bf9562f114","name":"Subscribe to topic containing long and publish message","time":{"start":1710308371302,"stop":1710308371303,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f981f12526318e5","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710308572931,"stop":1710308572931,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c0bf0db155c2675","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1710308092718,"stop":1710308092718,"duration":0},"status":"passed","severity":"normal"},{"uid":"2593a621e1209fca","name":"Encoder throws on empty string content topic","time":{"start":1710307923914,"stop":1710307923915,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7526c5ff44f936","name":"isConnected should return true after first peer connects","time":{"start":1710307991226,"stop":1710307991227,"duration":1},"status":"passed","severity":"normal"},{"uid":"a294baa10a5ddd71","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710308357665,"stop":1710308357666,"duration":1},"status":"passed","severity":"normal"},{"uid":"7724b163879864e6","name":"Push message with content topic containing numeric","time":{"start":1710308463691,"stop":1710308463691,"duration":0},"status":"passed","severity":"normal"},{"uid":"9db02907f6a1d226","name":"Check received message containing long","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"status":"passed","severity":"normal"},{"uid":"59599f58f3b10d7","name":"Passing page size 11 when there are 10 messages","time":{"start":1710308494292,"stop":1710308494292,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8a3fa7019ab8ca6","name":"Filter","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe7bc3233a5d29a","name":"Check message received after jswaku node is restarted","time":{"start":1710308416728,"stop":1710308416728,"duration":0},"status":"skipped","severity":"normal"},{"uid":"20243ed8033a8488","name":"handles multiple messages","time":{"start":1710308495152,"stop":1710308495153,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dd7ebff91c557a5","name":"Push message with Arabic payload","time":{"start":1710308322567,"stop":1710308322579,"duration":12},"status":"passed","severity":"normal"},{"uid":"ae455015e49eea53","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092691,"stop":1710308092699,"duration":8},"status":"passed","severity":"normal"},{"uid":"700db9ecded6b381","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1710308092704,"stop":1710308092705,"duration":1},"status":"passed","severity":"normal"},{"uid":"d45c72a81614a752","name":"should set field with only RELAY enabled","time":{"start":1710307898611,"stop":1710307898611,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f1cf38391dc2909","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"status":"passed","severity":"normal"},{"uid":"404693b7c9f44206","name":"Push message with content topic containing shell command","time":{"start":1710308322613,"stop":1710308322613,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b25df2457072ed","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","severity":"normal"},{"uid":"3478f4dea2ed7899","name":"Waku message hash computation","time":{"start":1710307892757,"stop":1710307892759,"duration":2},"status":"passed","severity":"normal"},{"uid":"dec49bea28116913","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710308167158,"stop":1710308167158,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc4806e8d40a6527","name":"Check received message containing escaped characters","time":{"start":1710308416740,"stop":1710308416742,"duration":2},"status":"passed","severity":"normal"},{"uid":"fe25390c0aa4f72e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710308572934,"stop":1710308572934,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6963d4d261cb89","name":"Check received message containing shell command","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"status":"passed","severity":"normal"},{"uid":"3123eeef1e0a98cb","name":"Check received message containing emoji","time":{"start":1710308416742,"stop":1710308416743,"duration":1},"status":"passed","severity":"normal"},{"uid":"1382ce6430bcc8e3","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710308416744,"stop":1710308416745,"duration":1},"status":"passed","severity":"normal"},{"uid":"12828de6523ff65c","name":"Push message with emoji payload","time":{"start":1710308463688,"stop":1710308463689,"duration":1},"status":"passed","severity":"normal"},{"uid":"a304d3776387cc8d","name":"Push message with JSON payload","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc3887ddc54b7338","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308007025,"stop":1710308007025,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ff91ea0ac7803c","name":"Push message with Russian payload","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"status":"passed","severity":"normal"},{"uid":"79fbfbe79c032d6f","name":"Check publish message containing Russian","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"status":"passed","severity":"normal"},{"uid":"b42004c7de0f1c81","name":"Promise Callback - backward","time":{"start":1710308485477,"stop":1710308485478,"duration":1},"status":"passed","severity":"normal"},{"uid":"c05fccece459d4fa","name":"Refresh subscription","time":{"start":1710308192919,"stop":1710308192920,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b46c3f41c89c6e9","name":"Subscribe to topic containing Script and receive message","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9ea5249feb22e1","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710308192971,"stop":1710308192972,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e1305aefbe96bf2","name":"Check received message containing short","time":{"start":1710308416716,"stop":1710308416716,"duration":0},"status":"passed","severity":"normal"},{"uid":"104040261e5581e1","name":"Decrypt messages","time":{"start":1710308325356,"stop":1710308325357,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1a6ffacc78d9a91","name":"stop","time":{"start":1710307980884,"stop":1710307980886,"duration":2},"status":"passed","severity":"normal"},{"uid":"2df243e0b95a8cf7","name":"Subscribe and receive messages via lightPush","time":{"start":1710308192911,"stop":1710308192912,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3907749ac12017d","name":"Check message with no pubsub topic is not received","time":{"start":1710308097735,"stop":1710308097736,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f70853da5af5ead","name":"same cluster, different shard: nodes don't connect","time":{"start":1710308092685,"stop":1710308092685,"duration":0},"status":"passed","severity":"normal"},{"uid":"64cf644f6846753b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1710308092719,"stop":1710308092719,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfcaf59b68762f18","name":"Push message with escaped characters payload","time":{"start":1710308322595,"stop":1710308322596,"duration":1},"status":"passed","severity":"normal"},{"uid":"a15bce393d5fdd3b","name":"should only return 1 node with relay capability","time":{"start":1710307914372,"stop":1710307914373,"duration":1},"status":"passed","severity":"normal"},{"uid":"65b1a4ce2339e5d0","name":"ignores unrecognized TXT record formats","time":{"start":1710307914371,"stop":1710307914372,"duration":1},"status":"passed","severity":"normal"},{"uid":"b315b480fe2eec38","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710308007024,"stop":1710308007024,"duration":0},"status":"passed","severity":"normal"},{"uid":"4529e8375b8ffe73","name":"Passing page size 10 when there are 10 messages","time":{"start":1710308494291,"stop":1710308494292,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f5de46526bf25cd","name":"Decoder throws on undefined content topic","time":{"start":1710307923915,"stop":1710307923916,"duration":1},"status":"passed","severity":"normal"},{"uid":"30081ab3344c28d6","name":"Push message with content topic containing escaped characters","time":{"start":1710308322614,"stop":1710308322614,"duration":0},"status":"passed","severity":"normal"},{"uid":"4af4f3a79477d29c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308225037,"stop":1710308225037,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d841d5eeafb782","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710308167157,"stop":1710308167158,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a8ddfa2f416cfaf","name":"Check received message containing JSON","time":{"start":1710308416736,"stop":1710308416737,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fc1f472da8fdd0a","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710308097734,"stop":1710308097734,"duration":0},"status":"passed","severity":"normal"},{"uid":"5850583be5b811ad","name":"Check received message containing long","time":{"start":1710308097725,"stop":1710308097726,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb2684be62889246","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1710307897773,"stop":1710307897773,"duration":0},"status":"passed","severity":"normal"},{"uid":"6673ddf96a113fa9","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710308026832,"stop":1710308026833,"duration":1},"status":"passed","severity":"normal"},{"uid":"6eefc1511fcdabd6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","severity":"normal"},{"uid":"83fa7ede22082b24","name":"topics with same application and version share the same shard","time":{"start":1710307890268,"stop":1710307890268,"duration":0},"status":"passed","severity":"normal"},{"uid":"442f47c9965aeae","name":"should not receive a peer event before start","time":{"start":1710307918133,"stop":1710307918133,"duration":0},"status":"passed","severity":"normal"},{"uid":"4129f5d41c6ca22c","name":"should handle a minimal index list","time":{"start":1710307890343,"stop":1710307890344,"duration":1},"status":"passed","severity":"normal"},{"uid":"35752b624669f577","name":"Subscribe to topic containing short and publish message","time":{"start":1710308371301,"stop":1710308371302,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfdf67519d6995a3","name":"Check message on other pubsub topic is not received","time":{"start":1710308416726,"stop":1710308416726,"duration":0},"status":"passed","severity":"normal"},{"uid":"e466bb6ca0fa3733","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1710308092687,"stop":1710308092687,"duration":0},"status":"passed","severity":"normal"},{"uid":"419b2409f8930b61","name":"Reopen subscription with peer with lost subscription","time":{"start":1710308024294,"stop":1710308024295,"duration":1},"status":"passed","severity":"normal"},{"uid":"56f5bce47b8ba178","name":"Callback on promise","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac4e5b382205b17f","name":"should be called at least once on all `peer:discovery` events","time":{"start":1710307948133,"stop":1710307948134,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ef819c359058ade","name":"Check received message containing JSON","time":{"start":1710308416721,"stop":1710308416722,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa1e504b3d2c7fa4","name":"Check received message containing Basic HTML tag","time":{"start":1710308416721,"stop":1710308416721,"duration":0},"status":"passed","severity":"normal"},{"uid":"c98bf4c3e739eac8","name":"should throw error - no public key","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"status":"passed","severity":"normal"},{"uid":"7929bfc9e9d0147c","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1710308433841,"stop":1710308433841,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a13a70ec24708f","name":"Check publish message containing short","time":{"start":1710308366456,"stop":1710308366456,"duration":0},"status":"passed","severity":"normal"},{"uid":"d15b46c9db9e57c3","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1710308092722,"stop":1710308092723,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fcfb764d74141a7","name":"Check received message containing Arabic","time":{"start":1710308097727,"stop":1710308097728,"duration":1},"status":"passed","severity":"normal"},{"uid":"961c402fe2a47a78","name":"Rejects garbage","time":{"start":1710307906862,"stop":1710307906863,"duration":1},"status":"passed","severity":"normal"},{"uid":"562b2c9eff20cb82","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1710308092702,"stop":1710308092703,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ef6b91ac3fc51a6","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710308192970,"stop":1710308192970,"duration":0},"status":"passed","severity":"normal"},{"uid":"223a9ee6413644c6","name":"Check message with non string payload is not received","time":{"start":1710308416728,"stop":1710308416728,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f4b78982dcf46d3","name":"Push message with content topic containing SQL Injection","time":{"start":1710308463693,"stop":1710308463694,"duration":1},"status":"passed","severity":"normal"},{"uid":"82b670b0d8b7e698","name":"Push message with Script payload","time":{"start":1710308463677,"stop":1710308463685,"duration":8},"status":"passed","severity":"normal"},{"uid":"d4e9adc87979262","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1710307897780,"stop":1710307897781,"duration":1},"status":"passed","severity":"normal"},{"uid":"a958b7f2080e216c","name":"Push message with numeric payload","time":{"start":1710308322565,"stop":1710308322565,"duration":0},"status":"passed","severity":"normal"},{"uid":"109206928d717bb8","name":"Passing page size 19 when there are 20 messages","time":{"start":1710308494292,"stop":1710308494293,"duration":1},"status":"passed","severity":"normal"},{"uid":"97973916a21869f0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308007025,"stop":1710308007025,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ddd75a8cc82de7","name":"should set field with all protocols enabled","time":{"start":1710307898610,"stop":1710307898611,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab75b6b0619f6720","name":"Push message with content topic containing Arabic","time":{"start":1710308322609,"stop":1710308322610,"duration":1},"status":"passed","severity":"normal"},{"uid":"3728b8571c1a278e","name":"Check received message with timestamp: 1710307939355 ","time":{"start":1710308416724,"stop":1710308416725,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d82a10ddcc98ad1","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"status":"passed","severity":"normal"},{"uid":"856c6dd98bcbf879","name":"Used by Waku Relay","time":{"start":1710308510824,"stop":1710308510825,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5d2710fe934adac","name":"should properly create peer info with all multiaddrs","time":{"start":1710307898609,"stop":1710307898610,"duration":1},"status":"passed","severity":"normal"},{"uid":"73e61247632e2093","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1710308388676,"stop":1710308388677,"duration":1},"status":"broken","severity":"normal"},{"uid":"a3901eae495650d0","name":"Push message with custom timestamp: 1679549692890","time":{"start":1710308463732,"stop":1710308463733,"duration":1},"status":"passed","severity":"normal"},{"uid":"321c8eecab6a37d1","name":"Passing an array","time":{"start":1710308510823,"stop":1710308510824,"duration":1},"status":"passed","severity":"normal"},{"uid":"79b8b787a6cf01e9","name":"Query generator for multiple messages","time":{"start":1710308481018,"stop":1710308481018,"duration":0},"status":"passed","severity":"normal"},{"uid":"359fc7ba8c7e550c","name":"Check publish message containing long","time":{"start":1710308366456,"stop":1710308366457,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5623ff0da329f91","name":"same cluster, different shard: nodes connect","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"status":"passed","severity":"normal"},{"uid":"2664e399b5bc69a4","name":"A test","time":{"start":1710308193083,"stop":1710308193084,"duration":1},"status":"passed","severity":"normal"},{"uid":"97b5d4d8cc7677d3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1710308092703,"stop":1710308092704,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbdf296f293cabce","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308464141,"stop":1710308464142,"duration":1},"status":"skipped","severity":"normal"},{"uid":"659f0f6738b3f8b1","name":"Ephemeral messages are not stored","time":{"start":1710307950103,"stop":1710307950103,"duration":0},"status":"passed","severity":"normal"},{"uid":"74a66228bf3e1371","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710308192972,"stop":1710308192972,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a81e52a60e4699f","name":"Query with Ordered Callback, No message returned","time":{"start":1710308459429,"stop":1710308459430,"duration":1},"status":"passed","severity":"normal"},{"uid":"e145088ff1e23252","name":"Check message with invalid timestamp is not received","time":{"start":1710308416726,"stop":1710308416726,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef8bbad2c253617","name":"Check publish message after client node is restarted","time":{"start":1710308366525,"stop":1710308366526,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c3850fc58e56d531","name":"should properly create location multiaddrs - udp6","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"status":"passed","severity":"normal"},{"uid":"98eb5a41dbbfc7b3","name":"Ping on unsubscribed peer","time":{"start":1710308024292,"stop":1710308024292,"duration":0},"status":"passed","severity":"normal"},{"uid":"df5f276deba61d86","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092710,"stop":1710308092713,"duration":3},"status":"passed","severity":"normal"},{"uid":"8e9f99911ffa2a09","name":"Refresh subscription","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d2d288efad1f2ef","name":"Decoder throws on empty string content topic","time":{"start":1710307923916,"stop":1710307923916,"duration":0},"status":"passed","severity":"normal"},{"uid":"ced572415015a932","name":"Push message with custom timestamp: 1710311697857","time":{"start":1710308322623,"stop":1710308322623,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2eccaec09565227","name":"Check received message containing Basic HTML tag","time":{"start":1710308416736,"stop":1710308416736,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc1488d478c0318a","name":"Push message with custom timestamp: 1710304492890","time":{"start":1710308463734,"stop":1710308463741,"duration":7},"status":"passed","severity":"normal"},{"uid":"1d1310b738ab2ad7","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"status":"passed","severity":"normal"},{"uid":"e18f2b41e2124324","name":"Check received message containing SQL Injection","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eba469f3e5f2764","name":"should get / set TCP multiaddr","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a07aa4ca726b54e","name":"Promise Callback - forward","time":{"start":1710308485477,"stop":1710308485477,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe91df30b2f2ac7f","name":"Publish message with large meta","time":{"start":1710308366526,"stop":1710308366533,"duration":7},"status":"passed","severity":"normal"},{"uid":"47748d5a901eaa18","name":"should not fail to start the service if it is already started","time":{"start":1710308426367,"stop":1710308426367,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd0fca2df1ee3be","name":"Check received message containing special chars","time":{"start":1710308097726,"stop":1710308097727,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e86b9b0e6a71c85","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"status":"passed","severity":"normal"},{"uid":"a92647d16e547af8","name":"should throw error - no public key","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c93309cc785a8f3","name":"should not receive a peer event before start","time":{"start":1710308426368,"stop":1710308426368,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a84e7f481745bdf","name":"Nodes with multiple pubsub topic","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"status":"passed","severity":"normal"},{"uid":"b15c7072fbc83d9e","name":"should handle corrupted local storage data gracefully","time":{"start":1710307918135,"stop":1710307918135,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fface4cb94b5716","name":"Ping on peer without subscriptions","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a8d234c63eecf70","name":"Push message with content topic containing special chars","time":{"start":1710308463691,"stop":1710308463692,"duration":1},"status":"passed","severity":"normal"},{"uid":"998d0f3d1a58d304","name":"Fails to push message bigger that 1MB","time":{"start":1710308463743,"stop":1710308463744,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f5f9aea320ebe41","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1710307914374,"stop":1710307914374,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8c7454cc6b83a52","name":"1 Relay, 1 Filter, gives up","time":{"start":1710307914153,"stop":1710307914154,"duration":1},"status":"passed","severity":"normal"},{"uid":"632d9d23090b5b32","name":"Light Node - default protocols","time":{"start":1710308515427,"stop":1710308515428,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3ab2c51803feee4","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710308192972,"stop":1710308192976,"duration":4},"status":"passed","severity":"normal"},{"uid":"2d4c02a12b563389","name":"can dial TLS multiaddrs","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"status":"passed","severity":"normal"},{"uid":"45b4ad98def2a4bd","name":"Refresh subscription","time":{"start":1710308371299,"stop":1710308371300,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b95bacd21361c88b","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1710308459437,"stop":1710308459438,"duration":1},"status":"passed","severity":"normal"},{"uid":"50d526e8d6feb0b9","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd10deb17e6d3b4e","name":"Check received message containing shell command","time":{"start":1710308416722,"stop":1710308416722,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa0d2811c8ab0fac","name":"Subscribe to topic containing Script and publish message","time":{"start":1710308371308,"stop":1710308371309,"duration":1},"status":"passed","severity":"normal"},{"uid":"94d202265557b95","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1710308092721,"stop":1710308092721,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc51bc7c7619cbbe","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1710307903346,"stop":1710307903347,"duration":1},"status":"passed","severity":"normal"},{"uid":"4efa2d83395a7686","name":"Publish message with rate limit","time":{"start":1710308366534,"stop":1710308366534,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fe92b958c2402d","name":"should emit a peer event after start","time":{"start":1710308426367,"stop":1710308426368,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3ed13a86cd67a07","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308225037,"stop":1710308225038,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb10de6475d771c6","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bb885987af1261a","name":"returns all values when wanted number matches available values","time":{"start":1710307912517,"stop":1710307912520,"duration":3},"status":"passed","severity":"normal"},{"uid":"65980bf9de865008","name":"should encode/decode to RLP encoding","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"status":"passed","severity":"normal"},{"uid":"5058ba511ee22cbe","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1710308007022,"stop":1710308007022,"duration":0},"status":"passed","severity":"normal"},{"uid":"c219c5cdd92dffd7","name":"Check received message containing Script","time":{"start":1710308097729,"stop":1710308097729,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b223140dbcd553e","name":"should properly create location multiaddrs - udp4","time":{"start":1710307898607,"stop":1710307898608,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f031c494248cbf8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710308167158,"stop":1710308167158,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aa78ba7033620f1","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710308572943,"stop":1710308572944,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2351cad233a2204","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1710308477760,"stop":1710308477761,"duration":1},"status":"passed","severity":"normal"},{"uid":"70ba40a2b1007e6","name":"Fields are not dropped","time":{"start":1710307902926,"stop":1710307902928,"duration":2},"status":"passed","severity":"normal"},{"uid":"658fc70cc0b4b5d7","name":"Check meta is set [ecies]","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"status":"passed","severity":"normal"},{"uid":"78e461413c8cc9a6","name":"Accepts a valid Waku Message","time":{"start":1710307906861,"stop":1710307906862,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad5a8d9dcc619765","name":"Throws when trying to push message with empty payload","time":{"start":1710308463689,"stop":1710308463689,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d48597e1996675e","name":"1 Store, 2 fetches","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e59bc0e054e13b","name":"Passing page size 110 when there are 120 messages","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"status":"passed","severity":"normal"},{"uid":"a86dc1213b871034","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1710308477760,"stop":1710308477760,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbfaf0225991590a","name":"Ping on subscribed peer","time":{"start":1710308024293,"stop":1710308024293,"duration":0},"status":"passed","severity":"normal"},{"uid":"a00442e33e94af34","name":"Check received message containing Russian","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a6f8ab7d4dd4e62","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f0ed77024dcf6fb","name":"should throw error - no id","time":{"start":1710307898600,"stop":1710307898604,"duration":4},"status":"passed","severity":"normal"},{"uid":"768edaa3781bce49","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710308572942,"stop":1710308572943,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d476eb80a9e8d30","name":"Push message with content topic containing Chinese","time":{"start":1710308463692,"stop":1710308463692,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec0ae06c47c651c","name":"Push message with unicode special characters payload","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"status":"passed","severity":"normal"},{"uid":"74839595307407bd","name":"Check publish message containing JSON","time":{"start":1710308366470,"stop":1710308366470,"duration":0},"status":"passed","severity":"normal"},{"uid":"c668840418c6e757","name":"configure the node with multiple pubsub topics","time":{"start":1710308402073,"stop":1710308402074,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ab40f19803a67d3","name":"Fails to push message with empty content topic","time":{"start":1710308463727,"stop":1710308463728,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea3a1ec8846f968d","name":"Push message with content topic containing special chars","time":{"start":1710308322600,"stop":1710308322601,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec2ddd1adfab68a4","name":"Push message with content topic containing short","time":{"start":1710308463690,"stop":1710308463690,"duration":0},"status":"passed","severity":"normal"},{"uid":"408038acf5fa6582","name":"All","time":{"start":1710307948301,"stop":1710307948301,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7fa8aead07c45a","name":"Check message with no payload is not received","time":{"start":1710308416727,"stop":1710308416728,"duration":1},"status":"passed","severity":"normal"},{"uid":"e61f06718e071bea","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","severity":"normal"},{"uid":"164df922bd179f0","name":"should set field with only FILTER enabled","time":{"start":1710307898611,"stop":1710307898612,"duration":1},"status":"passed","severity":"normal"},{"uid":"79e48092a8e987e0","name":"Push message with content topic containing JSON","time":{"start":1710308322613,"stop":1710308322613,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf848dbf5d4e8d1","name":"Check received message containing XML","time":{"start":1710308097729,"stop":1710308097730,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac6f4636fc68d5a5","name":"Fails to push message bigger that 1MB","time":{"start":1710308322624,"stop":1710308322624,"duration":0},"status":"passed","severity":"normal"},{"uid":"f886643391fc6715","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710308357683,"stop":1710308357684,"duration":1},"status":"passed","severity":"normal"},{"uid":"65a018b903ab341c","name":"Push message with Basic HTML tag payload","time":{"start":1710308463686,"stop":1710308463686,"duration":0},"status":"passed","severity":"normal"},{"uid":"f51506e7f5008808","name":"does not throw on valid cases","time":{"start":1710307890263,"stop":1710307890263,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dd49b53658e07dd","name":"should not fail to start the service if it is already started","time":{"start":1710307918132,"stop":1710307918133,"duration":1},"status":"passed","severity":"normal"},{"uid":"a80f090a3ea48271","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1710308477761,"stop":1710308477761,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd6a8ef0e5b1efaa","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b66443c2e0c92888","name":"Ping on unsubscribed peer","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc06a0e4258d47a3","name":"1 Store, 2 relays, 2 fetches","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5307b8e719aeb2","name":"should only return 1 node with relay and store capability","time":{"start":1710307914373,"stop":1710307914373,"duration":0},"status":"passed","severity":"normal"},{"uid":"408fb498e7044b8a","name":"Subscribe and receive messages via waku relay post","time":{"start":1710308572932,"stop":1710308572932,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9df3bd32990f3f6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710308007026,"stop":1710308007027,"duration":1},"status":"passed","severity":"normal"},{"uid":"177e38359a4b434c","name":"Fails to push message with large meta","time":{"start":1710308322616,"stop":1710308322616,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ffb9e32aec85cef","name":"Subscribe and receive messages via lightPush","time":{"start":1710308572931,"stop":1710308572931,"duration":0},"status":"passed","severity":"normal"},{"uid":"64a1627951e49c06","name":"isConnected should return false after all peers disconnect","time":{"start":1710307940215,"stop":1710307940216,"duration":1},"status":"passed","severity":"normal"},{"uid":"49e40c71abde82f1","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a66a17808cffe3","name":"Ping on unsubscribed peer","time":{"start":1710307971895,"stop":1710307971895,"duration":0},"status":"passed","severity":"normal"},{"uid":"d281bfa3e25b73e6","name":"recovers when dns.resolve returns empty","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"status":"passed","severity":"normal"},{"uid":"c30488924245eddf","name":"retrieves a single peer","time":{"start":1710307914370,"stop":1710307914370,"duration":0},"status":"passed","severity":"normal"},{"uid":"b794452d1d7d235c","name":"Ephemeral field is preserved - encoder v0","time":{"start":1710307950103,"stop":1710307950104,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6c155ef26e07f71","name":"Reopen subscription with peer with lost subscription","time":{"start":1710307971895,"stop":1710307971896,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e38930ef90d934b","name":"Overlapping topic subscription","time":{"start":1710308371300,"stop":1710308371301,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9ce74eaf73156058","name":"Push message with shell command payload","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6b82c612d43b344","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710308572937,"stop":1710308572937,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a1fc59851db444","name":"Push message with long payload","time":{"start":1710308463673,"stop":1710308463674,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5bb445a550ea2b1","name":"Push message on custom pubsubTopic","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fc13e1a2da15bc","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710308167160,"stop":1710308167160,"duration":0},"status":"passed","severity":"normal"},{"uid":"d16990f351b169b6","name":"Throws when trying to push message with empty payload","time":{"start":1710308322598,"stop":1710308322599,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7d3b14d46472c1d","name":"Ordered callback, aborts when callback returns true","time":{"start":1710308481021,"stop":1710308481022,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2b74148ccc017c8","name":"Check received message with timestamp: 1710307939355000000 ","time":{"start":1710308416743,"stop":1710308416743,"duration":0},"status":"passed","severity":"normal"},{"uid":"21a4089bab208912","name":"Relay - times out","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60c32df11b0567b","name":"Check received message containing JSON","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b487717c3dbd229","name":"Check publish message containing Basic HTML tag","time":{"start":1710308366470,"stop":1710308366470,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4cdedf9e3e955d0","name":"configure the node with multiple pubsub topics","time":{"start":1710308402070,"stop":1710308402072,"duration":2},"status":"passed","severity":"normal"},{"uid":"b134ea2c4c41efb2","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710308416744,"stop":1710308416744,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4ca6b04a1e969b5","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710308192968,"stop":1710308192969,"duration":1},"status":"passed","severity":"normal"},{"uid":"d970b9e8f5bd7b75","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1710308508734,"stop":1710308508735,"duration":1},"status":"passed","severity":"normal"},{"uid":"38cf3f4b38919620","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b2cd6e44322f91b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1710308092715,"stop":1710308092717,"duration":2},"status":"passed","severity":"normal"},{"uid":"35e7bd081abee388","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308464143,"stop":1710308464143,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4c5ee5fa0ac66ca","name":"Check received message containing XML","time":{"start":1710308416735,"stop":1710308416736,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f9b9d4bd7ac7b36","name":"Check message with no payload is not received","time":{"start":1710308416746,"stop":1710308416746,"duration":0},"status":"passed","severity":"normal"},{"uid":"11528354d9817213","name":"Push message with content topic containing emoji","time":{"start":1710308322614,"stop":1710308322615,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e6457d1779ed2d3","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710308572937,"stop":1710308572938,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f11683e170dbe81","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1710307890344,"stop":1710307890344,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ab633ea8009b98c","name":"Push message with content topic containing unicode special characters","time":{"start":1710308463711,"stop":1710308463725,"duration":14},"status":"passed","severity":"normal"},{"uid":"c2897b7fe6273c64","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710308192924,"stop":1710308192955,"duration":31},"status":"passed","severity":"normal"},{"uid":"62eed97231bd16b6","name":"Push message with special chars payload","time":{"start":1710308322566,"stop":1710308322567,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbe0acc788da3bcf","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1710308092705,"stop":1710308092706,"duration":1},"status":"passed","severity":"normal"},{"uid":"989a3bdc2ee27224","name":"Push message with Chinese payload","time":{"start":1710308322567,"stop":1710308322567,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a72e0f50ab33385","name":"Js publishes, other Js receives","time":{"start":1710308353089,"stop":1710308353098,"duration":9},"status":"passed","severity":"normal"},{"uid":"73855449b1424756","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710308167162,"stop":1710308167162,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4012606e41e24ec","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710308572937,"stop":1710308572937,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbce83b27e5557b2","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1710308371305,"stop":1710308371305,"duration":0},"status":"passed","severity":"normal"},{"uid":"7111ad0a39bcf64e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1710308092690,"stop":1710308092691,"duration":1},"status":"passed","severity":"normal"},{"uid":"7946af4b1566759b","name":"Check received message containing unicode special characters","time":{"start":1710308416723,"stop":1710308416723,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa888bf35fccfb1","name":"Query with Promise Callback, No message returned","time":{"start":1710308459438,"stop":1710308459439,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb8d11f05e1a0b93","name":"Register correct protocols","time":{"start":1710308371293,"stop":1710308371294,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe42f88b3ad13d44","name":"Check received message containing Russian","time":{"start":1710308097728,"stop":1710308097728,"duration":0},"status":"passed","severity":"normal"},{"uid":"f535654f4861b59","name":"can start and stop the service","time":{"start":1710307918132,"stop":1710307918132,"duration":0},"status":"passed","severity":"normal"},{"uid":"569f2b32e5b81606","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710308649156,"stop":1710308649157,"duration":1},"status":"passed","severity":"normal"},{"uid":"c231c4d6827cb2ed","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1710308459428,"stop":1710308459428,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9d8d79130bff9c","name":"Subscribe and receives messages on 20 topics","time":{"start":1710308192916,"stop":1710308192916,"duration":0},"status":"passed","severity":"normal"},{"uid":"8664e8cba76b4d45","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1710307897770,"stop":1710307897772,"duration":2},"status":"passed","severity":"normal"},{"uid":"e5a01a74d62c8db0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1710308092714,"stop":1710308092715,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e8d0276ca592d6","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710308167156,"stop":1710308167156,"duration":0},"status":"passed","severity":"normal"},{"uid":"db111bc63068ec1d","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1710308371306,"stop":1710308371306,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d62a4e900ac3f1d","name":"different cluster, different shard: nodes don't connect","time":{"start":1710308092686,"stop":1710308092686,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f13d00d0cf93a54","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"skipped","severity":"normal"},{"uid":"33dfe1f4260c6e43","name":"throws on content topic with empty encoding field","time":{"start":1710307890267,"stop":1710307890267,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6ef879465123867","name":"Push message with XML payload","time":{"start":1710308463685,"stop":1710308463686,"duration":1},"status":"passed","severity":"normal"},{"uid":"4293adce4c6fb72f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1710307914056,"stop":1710307914057,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf2af3d0fd8ecf01","name":"groups content topics by expected pubsub topic","time":{"start":1710307890269,"stop":1710307890270,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2f95704a7585f63","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1710307897810,"stop":1710307897811,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7904c9ebae93f06","name":"Encoder throws on undefined content topic","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa20451d8638316b","name":"Check received message containing Russian","time":{"start":1710308416732,"stop":1710308416733,"duration":1},"status":"passed","severity":"normal"},{"uid":"92c55f66bc83ffbf","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","severity":"normal"},{"uid":"20e0b85461d45540","name":"Mutual subscription","time":{"start":1710308371293,"stop":1710308371293,"duration":0},"status":"passed","severity":"normal"},{"uid":"61926b0960a885db","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1710307914058,"stop":1710307914059,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ceda4b1ae9a1445","name":"Subscribe to topic containing XML and receive message","time":{"start":1710308192969,"stop":1710308192970,"duration":1},"status":"passed","severity":"normal"},{"uid":"30f590d96d7726c4","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1710307914070,"stop":1710307914070,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2008042c6b59cae","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1710307918135,"stop":1710307918135,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e41a1e48c8c0491","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1710307897773,"stop":1710307897774,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e92bddc868abe9e","name":"Nodes with multiple pubsub topic","time":{"start":1710308357664,"stop":1710308357665,"duration":1},"status":"passed","severity":"normal"},{"uid":"475a6691ee8a25b2","name":"Push message with special chars payload","time":{"start":1710308463674,"stop":1710308463675,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f144ad72b15d34c","name":"Check received message with timestamp: 1710307940002 ","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","severity":"normal"},{"uid":"263a24341c9e7b8d","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1710307914373,"stop":1710307914374,"duration":1},"status":"passed","severity":"normal"},{"uid":"991bb43b8028c47d","name":"Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366480,"stop":1710308366480,"duration":0},"status":"passed","severity":"normal"},{"uid":"8905cadf20ceef91","name":"Push message with Russian payload","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff3f4e83330a16c","name":"Push message on custom pubsubTopic","time":{"start":1710308225038,"stop":1710308225038,"duration":0},"status":"passed","severity":"normal"},{"uid":"50854f5204d29865","name":"Waku message hash computation (payload length 0)","time":{"start":1710307892759,"stop":1710307892760,"duration":1},"status":"passed","severity":"normal"},{"uid":"40758540cf4daf90","name":"Check message on other pubsub topic is not received","time":{"start":1710308416745,"stop":1710308416745,"duration":0},"status":"passed","severity":"normal"},{"uid":"390f9fd1641e1b59","name":"Push message with custom timestamp: 1679549697857","time":{"start":1710308322617,"stop":1710308322618,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e6a138e283a681c","name":"Push message with content topic containing Script","time":{"start":1710308463694,"stop":1710308463694,"duration":0},"status":"passed","severity":"normal"},{"uid":"79464d5f1aa3ee20","name":"different cluster, same shard: nodes don't connect","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb97cd0d6cec89d0","name":"Subscribe and receive messages via waku relay post","time":{"start":1710308192914,"stop":1710308192914,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3e7a40f648c632b","name":"Push message with content topic containing short","time":{"start":1710308322599,"stop":1710308322599,"duration":0},"status":"passed","severity":"normal"},{"uid":"26984cf4fa214464","name":"should not receive a peer event after stop","time":{"start":1710307918134,"stop":1710307918134,"duration":0},"status":"passed","severity":"normal"},{"uid":"8787c51874f5a990","name":"throws on content topic with empty application field","time":{"start":1710307890265,"stop":1710307890265,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af2ac9464a5ac31","name":"Publish without waiting for remote peer","time":{"start":1710308371294,"stop":1710308371295,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea1a00b9199bd8ee","name":"Decoder throws on empty string content topic","time":{"start":1710307903500,"stop":1710307903501,"duration":1},"status":"passed","severity":"normal"},{"uid":"62f2fcc847c6df65","name":"Relay","time":{"start":1710307948300,"stop":1710307948300,"duration":0},"status":"passed","severity":"normal"},{"uid":"b972b1e80fc56a83","name":"should throw error - no id","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8f4d4d7aacb04c","name":"can start the service","time":{"start":1710307950769,"stop":1710307950769,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d0b0408b076817a","name":"Check received message containing long","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae09d7506fd71367","name":"Push message with content topic containing escaped characters","time":{"start":1710308463710,"stop":1710308463710,"duration":0},"status":"passed","severity":"normal"},{"uid":"6618c8196aea383d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710308572939,"stop":1710308572940,"duration":1},"status":"passed","severity":"normal"},{"uid":"55136e36ac157da1","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1710308092714,"stop":1710308092714,"duration":0},"status":"passed","severity":"normal"},{"uid":"65158b7cbdcd1238","name":"Push 30 different messages","time":{"start":1710308463689,"stop":1710308463689,"duration":0},"status":"passed","severity":"normal"},{"uid":"603c72a27589d4a","name":"Check message with no payload is not received","time":{"start":1710308097736,"stop":1710308097737,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf4fc66db0b2495","name":"Init the array if not present","time":{"start":1710307889887,"stop":1710307889889,"duration":2},"status":"passed","severity":"normal"},{"uid":"4c9e3492a4807550","name":"Push message with content topic containing Chinese","time":{"start":1710308322609,"stop":1710308322609,"duration":0},"status":"passed","severity":"normal"},{"uid":"f72da4ad3d348f10","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1710307925681,"stop":1710307925681,"duration":0},"status":"passed","severity":"normal"},{"uid":"a04404af5618e869","name":"Subscribe and receives messages on 20 topics","time":{"start":1710308572933,"stop":1710308572934,"duration":1},"status":"passed","severity":"normal"},{"uid":"56cd53efd863420f","name":"Check message with invalid timestamp is not received","time":{"start":1710308416745,"stop":1710308416745,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee7fed40c2cffe70","name":"unsubscribes","time":{"start":1710308495153,"stop":1710308495153,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c0663d4ed9a312","name":"Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366472,"stop":1710308366480,"duration":8},"status":"passed","severity":"normal"},{"uid":"6fea4f1e72594470","name":"Subscribe to topic containing long and receive message","time":{"start":1710308572936,"stop":1710308572937,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db4fc4c2d960b8c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308225039,"stop":1710308225039,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66df1ea5ce918aa","name":"Check publish message containing special chars","time":{"start":1710308366458,"stop":1710308366458,"duration":0},"status":"passed","severity":"normal"},{"uid":"801d856912befc9b","name":"throws on content topic with generation field greater than 0","time":{"start":1710307890265,"stop":1710307890265,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7984a23c6c87e01","name":"throws on content topic with empty topic name field","time":{"start":1710307890266,"stop":1710307890267,"duration":1},"status":"passed","severity":"normal"},{"uid":"679af2e30c4ea1a1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092704,"stop":1710308092704,"duration":0},"status":"passed","severity":"normal"},{"uid":"1523a03b3d04359b","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1710308371296,"stop":1710308371297,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecdcf3588a8b4d9","name":"Check received message containing shell command","time":{"start":1710308416737,"stop":1710308416740,"duration":3},"status":"passed","severity":"normal"},{"uid":"51acecb33833ebf4","name":"caches peers it previously fetched","time":{"start":1710307914372,"stop":1710307914372,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c44abc8403b510","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710308167161,"stop":1710308167162,"duration":1},"status":"passed","severity":"normal"},{"uid":"36f6d6f97d645dd5","name":"should properly create location multiaddrs - tcp4","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"status":"passed","severity":"normal"},{"uid":"72a930bef07a5858","name":"Push message with content topic containing shell command","time":{"start":1710308463708,"stop":1710308463709,"duration":1},"status":"passed","severity":"normal"},{"uid":"6287513d2edaaa9f","name":"Store - dialed after - with timeout","time":{"start":1710308515426,"stop":1710308515427,"duration":1},"status":"passed","severity":"normal"},{"uid":"85ad27be440476f7","name":"should set field with all protocols disabled","time":{"start":1710307898610,"stop":1710307898610,"duration":0},"status":"passed","severity":"normal"},{"uid":"73b2fc8b63ce28f1","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1710307903346,"stop":1710307903346,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3572beffbb22d9","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710308463705,"stop":1710308463708,"duration":3},"status":"passed","severity":"normal"},{"uid":"57491081423ef38b","name":"Relay - dialed first","time":{"start":1710308515424,"stop":1710308515425,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9a50a613536c83c","name":"Subscribe to topic containing numeric and publish message","time":{"start":1710308371303,"stop":1710308371303,"duration":0},"status":"passed","severity":"normal"},{"uid":"d88c51a51a9ece88","name":"should be able to decode the field with only FILTER set to true","time":{"start":1710307897776,"stop":1710307897779,"duration":3},"status":"passed","severity":"normal"},{"uid":"88d3a1f39edc2c6a","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710308572941,"stop":1710308572942,"duration":1},"status":"passed","severity":"normal"},{"uid":"e58834a65ed4ea86","name":"Check received message containing emoji","time":{"start":1710308416723,"stop":1710308416724,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7e0653f8b490d28","name":"ignores domain fetching errors","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"status":"passed","severity":"normal"},{"uid":"429e3a3aa99003f6","name":"Check received message with timestamp: 1710307940002000000 ","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","severity":"normal"},{"uid":"632e4713bacd2fb5","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1710308366512,"stop":1710308366512,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6516d0da9395234","name":"Generator, custom pubsub topic","time":{"start":1710308464141,"stop":1710308464141,"duration":0},"status":"skipped","severity":"normal"},{"uid":"94c1a6601a18a435","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710308572948,"stop":1710308572949,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8ba4e36fd555877","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092720,"stop":1710308092720,"duration":0},"status":"passed","severity":"normal"},{"uid":"25a34fe7b6309061","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1710308092700,"stop":1710308092701,"duration":1},"status":"passed","severity":"normal"},{"uid":"de258e8515ffeadf","name":"Encoder throws on empty string content topic","time":{"start":1710307903500,"stop":1710307903500,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbe7ad191055e930","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710307897832,"stop":1710307897834,"duration":2},"status":"passed","severity":"normal"},{"uid":"4710c17ac2760476","name":"Query Generator - backward","time":{"start":1710308485476,"stop":1710308485476,"duration":0},"status":"passed","severity":"normal"},{"uid":"7caada47cca0eb68","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"status":"passed","severity":"normal"},{"uid":"f84e6ee289100fd4","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710308192922,"stop":1710308192923,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c5165e0a08000e8","name":"Push message with short payload","time":{"start":1710308322564,"stop":1710308322564,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b4f513ac4f50241","name":"Generator, custom pubsub topic","time":{"start":1710308464139,"stop":1710308464139,"duration":0},"status":"passed","severity":"normal"},{"uid":"f61faa69b4980a62","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1710308371297,"stop":1710308371298,"duration":1},"status":"passed","severity":"normal"},{"uid":"47b5704cc6d32bde","name":"Push message equal or less that 1MB","time":{"start":1710308463742,"stop":1710308463743,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fe978312f134a47","name":"new peer added after a peer was already found","time":{"start":1710308348759,"stop":1710308348760,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2fc7ad298cfbe3fe","name":"Query Generator, No Decoder","time":{"start":1710308459426,"stop":1710308459427,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea5dbd40e43be8ca","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1710308508714,"stop":1710308508730,"duration":16},"status":"passed","severity":"normal"},{"uid":"8bd6177918ba9545","name":"Check message with no content topic is not received","time":{"start":1710308416746,"stop":1710308416746,"duration":0},"status":"passed","severity":"normal"},{"uid":"d553d9f85eda043b","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1710308231835,"stop":1710308231836,"duration":1},"status":"passed","severity":"normal"},{"uid":"9195e5e15efab4b","name":"should properly compute the node id","time":{"start":1710307898605,"stop":1710307898606,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2655c8edd01745f","name":"Check received message containing numeric","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f15e2d6dc7cce18","name":"Push message with rate limit","time":{"start":1710308463731,"stop":1710308463731,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a6d9e9653fbc5be","name":"getPeersByDiscovery","time":{"start":1710307980882,"stop":1710307980882,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc78f382b53348b4","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710308649156,"stop":1710308649156,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f612f919e7b9fdf","name":"Subscribe to topic containing shell command and publish message","time":{"start":1710308371312,"stop":1710308371313,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa386a61345f08d0","name":"Subscribe to topic containing XML and receive message","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","severity":"normal"},{"uid":"62aa9a74503de089","name":"Privacy Node - default protocol","time":{"start":1710308515428,"stop":1710308515428,"duration":0},"status":"passed","severity":"normal"},{"uid":"e074e8c096f8e201","name":"should decode valid enr with tcp successfully","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcf8e0f83373629a","name":"Passing cursor with wrong message digest","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff7f2f8f9c8b2998","name":"Fails to publish message with empty text","time":{"start":1710308366494,"stop":1710308366494,"duration":0},"status":"passed","severity":"normal"},{"uid":"26651b8096e41a46","name":"different cluster, different shard: nodes don't connect","time":{"start":1710308231837,"stop":1710308231838,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ee1aee8ea0aa9f7","name":"Subscribe to topic containing short and receive message","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5c60e522c6b7a09","name":"Subscribe to topic containing JSON and publish message","time":{"start":1710308371311,"stop":1710308371312,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d50c79b1c7fc277","name":"should get / set UDP multiaddr","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcc2c1ac105ef281","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710308572933,"stop":1710308572933,"duration":0},"status":"passed","severity":"normal"},{"uid":"d968c71f3ead8d00","name":"Ordered Callback - backward","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8bbe5d0309640b5","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1710307940140,"stop":1710307940143,"duration":3},"status":"passed","severity":"normal"},{"uid":"c54954d908a46041","name":"should set field with only LIGHTPUSH enabled","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c535bf7e2869044","name":"Check publish message after service node is restarted","time":{"start":1710308366513,"stop":1710308366525,"duration":12},"status":"skipped","severity":"normal"},{"uid":"cc8e407da697fa6b","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1710307912522,"stop":1710307912523,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fac1033637d872a","name":"Decoder throws on undefined content topic","time":{"start":1710307903500,"stop":1710307903500,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d1b04501c44962","name":"Push 30 different messages","time":{"start":1710308322598,"stop":1710308322598,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcd9f99af2ecf06f","name":"Overlapping topic subscription","time":{"start":1710308572945,"stop":1710308572946,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8165fc4a6960e1","name":"Check received message containing escaped characters","time":{"start":1710308416722,"stop":1710308416723,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac36608524f6ead6","name":"Symmetric encrypt & Decrypt","time":{"start":1710307924458,"stop":1710307924458,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56f00e9692bb775","name":"Subscribe and publish message","time":{"start":1710308371295,"stop":1710308371296,"duration":1},"status":"passed","severity":"normal"},{"uid":"7983c5373910f0a1","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1710308508736,"stop":1710308508736,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae6902453d8de57f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710308357667,"stop":1710308357668,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f71d6a666464cb0","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308464140,"stop":1710308464140,"duration":0},"status":"passed","severity":"normal"},{"uid":"88fe3a2699e813cf","name":"Subscribe to topic containing Script and receive message","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f3a6aa4fb66c49f","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cd45b9a173e5cb28","name":"Overlapping topic subscription","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","severity":"normal"},{"uid":"99d71c6091ab4366","name":"isConnected return false after peer stops","time":{"start":1710307991227,"stop":1710307991228,"duration":1},"status":"passed","severity":"normal"},{"uid":"4472405c6bf9f8a8","name":"Ordered Callback - forward","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"status":"passed","severity":"normal"},{"uid":"eadf6cd2815d2836","name":"Check message with non string payload is not received","time":{"start":1710308416747,"stop":1710308416747,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2778b55d5cee611","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710308026834,"stop":1710308026835,"duration":1},"status":"passed","severity":"normal"},{"uid":"3df959dc7e67a518","name":"Check received message containing XML","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d80692816e2e0f7","name":"Callback on promise, aborts when callback returns true","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"status":"passed","severity":"normal"},{"uid":"abf2b2911db3ad8f","name":"Push message with Arabic payload","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e0b27c9054aec2","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1710307991225,"stop":1710307991225,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b01fe7edcdf95a5","name":"should not receive a peer event before start","time":{"start":1710307950773,"stop":1710307950773,"duration":0},"status":"passed","severity":"normal"},{"uid":"adc12029c41ec06c","name":"Check received message containing Arabic","time":{"start":1710308416718,"stop":1710308416719,"duration":1},"status":"passed","severity":"normal"},{"uid":"f736ce3f9f063dc4","name":"Meta field set when metaSetter is specified","time":{"start":1710307903499,"stop":1710307903499,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0bdbb0df219698a","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1710308092718,"stop":1710308092719,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d62f2018ac8b503","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1710307923910,"stop":1710307923912,"duration":2},"status":"passed","severity":"normal"},{"uid":"9c6ab8325e4360b1","name":"converts content topics to expected shard index","time":{"start":1710307890268,"stop":1710307890268,"duration":0},"status":"passed","severity":"normal"},{"uid":"323067807d6eed80","name":"Check received message containing escaped characters","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e05e21e26d709f0","name":"creates an iterator","time":{"start":1710308495151,"stop":1710308495152,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cc651ed63e4ef0f","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1710308371307,"stop":1710308371308,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9db5576e601a68b","name":"should return all peers when numPeers is 0","time":{"start":1710307903345,"stop":1710307903345,"duration":0},"status":"passed","severity":"normal"},{"uid":"3db4a6d621951951","name":"Relay - dialed after","time":{"start":1710308515425,"stop":1710308515426,"duration":1},"status":"passed","severity":"normal"},{"uid":"e31cff1543df4bca","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308007023,"stop":1710308007023,"duration":0},"status":"passed","severity":"normal"},{"uid":"513d1404a75654b7","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"status":"passed","severity":"normal"},{"uid":"4afd6ad1b22c9cb9","name":"should properly create location multiaddrs - udp","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e515653af22fab5","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710308007024,"stop":1710308007025,"duration":1},"status":"passed","severity":"normal"},{"uid":"da3e5676f260a344","name":"should be able to encode the field with only RELAY set to true","time":{"start":1710307897766,"stop":1710307897768,"duration":2},"status":"passed","severity":"normal"},{"uid":"65ad99ac0edfe7ed","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8398f218c8fddb","name":"Nodes with multiple pubsub topic","time":{"start":1710308357659,"stop":1710308357662,"duration":3},"status":"passed","severity":"normal"},{"uid":"746e53115698be23","name":"Encoder throws on undefined content topic","time":{"start":1710307903499,"stop":1710307903500,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb415e8ee000e570","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1710308371310,"stop":1710308371311,"duration":1},"status":"passed","severity":"normal"},{"uid":"38f46781806d9633","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1710307897772,"stop":1710307897772,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a4ae8b45f091b1","name":"Push message with content topic containing unicode special characters","time":{"start":1710308322614,"stop":1710308322614,"duration":0},"status":"passed","severity":"normal"},{"uid":"5de9fed9d7c406ee","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1710307914375,"stop":1710307914375,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f7d198b9a77056b4","name":"LightPush","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"status":"passed","severity":"normal"},{"uid":"1283e9ffcb56230f","name":"Passing cursor with wrong pubsubTopic","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa4e3e175b818004","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1710307923912,"stop":1710307923912,"duration":0},"status":"passed","severity":"normal"},{"uid":"3893b70c493510a7","name":"Subscribe to topic containing XML and publish message","time":{"start":1710308371309,"stop":1710308371310,"duration":1},"status":"passed","severity":"normal"},{"uid":"695f48d4b2852565","name":"Default pageSize","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2332d8b644a6331","name":"Push message with content topic containing Arabic","time":{"start":1710308463692,"stop":1710308463693,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3737e78ca767f63","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092688,"stop":1710308092689,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1131d33fd90a6ce","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710308026835,"stop":1710308026836,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e975ef6965267ab","name":"should set field with only STORE enabled","time":{"start":1710307898611,"stop":1710307898611,"duration":0},"status":"passed","severity":"normal"},{"uid":"555fe13d9d064280","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1710308371297,"stop":1710308371297,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f74ce67607fe248","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710308192970,"stop":1710308192971,"duration":1},"status":"passed","severity":"normal"},{"uid":"29a6a7bbf70834a9","name":"should not fail to start the service if it is already started","time":{"start":1710307950770,"stop":1710307950772,"duration":2},"status":"passed","severity":"normal"},{"uid":"286a188ce3994149","name":"safeDispatchEvent","time":{"start":1710307980883,"stop":1710307980884,"duration":1},"status":"passed","severity":"normal"},{"uid":"65f7e61d68305d01","name":"Encoder throws on empty string content topic","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"status":"passed","severity":"normal"},{"uid":"6160b08711ee273a","name":"Check received message containing Chinese","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"status":"passed","severity":"normal"},{"uid":"e64a00d603ae3445","name":"can start the service","time":{"start":1710308426361,"stop":1710308426361,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcc25e0c44746b78","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d7a4a9044be0954","name":"Push message with custom timestamp: 1710311692890","time":{"start":1710308463741,"stop":1710308463742,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7d8f8968230f86","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710308192924,"stop":1710308192924,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5c6e683eef46e9f","name":"more peers than existing","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7bcb8780c92ab480","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710308572940,"stop":1710308572941,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ee8f89d4d81bff","name":"Check message received after nwaku node is restarted","time":{"start":1710308097738,"stop":1710308097738,"duration":0},"status":"skipped","severity":"normal"},{"uid":"72463fb32e87df8c","name":"should add and remove event listeners correctly","time":{"start":1710307918136,"stop":1710307918136,"duration":0},"status":"passed","severity":"normal"},{"uid":"87da7cd12e65d93d","name":"should not fail to stop the service if it was not started","time":{"start":1710308426366,"stop":1710308426367,"duration":1},"status":"passed","severity":"normal"},{"uid":"83f59e87b88e83fa","name":"Fails to publish duplicate message","time":{"start":1710308366485,"stop":1710308366494,"duration":9},"status":"passed","severity":"normal"},{"uid":"b70f09c82b959e2d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710308007022,"stop":1710308007022,"duration":0},"status":"passed","severity":"normal"},{"uid":"9117289dde432b2f","name":"Check message received after jswaku node is restarted","time":{"start":1710308416747,"stop":1710308416747,"duration":0},"status":"skipped","severity":"normal"},{"uid":"943f71db8026f162","name":"Passing page size 0 when there are 110 messages","time":{"start":1710308494290,"stop":1710308494290,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9819428e416d31","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1710307897781,"stop":1710307897799,"duration":18},"status":"passed","severity":"normal"},{"uid":"20731a99aae17b96","name":"non connected peers","time":{"start":1710308322788,"stop":1710308322789,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4e6369fa0cab69bc","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1710308092706,"stop":1710308092706,"duration":0},"status":"passed","severity":"normal"},{"uid":"11eb0f4823c96201","name":"Check received message with timestamp: 1710307939355000000 ","time":{"start":1710308416724,"stop":1710308416724,"duration":0},"status":"passed","severity":"normal"},{"uid":"68d38eaf2ad613c2","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710308649157,"stop":1710308649157,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe4e6897f994c287","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710308192971,"stop":1710308192971,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fe3045070ee056f","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1710308192977,"stop":1710308192977,"duration":0},"status":"passed","severity":"normal"},{"uid":"48ca89d32a048cd9","name":"should use DNS peer discovery with light client","time":{"start":1710307950774,"stop":1710307950775,"duration":1},"status":"skipped","severity":"normal"},{"uid":"fcea57472694cd3d","name":"Subscribe to topic containing short and receive message","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"status":"passed","severity":"normal"},{"uid":"9692272bf2580154","name":"should be able to encode the field with only FILTER set to true","time":{"start":1710307897769,"stop":1710307897770,"duration":1},"status":"passed","severity":"normal"},{"uid":"d93e44e6db837b37","name":"Check received message containing SQL Injection","time":{"start":1710308416733,"stop":1710308416733,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d57b5bb71a46123","name":"Check received message containing numeric","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"status":"passed","severity":"normal"},{"uid":"46745435013c04d0","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1710307940174,"stop":1710307940215,"duration":41},"status":"passed","severity":"normal"},{"uid":"7435b88ccd1e8fab","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1710307897799,"stop":1710307897800,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9670423c988d8b1","name":"throws on empty content topic","time":{"start":1710307890263,"stop":1710307890264,"duration":1},"status":"passed","severity":"normal"},{"uid":"c57dffb12af24514","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710308572932,"stop":1710308572932,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad27c52ad371a81","name":"Generator, 2 different pubsubtopics","time":{"start":1710308464139,"stop":1710308464140,"duration":1},"status":"passed","severity":"normal"},{"uid":"4248bf280cc37198","name":"Publishes to nwaku","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"status":"passed","severity":"normal"},{"uid":"3db4c6dd584b922f","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1710308092703,"stop":1710308092703,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e13bbd413bdfe67","name":"Nwaku publishes","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"status":"passed","severity":"normal"},{"uid":"bba8bbf311fde437","name":"Relay + Store","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"status":"passed","severity":"normal"},{"uid":"861a4a1dc01d6259","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1710308092720,"stop":1710308092721,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2d388e45591383b","name":"removeEventListener with correct event","time":{"start":1710307980880,"stop":1710307980881,"duration":1},"status":"passed","severity":"normal"},{"uid":"53bdcc55268eab3a","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1710307903347,"stop":1710307903347,"duration":0},"status":"passed","severity":"normal"},{"uid":"890f2f771fad488d","name":"Push message with meta","time":{"start":1710308463728,"stop":1710308463728,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1a3fd449d1ba131","name":"Check received message containing special chars","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"status":"passed","severity":"normal"},{"uid":"6add6d74ba5cfda8","name":"Round trip binary serialization","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a9b025a34bde44b","name":"Push message with content topic containing Russian","time":{"start":1710308322610,"stop":1710308322610,"duration":0},"status":"passed","severity":"normal"},{"uid":"7be882f99455ca53","name":"pre and post cipher","time":{"start":1710307924459,"stop":1710307924459,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d157290c1719ce","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1710307948135,"stop":1710307948136,"duration":1},"status":"passed","severity":"normal"},{"uid":"33187d6eb6754c90","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710308192976,"stop":1710308192977,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec8f185fe67ea2ad","name":"it tolerates circular branch references","time":{"start":1710307914370,"stop":1710307914371,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac4d3faef5e2b526","name":"Push message with long payload","time":{"start":1710308322564,"stop":1710308322565,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ab3b6de8241738c","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1710308371314,"stop":1710308371315,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f016940a25de20b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710308007020,"stop":1710308007020,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0e883bdefa5097b","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd8378d01627ffe3","name":"Check received message containing unicode special characters","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d8f9c18fab1002f","name":"Check publish message containing shell command","time":{"start":1710308366470,"stop":1710308366471,"duration":1},"status":"passed","severity":"normal"},{"uid":"28563399f6b17f4c","name":"should throw an error for insufficient data","time":{"start":1710307890345,"stop":1710307890345,"duration":0},"status":"passed","severity":"normal"},{"uid":"966b221cc867f9ad","name":"Subscribe and receives messages on 20 topics","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ff97b8129b3dc26","name":"Push message with JSON payload","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"status":"passed","severity":"normal"},{"uid":"e074a0bda35cc3da","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc8c4f107823ff47","name":"Generator, 2 different pubsubtopics","time":{"start":1710308464141,"stop":1710308464141,"duration":0},"status":"skipped","severity":"normal"},{"uid":"58817b80abfc90ad","name":"Check received message containing emoji","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f3c1ea9af5a66e9","name":"should encode/decode to text encoding","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e5aa6f148f9d8b9","name":"less peers than existing","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5029dddc30b64d89","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1710308433842,"stop":1710308433842,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c95d7ade4228f0c","name":"Push message with content topic containing long","time":{"start":1710308322599,"stop":1710308322599,"duration":0},"status":"passed","severity":"normal"},{"uid":"b14ca8c15c626435","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1710307948136,"stop":1710307948137,"duration":1},"status":"passed","severity":"normal"},{"uid":"428474aeb64bb48f","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710308572940,"stop":1710308572940,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac648d128b89a139","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1710308508712,"stop":1710308508713,"duration":1},"status":"passed","severity":"normal"},{"uid":"cefec7f7d4ab588b","name":"Push message with escaped characters payload","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"status":"passed","severity":"normal"},{"uid":"66c61ced9b7c8d9c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308007023,"stop":1710308007023,"duration":0},"status":"passed","severity":"normal"},{"uid":"a22bcc638e0dc16f","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1710308433841,"stop":1710308433842,"duration":1},"status":"passed","severity":"normal"},{"uid":"952571cd432fe180","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092701,"stop":1710308092702,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fbe0752c7d64551","name":"Passing page size 3 when there are 20 messages","time":{"start":1710308494291,"stop":1710308494291,"duration":0},"status":"passed","severity":"normal"},{"uid":"80e534f40888f6d0","name":"Push message with short payload","time":{"start":1710308463673,"stop":1710308463673,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e433e189c24b9d1","name":"Subscribe to topic containing emoji and publish message","time":{"start":1710308371315,"stop":1710308371316,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8ed92cf92361e36","name":"Push message with Basic HTML tag payload","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"status":"passed","severity":"normal"},{"uid":"892992fb15f32132","name":"Push message with SQL Injection payload","time":{"start":1710308463677,"stop":1710308463677,"duration":0},"status":"passed","severity":"normal"},{"uid":"796f704b5003ca1a","name":"Fails to publish message with size larger than 1 MB","time":{"start":1710308366513,"stop":1710308366513,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9e6fe4eee6ddb2d","name":"Subscribe to topic containing long and receive message","time":{"start":1710308192921,"stop":1710308192921,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c9e6cce3e2f6be","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710307914374,"stop":1710307914375,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5afc12089e6166ef","name":"Check received message containing Script","time":{"start":1710308416734,"stop":1710308416735,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6685/widgets/status-chart.json b/6685/widgets/status-chart.json index bbc1c4de71b..e2f405d3499 100644 --- a/6685/widgets/status-chart.json +++ b/6685/widgets/status-chart.json @@ -1 +1 @@ -[{"uid":"a1429473f82d3959","name":"throws on content topic with generation field greater than 0","time":{"start":1710306783475,"stop":1710306783475,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1edee3ee8eb8a66","name":"Check received message containing numeric","time":{"start":1710306994265,"stop":1710306994266,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb2fd3d6c0607e72","name":"should throw error - invalid id","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"status":"passed","severity":"normal"},{"uid":"53aaade720fddc9b","name":"groups content topics by expected pubsub topic","time":{"start":1710306783480,"stop":1710306783480,"duration":0},"status":"passed","severity":"normal"},{"uid":"e32f93741d6df919","name":"Overlapping topic subscription","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1fb4fe15cbe1e51d","name":"Query with Ordered Callback, No message returned","time":{"start":1710307342526,"stop":1710307342526,"duration":0},"status":"passed","severity":"normal"},{"uid":"b51c93af8719d837","name":"same cluster, different shard: nodes connect","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7ca195bd705ae2c","name":"Ephemeral field set to true","time":{"start":1710306796607,"stop":1710306796607,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbec48f3bca7534","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710306904613,"stop":1710306904613,"duration":0},"status":"passed","severity":"normal"},{"uid":"33efcf1e9544ead8","name":"Symmetric encrypt & Decrypt","time":{"start":1710306817451,"stop":1710306817452,"duration":1},"status":"passed","severity":"normal"},{"uid":"7254d42a33efe684","name":"isConnected should return true after first peer connects","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"status":"passed","severity":"normal"},{"uid":"11290bacd315498c","name":"should not receive a peer event before start","time":{"start":1710306811115,"stop":1710306811115,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5f07f518d95efc2","name":"tcp ip4 address","time":{"start":1710306791181,"stop":1710306791186,"duration":5},"status":"passed","severity":"normal"},{"uid":"5be1ee829b2582c9","name":"Push message with unicode special characters payload","time":{"start":1710307207063,"stop":1710307207064,"duration":1},"status":"passed","severity":"normal"},{"uid":"48b5dbdff708a3ed","name":"Check received message containing Basic HTML tag","time":{"start":1710307308644,"stop":1710307308645,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffeed45fa8fdfcbf","name":"Encoder throws on empty string content topic","time":{"start":1710306816841,"stop":1710306816842,"duration":1},"status":"passed","severity":"normal"},{"uid":"adfcd3a4dadabee3","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1710306877076,"stop":1710306877077,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe43c47c6e0bde82","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"status":"passed","severity":"normal"},{"uid":"374c0a9af5c35192","name":"Ping on peer without subscriptions","time":{"start":1710306865884,"stop":1710306865885,"duration":1},"status":"passed","severity":"normal"},{"uid":"78b3ece2be02bb9","name":"Subscribe to topic containing shell command and publish message","time":{"start":1710307259441,"stop":1710307259441,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9d27b9164a2c223","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710307045667,"stop":1710307045667,"duration":0},"status":"passed","severity":"normal"},{"uid":"52a107c4582588ee","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981509,"stop":1710306981509,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc2a826a07b6814","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710306844184,"stop":1710306844184,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dcf88502bd133396","name":"Check message with non string payload is not received","time":{"start":1710307308633,"stop":1710307308633,"duration":0},"status":"passed","severity":"normal"},{"uid":"c28b753d13308486","name":"Check received message containing unicode special characters","time":{"start":1710307308626,"stop":1710307308627,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff502676eeada4c1","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710306791279,"stop":1710306791279,"duration":0},"status":"passed","severity":"normal"},{"uid":"29a6cc9ba3ddaad3","name":"Query generator for multiple messages","time":{"start":1710307361629,"stop":1710307361630,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf91f4dda3ea21","name":"Check received message with timestamp: 1710306832208000000 ","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"status":"passed","severity":"normal"},{"uid":"3390dd5a6f5d2938","name":"Push message with custom timestamp: 1679548594451","time":{"start":1710307207094,"stop":1710307207094,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e2bce3956d31535","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710306807583,"stop":1710306807584,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7777553cbaad4a23","name":"Push message with escaped characters payload","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c030587f5328416","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1710306833586,"stop":1710306833586,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6aac06e5388af35","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710307465628,"stop":1710307465628,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5cd33b8c2b73ab0","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1710306846371,"stop":1710306846375,"duration":4},"status":"passed","severity":"normal"},{"uid":"35416b4effa96e0c","name":"Light Node - default protocols","time":{"start":1710307402636,"stop":1710307402637,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4cebeedefcb16a5","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1710306791277,"stop":1710306791277,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9a9dd34d651064b","name":"it tolerates circular branch references","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"status":"passed","severity":"normal"},{"uid":"8540f714c2e07ac4","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710306904616,"stop":1710306904616,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd16d263c671127e","name":"Sample","time":{"start":1710306791311,"stop":1710306791311,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ba3f14664d6811","name":"should not receive a peer event after stop","time":{"start":1710307300375,"stop":1710307300376,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbf9a75c9f644c6e","name":"Subscribe and publish message","time":{"start":1710307259434,"stop":1710307259434,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8338061c3675c3d","name":"getPeersByDiscovery","time":{"start":1710306873746,"stop":1710306873746,"duration":0},"status":"passed","severity":"normal"},{"uid":"7814bd7753739ba7","name":"Subscribe to topic containing long and receive message","time":{"start":1710307465622,"stop":1710307465623,"duration":1},"status":"passed","severity":"normal"},{"uid":"beaa5697c0dae4dc","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710307465638,"stop":1710307465638,"duration":0},"status":"passed","severity":"normal"},{"uid":"11394e9e3c68f30c","name":"Check received message with timestamp: 1710306832988000000 ","time":{"start":1710306994273,"stop":1710306994274,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9c1bfddce030e6c","name":"Push message with content topic containing JSON","time":{"start":1710307207089,"stop":1710307207090,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ff88b148aeb46f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710307244656,"stop":1710307244656,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ab1adfc952dcf","name":"Check publish message containing JSON","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a2ea1325f77e08","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1710307285627,"stop":1710307285627,"duration":0},"status":"passed","severity":"normal"},{"uid":"6555ae0a22a07c3c","name":"Check received message containing escaped characters","time":{"start":1710306994272,"stop":1710306994272,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c531c411e8d1bb2","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1710306981508,"stop":1710306981508,"duration":0},"status":"passed","severity":"normal"},{"uid":"767f66186c35121d","name":"Rejects garbage","time":{"start":1710306799980,"stop":1710306799980,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0cc23be8da8b84","name":"Nodes with multiple pubsub topic","time":{"start":1710307244661,"stop":1710307244662,"duration":1},"status":"passed","severity":"normal"},{"uid":"de30c0be5a782e71","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710307308648,"stop":1710307308648,"duration":0},"status":"passed","severity":"normal"},{"uid":"3559c6fbc13d9ea7","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710307045661,"stop":1710307045661,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ffe60db289622f6","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710307078642,"stop":1710307078643,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ac63acb0c1eda98a","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"status":"passed","severity":"normal"},{"uid":"d48f7e78bec72b61","name":"Push message with Basic HTML tag payload","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb543ac194a1415","name":"retrieves a single peer","time":{"start":1710306807578,"stop":1710306807579,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f8ddc00796efc27","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710307078651,"stop":1710307078651,"duration":0},"status":"passed","severity":"normal"},{"uid":"a455888423ac0599","name":"Push message with content topic containing Russian","time":{"start":1710307358464,"stop":1710307358464,"duration":0},"status":"passed","severity":"normal"},{"uid":"742abea930ece5ee","name":"Decoder throws on empty string content topic","time":{"start":1710306816843,"stop":1710306816843,"duration":0},"status":"passed","severity":"normal"},{"uid":"c425a843b8750b8f","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1710306981495,"stop":1710306981495,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa928579ee66768f","name":"Check message with no pubsub topic is not received","time":{"start":1710306994276,"stop":1710306994276,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2e7510e50165e3","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1710306783662,"stop":1710306783662,"duration":0},"status":"passed","severity":"normal"},{"uid":"238a1e3678ff2384","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6564ec325b9e507","name":"Sign & Recover","time":{"start":1710306817452,"stop":1710306817453,"duration":1},"status":"passed","severity":"normal"},{"uid":"88c6fbccd58dee3a","name":"Push message with Script payload","time":{"start":1710307207050,"stop":1710307207051,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c275a27738d1f91","name":"Delete observer","time":{"start":1710307209808,"stop":1710307209809,"duration":1},"status":"passed","severity":"normal"},{"uid":"93a542a17b43f023","name":"should use DNS peer discovery with light client","time":{"start":1710306844183,"stop":1710306844183,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6154ffb8bb73911d","name":"Check received message containing shell command","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"status":"passed","severity":"normal"},{"uid":"3254d2ceff22af12","name":"Push message with content topic containing long","time":{"start":1710307207070,"stop":1710307207070,"duration":0},"status":"passed","severity":"normal"},{"uid":"6112b1d4cc0b3126","name":"Subscribe to topic containing short and publish message","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2863b3cded12e92","name":"Check message with invalid timestamp is not received","time":{"start":1710307308649,"stop":1710307308649,"duration":0},"status":"passed","severity":"normal"},{"uid":"e55fd2f3abb2014a","name":"Ping on unsubscribed peer","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ed50467fc0314f","name":"Check publish message containing Script","time":{"start":1710307247761,"stop":1710307247762,"duration":1},"status":"passed","severity":"normal"},{"uid":"9998c2aa8633982e","name":"should not fail to stop the service if it was not started","time":{"start":1710307300370,"stop":1710307300370,"duration":0},"status":"passed","severity":"normal"},{"uid":"4eb0d791fbe7984e","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710307078641,"stop":1710307078641,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf074c69befaf9cd","name":"should return all peers when numPeers is 0","time":{"start":1710306796317,"stop":1710306796317,"duration":0},"status":"passed","severity":"normal"},{"uid":"16ce89f3f538c993","name":"Waku message hash computation (payload length 0)","time":{"start":1710306786080,"stop":1710306786080,"duration":0},"status":"passed","severity":"normal"},{"uid":"b187afb44db4040a","name":"Push message with Script payload","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3449055ba1206e0","name":"Push message with Chinese payload","time":{"start":1710307358454,"stop":1710307358455,"duration":1},"status":"passed","severity":"normal"},{"uid":"66a448733488435","name":"Push message with numeric payload","time":{"start":1710307358453,"stop":1710307358454,"duration":1},"status":"passed","severity":"normal"},{"uid":"83de1c0272cb2338","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710307465631,"stop":1710307465631,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2b582eb9b51304","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710307101314,"stop":1710307101314,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1e25b816e85949","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8fb06257b483b57","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710307465635,"stop":1710307465635,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ccf41464944280c","name":"Encoder throws on undefined content topic","time":{"start":1710306816841,"stop":1710306816841,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb0fdb54a62df8e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710307465623,"stop":1710307465623,"duration":0},"status":"passed","severity":"normal"},{"uid":"742eb5781edf2ea0","name":"Relay - times out","time":{"start":1710307402634,"stop":1710307402635,"duration":1},"status":"passed","severity":"normal"},{"uid":"179311409d54c394","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710307101317,"stop":1710307101318,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7ea39e7353b91be","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1710306807582,"stop":1710306807583,"duration":1},"status":"passed","severity":"normal"},{"uid":"775e74f751ab19dc","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1710306791282,"stop":1710306791282,"duration":0},"status":"passed","severity":"normal"},{"uid":"7375b5fe7f2e0efd","name":"should set field with only LIGHTPUSH enabled","time":{"start":1710306791808,"stop":1710306791809,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9a51d3548bd6922","name":"Check publish message containing emoji","time":{"start":1710307247765,"stop":1710307247765,"duration":0},"status":"passed","severity":"normal"},{"uid":"6507f46dd6e6ed99","name":"Check received message containing long","time":{"start":1710306994264,"stop":1710306994265,"duration":1},"status":"passed","severity":"normal"},{"uid":"1193ba8cae048802","name":"should set field with only RELAY enabled","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"status":"passed","severity":"normal"},{"uid":"e06321cee29d90c7","name":"Subscribe to topic containing Script and receive message","time":{"start":1710307078648,"stop":1710307078648,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d5b52e0957a7f2","name":"Push message with content topic containing escaped characters","time":{"start":1710307207090,"stop":1710307207091,"duration":1},"status":"passed","severity":"normal"},{"uid":"dce829795d10844f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710307308630,"stop":1710307308630,"duration":0},"status":"passed","severity":"normal"},{"uid":"66afdebe399a07a8","name":"recovers when dns.resolve returns empty","time":{"start":1710306807579,"stop":1710306807579,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1cfa585c2d275b6","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1710307325065,"stop":1710307325066,"duration":1},"status":"passed","severity":"normal"},{"uid":"a44d8e03505b29d8","name":"Subscribe and receives messages on 20 topics","time":{"start":1710307465631,"stop":1710307465631,"duration":0},"status":"passed","severity":"normal"},{"uid":"19d6e23f87623bda","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b08084aeebc746c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710306913476,"stop":1710306913476,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e69f4fdab7b57d3","name":"Register correct protocols","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"status":"passed","severity":"normal"},{"uid":"f84216b825573a93","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1710306981505,"stop":1710306981506,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2ca281bfb340ea5","name":"Generator, custom pubsub topic","time":{"start":1710307351547,"stop":1710307351547,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b2a312e6dd0d2b8","name":"Push message with custom timestamp: 1679548581740","time":{"start":1710307358474,"stop":1710307358488,"duration":14},"status":"passed","severity":"normal"},{"uid":"d8f4cf8e0f63724c","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1710306981494,"stop":1710306981494,"duration":0},"status":"passed","severity":"normal"},{"uid":"38c00c623f09ddd3","name":"Query Generator, No message returned","time":{"start":1710307342524,"stop":1710307342524,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ddd3cd47b7f3968","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710306904614,"stop":1710306904614,"duration":0},"status":"passed","severity":"normal"},{"uid":"44df1d570bed0cd3","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710306913478,"stop":1710306913479,"duration":1},"status":"passed","severity":"normal"},{"uid":"f234971769de4f77","name":"unsubscribes","time":{"start":1710307377259,"stop":1710307377259,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dbb889798e0d6b2","name":"nwaku subscribes","time":{"start":1710307238429,"stop":1710307238429,"duration":0},"status":"passed","severity":"normal"},{"uid":"842537653859fb14","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710307465619,"stop":1710307465619,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c0f6d1e734a9271","name":"throws on empty content topic","time":{"start":1710306783473,"stop":1710306783474,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbc0eb3feaa1a9ef","name":"should properly create location multiaddrs - udp6","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c3cf95941c3b38f","name":"should properly create location multiaddrs - tcp4","time":{"start":1710306791805,"stop":1710306791806,"duration":1},"status":"passed","severity":"normal"},{"uid":"baa95e7f8a2f526c","name":"Check message on other pubsub topic is not received","time":{"start":1710307308649,"stop":1710307308649,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf1063a889173df4","name":"Waku message hash computation (meta attribute not present)","time":{"start":1710306786079,"stop":1710306786080,"duration":1},"status":"passed","severity":"normal"},{"uid":"338264e49e30009d","name":"Push message with content topic containing short","time":{"start":1710307207069,"stop":1710307207070,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2bae80d3bcaaeb","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710307465635,"stop":1710307465635,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f74922d9c215071","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1710306981504,"stop":1710306981505,"duration":1},"status":"passed","severity":"normal"},{"uid":"12799eb728b399ae","name":"Query generator for multiple messages with different message text format","time":{"start":1710307361630,"stop":1710307361630,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb0251893ab6f044","name":"Fails to push message bigger that 1MB","time":{"start":1710307358491,"stop":1710307358491,"duration":0},"status":"passed","severity":"normal"},{"uid":"35820cf3ab8f27fb","name":"Push message on custom pubsubTopic","time":{"start":1710307101317,"stop":1710307101317,"duration":0},"status":"passed","severity":"normal"},{"uid":"137cf75d4f9d4a02","name":"does not throw on valid cases","time":{"start":1710306783473,"stop":1710306783473,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d3b9335095bb3ef","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710307465623,"stop":1710307465623,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f6353d96d8d708","name":"different cluster, same shard: nodes don't connect","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"status":"passed","severity":"normal"},{"uid":"92add123db6ce497","name":"Relay + Store","time":{"start":1710306843280,"stop":1710306843280,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d4fd617e0b61fe5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1710306981503,"stop":1710306981503,"duration":0},"status":"passed","severity":"normal"},{"uid":"730f8adb736453b7","name":"Push message with JSON payload","time":{"start":1710307358457,"stop":1710307358458,"duration":1},"status":"passed","severity":"normal"},{"uid":"553e808c8c82db60","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710306904617,"stop":1710306904617,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5d8e807b19989dc","name":"connected peers and dial","time":{"start":1710307207320,"stop":1710307207320,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f4d077dd4bff4640","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710307465626,"stop":1710307465626,"duration":0},"status":"passed","severity":"normal"},{"uid":"a59bbf5a9d594538","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1710306791282,"stop":1710306791282,"duration":0},"status":"passed","severity":"normal"},{"uid":"dccf548c4f204fa5","name":"Check received message containing Script","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"status":"passed","severity":"normal"},{"uid":"8351a78aa6001509","name":"Query Generator, Wrong PubsubTopic","time":{"start":1710307342519,"stop":1710307342519,"duration":0},"status":"passed","severity":"normal"},{"uid":"18c3c8d9f2d374d7","name":"Reopen subscription with peer with lost subscription","time":{"start":1710306908764,"stop":1710306908764,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba2ddcbdc34fffa6","name":"Subscribe to topic containing emoji and publish message","time":{"start":1710307259442,"stop":1710307259443,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0a21d2a8553faf2","name":"Promise Callback - forward","time":{"start":1710307365851,"stop":1710307365852,"duration":1},"status":"passed","severity":"normal"},{"uid":"abea62c3abf85959","name":"Publish message with custom timestamp: Thu Mar 23 2023 05:20:38 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247766,"stop":1710307247766,"duration":0},"status":"passed","severity":"normal"},{"uid":"f12c7b6c03e28e46","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710307308647,"stop":1710307308648,"duration":1},"status":"passed","severity":"normal"},{"uid":"40a1f62f5914d002","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710306913478,"stop":1710306913478,"duration":0},"status":"passed","severity":"normal"},{"uid":"15b577c3b82cd0fe","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1710306807584,"stop":1710306807584,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f425de24c1089709","name":"Ping on subscribed peer","time":{"start":1710306865883,"stop":1710306865884,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e6c61c50be6d22d","name":"Waku message hash computation","time":{"start":1710306786078,"stop":1710306786079,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff1bbf3637d18d55","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1710306981506,"stop":1710306981507,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7437071b71ad4a0","name":"Check received message containing XML","time":{"start":1710307308620,"stop":1710307308621,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eafc9118d188e0b","name":"Push message with content topic containing special chars","time":{"start":1710307207071,"stop":1710307207071,"duration":0},"status":"passed","severity":"normal"},{"uid":"62a7794fc5889e42","name":"Fails to publish message with empty text","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"2da5bdfda13d89c7","name":"Passing page size 10 when there are 10 messages","time":{"start":1710307383800,"stop":1710307383800,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae0d3b640c89139f","name":"Push message with custom timestamp: 1710310581740","time":{"start":1710307358489,"stop":1710307358490,"duration":1},"status":"passed","severity":"normal"},{"uid":"abc4a3e44ea97fda","name":"Push message with Arabic payload","time":{"start":1710307207049,"stop":1710307207050,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ab840fd47e5a0a0","name":"Check received message containing long","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd0fc31229f0888","name":"Check publish message containing XML","time":{"start":1710307247762,"stop":1710307247762,"duration":0},"status":"passed","severity":"normal"},{"uid":"317322a1e6dcd704","name":"Query Generator - forward","time":{"start":1710307365850,"stop":1710307365851,"duration":1},"status":"passed","severity":"normal"},{"uid":"2def8b1e1cd507fb","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710307207089,"stop":1710307207089,"duration":0},"status":"passed","severity":"normal"},{"uid":"2084e3943a0de763","name":"dispatchEvent via connectionManager","time":{"start":1710306873747,"stop":1710306873748,"duration":1},"status":"passed","severity":"normal"},{"uid":"3933ea1f3a2816a7","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1710306816839,"stop":1710306816839,"duration":0},"status":"passed","severity":"normal"},{"uid":"781b46343c0f200a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1710306877072,"stop":1710306877073,"duration":1},"status":"passed","severity":"normal"},{"uid":"6551000661afdae3","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710307078640,"stop":1710307078640,"duration":0},"status":"skipped","severity":"normal"},{"uid":"deb8785009bc7363","name":"Subscribe to topic containing Russian and publish message","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb35e908578f6a9","name":"Push message with content topic containing Chinese","time":{"start":1710307207082,"stop":1710307207084,"duration":2},"status":"passed","severity":"normal"},{"uid":"f7c2deca11224d58","name":"Check message with no content topic is not received","time":{"start":1710307308632,"stop":1710307308632,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c3453a6dc8bc6c6","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e3bbc41f1d409","name":"same cluster, same shard: nodes connect","time":{"start":1710306981490,"stop":1710306981490,"duration":0},"status":"passed","severity":"normal"},{"uid":"18066555c83e69dd","name":"pre and post cipher","time":{"start":1710306817452,"stop":1710306817452,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbc0d5284000a150","name":"Check meta is set [symmetric]","time":{"start":1710306816840,"stop":1710306816840,"duration":0},"status":"passed","severity":"normal"},{"uid":"75de0caf2c24cf60","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1710307325064,"stop":1710307325065,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bd164ed205a8a0a","name":"Push message on custom pubsubTopic","time":{"start":1710307101313,"stop":1710307101314,"duration":1},"status":"passed","severity":"normal"},{"uid":"54e5413422851677","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710306904618,"stop":1710306904618,"duration":0},"status":"passed","severity":"normal"},{"uid":"c656142e10a02f39","name":"Passing page size 3 when there are 20 messages","time":{"start":1710307383799,"stop":1710307383800,"duration":1},"status":"passed","severity":"normal"},{"uid":"155103fda033e27d","name":"Check publish message containing shell command","time":{"start":1710307247763,"stop":1710307247763,"duration":0},"status":"passed","severity":"normal"},{"uid":"28dc6cad2c6b9cbb","name":"should handle corrupted local storage data gracefully","time":{"start":1710306811116,"stop":1710306811117,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfa8d6ca69caeffe","name":"Subscribe to topic containing XML and receive message","time":{"start":1710307465625,"stop":1710307465626,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3e9e9c0c70883d","name":"Subscribe and receives messages on 20 topics","time":{"start":1710307078639,"stop":1710307078639,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e0d07aee28f8a2a","name":"Decoder throws on undefined content topic","time":{"start":1710306796609,"stop":1710306796609,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4701230afe58d27","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"status":"passed","severity":"normal"},{"uid":"3abdc73832c6540d","name":"Check received message containing XML","time":{"start":1710307308644,"stop":1710307308644,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c68ecdccdc20497","name":"returns all values when wanted number is greater than available values","time":{"start":1710306806603,"stop":1710306806604,"duration":1},"status":"passed","severity":"normal"},{"uid":"58eb754c0b307e86","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710307078647,"stop":1710307078648,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc85bceac9c30dee","name":"LightPush","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"status":"passed","severity":"normal"},{"uid":"211eb4cbfbdf0041","name":"Check received message containing emoji","time":{"start":1710307308646,"stop":1710307308647,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0b0c42546c24c52","name":"isConnected should return false after all peers disconnect","time":{"start":1710306877074,"stop":1710306877074,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d6a89bd245e2f5a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981511,"stop":1710306981512,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba2aed0de7ecdd03","name":"Push message with content topic containing emoji","time":{"start":1710307358468,"stop":1710307358468,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4b45d0fa29e663c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710306913477,"stop":1710306913478,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f39107dfc6ad8e4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710307078645,"stop":1710307078646,"duration":1},"status":"passed","severity":"normal"},{"uid":"650a853b2ce60d7d","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1710306807145,"stop":1710306807145,"duration":0},"status":"passed","severity":"normal"},{"uid":"7df7c6ee63b234b8","name":"Overlapping topic subscription","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bb6826763ad5d28","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"status":"passed","severity":"normal"},{"uid":"9823629c3f6659e5","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1710306904615,"stop":1710306904615,"duration":0},"status":"passed","severity":"normal"},{"uid":"65e301b3f862dd4c","name":"Check received message containing emoji","time":{"start":1710307308627,"stop":1710307308628,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b5002d654a7dc0","name":"Push message with Arabic payload","time":{"start":1710307358455,"stop":1710307358455,"duration":0},"status":"passed","severity":"normal"},{"uid":"4db6f6e911e9ef4d","name":"Check received message containing SQL Injection","time":{"start":1710306994269,"stop":1710306994269,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c0b31cbe5ccf3b3","name":"Fields are not dropped","time":{"start":1710306795951,"stop":1710306795953,"duration":2},"status":"passed","severity":"normal"},{"uid":"cacee6d5d5338caf","name":"Query generator for multiple messages with multiple decoders","time":{"start":1710307361631,"stop":1710307361631,"duration":0},"status":"passed","severity":"normal"},{"uid":"e77564d107264cc0","name":"caches peers it previously fetched","time":{"start":1710306807580,"stop":1710306807581,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5cabd941399f45","name":"Check message received after jswaku node is restarted","time":{"start":1710307308651,"stop":1710307308651,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fc4862740fcb3439","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"status":"passed","severity":"normal"},{"uid":"27073afe74dd3c08","name":"Passing page size 11 when there are 10 messages","time":{"start":1710307383800,"stop":1710307383801,"duration":1},"status":"passed","severity":"normal"},{"uid":"38c8d87ee089eec2","name":"Overlapping topic subscription","time":{"start":1710307078643,"stop":1710307078643,"duration":0},"status":"passed","severity":"normal"},{"uid":"5688ff431f6dac0c","name":"Ping on peer without subscriptions","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ecb8b81f7b10d2","name":"Check received message containing Basic HTML tag","time":{"start":1710306994270,"stop":1710306994271,"duration":1},"status":"passed","severity":"normal"},{"uid":"d43f84cb41bb53a1","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1710306807148,"stop":1710306807149,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c29f30fb86f4984","name":"Push 30 different messages","time":{"start":1710307358459,"stop":1710307358460,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc7567376b5301b","name":"should be able to encode the field with only RELAY set to true","time":{"start":1710306791272,"stop":1710306791273,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b71b4b5e041ed7d","name":"Subscribe and receives messages on 20 topics","time":{"start":1710307465619,"stop":1710307465619,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a68dd79b81a3b9a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981506,"stop":1710306981506,"duration":0},"status":"passed","severity":"normal"},{"uid":"94636942511afd0","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1710306981518,"stop":1710306981518,"duration":0},"status":"passed","severity":"normal"},{"uid":"9617149fa8457972","name":"Push 30 different messages","time":{"start":1710307207068,"stop":1710307207069,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcc25b97e22d5389","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1710306833580,"stop":1710306833582,"duration":2},"status":"passed","severity":"normal"},{"uid":"a39d4a1309de00de","name":"Query with Promise Callback, No message returned","time":{"start":1710307342528,"stop":1710307342529,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ffdc3b9302e8202","name":"Push message with emoji payload","time":{"start":1710307207064,"stop":1710307207064,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e036e43ce752352","name":"Check received message containing Arabic","time":{"start":1710307308618,"stop":1710307308619,"duration":1},"status":"passed","severity":"normal"},{"uid":"833dfd32459b4bc1","name":"Push message with shell command payload","time":{"start":1710307358458,"stop":1710307358458,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84ccf31107663d6","name":"Query with Ordered Callback, No Decoder","time":{"start":1710307342525,"stop":1710307342525,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3ce9496c9ce6348","name":"should throw error - no public key","time":{"start":1710306791801,"stop":1710306791802,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2b1ed70a9f0c61","name":"Subscribe to topic containing short and receive message","time":{"start":1710307465622,"stop":1710307465622,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dba368c6f7a5db3","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247765,"stop":1710307247766,"duration":1},"status":"passed","severity":"normal"},{"uid":"3de4427b91b7c01","name":"safeDispatchEvent","time":{"start":1710306873748,"stop":1710306873749,"duration":1},"status":"passed","severity":"normal"},{"uid":"4247b95aded116c6","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710307244661,"stop":1710307244661,"duration":0},"status":"passed","severity":"normal"},{"uid":"716086bac3488977","name":"Check received message containing Basic HTML tag","time":{"start":1710307308622,"stop":1710307308623,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d08b00f985b7667","name":"Subscribe and receive messages via lightPush","time":{"start":1710307078636,"stop":1710307078636,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9b2c23a0afcd26","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f30a5843dbba20","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710307078650,"stop":1710307078650,"duration":0},"status":"passed","severity":"normal"},{"uid":"60c55cebfd87e35e","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710307045664,"stop":1710307045664,"duration":0},"status":"passed","severity":"normal"},{"uid":"d680aad7b5939743","name":"should add and remove event listeners correctly","time":{"start":1710306811117,"stop":1710306811117,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf2f9f8964afd77c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1710307392158,"stop":1710307392158,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8f575284b0cd59f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710307101316,"stop":1710307101316,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f4789486fba8290","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1710306807145,"stop":1710306807146,"duration":1},"status":"passed","severity":"normal"},{"uid":"d69f761005bc69db","name":"Relay + Store","time":{"start":1710306791809,"stop":1710306791809,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6805335f4239e75","name":"should be called for bootstrap peers","time":{"start":1710306841074,"stop":1710306841074,"duration":0},"status":"passed","severity":"normal"},{"uid":"be4ed2861859f6eb","name":"Decrypt messages","time":{"start":1710307209808,"stop":1710307209808,"duration":0},"status":"passed","severity":"normal"},{"uid":"711670d98ccc3993","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1710306981504,"stop":1710306981504,"duration":0},"status":"passed","severity":"normal"},{"uid":"14518bacbe16a52e","name":"should throw an error for insufficient data","time":{"start":1710306783663,"stop":1710306783663,"duration":0},"status":"passed","severity":"normal"},{"uid":"a568868ad882a0e3","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1710307270090,"stop":1710307270090,"duration":0},"status":"broken","severity":"normal"},{"uid":"3c0f298d45f795af","name":"Decoder throws on empty string content topic","time":{"start":1710306818619,"stop":1710306818620,"duration":1},"status":"passed","severity":"normal"},{"uid":"61c060417c4b4762","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1710306981493,"stop":1710306981493,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ba5e5942159cde","name":"Check received message containing short","time":{"start":1710307308615,"stop":1710307308616,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9611514a374e4ba","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710307045662,"stop":1710307045663,"duration":1},"status":"passed","severity":"normal"},{"uid":"6358787fd1d0eb59","name":"connects to nwaku","time":{"start":1710307392997,"stop":1710307392998,"duration":1},"status":"passed","severity":"normal"},{"uid":"48b69f71c5d68396","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981503,"stop":1710306981504,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cc13a75e4461e35","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1710306807148,"stop":1710306807148,"duration":0},"status":"passed","severity":"normal"},{"uid":"42fc0dc521d70a07","name":"Check received message containing XML","time":{"start":1710306994270,"stop":1710306994270,"duration":0},"status":"passed","severity":"normal"},{"uid":"32a2f44f0fd98798","name":"Push message with content topic containing SQL Injection","time":{"start":1710307207087,"stop":1710307207087,"duration":0},"status":"passed","severity":"normal"},{"uid":"544ff99790528a2a","name":"Check received message containing JSON","time":{"start":1710307308623,"stop":1710307308624,"duration":1},"status":"passed","severity":"normal"},{"uid":"2240edc18ec1d673","name":"Encoder throws on empty string content topic","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac1f82296aa79cd9","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710307465617,"stop":1710307465618,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b4723fba15555c2","name":"Check received message containing Arabic","time":{"start":1710306994268,"stop":1710306994268,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7f4a8c2f9a134a3","name":"Decoder throws on empty string content topic","time":{"start":1710306796609,"stop":1710306796609,"duration":0},"status":"passed","severity":"normal"},{"uid":"57d78f0b3523a242","name":"1 Store, 2 fetches","time":{"start":1710306807024,"stop":1710306807025,"duration":1},"status":"passed","severity":"normal"},{"uid":"5acde044e16529a0","name":"Subscribe and receive messages via lightPush","time":{"start":1710307465616,"stop":1710307465617,"duration":1},"status":"passed","severity":"normal"},{"uid":"5951d3800b2347fe","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1710307259441,"stop":1710307259442,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d8c380e25a2bf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710307465618,"stop":1710307465619,"duration":1},"status":"passed","severity":"normal"},{"uid":"a70ed9593c12f664","name":"throws on content topic with non-number generation field","time":{"start":1710306783475,"stop":1710306783475,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3f1bb9a0f6d784f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1710306981514,"stop":1710306981514,"duration":0},"status":"passed","severity":"normal"},{"uid":"adb389a18970232c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710307078648,"stop":1710307078648,"duration":0},"status":"passed","severity":"normal"},{"uid":"3873c2a838e3860","name":"Refresh subscription","time":{"start":1710307078643,"stop":1710307078644,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f54d7516c668185","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710307078637,"stop":1710307078637,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b3ea3c22ee2619","name":"Round trip binary encryption [ecies, signature]","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8a67af661581c53","name":"Check received message with timestamp: 1710306832988 ","time":{"start":1710306994274,"stop":1710306994274,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3544ff089ce3856","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710307045654,"stop":1710307045657,"duration":3},"status":"passed","severity":"normal"},{"uid":"c59310b716db04a","name":"Throws when trying to push message with empty payload","time":{"start":1710307207069,"stop":1710307207069,"duration":0},"status":"passed","severity":"normal"},{"uid":"e845b6be80c42e2d","name":"Check received message containing SQL Injection","time":{"start":1710307308619,"stop":1710307308620,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8aa3d6c2c782916","name":"Subscribe to topic containing long and receive message","time":{"start":1710307465634,"stop":1710307465635,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd1e6b1114c7ef86","name":"Publish message with rate limit","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"status":"passed","severity":"normal"},{"uid":"30290d8d4eb18297","name":"listenerCount","time":{"start":1710306873747,"stop":1710306873747,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3e04996fa9b1be","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1710307342527,"stop":1710307342527,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9b8386293980a54","name":"Ping on peer without subscriptions","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4c2c96d706cecc6","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710307465632,"stop":1710307465633,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c0abfdfabf9ae75","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1710307247769,"stop":1710307247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"93d4fc52a154513","name":"Push message with custom timestamp: 1710310594451","time":{"start":1710307207095,"stop":1710307207095,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4bf2fadb86874d4","name":"converts content topics to expected shard index","time":{"start":1710306783478,"stop":1710306783479,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd9aa4dc148f4c84","name":"Subscribe to topic containing long and receive message","time":{"start":1710307078644,"stop":1710307078644,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4c069540f801f1a","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710307465620,"stop":1710307465620,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fbcae8c37b12d546","name":"Publish without waiting for remote peer","time":{"start":1710307259433,"stop":1710307259434,"duration":1},"status":"passed","severity":"normal"},{"uid":"51a9518e6721354","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1710306981517,"stop":1710306981517,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b3a2aebad6f2d5a","name":"can start the service","time":{"start":1710307300368,"stop":1710307300369,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e86d519770586d7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c67e5097289e79a2","name":"Push message with content topic containing shell command","time":{"start":1710307358467,"stop":1710307358467,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9abffb00bc665f","name":"Check received message containing special chars","time":{"start":1710306994266,"stop":1710306994267,"duration":1},"status":"passed","severity":"normal"},{"uid":"e88c5d74f0294cdf","name":"should throw error - no id","time":{"start":1710306791802,"stop":1710306791802,"duration":0},"status":"passed","severity":"normal"},{"uid":"47160b3944138152","name":"getPeersByDiscovery","time":{"start":1710307233597,"stop":1710307233597,"duration":0},"status":"passed","severity":"normal"},{"uid":"81124934c58f99f1","name":"Subscribe to topic containing Script and receive message","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"status":"passed","severity":"normal"},{"uid":"17860a1655dacda4","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1710306833584,"stop":1710306833585,"duration":1},"status":"passed","severity":"normal"},{"uid":"184f5fda87c9205f","name":"Init the array if not present","time":{"start":1710306783346,"stop":1710306783348,"duration":2},"status":"passed","severity":"normal"},{"uid":"cc649f4529f9afc5","name":"1 Relay, 1 fetch","time":{"start":1710306807023,"stop":1710306807024,"duration":1},"status":"passed","severity":"normal"},{"uid":"392e071ff7e154ea","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710307465625,"stop":1710307465625,"duration":0},"status":"passed","severity":"normal"},{"uid":"358f3f2c4970a43b","name":"Query generator for 2000 messages","time":{"start":1710307361633,"stop":1710307361634,"duration":1},"status":"passed","severity":"normal"},{"uid":"3825e0ab0771d1ea","name":"should not fail to stop the service if it was not started","time":{"start":1710306811114,"stop":1710306811114,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9508b104b81059c","name":"Filter","time":{"start":1710307402636,"stop":1710307402636,"duration":0},"status":"passed","severity":"normal"},{"uid":"953b6c4958f6ffe2","name":"Ordered callback, aborts when callback returns true","time":{"start":1710307361633,"stop":1710307361633,"duration":0},"status":"passed","severity":"normal"},{"uid":"73017b1fe771cdd2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710307244661,"stop":1710307244661,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e00a123eca7b002","name":"throws on content topic with empty encoding field","time":{"start":1710306783477,"stop":1710306783478,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf9216662e0a0d57","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1710306791278,"stop":1710306791279,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9d1450872b06f48","name":"Generator, custom pubsub topic","time":{"start":1710307351550,"stop":1710307351550,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8c80ce2ab01616f8","name":"Check received message containing shell command","time":{"start":1710307308624,"stop":1710307308625,"duration":1},"status":"passed","severity":"normal"},{"uid":"eefac74850f86f25","name":"should throw error - no public key","time":{"start":1710306791802,"stop":1710306791803,"duration":1},"status":"passed","severity":"normal"},{"uid":"546e1d39874ed3ba","name":"Ping on subscribed peer","time":{"start":1710306908763,"stop":1710306908763,"duration":0},"status":"passed","severity":"normal"},{"uid":"24342cc142b33494","name":"Check message received after jswaku node is restarted","time":{"start":1710306994278,"stop":1710306994279,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1485d544d1e7223b","name":"Check received message containing long","time":{"start":1710307308616,"stop":1710307308616,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa1d6a9389341663","name":"Check received message containing numeric","time":{"start":1710307308616,"stop":1710307308617,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b043309421b5cb4","name":"should load peers from local storage and dispatch events","time":{"start":1710306811116,"stop":1710306811116,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6845659f84394d1","name":"Promise Callback - backward","time":{"start":1710307365852,"stop":1710307365852,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c97c009f5f49ffe","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1710307392159,"stop":1710307392159,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a66a9d806d68062","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1710306796318,"stop":1710306796318,"duration":0},"status":"passed","severity":"normal"},{"uid":"113edc8693a5ff4a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710307308630,"stop":1710307308631,"duration":1},"status":"passed","severity":"normal"},{"uid":"b114d1fd05a985f3","name":"can dial TLS multiaddrs","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"status":"passed","severity":"normal"},{"uid":"e51a178e2edeea2c","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710307465627,"stop":1710307465627,"duration":0},"status":"passed","severity":"normal"},{"uid":"487136c672d9aaf6","name":"can start and stop the service","time":{"start":1710306811113,"stop":1710306811113,"duration":0},"status":"passed","severity":"normal"},{"uid":"97560f07fca83fae","name":"Nodes with multiple pubsub topic","time":{"start":1710307244658,"stop":1710307244658,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ecb5beb9cd837ab","name":"Push message with special chars payload","time":{"start":1710307207048,"stop":1710307207049,"duration":1},"status":"passed","severity":"normal"},{"uid":"bac580444c8ffa96","name":"Check message on other pubsub topic is not received","time":{"start":1710306994275,"stop":1710306994276,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8a1b9563250721e","name":"Push message with long payload","time":{"start":1710307358453,"stop":1710307358453,"duration":0},"status":"passed","severity":"normal"},{"uid":"c20f5340b24b00bb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710306904615,"stop":1710306904615,"duration":0},"status":"passed","severity":"normal"},{"uid":"e08fbc7d1d669cd6","name":"Check received message containing escaped characters","time":{"start":1710307308625,"stop":1710307308626,"duration":1},"status":"passed","severity":"normal"},{"uid":"164904741fb5da3f","name":"Push message with unicode special characters payload","time":{"start":1710307358458,"stop":1710307358459,"duration":1},"status":"passed","severity":"normal"},{"uid":"1293209433bd2924","name":"Relay","time":{"start":1710306843279,"stop":1710306843280,"duration":1},"status":"passed","severity":"normal"},{"uid":"a82dc887ba4345c7","name":"A test","time":{"start":1710307078723,"stop":1710307078723,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a09baf643304d51","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710307045666,"stop":1710307045667,"duration":1},"status":"passed","severity":"normal"},{"uid":"43348fb1efb51e87","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1710307233598,"stop":1710307233598,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dd0226d908bae87f","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1710307342524,"stop":1710307342525,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c64670c4b0c7beb","name":"throws on content topic with empty version field","time":{"start":1710306783476,"stop":1710306783477,"duration":1},"status":"passed","severity":"normal"},{"uid":"968a1ec7be9646c1","name":"Push message with rate limit","time":{"start":1710307358473,"stop":1710307358474,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e5d050fc19ac9f3","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1710306981495,"stop":1710306981496,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a22800c63a4b640","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1710306807147,"stop":1710306807148,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ea20c27a80b2e5f","name":"Generator, custom pubsub topic","time":{"start":1710307351551,"stop":1710307351551,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9ba7eb6cd24287","name":"non connected peers","time":{"start":1710307207322,"stop":1710307207322,"duration":0},"status":"skipped","severity":"normal"},{"uid":"42b0bba164dd5958","name":"different cluster, different shard: nodes don't connect","time":{"start":1710307114397,"stop":1710307114397,"duration":0},"status":"passed","severity":"normal"},{"uid":"4748a0e9f1f20db0","name":"Publishes to nwaku","time":{"start":1710307238429,"stop":1710307238430,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c0327c863c5f79b","name":"Check publish message after service node is restarted","time":{"start":1710307247772,"stop":1710307247773,"duration":1},"status":"skipped","severity":"normal"},{"uid":"cb4bc72713037b38","name":"should properly create location multiaddrs - tcp","time":{"start":1710306791806,"stop":1710306791807,"duration":1},"status":"passed","severity":"normal"},{"uid":"13ac06ff71f7e8eb","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710307465626,"stop":1710307465626,"duration":0},"status":"passed","severity":"normal"},{"uid":"c108d32ec506327c","name":"Passing cursor with wrong message digest","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c8a8227a5415b6d","name":"Check received message containing Arabic","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1958781a922d330","name":"Check message with no payload is not received","time":{"start":1710307308650,"stop":1710307308650,"duration":0},"status":"passed","severity":"normal"},{"uid":"100934884caac558","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710306791283,"stop":1710306791284,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f608c2ca9ab3c58","name":"should handle a minimal index list","time":{"start":1710306783661,"stop":1710306783662,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a9fa9cdf487c856","name":"Check received message containing emoji","time":{"start":1710306994273,"stop":1710306994273,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9818e267cfccc64","name":"Push message with XML payload","time":{"start":1710307207051,"stop":1710307207051,"duration":0},"status":"passed","severity":"normal"},{"uid":"552a3fdbac73b6c1","name":"Overlapping topic subscription","time":{"start":1710307465633,"stop":1710307465634,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8eeb17c6ae0787e","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"status":"skipped","severity":"normal"},{"uid":"34fac85a434e9564","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710307358466,"stop":1710307358466,"duration":0},"status":"passed","severity":"normal"},{"uid":"814b334ac78843fb","name":"Push message with content topic containing Arabic","time":{"start":1710307207086,"stop":1710307207086,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6839a2154897bd3","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"status":"passed","severity":"normal"},{"uid":"e24845828d35f29","name":"Check received message containing special chars","time":{"start":1710307308617,"stop":1710307308618,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b80f2783b6ec262","name":"Check publish message containing long","time":{"start":1710307247756,"stop":1710307247757,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7a153b8460549e","name":"Subscribe to topic containing XML and publish message","time":{"start":1710307259440,"stop":1710307259440,"duration":0},"status":"passed","severity":"normal"},{"uid":"5684ba704a01bc4a","name":"Push message with content topic containing special chars","time":{"start":1710307358462,"stop":1710307358463,"duration":1},"status":"passed","severity":"normal"},{"uid":"31a84d69e12bcc1e","name":"Query Generator - backward","time":{"start":1710307365851,"stop":1710307365851,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c4c4a1d46dca0f7","name":"Callback on promise","time":{"start":1710307361632,"stop":1710307361632,"duration":0},"status":"passed","severity":"normal"},{"uid":"c08ad151d59b5ac","name":"should set field with only FILTER enabled","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d054ecd1d11d4dc","name":"Push message with content topic containing Chinese","time":{"start":1710307358463,"stop":1710307358463,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7a41313a40a0516","name":"should be called at least once on all `peer:discovery` events","time":{"start":1710306841072,"stop":1710306841073,"duration":1},"status":"passed","severity":"normal"},{"uid":"8efa5c7c014e11fe","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1710306818617,"stop":1710306818617,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f285870fe8b1795","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a6f40e677e13508","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1710306807146,"stop":1710306807147,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e706644a574bf34","name":"can start the service","time":{"start":1710306844171,"stop":1710306844172,"duration":1},"status":"passed","severity":"normal"},{"uid":"879d91838df8ad6a","name":"can start and stop the service","time":{"start":1710306844172,"stop":1710306844172,"duration":0},"status":"passed","severity":"normal"},{"uid":"befaca5b98b5fad5","name":"addEventListener with correct event","time":{"start":1710306873741,"stop":1710306873741,"duration":0},"status":"passed","severity":"normal"},{"uid":"22921888a08b6ea2","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1710306841074,"stop":1710306841075,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1fcb663648fda01","name":"Check message with no payload is not received","time":{"start":1710307308633,"stop":1710307308633,"duration":0},"status":"passed","severity":"normal"},{"uid":"12cfb445ccef73b3","name":"should return false","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c9e6b240ddc59f6","name":"should only return 1 node with relay capability","time":{"start":1710306807581,"stop":1710306807581,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2483d1eb56e756a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710307078646,"stop":1710307078646,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a092f0150f4d4c6","name":"less peers than existing","time":{"start":1710307207321,"stop":1710307207321,"duration":0},"status":"skipped","severity":"normal"},{"uid":"aca240ab4abb749d","name":"Push message with content topic containing JSON","time":{"start":1710307358466,"stop":1710307358466,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb3c6b7382a8e0d","name":"Ping on unsubscribed peer","time":{"start":1710306865885,"stop":1710306865885,"duration":0},"status":"passed","severity":"normal"},{"uid":"c56ed0be79bd67d6","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710307465629,"stop":1710307465629,"duration":0},"status":"passed","severity":"normal"},{"uid":"367c95cd8cf1e56e","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710307465628,"stop":1710307465628,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf99253b90adb73e","name":"Push message with content topic containing unicode special characters","time":{"start":1710307207091,"stop":1710307207091,"duration":0},"status":"passed","severity":"normal"},{"uid":"76a3b3b5e528481a","name":"Encoder throws on empty string content topic","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"status":"passed","severity":"normal"},{"uid":"340c77a0ed4de1c0","name":"Check publish message containing Arabic","time":{"start":1710307247759,"stop":1710307247759,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a042d9e30a3e7a2","name":"Check message received after nwaku node is restarted","time":{"start":1710307308651,"stop":1710307308651,"duration":0},"status":"skipped","severity":"normal"},{"uid":"343a59b3900a2827","name":"Push message with content topic containing escaped characters","time":{"start":1710307358467,"stop":1710307358467,"duration":0},"status":"passed","severity":"normal"},{"uid":"117bebb02dcd726d","name":"Check message on other pubsub topic is not received","time":{"start":1710307308631,"stop":1710307308632,"duration":1},"status":"passed","severity":"normal"},{"uid":"d433febcd12a8172","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710307045660,"stop":1710307045660,"duration":0},"status":"passed","severity":"normal"},{"uid":"47779898da58d576","name":"Fails to publish duplicate message","time":{"start":1710307247768,"stop":1710307247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"2294fecd7e9df599","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1710307392157,"stop":1710307392157,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf0ce8e3701f87b9","name":"Check received message containing unicode special characters","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"status":"passed","severity":"normal"},{"uid":"8944ca7233b02469","name":"Ephemeral messages are not stored","time":{"start":1710306846369,"stop":1710306846370,"duration":1},"status":"passed","severity":"normal"},{"uid":"24fd25e99833117d","name":"Push message with Basic HTML tag payload","time":{"start":1710307207051,"stop":1710307207052,"duration":1},"status":"passed","severity":"normal"},{"uid":"970247ad51cd4748","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981494,"stop":1710306981495,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3255fe8979172f2","name":"Push message with custom timestamp: 1710303394451","time":{"start":1710307207094,"stop":1710307207095,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fec82bb7b063175","name":"Check received message containing numeric","time":{"start":1710307308635,"stop":1710307308636,"duration":1},"status":"passed","severity":"normal"},{"uid":"22de5cbb2c158a6a","name":"Js publishes, other Js receives","time":{"start":1710307238432,"stop":1710307238433,"duration":1},"status":"passed","severity":"normal"},{"uid":"53b8d25dee8981b","name":"Store - dialed first","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"status":"passed","severity":"normal"},{"uid":"5818b41177b8d911","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710307078649,"stop":1710307078650,"duration":1},"status":"passed","severity":"normal"},{"uid":"63dae34702dd6ea","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710307078637,"stop":1710307078637,"duration":0},"status":"passed","severity":"normal"},{"uid":"5196545d09880062","name":"All","time":{"start":1710306843280,"stop":1710306843281,"duration":1},"status":"passed","severity":"normal"},{"uid":"5927c8350a9e6eaa","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1710306806605,"stop":1710306806606,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b314e24ce08aa48","name":"throws on content topic with too few or too many fields","time":{"start":1710306783474,"stop":1710306783474,"duration":0},"status":"passed","severity":"normal"},{"uid":"29dcb7d30a014cee","name":"Subscribe and receive messages via waku relay post","time":{"start":1710307465630,"stop":1710307465630,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1a4a206de825c1","name":"Check received message with timestamp: 1710306832208 ","time":{"start":1710307308647,"stop":1710307308647,"duration":0},"status":"passed","severity":"normal"},{"uid":"edc6b1d5e7fb67ca","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7e9da6ceb20ae10","name":"Check received message containing Russian","time":{"start":1710307308619,"stop":1710307308619,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb14ccb66934e0f9","name":"Fails to push message bigger that 1MB","time":{"start":1710307207096,"stop":1710307207096,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8bfe1a1fb1608f3","name":"Check received message containing JSON","time":{"start":1710307308645,"stop":1710307308645,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4141f08ebea1fcd","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1710306841075,"stop":1710306841075,"duration":0},"status":"passed","severity":"normal"},{"uid":"21d6b553accd1617","name":"Check received message containing Script","time":{"start":1710307308620,"stop":1710307308620,"duration":0},"status":"passed","severity":"normal"},{"uid":"a82a3f7416a0f3e2","name":"Push message with Chinese payload","time":{"start":1710307207049,"stop":1710307207049,"duration":0},"status":"passed","severity":"normal"},{"uid":"9304872b0e847c78","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1710306811116,"stop":1710306811116,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad17b84395b6783","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1710306981496,"stop":1710306981503,"duration":7},"status":"passed","severity":"normal"},{"uid":"ee8f0588407f024b","name":"Passing page size 19 when there are 20 messages","time":{"start":1710307383801,"stop":1710307383801,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6f4bdbaa51811dc","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710307465621,"stop":1710307465621,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cc59c9a10a2d041","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{"start":1710307270090,"stop":1710307270091,"duration":1},"status":"broken","severity":"normal"},{"uid":"cd1ce11214338bcc","name":"configure the node with multiple pubsub topics","time":{"start":1710307285628,"stop":1710307285628,"duration":0},"status":"passed","severity":"normal"},{"uid":"567580d3caf8b20c","name":"Push message with content topic containing long","time":{"start":1710307358461,"stop":1710307358461,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36d6c6a7d0fa128","name":"should emit a peer event after start","time":{"start":1710307300370,"stop":1710307300371,"duration":1},"status":"passed","severity":"normal"},{"uid":"13a71e9b9fcddb3","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1710306981493,"stop":1710306981494,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f3f5917c71eabc3","name":"Encoder throws on undefined content topic","time":{"start":1710306796608,"stop":1710306796608,"duration":0},"status":"passed","severity":"normal"},{"uid":"3595c21704790a23","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1710307325063,"stop":1710307325064,"duration":1},"status":"passed","severity":"normal"},{"uid":"136a2f9a9be414f6","name":"Push message with numeric payload","time":{"start":1710307207047,"stop":1710307207048,"duration":1},"status":"passed","severity":"normal"},{"uid":"b02e29ed5a14fc8d","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"status":"passed","severity":"normal"},{"uid":"c36628ea0624b88","name":"Passing page size 0 when there are 110 messages","time":{"start":1710307383798,"stop":1710307383799,"duration":1},"status":"passed","severity":"normal"},{"uid":"5342e26d3e5fc012","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1710306833582,"stop":1710306833583,"duration":1},"status":"passed","severity":"normal"},{"uid":"71fdca3b6918ea5a","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1710307392156,"stop":1710307392156,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d1e9a236b17131f","name":"Push message with content topic containing Script","time":{"start":1710307358465,"stop":1710307358465,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e17a6d124e819fa","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710307045663,"stop":1710307045663,"duration":0},"status":"passed","severity":"normal"},{"uid":"afd93c4176e04589","name":"Push message with SQL Injection payload","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"status":"passed","severity":"normal"},{"uid":"700938fcc86d7da1","name":"Check received message containing Chinese","time":{"start":1710306994267,"stop":1710306994268,"duration":1},"status":"passed","severity":"normal"},{"uid":"b43ec45e5033e539","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710307465617,"stop":1710307465617,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c080a4167d9e353","name":"Check publish message containing Chinese","time":{"start":1710307247758,"stop":1710307247759,"duration":1},"status":"passed","severity":"normal"},{"uid":"bca8c0d799250b5c","name":"Push message with content topic containing Script","time":{"start":1710307207087,"stop":1710307207088,"duration":1},"status":"passed","severity":"normal"},{"uid":"daad5dbb4bc6a24d","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1710306981507,"stop":1710306981507,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb37e9db4e11df79","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1710306981512,"stop":1710306981513,"duration":1},"status":"passed","severity":"normal"},{"uid":"10e48418c2c609e0","name":"should not fail to start the service if it is already started","time":{"start":1710307300370,"stop":1710307300370,"duration":0},"status":"passed","severity":"normal"},{"uid":"79872207cf39daca","name":"should get / set UDP multiaddr","time":{"start":1710306791804,"stop":1710306791805,"duration":1},"status":"passed","severity":"normal"},{"uid":"64c91b6636082be4","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710307244662,"stop":1710307244662,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad0b6e37e49d10","name":"Fails to push message with empty content topic","time":{"start":1710307358468,"stop":1710307358469,"duration":1},"status":"passed","severity":"normal"},{"uid":"32c1cfc7a9ac561b","name":"Check message received after nwaku node is restarted","time":{"start":1710307308634,"stop":1710307308634,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bcb300717e507f66","name":"should not receive a peer event before start","time":{"start":1710306844174,"stop":1710306844175,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4341ea720b9d719","name":"removeEventListener with wrong event","time":{"start":1710306873745,"stop":1710306873746,"duration":1},"status":"passed","severity":"normal"},{"uid":"2130bdc84c81d757","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"status":"passed","severity":"normal"},{"uid":"8331c3ddab54ef15","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710307465624,"stop":1710307465624,"duration":0},"status":"passed","severity":"normal"},{"uid":"c83c95df309a546a","name":"Check publish message containing short","time":{"start":1710307247755,"stop":1710307247756,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9cfd3bd4133209c","name":"Subscribe to topic containing numeric and publish message","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"status":"passed","severity":"normal"},{"uid":"26062013d91a3239","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1710306981516,"stop":1710306981517,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9738146d6c36a86","name":"Default pageSize","time":{"start":1710307383802,"stop":1710307383802,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ad8bf0723ac9441","name":"should encode/decode to RLP encoding","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"status":"passed","severity":"normal"},{"uid":"971127f36fbb188f","name":"Round trip binary serialization","time":{"start":1710306796606,"stop":1710306796606,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca603481f76b34de","name":"topics with same application and version share the same shard","time":{"start":1710306783479,"stop":1710306783479,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdfa7faefc1463e3","name":"Check publish message containing unicode special characters","time":{"start":1710307247764,"stop":1710307247765,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb4c4698de6976d3","name":"Nwaku publishes","time":{"start":1710307238430,"stop":1710307238431,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4ed3b96dcee4081","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1710306981492,"stop":1710306981493,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d0424f2603c0f2a","name":"Push message with Russian payload","time":{"start":1710307358455,"stop":1710307358456,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ba8dca9e38d7969","name":"Fails to push message with empty content topic","time":{"start":1710307207092,"stop":1710307207092,"duration":0},"status":"passed","severity":"normal"},{"uid":"f039054eb7c97a21","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710307078652,"stop":1710307078652,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7188045e91edf61","name":"Query generator for multiple messages with different content topic format","time":{"start":1710307361631,"stop":1710307361631,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6205a6aee9c2fca","name":"Fails to publish message with wrong content topic","time":{"start":1710307247769,"stop":1710307247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1a240adbe0e9392","name":"Reusing cursor across nodes","time":{"start":1710307325066,"stop":1710307325066,"duration":0},"status":"passed","severity":"normal"},{"uid":"205ccb75d17f1e67","name":"Check received message with timestamp: 1710306832208 ","time":{"start":1710307308629,"stop":1710307308630,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1f8681bf8df9ccc","name":"Generator, 2 different pubsubtopics","time":{"start":1710307351550,"stop":1710307351551,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b79c952f558e6c64","name":"Check publish message containing Russian","time":{"start":1710307247760,"stop":1710307247761,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fcc90cfba110440","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1710306981507,"stop":1710306981508,"duration":1},"status":"passed","severity":"normal"},{"uid":"329107f8811dd049","name":"A test","time":{"start":1710307078724,"stop":1710307078724,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c67d90e32d1afdc","name":"Push message with SQL Injection payload","time":{"start":1710307358456,"stop":1710307358456,"duration":0},"status":"passed","severity":"normal"},{"uid":"29b8914304db3d1f","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d25bd26aa12aa71","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710307078650,"stop":1710307078651,"duration":1},"status":"passed","severity":"normal"},{"uid":"824bf4373ffe1857","name":"Check received message containing shell command","time":{"start":1710306994271,"stop":1710306994272,"duration":1},"status":"passed","severity":"normal"},{"uid":"3423716523d872a1","name":"Subscribe to topic containing XML and receive message","time":{"start":1710307465637,"stop":1710307465637,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ed18f83e88104b","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710307465640,"stop":1710307465640,"duration":0},"status":"passed","severity":"normal"},{"uid":"57d6ce172fa7f326","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1710307114395,"stop":1710307114395,"duration":0},"status":"passed","severity":"normal"},{"uid":"45436bccdbd36f8e","name":"1 Relay, 1 Filter, gives up","time":{"start":1710306807025,"stop":1710306807026,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf470d06d6e19cb","name":"Meta field set when metaSetter is specified","time":{"start":1710306796607,"stop":1710306796607,"duration":0},"status":"passed","severity":"normal"},{"uid":"3126d9bf5267218d","name":"same cluster, different shard: nodes don't connect","time":{"start":1710306981490,"stop":1710306981491,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a9ed7a1b247cc93","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710306904617,"stop":1710306904618,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa08e4f65994b509","name":"Throws when trying to push message with empty payload","time":{"start":1710307358460,"stop":1710307358460,"duration":0},"status":"passed","severity":"normal"},{"uid":"e865917c9879f60b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710306904617,"stop":1710306904617,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8d782f107a22eff","name":"Push message with short payload","time":{"start":1710307207000,"stop":1710307207000,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ed73c12ba0a586","name":"Check received message containing short","time":{"start":1710306994264,"stop":1710306994264,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d05bd8ddd3be5e7","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710307078646,"stop":1710307078647,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1395b7b08944575","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1710307342526,"stop":1710307342527,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce73317efe78552f","name":"should set field with only STORE enabled","time":{"start":1710306791808,"stop":1710306791808,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ee756fea438a477","name":"Check meta is set [ecies]","time":{"start":1710306818618,"stop":1710306818618,"duration":0},"status":"passed","severity":"normal"},{"uid":"f876f928a28d31ff","name":"udp ip6 address","time":{"start":1710306791187,"stop":1710306791187,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5c0f2e3af496c30","name":"Push message with content topic containing numeric","time":{"start":1710307358461,"stop":1710307358462,"duration":1},"status":"passed","severity":"normal"},{"uid":"f06232fe0196685e","name":"Check received message containing Script","time":{"start":1710306994269,"stop":1710306994270,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cc77513a4f98d1b","name":"handles multiple messages","time":{"start":1710307377258,"stop":1710307377259,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f1c2976b2b48d4e","name":"Push message with emoji payload","time":{"start":1710307358459,"stop":1710307358459,"duration":0},"status":"passed","severity":"normal"},{"uid":"eebb04d35b0f7f8a","name":"should be able to encode the field with only STORE set to true","time":{"start":1710306791274,"stop":1710306791275,"duration":1},"status":"passed","severity":"normal"},{"uid":"2523f602b4d214cc","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307101318,"stop":1710307101318,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3c29324a456748a","name":"should decode valid enr with tcp successfully","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07aa6f7963252e2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710306913477,"stop":1710306913477,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3e8224950aedc65","name":"Callback on promise, aborts when callback returns true","time":{"start":1710307361632,"stop":1710307361632,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7489df2a1520fbf","name":"Push message with content topic containing Russian","time":{"start":1710307207086,"stop":1710307207086,"duration":0},"status":"passed","severity":"normal"},{"uid":"11c683f556ab6dc5","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710307465639,"stop":1710307465639,"duration":0},"status":"passed","severity":"normal"},{"uid":"741572ae6f282d89","name":"should properly create location multiaddrs - udp4","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"status":"passed","severity":"normal"},{"uid":"16f663fd6911995d","name":"Ping on subscribed peer","time":{"start":1710306908761,"stop":1710306908761,"duration":0},"status":"passed","severity":"normal"},{"uid":"910a7410bb201496","name":"Check publish message containing escaped characters","time":{"start":1710307247764,"stop":1710307247764,"duration":0},"status":"passed","severity":"normal"},{"uid":"195d4824ca7509f7","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710307465627,"stop":1710307465628,"duration":1},"status":"passed","severity":"normal"},{"uid":"e47c2f33b32af69a","name":"should not fail to stop the service if it was not started","time":{"start":1710306844172,"stop":1710306844172,"duration":0},"status":"passed","severity":"normal"},{"uid":"f292d79e3e1cabc3","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"status":"passed","severity":"normal"},{"uid":"d86e27e65d071110","name":"Privacy Node - default protocol","time":{"start":1710307402637,"stop":1710307402637,"duration":0},"status":"passed","severity":"normal"},{"uid":"db08c2ee3491875c","name":"Push message with content topic containing emoji","time":{"start":1710307207091,"stop":1710307207092,"duration":1},"status":"passed","severity":"normal"},{"uid":"42210f36795730eb","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710307244657,"stop":1710307244657,"duration":0},"status":"passed","severity":"normal"},{"uid":"882bb1db3e0547ad","name":"should not receive a peer event after stop","time":{"start":1710306811115,"stop":1710306811115,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d8e9aa7435d6d23","name":"should be able to decode the field with only FILTER set to true","time":{"start":1710306791281,"stop":1710306791281,"duration":0},"status":"passed","severity":"normal"},{"uid":"9faf2ce3540f6444","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1710306981513,"stop":1710306981514,"duration":1},"status":"passed","severity":"normal"},{"uid":"52de6d03e248efd5","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"status":"passed","severity":"normal"},{"uid":"60cd3ef631a89cf","name":"Push message with short payload","time":{"start":1710307358452,"stop":1710307358453,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f1720d029b5785c","name":"Push message with meta","time":{"start":1710307358469,"stop":1710307358473,"duration":4},"status":"passed","severity":"normal"},{"uid":"af8fc602f8a93d20","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710307465624,"stop":1710307465625,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc78fb5edaac77f3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710307465630,"stop":1710307465631,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fa8a42d336d6d8c","name":"Push message with content topic containing numeric","time":{"start":1710307207070,"stop":1710307207071,"duration":1},"status":"passed","severity":"normal"},{"uid":"2132e5a9580b844f","name":"Relay - dialed after","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"status":"passed","severity":"normal"},{"uid":"1464194acb38af00","name":"Check received message containing Chinese","time":{"start":1710307308637,"stop":1710307308637,"duration":0},"status":"passed","severity":"normal"},{"uid":"a62589f6ca215a48","name":"Nodes with multiple pubsub topic","time":{"start":1710307244660,"stop":1710307244660,"duration":0},"status":"passed","severity":"normal"},{"uid":"9900b1bbb62183e5","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710307535236,"stop":1710307535236,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed91c4dad1f67b6d","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710307465618,"stop":1710307465618,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cdc78611b3b2d0","name":"creates an iterator","time":{"start":1710307377258,"stop":1710307377258,"duration":0},"status":"passed","severity":"normal"},{"uid":"c174b63fd0a03578","name":"Check received message containing Chinese","time":{"start":1710307308618,"stop":1710307308618,"duration":0},"status":"passed","severity":"normal"},{"uid":"593a27e661ce0f00","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1710306981510,"stop":1710306981510,"duration":0},"status":"passed","severity":"normal"},{"uid":"655c81158abecd87","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710307045663,"stop":1710307045664,"duration":1},"status":"passed","severity":"normal"},{"uid":"6696ca96b89d9eed","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1710307342525,"stop":1710307342525,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c543862f1b45555","name":"Passing an array","time":{"start":1710307392998,"stop":1710307392999,"duration":1},"status":"passed","severity":"normal"},{"uid":"30c5de6fa0dc5c65","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1710306816837,"stop":1710306816839,"duration":2},"status":"passed","severity":"normal"},{"uid":"ee0ed5f7788a0a80","name":"Check message received after nwaku node is restarted","time":{"start":1710306994279,"stop":1710306994279,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f346042f8e263f2c","name":"Push message with content topic containing SQL Injection","time":{"start":1710307358464,"stop":1710307358465,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8081ed8b174f564","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710307465627,"stop":1710307465627,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2a2fdc9d308325e","name":"Push message with content topic containing Arabic","time":{"start":1710307358463,"stop":1710307358464,"duration":1},"status":"passed","severity":"normal"},{"uid":"44155cd5c0d0e173","name":"Subscribe and receive messages via waku relay post","time":{"start":1710307078638,"stop":1710307078638,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d34721d9d1fa3a","name":"Push message with long payload","time":{"start":1710307207046,"stop":1710307207047,"duration":1},"status":"passed","severity":"normal"},{"uid":"141971be20dd4e4f","name":"stop","time":{"start":1710306873749,"stop":1710306873749,"duration":0},"status":"passed","severity":"normal"},{"uid":"409e9a7c2904c688","name":"Push message with custom timestamp: 1710303381740","time":{"start":1710307358489,"stop":1710307358489,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af4b01499ed7916","name":"Subscribe to topic containing Script and publish message","time":{"start":1710307259440,"stop":1710307259440,"duration":0},"status":"passed","severity":"normal"},{"uid":"942ea8097846c0f0","name":"Check received message with timestamp: 1710306832208000000 ","time":{"start":1710307308628,"stop":1710307308629,"duration":1},"status":"passed","severity":"normal"},{"uid":"9adb6875d80b8beb","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1710307233598,"stop":1710307233599,"duration":1},"status":"passed","severity":"normal"},{"uid":"c58e5b8bf671e9","name":"Push message with XML payload","time":{"start":1710307358457,"stop":1710307358457,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c0feff6ec28ed9c","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1710306981521,"stop":1710306981521,"duration":0},"status":"passed","severity":"normal"},{"uid":"54a5343050da809a","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1710307373865,"stop":1710307373865,"duration":0},"status":"passed","severity":"normal"},{"uid":"6602ffbc2d1b7fcf","name":"Check message received after jswaku node is restarted","time":{"start":1710307308633,"stop":1710307308634,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9c5d3446ca166267","name":"through manual discovery","time":{"start":1710307105311,"stop":1710307105311,"duration":0},"status":"passed","severity":"normal"},{"uid":"139f60852ff4abed","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1710306783662,"stop":1710306783662,"duration":0},"status":"passed","severity":"normal"},{"uid":"87af75df6543e27e","name":"Mutual subscription","time":{"start":1710307259433,"stop":1710307259433,"duration":0},"status":"passed","severity":"normal"},{"uid":"6195a75d2af54be7","name":"should properly create location multiaddrs - tcp6","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"status":"passed","severity":"normal"},{"uid":"151b20ca48228c7f","name":"should properly create peer info with all multiaddrs","time":{"start":1710306791807,"stop":1710306791807,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eb3a12db899e94e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710307465629,"stop":1710307465630,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b5dff7d7101e26c","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1710306981522,"stop":1710306981522,"duration":0},"status":"passed","severity":"normal"},{"uid":"705a5ed42fd5c176","name":"ignores domain fetching errors","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"status":"passed","severity":"normal"},{"uid":"761a42244aaed2b6","name":"should set field with all protocols enabled","time":{"start":1710306791807,"stop":1710306791808,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6750198c0188479","name":"Passing cursor with wrong pubsubTopic","time":{"start":1710307325067,"stop":1710307325067,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f00ead971e63979","name":"Refresh subscription","time":{"start":1710307259436,"stop":1710307259436,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4c655e4997fd5207","name":"ignores unrecognized TXT record formats","time":{"start":1710306807580,"stop":1710306807580,"duration":0},"status":"passed","severity":"normal"},{"uid":"46f68746f50cdee6","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1710307392157,"stop":1710307392157,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed4c493d9130c58","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710307045660,"stop":1710307045660,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0d4890a462f8b50","name":"throws on content topic with empty topic name field","time":{"start":1710306783477,"stop":1710306783477,"duration":0},"status":"passed","severity":"normal"},{"uid":"5baf4b5cd3c617d9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710307465636,"stop":1710307465636,"duration":0},"status":"passed","severity":"normal"},{"uid":"1746f7e3e4edcb61","name":"Accepts a valid Waku Message","time":{"start":1710306799978,"stop":1710306799980,"duration":2},"status":"passed","severity":"normal"},{"uid":"6190bac82b7d7883","name":"Check message with non string payload is not received","time":{"start":1710307308650,"stop":1710307308650,"duration":0},"status":"passed","severity":"normal"},{"uid":"b44ab4ec38b23c38","name":"should encodeTxt and decodeTxt","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7ba4e1bfc7a236a","name":"Ephemeral field is preserved - encoder v0","time":{"start":1710306846370,"stop":1710306846371,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff3ad5448c070309","name":"removeEventListener with correct event","time":{"start":1710306873744,"stop":1710306873745,"duration":1},"status":"passed","severity":"normal"},{"uid":"5633e6f729d80ba1","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710306904612,"stop":1710306904612,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee86dbb12c830a52","name":"Check publish message containing SQL Injection","time":{"start":1710307247761,"stop":1710307247761,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d01a302eb02e070","name":"Subscribe to topic containing JSON and publish message","time":{"start":1710307259441,"stop":1710307259441,"duration":0},"status":"passed","severity":"normal"},{"uid":"40249434d6dcb33e","name":"should only return 1 node with relay and store capability","time":{"start":1710306807581,"stop":1710306807582,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd7ec2aa8983562d","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1710306796318,"stop":1710306796319,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f73eaff66e6ee16","name":"Check message with no payload is not received","time":{"start":1710306994277,"stop":1710306994278,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e3789192373e528","name":"Refresh subscription","time":{"start":1710307465634,"stop":1710307465634,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd8aeb09e11b1fe3","name":"Ordered Callback - backward","time":{"start":1710307365855,"stop":1710307365855,"duration":0},"status":"passed","severity":"normal"},{"uid":"4956183f40287201","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1710307078652,"stop":1710307078653,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f99f2f7f33bd728","name":"Ordered Callback - forward","time":{"start":1710307365852,"stop":1710307365855,"duration":3},"status":"passed","severity":"normal"},{"uid":"6cc4a0a7325ed109","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1710307392156,"stop":1710307392156,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05b8dfd71b32c2e","name":"should emit a peer event after start","time":{"start":1710306844173,"stop":1710306844174,"duration":1},"status":"passed","severity":"normal"},{"uid":"1917de482d108400","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710306913477,"stop":1710306913477,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e0b9f018cda4f27","name":"Passing page size 110 when there are 120 messages","time":{"start":1710307383801,"stop":1710307383802,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e85f9a879ed1346","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1710307259439,"stop":1710307259439,"duration":0},"status":"passed","severity":"normal"},{"uid":"6249705d8da0e6e2","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710307465632,"stop":1710307465632,"duration":0},"status":"passed","severity":"normal"},{"uid":"507f40509b1b0efe","name":"should only return 1 node with store capability","time":{"start":1710306807582,"stop":1710306807582,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a66928c63d120d0","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1710306841076,"stop":1710306841076,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44e49cf7d62444a","name":"should not receive a peer event after stop","time":{"start":1710306844181,"stop":1710306844183,"duration":2},"status":"passed","severity":"normal"},{"uid":"fa75ab86ed550c2","name":"Check publish message after client node is restarted","time":{"start":1710307247773,"stop":1710307247774,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2ff27dd2aca6d39c","name":"should not fail to start the service if it is already started","time":{"start":1710306844173,"stop":1710306844173,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e10b933126ccdc","name":"Subscribe to topic containing XML and receive message","time":{"start":1710307078649,"stop":1710307078649,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c2fd63fa08f33f","name":"Subscribe and receive messages via lightPush","time":{"start":1710307465629,"stop":1710307465629,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee041736d3a13da2","name":"Subscribe and receive messages via waku relay post","time":{"start":1710307465618,"stop":1710307465618,"duration":0},"status":"passed","severity":"normal"},{"uid":"9366d344f70107b5","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1710306791276,"stop":1710306791276,"duration":0},"status":"passed","severity":"normal"},{"uid":"264e98276ded3091","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710306904615,"stop":1710306904616,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f9d2c1b0de26e26","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1710306981513,"stop":1710306981513,"duration":0},"status":"passed","severity":"normal"},{"uid":"79be96b91a983cb1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710306904613,"stop":1710306904614,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd8dd94ddae5d487","name":"Push message with shell command payload","time":{"start":1710307207058,"stop":1710307207058,"duration":0},"status":"passed","severity":"normal"},{"uid":"d96e2d65425d975c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710307078639,"stop":1710307078640,"duration":1},"status":"passed","severity":"normal"},{"uid":"743f7b959cd02351","name":"Relay - dialed first","time":{"start":1710307402634,"stop":1710307402634,"duration":0},"status":"passed","severity":"normal"},{"uid":"489f1d8d26f91c0e","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1710307259440,"stop":1710307259441,"duration":1},"status":"passed","severity":"normal"},{"uid":"43ec9a647e3c6b96","name":"Push message with escaped characters payload","time":{"start":1710307207058,"stop":1710307207063,"duration":5},"status":"passed","severity":"normal"},{"uid":"8ae9c9266c892a69","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710307244658,"stop":1710307244658,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dc364c747b628c2","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1710307392158,"stop":1710307392158,"duration":0},"status":"passed","severity":"normal"},{"uid":"ece39bb182a659f2","name":"Push message equal or less that 1MB","time":{"start":1710307207095,"stop":1710307207096,"duration":1},"status":"passed","severity":"normal"},{"uid":"2252bf85cd52830f","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1710306981505,"stop":1710306981505,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60d6070b1ead4ef","name":"isConnected should return false after all peers disconnect","time":{"start":1710306833586,"stop":1710306833587,"duration":1},"status":"passed","severity":"normal"},{"uid":"1458c7deccfd5e79","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1710307259434,"stop":1710307259434,"duration":0},"status":"passed","severity":"normal"},{"uid":"130331af441031e5","name":"Encoder throws on undefined content topic","time":{"start":1710306818618,"stop":1710306818618,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7c1c34ea574205f","name":"Push message equal or less that 1MB","time":{"start":1710307358491,"stop":1710307358491,"duration":0},"status":"passed","severity":"normal"},{"uid":"3747a14e4385d0fd","name":"Publish message with large meta","time":{"start":1710307247774,"stop":1710307247774,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa94cf7cc1ecf73d","name":"Passing page size 1 when there are 4 messages","time":{"start":1710307383799,"stop":1710307383799,"duration":0},"status":"passed","severity":"normal"},{"uid":"cacdebe74832f79c","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1710306846371,"stop":1710306846371,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf701fc9996a67b0","name":"should not receive a peer event before start","time":{"start":1710307300371,"stop":1710307300375,"duration":4},"status":"passed","severity":"normal"},{"uid":"235cbb7f16c82a5d","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1710307392157,"stop":1710307392158,"duration":1},"status":"passed","severity":"normal"},{"uid":"52085bf8bafab51e","name":"should properly create location multiaddrs - udp","time":{"start":1710306791806,"stop":1710306791806,"duration":0},"status":"passed","severity":"normal"},{"uid":"3836398dd70fdd8c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbede38292c05609","name":"Push message with content topic containing XML","time":{"start":1710307358465,"stop":1710307358466,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfa4a03f36985f76","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1710307325064,"stop":1710307325064,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56681d53b0ad2cb","name":"Decoder throws on undefined content topic","time":{"start":1710306816842,"stop":1710306816842,"duration":0},"status":"passed","severity":"normal"},{"uid":"151636316322d429","name":"Publish message with custom timestamp: Wed Mar 13 2024 06:20:38 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247767,"stop":1710307247767,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b7453da3e18ab","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710307465636,"stop":1710307465636,"duration":0},"status":"passed","severity":"normal"},{"uid":"a084d0101a4b1b0b","name":"Check received message containing Russian","time":{"start":1710306994268,"stop":1710306994269,"duration":1},"status":"passed","severity":"normal"},{"uid":"d669d81e8897781a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1710306981518,"stop":1710306981519,"duration":1},"status":"passed","severity":"normal"},{"uid":"916dd0c263e44a4d","name":"Subscribe to topic containing special chars and publish message","time":{"start":1710307259438,"stop":1710307259438,"duration":0},"status":"passed","severity":"normal"},{"uid":"83afcf2cd16e1e93","name":"passes more than one ENR URLs and attempts connection","time":{"start":1710306844184,"stop":1710306844184,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e53ad3fca24dd088","name":"different cluster, same shard: nodes don't connect","time":{"start":1710306981491,"stop":1710306981491,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1b43c71a5f4ee15","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710306994275,"stop":1710306994275,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5727b048d92f8ce","name":"Push message with content topic containing shell command","time":{"start":1710307207090,"stop":1710307207090,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d89a1ccfe2dc914","name":"Check publish message containing numeric","time":{"start":1710307247757,"stop":1710307247757,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d979d7690842cbd","name":"throws on content topic with empty application field","time":{"start":1710306783476,"stop":1710306783476,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe9f02454f9f7ab","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1710306807149,"stop":1710306807149,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f6ca1b54860dfd1","name":"Check message with invalid timestamp is not received","time":{"start":1710307308631,"stop":1710307308631,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55b295c954e78de","name":"Check received message containing JSON","time":{"start":1710306994271,"stop":1710306994271,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bb0ce2549f5b685","name":"Generator, 2 different pubsubtopics","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"status":"passed","severity":"normal"},{"uid":"892ad9469a60e80","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710307078638,"stop":1710307078638,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c2d8dd472eaf902","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981520,"stop":1710306981520,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e2a1e8746d9207","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710307465638,"stop":1710307465638,"duration":0},"status":"passed","severity":"normal"},{"uid":"a36d82908d154cf2","name":"Check received message containing Russian","time":{"start":1710307308638,"stop":1710307308638,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc3baaa033abf130","name":"should encode/decode to text encoding","time":{"start":1710306791804,"stop":1710306791804,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d3f130ed9394d0","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307351552,"stop":1710307351552,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ec76e6ae059267","name":"should not fail to start the service if it is already started","time":{"start":1710306811114,"stop":1710306811114,"duration":0},"status":"passed","severity":"normal"},{"uid":"6271a0a94214c2cd","name":"different cluster, different shard: nodes don't connect","time":{"start":1710306981492,"stop":1710306981492,"duration":0},"status":"passed","severity":"normal"},{"uid":"9420534aba8f9985","name":"returns all values when wanted number matches available values","time":{"start":1710306806601,"stop":1710306806603,"duration":2},"status":"passed","severity":"normal"},{"uid":"bf85cb42ba4b05a0","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710307078651,"stop":1710307078651,"duration":0},"status":"passed","severity":"normal"},{"uid":"4929156d19bed9bb","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710307535235,"stop":1710307535235,"duration":0},"status":"passed","severity":"normal"},{"uid":"779e1f43412c6cc3","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710307535236,"stop":1710307535236,"duration":0},"status":"passed","severity":"normal"},{"uid":"af26f23dba99a19c","name":"should be able to decode the field with only STORE set to true","time":{"start":1710306791281,"stop":1710306791281,"duration":0},"status":"passed","severity":"normal"},{"uid":"1875af12e2c59931","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1710307259435,"stop":1710307259435,"duration":0},"status":"passed","severity":"normal"},{"uid":"3670104296f933b0","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710307535235,"stop":1710307535235,"duration":0},"status":"passed","severity":"normal"},{"uid":"159407dc774053b9","name":"Check received message containing SQL Injection","time":{"start":1710307308639,"stop":1710307308643,"duration":4},"status":"passed","severity":"normal"},{"uid":"937dd759a74f8879","name":"Check received message containing special chars","time":{"start":1710307308636,"stop":1710307308637,"duration":1},"status":"passed","severity":"normal"},{"uid":"8402acfe0863d89e","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1710307373864,"stop":1710307373864,"duration":0},"status":"passed","severity":"normal"},{"uid":"d789dab8d831290d","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1710306791283,"stop":1710306791283,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b23b84d542088b6","name":"more peers than existing","time":{"start":1710307207320,"stop":1710307207321,"duration":1},"status":"skipped","severity":"normal"},{"uid":"36ee334c4cd23979","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1710306877071,"stop":1710306877072,"duration":1},"status":"passed","severity":"normal"},{"uid":"8967d765cf0753ba","name":"Push message on custom pubsubTopic","time":{"start":1710307101315,"stop":1710307101315,"duration":0},"status":"passed","severity":"normal"},{"uid":"55508c08e2144442","name":"Fails to push message with large meta","time":{"start":1710307358473,"stop":1710307358473,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7eac3f2f4efd11e","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1710306981526,"stop":1710306981526,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e436814900e88dd","name":"should decode valid enr successfully","time":{"start":1710306791800,"stop":1710306791800,"duration":0},"status":"passed","severity":"normal"},{"uid":"c19b90daaf76611d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307101316,"stop":1710307101316,"duration":0},"status":"passed","severity":"normal"},{"uid":"9946e83f566fd2af","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1710306807147,"stop":1710306807147,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ce64e4516c7688","name":"Push message with content topic containing short","time":{"start":1710307358460,"stop":1710307358461,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a5d6b5a6dc7ab5d","name":"Refresh subscription","time":{"start":1710307465621,"stop":1710307465622,"duration":1},"status":"passed","severity":"normal"},{"uid":"34f98c9f388fed0","name":"Push message with meta","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"status":"passed","severity":"normal"},{"uid":"5804608f88f0622e","name":"Reopen subscription with peer with lost subscription","time":{"start":1710306908762,"stop":1710306908762,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a084db94f32185a","name":"Query with Promise Callback, No Decoder","time":{"start":1710307342528,"stop":1710307342528,"duration":0},"status":"passed","severity":"normal"},{"uid":"551c392fcbaf7f61","name":"Does not throw an exception when node disconnects","time":{"start":1710307392998,"stop":1710307392998,"duration":0},"status":"passed","severity":"normal"},{"uid":"eab128fb35e5d15a","name":"should properly compute the node id","time":{"start":1710306791803,"stop":1710306791803,"duration":0},"status":"passed","severity":"normal"},{"uid":"e535e689cf29bd40","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1710307259442,"stop":1710307259442,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2a6ed620d3bf35","name":"Decoder throws on undefined content topic","time":{"start":1710306818619,"stop":1710306818619,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ae85cd1aeca56b","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710307465624,"stop":1710307465624,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c53c3e6c7c27a6d","name":"Push message with JSON payload","time":{"start":1710307207052,"stop":1710307207057,"duration":5},"status":"passed","severity":"normal"},{"uid":"af3fb0b36bd0fc39","name":"should be able to decode the field with only RELAY set to true","time":{"start":1710306791280,"stop":1710306791280,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef37b9432b455edc","name":"Check publish message containing special chars","time":{"start":1710307247757,"stop":1710307247758,"duration":1},"status":"passed","severity":"normal"},{"uid":"27f7bb091abd7099","name":"Check message with no content topic is not received","time":{"start":1710307308649,"stop":1710307308650,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f045d647f60bfc8","name":"Used by Waku Relay","time":{"start":1710307392999,"stop":1710307393000,"duration":1},"status":"passed","severity":"normal"},{"uid":"f07c2a9b3e2549b3","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710307078638,"stop":1710307078639,"duration":1},"status":"passed","severity":"normal"},{"uid":"7103721d540ca672","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710307465633,"stop":1710307465633,"duration":0},"status":"skipped","severity":"normal"},{"uid":"70d2a2f13b6a2297","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1710306791277,"stop":1710306791278,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a4e3fc75e8371f7","name":"Push message with rate limit","time":{"start":1710307207093,"stop":1710307207094,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca7da19ba41eb4eb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1710306981511,"stop":1710306981511,"duration":0},"status":"passed","severity":"normal"},{"uid":"51255a22a58646d6","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1710306807149,"stop":1710306807150,"duration":1},"status":"passed","severity":"normal"},{"uid":"84f9195fc0f8e0a9","name":"Correctly serialized arguments","time":{"start":1710307105570,"stop":1710307105570,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3c212d623f1152e","name":"Store - dialed after - with timeout","time":{"start":1710307402635,"stop":1710307402635,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc604a1442a69eb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1710306981524,"stop":1710306981525,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b66495eef116772","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1710306807583,"stop":1710306807583,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9430d7fb98f3b2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710307078647,"stop":1710307078647,"duration":0},"status":"passed","severity":"normal"},{"uid":"3597590afaefed95","name":"Check received message containing unicode special characters","time":{"start":1710306994272,"stop":1710306994273,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b3a75e271d6266","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1710306981522,"stop":1710306981524,"duration":2},"status":"passed","severity":"normal"},{"uid":"e8cee758ade97dff","name":"can start and stop the service","time":{"start":1710307300369,"stop":1710307300369,"duration":0},"status":"passed","severity":"normal"},{"uid":"e34ab47665c4eb66","name":"1 Store, 2 relays, 2 fetches","time":{"start":1710306807025,"stop":1710306807025,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a6a1cb256b9282f","name":"Using a function","time":{"start":1710307392999,"stop":1710307392999,"duration":0},"status":"passed","severity":"normal"},{"uid":"a772a1195095c96","name":"Asymmetric encrypt & decrypt","time":{"start":1710306817450,"stop":1710306817451,"duration":1},"status":"passed","severity":"normal"},{"uid":"322ec624736566aa","name":"should be able to encode the field with only FILTER set to true","time":{"start":1710306791275,"stop":1710306791276,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7bb23ddc501c0ee","name":"Push message with content topic containing unicode special characters","time":{"start":1710307358467,"stop":1710307358468,"duration":1},"status":"passed","severity":"normal"},{"uid":"97bda8c337a5c64a","name":"Reopen subscription with peer with lost subscription","time":{"start":1710306865885,"stop":1710306865886,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce05dda30542d80e","name":"Query Generator, Multiple PubsubTopics","time":{"start":1710307342519,"stop":1710307342520,"duration":1},"status":"passed","severity":"normal"},{"uid":"1edf0235af8fec6","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1710307259435,"stop":1710307259435,"duration":0},"status":"passed","severity":"normal"},{"uid":"349c76ee852db424","name":"Subscribe to topic containing short and receive message","time":{"start":1710307078644,"stop":1710307078644,"duration":0},"status":"passed","severity":"normal"},{"uid":"942f45714d816161","name":"should set field with all protocols disabled","time":{"start":1710306791807,"stop":1710306791807,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c3b54c1ca7eaa0d","name":"Sets default value correctly","time":{"start":1710307393000,"stop":1710307393000,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae8aa08266f081e","name":"Subscribe to topic containing short and receive message","time":{"start":1710307465634,"stop":1710307465634,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b493541418e2afe","name":"should get / set TCP multiaddr","time":{"start":1710306791805,"stop":1710306791805,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5743fbb8adfaf32","name":"should throw error - no id","time":{"start":1710306791801,"stop":1710306791801,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6471a4e3fe7b14f","name":"Push message with content topic containing XML","time":{"start":1710307207089,"stop":1710307207089,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6cbeffff593b0af","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1710307325063,"stop":1710307325063,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae158714446bc92","name":"Check message with no content topic is not received","time":{"start":1710306994277,"stop":1710306994277,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1291c25e0f7ab77","name":"Check received message containing short","time":{"start":1710307308635,"stop":1710307308635,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfaff012410118d0","name":"Generator, 2 different pubsubtopics","time":{"start":1710307351547,"stop":1710307351548,"duration":1},"status":"passed","severity":"normal"},{"uid":"16d5bf74f002c13a","name":"Publish message with custom timestamp: Wed Mar 13 2024 04:20:38 GMT+0000 (Coordinated Universal Time)","time":{"start":1710307247766,"stop":1710307247767,"duration":1},"status":"passed","severity":"normal"},{"uid":"7945e0514e314143","name":"Fails to push message with large meta","time":{"start":1710307207093,"stop":1710307207093,"duration":0},"status":"passed","severity":"normal"},{"uid":"56ca2f702c4cdb02","name":"Push message with special chars payload","time":{"start":1710307358454,"stop":1710307358454,"duration":0},"status":"passed","severity":"normal"},{"uid":"872e8b03e8417bf0","name":"should emit a peer event after start","time":{"start":1710306811114,"stop":1710306811115,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dab49c42effd416","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710307465640,"stop":1710307465640,"duration":0},"status":"passed","severity":"normal"},{"uid":"e643e20019f5f65c","name":"Subscribe to topic containing long and publish message","time":{"start":1710307259437,"stop":1710307259437,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bc4d374f21fcfd2","name":"configure the node with multiple pubsub topics","time":{"start":1710307285626,"stop":1710307285627,"duration":1},"status":"passed","severity":"normal"},{"uid":"a756180be52294f3","name":"Push message with Russian payload","time":{"start":1710307207050,"stop":1710307207050,"duration":0},"status":"passed","severity":"normal"},{"uid":"76ee843b7667e331","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710307465635,"stop":1710307465636,"duration":1},"status":"passed","severity":"normal"},{"uid":"6baaff4bb81b1029","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1710307244659,"stop":1710307244659,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3974946fb4e638b","name":"Check message with non string payload is not received","time":{"start":1710306994278,"stop":1710306994278,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6464def5efb043e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710306994274,"stop":1710306994274,"duration":0},"status":"passed","severity":"normal"},{"uid":"24efdf966e4ef57d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710307045657,"stop":1710307045659,"duration":2},"status":"passed","severity":"normal"},{"uid":"90735eebe174ec27","name":"Check message with invalid timestamp is not received","time":{"start":1710306994275,"stop":1710306994275,"duration":0},"status":"passed","severity":"normal"},{"uid":"63b8953a0fb524dd","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1710306877073,"stop":1710306877073,"duration":0},"status":"passed","severity":"normal"},{"uid":"80bd6dda223934cc","name":"addEventListener with wrong event","time":{"start":1710306873742,"stop":1710306873743,"duration":1},"status":"passed","severity":"normal"},{"uid":"56b4807bb648705b","name":"Push to array if already present","time":{"start":1710306783350,"stop":1710306783351,"duration":1},"status":"passed","severity":"normal"},{"uid":"c78deb2d9b9608a9","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1710306833583,"stop":1710306833584,"duration":1},"status":"passed","severity":"normal"},{"uid":"b35ec6754e875c48","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710307078652,"stop":1710307078652,"duration":0},"status":"passed","severity":"normal"},{"uid":"431b7e4e075f97cc","name":"Check received message containing escaped characters","time":{"start":1710307308646,"stop":1710307308646,"duration":0},"status":"passed","severity":"normal"},{"uid":"cacc380da1b93230","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710307045661,"stop":1710307045662,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5f0f66c8d1426d","name":"Fails to publish message with size larger than 1 MB","time":{"start":1710307247771,"stop":1710307247771,"duration":0},"status":"passed","severity":"normal"},{"uid":"10e645bab1fa0461","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1710306796319,"stop":1710306796319,"duration":0},"status":"passed","severity":"normal"},{"uid":"30cfc64235762ce7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710307351549,"stop":1710307351549,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fdcddd8ac1092c","name":"can start the service","time":{"start":1710306811112,"stop":1710306811113,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a981ae9069cc5ed","name":"isConnected return false after peer stops","time":{"start":1710306877075,"stop":1710306877076,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d5ec46e2958dc45","name":"new peer added after a peer was already found","time":{"start":1710307233597,"stop":1710307233598,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3b0749efd22f39dc","name":"Query Generator, No Decoder","time":{"start":1710307342523,"stop":1710307342524,"duration":1},"status":"passed","severity":"normal"},{"uid":"ead1906609d6d38f","name":"Check publish message containing Basic HTML tag","time":{"start":1710307247762,"stop":1710307247763,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ff2747ee46298db","name":"Subscribe to topic containing Script and receive message","time":{"start":1710307465625,"stop":1710307465625,"duration":0},"status":"passed","severity":"normal"},{"uid":"70c029d74b3a4f35","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710306981514,"stop":1710306981516,"duration":2},"status":"passed","severity":"normal"},{"uid":"ae2118cc8150f0db","name":"Ping on unsubscribed peer","time":{"start":1710306908763,"stop":1710306908764,"duration":1},"status":"passed","severity":"normal"},{"uid":"38e7c6a940a06079","name":"same cluster, same shard: nodes connect","time":{"start":1710307114396,"stop":1710307114396,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"ae09d7506fd71367","name":"Push message with content topic containing escaped characters","time":{"start":1710308463710,"stop":1710308463710,"duration":0},"status":"passed","severity":"normal"},{"uid":"6287513d2edaaa9f","name":"Store - dialed after - with timeout","time":{"start":1710308515426,"stop":1710308515427,"duration":1},"status":"passed","severity":"normal"},{"uid":"168699eea91ad1b0","name":"Sample","time":{"start":1710307898039,"stop":1710307898039,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb2684be62889246","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1710307897773,"stop":1710307897773,"duration":0},"status":"passed","severity":"normal"},{"uid":"e63d4d5b9856819a","name":"Fails to publish message with wrong content topic","time":{"start":1710308366509,"stop":1710308366511,"duration":2},"status":"passed","severity":"normal"},{"uid":"419b2409f8930b61","name":"Reopen subscription with peer with lost subscription","time":{"start":1710308024294,"stop":1710308024295,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c9e3492a4807550","name":"Push message with content topic containing Chinese","time":{"start":1710308322609,"stop":1710308322609,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e5aa6f148f9d8b9","name":"less peers than existing","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d4e9adc87979262","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1710307897780,"stop":1710307897781,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb8d11f05e1a0b93","name":"Register correct protocols","time":{"start":1710308371293,"stop":1710308371294,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9a03dcdb8819aa6","name":"Push message with SQL Injection payload","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"status":"passed","severity":"normal"},{"uid":"30081ab3344c28d6","name":"Push message with content topic containing escaped characters","time":{"start":1710308322614,"stop":1710308322614,"duration":0},"status":"passed","severity":"normal"},{"uid":"64455f73f6a0cbb5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1710308092722,"stop":1710308092722,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa888bf35fccfb1","name":"Query with Promise Callback, No message returned","time":{"start":1710308459438,"stop":1710308459439,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cf7091976c49855","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1710308508713,"stop":1710308508714,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ee1aee8ea0aa9f7","name":"Subscribe to topic containing short and receive message","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ef819c359058ade","name":"Check received message containing JSON","time":{"start":1710308416721,"stop":1710308416722,"duration":1},"status":"passed","severity":"normal"},{"uid":"54780751d24614ee","name":"can start the service","time":{"start":1710307918131,"stop":1710307918131,"duration":0},"status":"passed","severity":"normal"},{"uid":"e58834a65ed4ea86","name":"Check received message containing emoji","time":{"start":1710308416723,"stop":1710308416724,"duration":1},"status":"passed","severity":"normal"},{"uid":"249eba5a985f9b6","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1710307948137,"stop":1710307948137,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae455015e49eea53","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092691,"stop":1710308092699,"duration":8},"status":"passed","severity":"normal"},{"uid":"6fea4f1e72594470","name":"Subscribe to topic containing long and receive message","time":{"start":1710308572936,"stop":1710308572937,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a7b0ff99dee6a84","name":"Passing page size 1 when there are 4 messages","time":{"start":1710308494290,"stop":1710308494291,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9c076e66d864268","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1710307950104,"stop":1710307950105,"duration":1},"status":"passed","severity":"normal"},{"uid":"768edaa3781bce49","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710308572942,"stop":1710308572943,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2a13a70ec24708f","name":"Check publish message containing short","time":{"start":1710308366456,"stop":1710308366456,"duration":0},"status":"passed","severity":"normal"},{"uid":"963bd816a7c1d5c1","name":"Push message with content topic containing XML","time":{"start":1710308463694,"stop":1710308463705,"duration":11},"status":"passed","severity":"normal"},{"uid":"4af4f3a79477d29c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308225037,"stop":1710308225037,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3901eae495650d0","name":"Push message with custom timestamp: 1679549692890","time":{"start":1710308463732,"stop":1710308463733,"duration":1},"status":"passed","severity":"normal"},{"uid":"73fc13e1a2da15bc","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710308167160,"stop":1710308167160,"duration":0},"status":"passed","severity":"normal"},{"uid":"65158b7cbdcd1238","name":"Push 30 different messages","time":{"start":1710308463689,"stop":1710308463689,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcbe0c79e4f1c505","name":"Push message with Script payload","time":{"start":1710308322586,"stop":1710308322593,"duration":7},"status":"passed","severity":"normal"},{"uid":"7c5165e0a08000e8","name":"Push message with short payload","time":{"start":1710308322564,"stop":1710308322564,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fc1f472da8fdd0a","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710308097734,"stop":1710308097734,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7d3b14d46472c1d","name":"Ordered callback, aborts when callback returns true","time":{"start":1710308481021,"stop":1710308481022,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e13bbd413bdfe67","name":"Nwaku publishes","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab61a767c8ddc7fd","name":"Check message with no content topic is not received","time":{"start":1710308097736,"stop":1710308097736,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6516d0da9395234","name":"Generator, custom pubsub topic","time":{"start":1710308464141,"stop":1710308464141,"duration":0},"status":"skipped","severity":"normal"},{"uid":"65ad99ac0edfe7ed","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","severity":"normal"},{"uid":"7929bfc9e9d0147c","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1710308433841,"stop":1710308433841,"duration":0},"status":"passed","severity":"normal"},{"uid":"1382ce6430bcc8e3","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710308416744,"stop":1710308416745,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d551bb723d2168","name":"Waku message hash computation (meta attribute not present)","time":{"start":1710307892759,"stop":1710307892759,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f251cecc999254f","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c4c55deba96b8e","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1710307940164,"stop":1710307940171,"duration":7},"status":"passed","severity":"normal"},{"uid":"d302f1ab7f445158","name":"Check received message containing short","time":{"start":1710308416729,"stop":1710308416730,"duration":1},"status":"passed","severity":"normal"},{"uid":"2593a621e1209fca","name":"Encoder throws on empty string content topic","time":{"start":1710307923914,"stop":1710307923915,"duration":1},"status":"passed","severity":"normal"},{"uid":"17cafc41b2943637","name":"different cluster, same shard: nodes don't connect","time":{"start":1710308092685,"stop":1710308092686,"duration":1},"status":"passed","severity":"normal"},{"uid":"584068ae20efac07","name":"throws on content topic with too few or too many fields","time":{"start":1710307890264,"stop":1710307890264,"duration":0},"status":"passed","severity":"normal"},{"uid":"94d202265557b95","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1710308092721,"stop":1710308092721,"duration":0},"status":"passed","severity":"normal"},{"uid":"11eb0f4823c96201","name":"Check received message with timestamp: 1710307939355000000 ","time":{"start":1710308416724,"stop":1710308416724,"duration":0},"status":"passed","severity":"normal"},{"uid":"4129f5d41c6ca22c","name":"should handle a minimal index list","time":{"start":1710307890343,"stop":1710307890344,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e38930ef90d934b","name":"Overlapping topic subscription","time":{"start":1710308371300,"stop":1710308371301,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d281bfa3e25b73e6","name":"recovers when dns.resolve returns empty","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"status":"passed","severity":"normal"},{"uid":"1283e9ffcb56230f","name":"Passing cursor with wrong pubsubTopic","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc3887ddc54b7338","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308007025,"stop":1710308007025,"duration":0},"status":"passed","severity":"normal"},{"uid":"882fdf9ae41376be","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1710307914057,"stop":1710307914058,"duration":1},"status":"passed","severity":"normal"},{"uid":"691a34a900530f1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308007021,"stop":1710308007021,"duration":0},"status":"passed","severity":"normal"},{"uid":"79b8b787a6cf01e9","name":"Query generator for multiple messages","time":{"start":1710308481018,"stop":1710308481018,"duration":0},"status":"passed","severity":"normal"},{"uid":"abf2b2911db3ad8f","name":"Push message with Arabic payload","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"status":"passed","severity":"normal"},{"uid":"286a188ce3994149","name":"safeDispatchEvent","time":{"start":1710307980883,"stop":1710307980884,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc4806e8d40a6527","name":"Check received message containing escaped characters","time":{"start":1710308416740,"stop":1710308416742,"duration":2},"status":"passed","severity":"normal"},{"uid":"68d38eaf2ad613c2","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710308649157,"stop":1710308649157,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9033d1f148e94c6","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710308192915,"stop":1710308192916,"duration":1},"status":"passed","severity":"normal"},{"uid":"93a0c157206c50ba","name":"Fails to push message with empty content topic","time":{"start":1710308322615,"stop":1710308322615,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d388e45591383b","name":"removeEventListener with correct event","time":{"start":1710307980880,"stop":1710307980881,"duration":1},"status":"passed","severity":"normal"},{"uid":"b315b480fe2eec38","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710308007024,"stop":1710308007024,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd0fca2df1ee3be","name":"Check received message containing special chars","time":{"start":1710308097726,"stop":1710308097727,"duration":1},"status":"passed","severity":"normal"},{"uid":"55136e36ac157da1","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1710308092714,"stop":1710308092714,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd801977b799a42f","name":"Push message with content topic containing XML","time":{"start":1710308322612,"stop":1710308322612,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4ca6b04a1e969b5","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710308192968,"stop":1710308192969,"duration":1},"status":"passed","severity":"normal"},{"uid":"38cf3f4b38919620","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bbdf296f293cabce","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308464141,"stop":1710308464142,"duration":1},"status":"skipped","severity":"normal"},{"uid":"fcea57472694cd3d","name":"Subscribe to topic containing short and receive message","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe4e6897f994c287","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710308192971,"stop":1710308192971,"duration":0},"status":"passed","severity":"normal"},{"uid":"1523a03b3d04359b","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1710308371296,"stop":1710308371297,"duration":1},"status":"passed","severity":"normal"},{"uid":"78e461413c8cc9a6","name":"Accepts a valid Waku Message","time":{"start":1710307906861,"stop":1710307906862,"duration":1},"status":"passed","severity":"normal"},{"uid":"475a6691ee8a25b2","name":"Push message with special chars payload","time":{"start":1710308463674,"stop":1710308463675,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e1305aefbe96bf2","name":"Check received message containing short","time":{"start":1710308416716,"stop":1710308416716,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bc89afb1807ee97","name":"Check received message containing Chinese","time":{"start":1710308416731,"stop":1710308416732,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0e59bc0e054e13b","name":"Passing page size 110 when there are 120 messages","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"status":"passed","severity":"normal"},{"uid":"cefec7f7d4ab588b","name":"Push message with escaped characters payload","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"status":"passed","severity":"normal"},{"uid":"94c1a6601a18a435","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710308572948,"stop":1710308572949,"duration":1},"status":"passed","severity":"normal"},{"uid":"746e53115698be23","name":"Encoder throws on undefined content topic","time":{"start":1710307903499,"stop":1710307903500,"duration":1},"status":"passed","severity":"normal"},{"uid":"758448b39be27c9","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bf5730553fdfba4e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710308026834,"stop":1710308026834,"duration":0},"status":"passed","severity":"normal"},{"uid":"f535654f4861b59","name":"can start and stop the service","time":{"start":1710307918132,"stop":1710307918132,"duration":0},"status":"passed","severity":"normal"},{"uid":"20243ed8033a8488","name":"handles multiple messages","time":{"start":1710308495152,"stop":1710308495153,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9e6fe4eee6ddb2d","name":"Subscribe to topic containing long and receive message","time":{"start":1710308192921,"stop":1710308192921,"duration":0},"status":"passed","severity":"normal"},{"uid":"53bdcc55268eab3a","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1710307903347,"stop":1710307903347,"duration":0},"status":"passed","severity":"normal"},{"uid":"80e534f40888f6d0","name":"Push message with short payload","time":{"start":1710308463673,"stop":1710308463673,"duration":0},"status":"passed","severity":"normal"},{"uid":"39bc231b2d43a2ca","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1710308508730,"stop":1710308508734,"duration":4},"status":"passed","severity":"normal"},{"uid":"26fb4a83e7160219","name":"Overlapping topic subscription","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"status":"passed","severity":"normal"},{"uid":"658fc70cc0b4b5d7","name":"Check meta is set [ecies]","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"status":"passed","severity":"normal"},{"uid":"3478f4dea2ed7899","name":"Waku message hash computation","time":{"start":1710307892757,"stop":1710307892759,"duration":2},"status":"passed","severity":"normal"},{"uid":"5f5f9aea320ebe41","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1710307914374,"stop":1710307914374,"duration":0},"status":"passed","severity":"normal"},{"uid":"e64a00d603ae3445","name":"can start the service","time":{"start":1710308426361,"stop":1710308426361,"duration":0},"status":"passed","severity":"normal"},{"uid":"40758540cf4daf90","name":"Check message on other pubsub topic is not received","time":{"start":1710308416745,"stop":1710308416745,"duration":0},"status":"passed","severity":"normal"},{"uid":"53fe69e083ed7f74","name":"Generator, 2 different pubsubtopics","time":{"start":1710308464142,"stop":1710308464143,"duration":1},"status":"passed","severity":"normal"},{"uid":"12828de6523ff65c","name":"Push message with emoji payload","time":{"start":1710308463688,"stop":1710308463689,"duration":1},"status":"passed","severity":"normal"},{"uid":"26651b8096e41a46","name":"different cluster, different shard: nodes don't connect","time":{"start":1710308231837,"stop":1710308231838,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f9b9d4bd7ac7b36","name":"Check message with no payload is not received","time":{"start":1710308416746,"stop":1710308416746,"duration":0},"status":"passed","severity":"normal"},{"uid":"e18f2b41e2124324","name":"Check received message containing SQL Injection","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"status":"passed","severity":"normal"},{"uid":"8456d9887da5650e","name":"addEventListener with wrong event","time":{"start":1710307980880,"stop":1710307980880,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fcf5ca8de7d5e3","name":"Push to array if already present","time":{"start":1710307889889,"stop":1710307889890,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbaa443eb1a7ea22","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710308192914,"stop":1710308192915,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2008042c6b59cae","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1710307918135,"stop":1710307918135,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8b915338eb3e6ad","name":"Subscribe to topic containing long and receive message","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fc7ad298cfbe3fe","name":"Query Generator, No Decoder","time":{"start":1710308459426,"stop":1710308459427,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dd7ebff91c557a5","name":"Push message with Arabic payload","time":{"start":1710308322567,"stop":1710308322579,"duration":12},"status":"passed","severity":"normal"},{"uid":"eebbb1047a742e76","name":"Query generator for multiple messages with different message text format","time":{"start":1710308481018,"stop":1710308481019,"duration":1},"status":"passed","severity":"normal"},{"uid":"a00442e33e94af34","name":"Check received message containing Russian","time":{"start":1710308416719,"stop":1710308416719,"duration":0},"status":"passed","severity":"normal"},{"uid":"59599f58f3b10d7","name":"Passing page size 11 when there are 10 messages","time":{"start":1710308494292,"stop":1710308494292,"duration":0},"status":"passed","severity":"normal"},{"uid":"3123eeef1e0a98cb","name":"Check received message containing emoji","time":{"start":1710308416742,"stop":1710308416743,"duration":1},"status":"passed","severity":"normal"},{"uid":"7435b88ccd1e8fab","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1710307897799,"stop":1710307897800,"duration":1},"status":"passed","severity":"normal"},{"uid":"9117289dde432b2f","name":"Check message received after jswaku node is restarted","time":{"start":1710308416747,"stop":1710308416747,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7ab633ea8009b98c","name":"Push message with content topic containing unicode special characters","time":{"start":1710308463711,"stop":1710308463725,"duration":14},"status":"passed","severity":"normal"},{"uid":"e8bbe5d0309640b5","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1710307940140,"stop":1710307940143,"duration":3},"status":"passed","severity":"normal"},{"uid":"69d841d5eeafb782","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710308167157,"stop":1710308167158,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2f95704a7585f63","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1710307897810,"stop":1710307897811,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ab479e4414643b9","name":"Push message with meta","time":{"start":1710308322615,"stop":1710308322616,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe8f8b7d9d7213a4","name":"Push message with unicode special characters payload","time":{"start":1710308322596,"stop":1710308322597,"duration":1},"status":"passed","severity":"normal"},{"uid":"e46d8319e6b46486","name":"passes more than one ENR URLs and attempts connection","time":{"start":1710307950776,"stop":1710307950776,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4529e8375b8ffe73","name":"Passing page size 10 when there are 10 messages","time":{"start":1710308494291,"stop":1710308494292,"duration":1},"status":"passed","severity":"normal"},{"uid":"20731a99aae17b96","name":"non connected peers","time":{"start":1710308322788,"stop":1710308322789,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4c535bf7e2869044","name":"Check publish message after service node is restarted","time":{"start":1710308366513,"stop":1710308366525,"duration":12},"status":"skipped","severity":"normal"},{"uid":"210ba9f3286cdde","name":"should be able to decode the field with only RELAY set to true","time":{"start":1710307897775,"stop":1710307897775,"duration":0},"status":"passed","severity":"normal"},{"uid":"e145088ff1e23252","name":"Check message with invalid timestamp is not received","time":{"start":1710308416726,"stop":1710308416726,"duration":0},"status":"passed","severity":"normal"},{"uid":"33187d6eb6754c90","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710308192976,"stop":1710308192977,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc8398f218c8fddb","name":"Nodes with multiple pubsub topic","time":{"start":1710308357659,"stop":1710308357662,"duration":3},"status":"passed","severity":"normal"},{"uid":"6ab40f19803a67d3","name":"Fails to push message with empty content topic","time":{"start":1710308463727,"stop":1710308463728,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7526c5ff44f936","name":"isConnected should return true after first peer connects","time":{"start":1710307991226,"stop":1710307991227,"duration":1},"status":"passed","severity":"normal"},{"uid":"c60c32df11b0567b","name":"Check received message containing JSON","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4c5ee5fa0ac66ca","name":"Check received message containing XML","time":{"start":1710308416735,"stop":1710308416736,"duration":1},"status":"passed","severity":"normal"},{"uid":"961c402fe2a47a78","name":"Rejects garbage","time":{"start":1710307906862,"stop":1710307906863,"duration":1},"status":"passed","severity":"normal"},{"uid":"37e6fbdae03121a6","name":"should return false","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"status":"passed","severity":"normal"},{"uid":"390f9fd1641e1b59","name":"Push message with custom timestamp: 1679549697857","time":{"start":1710308322617,"stop":1710308322618,"duration":1},"status":"passed","severity":"normal"},{"uid":"57491081423ef38b","name":"Relay - dialed first","time":{"start":1710308515424,"stop":1710308515425,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f4b78982dcf46d3","name":"Push message with content topic containing SQL Injection","time":{"start":1710308463693,"stop":1710308463694,"duration":1},"status":"passed","severity":"normal"},{"uid":"404693b7c9f44206","name":"Push message with content topic containing shell command","time":{"start":1710308322613,"stop":1710308322613,"duration":0},"status":"passed","severity":"normal"},{"uid":"223a9ee6413644c6","name":"Check message with non string payload is not received","time":{"start":1710308416728,"stop":1710308416728,"duration":0},"status":"passed","severity":"normal"},{"uid":"7be882f99455ca53","name":"pre and post cipher","time":{"start":1710307924459,"stop":1710307924459,"duration":0},"status":"passed","severity":"normal"},{"uid":"7946af4b1566759b","name":"Check received message containing unicode special characters","time":{"start":1710308416723,"stop":1710308416723,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e41a1e48c8c0491","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1710307897773,"stop":1710307897774,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3737e78ca767f63","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092688,"stop":1710308092689,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfdf67519d6995a3","name":"Check message on other pubsub topic is not received","time":{"start":1710308416726,"stop":1710308416726,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8e407da697fa6b","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1710307912522,"stop":1710307912523,"duration":1},"status":"passed","severity":"normal"},{"uid":"359fc7ba8c7e550c","name":"Check publish message containing long","time":{"start":1710308366456,"stop":1710308366457,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d157290c1719ce","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1710307948135,"stop":1710307948136,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9670423c988d8b1","name":"throws on empty content topic","time":{"start":1710307890263,"stop":1710307890264,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d50c79b1c7fc277","name":"should get / set UDP multiaddr","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d1b04501c44962","name":"Push 30 different messages","time":{"start":1710308322598,"stop":1710308322598,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5a188b7ef2a5c66","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1710308459428,"stop":1710308459429,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eba469f3e5f2764","name":"should get / set TCP multiaddr","time":{"start":1710307898607,"stop":1710307898607,"duration":0},"status":"passed","severity":"normal"},{"uid":"6673ddf96a113fa9","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710308026832,"stop":1710308026833,"duration":1},"status":"passed","severity":"normal"},{"uid":"83079f62ee1ee2a","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{"start":1710308388677,"stop":1710308388677,"duration":0},"status":"broken","severity":"normal"},{"uid":"637f3196ed316a60","name":"can start and stop the service","time":{"start":1710307950770,"stop":1710307950770,"duration":0},"status":"passed","severity":"normal"},{"uid":"562b2c9eff20cb82","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1710308092702,"stop":1710308092703,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0b432e7877fe7c5","name":"Check received message containing SQL Injection","time":{"start":1710308097728,"stop":1710308097729,"duration":1},"status":"passed","severity":"normal"},{"uid":"65f7e61d68305d01","name":"Encoder throws on empty string content topic","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e86b9b0e6a71c85","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"status":"passed","severity":"normal"},{"uid":"890f2f771fad488d","name":"Push message with meta","time":{"start":1710308463728,"stop":1710308463728,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f590d96d7726c4","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1710307914070,"stop":1710307914070,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d2d288efad1f2ef","name":"Decoder throws on empty string content topic","time":{"start":1710307923916,"stop":1710307923916,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2332d8b644a6331","name":"Push message with content topic containing Arabic","time":{"start":1710308463692,"stop":1710308463693,"duration":1},"status":"passed","severity":"normal"},{"uid":"c219c5cdd92dffd7","name":"Check received message containing Script","time":{"start":1710308097729,"stop":1710308097729,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe93c0551b6e064d","name":"Push message with content topic containing SQL Injection","time":{"start":1710308322610,"stop":1710308322611,"duration":1},"status":"passed","severity":"normal"},{"uid":"19621e5608720560","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710308572948,"stop":1710308572948,"duration":0},"status":"passed","severity":"normal"},{"uid":"b42004c7de0f1c81","name":"Promise Callback - backward","time":{"start":1710308485477,"stop":1710308485478,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4fdd7f0558ead18","name":"Query with Promise Callback, No Decoder","time":{"start":1710308459438,"stop":1710308459438,"duration":0},"status":"passed","severity":"normal"},{"uid":"a294baa10a5ddd71","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710308357665,"stop":1710308357666,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8165fc4a6960e1","name":"Check received message containing escaped characters","time":{"start":1710308416722,"stop":1710308416723,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9a1fc59851db444","name":"Push message with long payload","time":{"start":1710308463673,"stop":1710308463674,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9d8d79130bff9c","name":"Subscribe and receives messages on 20 topics","time":{"start":1710308192916,"stop":1710308192916,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f11683e170dbe81","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1710307890344,"stop":1710307890344,"duration":0},"status":"passed","severity":"normal"},{"uid":"66c61ced9b7c8d9c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308007023,"stop":1710308007023,"duration":0},"status":"passed","severity":"normal"},{"uid":"569f2b32e5b81606","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710308649156,"stop":1710308649157,"duration":1},"status":"passed","severity":"normal"},{"uid":"e21393c53b3cec0e","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710308026835,"stop":1710308026835,"duration":0},"status":"passed","severity":"normal"},{"uid":"51acecb33833ebf4","name":"caches peers it previously fetched","time":{"start":1710307914372,"stop":1710307914372,"duration":0},"status":"passed","severity":"normal"},{"uid":"85ad27be440476f7","name":"should set field with all protocols disabled","time":{"start":1710307898610,"stop":1710307898610,"duration":0},"status":"passed","severity":"normal"},{"uid":"db70e85df4bc8348","name":"Check meta is set [symmetric]","time":{"start":1710307923913,"stop":1710307923913,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f13d00d0cf93a54","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c66df1ea5ce918aa","name":"Check publish message containing special chars","time":{"start":1710308366458,"stop":1710308366458,"duration":0},"status":"passed","severity":"normal"},{"uid":"d970b9e8f5bd7b75","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1710308508734,"stop":1710308508735,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb13348c58157251","name":"Check message received after nwaku node is restarted","time":{"start":1710308416748,"stop":1710308416748,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ac36608524f6ead6","name":"Symmetric encrypt & Decrypt","time":{"start":1710307924458,"stop":1710307924458,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f016940a25de20b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710308007020,"stop":1710308007020,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f0b192b239015e","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1710308092689,"stop":1710308092690,"duration":1},"status":"passed","severity":"normal"},{"uid":"47b5704cc6d32bde","name":"Push message equal or less that 1MB","time":{"start":1710308463742,"stop":1710308463743,"duration":1},"status":"passed","severity":"normal"},{"uid":"b21d2a90f8da1c78","name":"should only return 1 node with store capability","time":{"start":1710307914373,"stop":1710307914373,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b01fe7edcdf95a5","name":"should not receive a peer event before start","time":{"start":1710307950773,"stop":1710307950773,"duration":0},"status":"passed","severity":"normal"},{"uid":"74f11ca386c36d84","name":"Check message received after jswaku node is restarted","time":{"start":1710308097737,"stop":1710308097738,"duration":1},"status":"skipped","severity":"normal"},{"uid":"45b4ad98def2a4bd","name":"Refresh subscription","time":{"start":1710308371299,"stop":1710308371300,"duration":1},"status":"skipped","severity":"normal"},{"uid":"65b1a4ce2339e5d0","name":"ignores unrecognized TXT record formats","time":{"start":1710307914371,"stop":1710307914372,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc1488d478c0318a","name":"Push message with custom timestamp: 1710304492890","time":{"start":1710308463734,"stop":1710308463741,"duration":7},"status":"passed","severity":"normal"},{"uid":"ced572415015a932","name":"Push message with custom timestamp: 1710311697857","time":{"start":1710308322623,"stop":1710308322623,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e03f34bef5cb825","name":"Publish message with custom timestamp: Wed Mar 13 2024 06:39:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366481,"stop":1710308366481,"duration":0},"status":"passed","severity":"normal"},{"uid":"861a4a1dc01d6259","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1710308092720,"stop":1710308092721,"duration":1},"status":"passed","severity":"normal"},{"uid":"552741c98078b8c7","name":"should not receive a peer event after stop","time":{"start":1710308426368,"stop":1710308426369,"duration":1},"status":"passed","severity":"normal"},{"uid":"62f2fcc847c6df65","name":"Relay","time":{"start":1710307948300,"stop":1710307948300,"duration":0},"status":"passed","severity":"normal"},{"uid":"98dcb862c1c7ae3d","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1710308459430,"stop":1710308459437,"duration":7},"status":"passed","severity":"normal"},{"uid":"4173465555050b68","name":"Check received message containing Basic HTML tag","time":{"start":1710308097730,"stop":1710308097730,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c40f41a15c1d4d7","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1710308167160,"stop":1710308167161,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2778b55d5cee611","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710308026834,"stop":1710308026835,"duration":1},"status":"passed","severity":"normal"},{"uid":"b794452d1d7d235c","name":"Ephemeral field is preserved - encoder v0","time":{"start":1710307950103,"stop":1710307950104,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbe7ad191055e930","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710307897832,"stop":1710307897834,"duration":2},"status":"passed","severity":"normal"},{"uid":"4afd6ad1b22c9cb9","name":"should properly create location multiaddrs - udp","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"status":"passed","severity":"normal"},{"uid":"952571cd432fe180","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092701,"stop":1710308092702,"duration":1},"status":"passed","severity":"normal"},{"uid":"38f46781806d9633","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1710307897772,"stop":1710307897772,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aa22523f7525502","name":"same cluster, same shard: nodes connect","time":{"start":1710308231836,"stop":1710308231836,"duration":0},"status":"passed","severity":"normal"},{"uid":"856c6dd98bcbf879","name":"Used by Waku Relay","time":{"start":1710308510824,"stop":1710308510825,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ff5db574664ea58","name":"addEventListener with correct event","time":{"start":1710307980879,"stop":1710307980880,"duration":1},"status":"passed","severity":"normal"},{"uid":"10b6c3e919fd6852","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1710308371313,"stop":1710308371314,"duration":1},"status":"passed","severity":"normal"},{"uid":"64a1627951e49c06","name":"isConnected should return false after all peers disconnect","time":{"start":1710307940215,"stop":1710307940216,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcc2c1ac105ef281","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710308572933,"stop":1710308572933,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac4e5b382205b17f","name":"should be called at least once on all `peer:discovery` events","time":{"start":1710307948133,"stop":1710307948134,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fda8488ae92c13b","name":"Check publish message containing Arabic","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"status":"passed","severity":"normal"},{"uid":"72928242b5434284","name":"throws on content topic with empty version field","time":{"start":1710307890266,"stop":1710307890266,"duration":0},"status":"passed","severity":"normal"},{"uid":"1631198a807769df","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2b6e21e58644a2e","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1710307914070,"stop":1710307914071,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc8f7f63be5e847d","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1710308092721,"stop":1710308092721,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d1310b738ab2ad7","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee7fed40c2cffe70","name":"unsubscribes","time":{"start":1710308495153,"stop":1710308495153,"duration":0},"status":"passed","severity":"normal"},{"uid":"23b4e6317755ed0","name":"Subscribe to topic containing Russian and publish message","time":{"start":1710308371307,"stop":1710308371307,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0e883bdefa5097b","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff7f2f8f9c8b2998","name":"Fails to publish message with empty text","time":{"start":1710308366494,"stop":1710308366494,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f1f7a89299a781","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1710307991228,"stop":1710307991228,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e92bddc868abe9e","name":"Nodes with multiple pubsub topic","time":{"start":1710308357664,"stop":1710308357665,"duration":1},"status":"passed","severity":"normal"},{"uid":"c216b153cf1f321b","name":"can start and stop the service","time":{"start":1710308426361,"stop":1710308426366,"duration":5},"status":"passed","severity":"normal"},{"uid":"4a72e0f50ab33385","name":"Js publishes, other Js receives","time":{"start":1710308353089,"stop":1710308353098,"duration":9},"status":"passed","severity":"normal"},{"uid":"632e4713bacd2fb5","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1710308366512,"stop":1710308366512,"duration":0},"status":"passed","severity":"normal"},{"uid":"68656f86c2e6c6df","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710308192913,"stop":1710308192914,"duration":1},"status":"passed","severity":"normal"},{"uid":"dad27c52ad371a81","name":"Generator, 2 different pubsubtopics","time":{"start":1710308464139,"stop":1710308464140,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bcb8780c92ab480","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710308572940,"stop":1710308572941,"duration":1},"status":"passed","severity":"normal"},{"uid":"83f59e87b88e83fa","name":"Fails to publish duplicate message","time":{"start":1710308366485,"stop":1710308366494,"duration":9},"status":"passed","severity":"normal"},{"uid":"2a4c7ac96055abc2","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","severity":"normal"},{"uid":"73b2fc8b63ce28f1","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1710307903346,"stop":1710307903346,"duration":0},"status":"passed","severity":"normal"},{"uid":"7111ad0a39bcf64e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1710308092690,"stop":1710308092691,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0d27bd976a46a0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710308572948,"stop":1710308572948,"duration":0},"status":"passed","severity":"normal"},{"uid":"82b670b0d8b7e698","name":"Push message with Script payload","time":{"start":1710308463677,"stop":1710308463685,"duration":8},"status":"passed","severity":"normal"},{"uid":"8e8d0276ca592d6","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710308167156,"stop":1710308167156,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f274ec6ba40301","name":"should not receive a peer event after stop","time":{"start":1710307950773,"stop":1710307950774,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9e39a5c781d2946","name":"Encoder throws on undefined content topic","time":{"start":1710307923914,"stop":1710307923914,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c3cfb3678de1e90","name":"Ephemeral field set to true","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1dd37a17fe8a8a5","name":"Push message with custom timestamp: 1710304497857","time":{"start":1710308322618,"stop":1710308322622,"duration":4},"status":"passed","severity":"normal"},{"uid":"5366b2308956d322","name":"Generator, custom pubsub topic","time":{"start":1710308464142,"stop":1710308464142,"duration":0},"status":"passed","severity":"normal"},{"uid":"37cb1f89cf05e5dd","name":"Ping on subscribed peer","time":{"start":1710307971894,"stop":1710307971894,"duration":0},"status":"passed","severity":"normal"},{"uid":"b43af9c68b222d2","name":"Check publish message containing unicode special characters","time":{"start":1710308366471,"stop":1710308366472,"duration":1},"status":"passed","severity":"normal"},{"uid":"46745435013c04d0","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1710307940174,"stop":1710307940215,"duration":41},"status":"passed","severity":"normal"},{"uid":"ea3a1ec8846f968d","name":"Push message with content topic containing special chars","time":{"start":1710308322600,"stop":1710308322601,"duration":1},"status":"passed","severity":"normal"},{"uid":"9db02907f6a1d226","name":"Check received message containing long","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"status":"passed","severity":"normal"},{"uid":"17b7f08f56085ca6","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1710308402072,"stop":1710308402073,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f5de46526bf25cd","name":"Decoder throws on undefined content topic","time":{"start":1710307923915,"stop":1710307923916,"duration":1},"status":"passed","severity":"normal"},{"uid":"db5d3e5bd46f7b6a","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5076e03f24a6ad4","name":"Does not throw an exception when node disconnects","time":{"start":1710308510822,"stop":1710308510823,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b3d7a6013d7505","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710308192921,"stop":1710308192922,"duration":1},"status":"passed","severity":"normal"},{"uid":"62aa9a74503de089","name":"Privacy Node - default protocol","time":{"start":1710308515428,"stop":1710308515428,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc78f382b53348b4","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1710308649156,"stop":1710308649156,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2897b7fe6273c64","name":"Subscribe to topic containing Russian and receive message","time":{"start":1710308192924,"stop":1710308192955,"duration":31},"status":"passed","severity":"normal"},{"uid":"104040261e5581e1","name":"Decrypt messages","time":{"start":1710308325356,"stop":1710308325357,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bd6177918ba9545","name":"Check message with no content topic is not received","time":{"start":1710308416746,"stop":1710308416746,"duration":0},"status":"passed","severity":"normal"},{"uid":"4efa2d83395a7686","name":"Publish message with rate limit","time":{"start":1710308366534,"stop":1710308366534,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a66a17808cffe3","name":"Ping on unsubscribed peer","time":{"start":1710307971895,"stop":1710307971895,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0454d6ff7ece765","name":"Push message with content topic containing JSON","time":{"start":1710308463708,"stop":1710308463708,"duration":0},"status":"passed","severity":"normal"},{"uid":"41185fd0f9bddb0d","name":"Check publish message containing SQL Injection","time":{"start":1710308366460,"stop":1710308366465,"duration":5},"status":"passed","severity":"normal"},{"uid":"5d80692816e2e0f7","name":"Callback on promise, aborts when callback returns true","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f612f919e7b9fdf","name":"Subscribe to topic containing shell command and publish message","time":{"start":1710308371312,"stop":1710308371313,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fccdfcc73f1d53b","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1710308092699,"stop":1710308092700,"duration":1},"status":"passed","severity":"normal"},{"uid":"50d526e8d6feb0b9","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8a3fa7019ab8ca6","name":"Filter","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd10deb17e6d3b4e","name":"Check received message containing shell command","time":{"start":1710308416722,"stop":1710308416722,"duration":0},"status":"passed","severity":"normal"},{"uid":"df5f276deba61d86","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092710,"stop":1710308092713,"duration":3},"status":"passed","severity":"normal"},{"uid":"7ab3b6de8241738c","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1710308371314,"stop":1710308371315,"duration":1},"status":"passed","severity":"normal"},{"uid":"65980bf9de865008","name":"should encode/decode to RLP encoding","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d82a10ddcc98ad1","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"status":"passed","severity":"normal"},{"uid":"b972b1e80fc56a83","name":"should throw error - no id","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea5dbd40e43be8ca","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1710308508714,"stop":1710308508730,"duration":16},"status":"passed","severity":"normal"},{"uid":"ad5a8d9dcc619765","name":"Throws when trying to push message with empty payload","time":{"start":1710308463689,"stop":1710308463689,"duration":0},"status":"passed","severity":"normal"},{"uid":"c57dffb12af24514","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1710308572932,"stop":1710308572932,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0848519159e3e4e","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710308026833,"stop":1710308026834,"duration":1},"status":"passed","severity":"normal"},{"uid":"991bb43b8028c47d","name":"Publish message with custom timestamp: Wed Mar 13 2024 04:39:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366480,"stop":1710308366480,"duration":0},"status":"passed","severity":"normal"},{"uid":"a22bcc638e0dc16f","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1710308433841,"stop":1710308433842,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd8378d01627ffe3","name":"Check received message containing unicode special characters","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"status":"passed","severity":"normal"},{"uid":"95e0f99bb51c9783","name":"Push message with content topic containing Script","time":{"start":1710308322611,"stop":1710308322612,"duration":1},"status":"passed","severity":"normal"},{"uid":"79c89ab89f18a3d0","name":"Asymmetric encrypt & decrypt","time":{"start":1710307924457,"stop":1710307924458,"duration":1},"status":"passed","severity":"normal"},{"uid":"e61f06718e071bea","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","severity":"normal"},{"uid":"796f704b5003ca1a","name":"Fails to publish message with size larger than 1 MB","time":{"start":1710308366513,"stop":1710308366513,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac648d128b89a139","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1710308508712,"stop":1710308508713,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b4f513ac4f50241","name":"Generator, custom pubsub topic","time":{"start":1710308464139,"stop":1710308464139,"duration":0},"status":"passed","severity":"normal"},{"uid":"58982cd0c04249c2","name":"removeEventListener with wrong event","time":{"start":1710307980881,"stop":1710307980882,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2a0c02e20b55eff","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1710307950104,"stop":1710307950104,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f13750332477f0b","name":"Check received message containing Arabic","time":{"start":1710308416732,"stop":1710308416732,"duration":0},"status":"passed","severity":"normal"},{"uid":"30632a885828bf4f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1710308092707,"stop":1710308092707,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a09a06316dedd3","name":"udp ip6 address","time":{"start":1710307898066,"stop":1710307898066,"duration":0},"status":"passed","severity":"normal"},{"uid":"555fe13d9d064280","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1710308371297,"stop":1710308371297,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe25390c0aa4f72e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710308572934,"stop":1710308572934,"duration":0},"status":"passed","severity":"normal"},{"uid":"c668840418c6e757","name":"configure the node with multiple pubsub topics","time":{"start":1710308402073,"stop":1710308402074,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9db5576e601a68b","name":"should return all peers when numPeers is 0","time":{"start":1710307903345,"stop":1710307903345,"duration":0},"status":"passed","severity":"normal"},{"uid":"d93e44e6db837b37","name":"Check received message containing SQL Injection","time":{"start":1710308416733,"stop":1710308416733,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef6733b37ed9b89","name":"should decode valid enr successfully","time":{"start":1710307898597,"stop":1710307898598,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f1cf38391dc2909","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3e7a40f648c632b","name":"Push message with content topic containing short","time":{"start":1710308322599,"stop":1710308322599,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6963d4d261cb89","name":"Check received message containing shell command","time":{"start":1710308097731,"stop":1710308097731,"duration":0},"status":"passed","severity":"normal"},{"uid":"72a930bef07a5858","name":"Push message with content topic containing shell command","time":{"start":1710308463708,"stop":1710308463709,"duration":1},"status":"passed","severity":"normal"},{"uid":"c231c4d6827cb2ed","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1710308459428,"stop":1710308459428,"duration":0},"status":"passed","severity":"normal"},{"uid":"64cf644f6846753b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1710308092719,"stop":1710308092719,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f71d6a666464cb0","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308464140,"stop":1710308464140,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dc13eea5f490538","name":"Subscribe to topic containing XML and receive message","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0bdbb0df219698a","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1710308092718,"stop":1710308092719,"duration":1},"status":"passed","severity":"normal"},{"uid":"96248d99d46394e1","name":"A test","time":{"start":1710308193084,"stop":1710308193085,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fbe0752c7d64551","name":"Passing page size 3 when there are 20 messages","time":{"start":1710308494291,"stop":1710308494291,"duration":0},"status":"passed","severity":"normal"},{"uid":"4248bf280cc37198","name":"Publishes to nwaku","time":{"start":1710308353088,"stop":1710308353088,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6034001b13b02cf","name":"nwaku subscribes","time":{"start":1710308353087,"stop":1710308353087,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05fccece459d4fa","name":"Refresh subscription","time":{"start":1710308192919,"stop":1710308192920,"duration":1},"status":"passed","severity":"normal"},{"uid":"549f0c2833d72907","name":"connects to nwaku","time":{"start":1710308510822,"stop":1710308510822,"duration":0},"status":"passed","severity":"normal"},{"uid":"a304d3776387cc8d","name":"Push message with JSON payload","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb10de6475d771c6","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e6a138e283a681c","name":"Push message with content topic containing Script","time":{"start":1710308463694,"stop":1710308463694,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e433e189c24b9d1","name":"Subscribe to topic containing emoji and publish message","time":{"start":1710308371315,"stop":1710308371316,"duration":1},"status":"passed","severity":"normal"},{"uid":"c17590f1617cef91","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710308572945,"stop":1710308572945,"duration":0},"status":"passed","severity":"normal"},{"uid":"25e64543726f07fa","name":"should emit a peer event after start","time":{"start":1710307918133,"stop":1710307918133,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa0d2811c8ab0fac","name":"Subscribe to topic containing Script and publish message","time":{"start":1710308371308,"stop":1710308371309,"duration":1},"status":"passed","severity":"normal"},{"uid":"9750a678d29afff7","name":"should load peers from local storage and dispatch events","time":{"start":1710307918134,"stop":1710307918135,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b5307b8e719aeb2","name":"should only return 1 node with relay and store capability","time":{"start":1710307914373,"stop":1710307914373,"duration":0},"status":"passed","severity":"normal"},{"uid":"de258e8515ffeadf","name":"Encoder throws on empty string content topic","time":{"start":1710307903500,"stop":1710307903500,"duration":0},"status":"passed","severity":"normal"},{"uid":"b598c513458bc070","name":"Push message with Chinese payload","time":{"start":1710308463675,"stop":1710308463676,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd6e01bb2bd73fcc","name":"Push message on custom pubsubTopic","time":{"start":1710308225036,"stop":1710308225036,"duration":0},"status":"passed","severity":"normal"},{"uid":"e13f05100230c736","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1710307890344,"stop":1710307890344,"duration":0},"status":"passed","severity":"normal"},{"uid":"428474aeb64bb48f","name":"Subscribe to topic containing shell command and receive message","time":{"start":1710308572940,"stop":1710308572940,"duration":0},"status":"passed","severity":"normal"},{"uid":"28f120756f1d0127","name":"should emit a peer event after start","time":{"start":1710307950772,"stop":1710307950772,"duration":0},"status":"passed","severity":"normal"},{"uid":"92c55f66bc83ffbf","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eefc1511fcdabd6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1710308572938,"stop":1710308572938,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba12ce608833de45","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1710307914072,"stop":1710307914072,"duration":0},"status":"passed","severity":"normal"},{"uid":"dec49bea28116913","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710308167158,"stop":1710308167158,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e9f99911ffa2a09","name":"Refresh subscription","time":{"start":1710308572946,"stop":1710308572946,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f70853da5af5ead","name":"same cluster, different shard: nodes don't connect","time":{"start":1710308092685,"stop":1710308092685,"duration":0},"status":"passed","severity":"normal"},{"uid":"801d856912befc9b","name":"throws on content topic with generation field greater than 0","time":{"start":1710307890265,"stop":1710307890265,"duration":0},"status":"passed","severity":"normal"},{"uid":"75abdfcd2db96901","name":"Reopen subscription with peer with lost subscription","time":{"start":1710308024292,"stop":1710308024293,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9997002b2a37e6b","name":"should properly create location multiaddrs - tcp6","time":{"start":1710307898608,"stop":1710307898609,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d8f9c18fab1002f","name":"Check publish message containing shell command","time":{"start":1710308366470,"stop":1710308366471,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f15e2d6dc7cce18","name":"Push message with rate limit","time":{"start":1710308463731,"stop":1710308463731,"duration":0},"status":"passed","severity":"normal"},{"uid":"a86dc1213b871034","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1710308477760,"stop":1710308477760,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c6ab8325e4360b1","name":"converts content topics to expected shard index","time":{"start":1710307890268,"stop":1710307890268,"duration":0},"status":"passed","severity":"normal"},{"uid":"8905cadf20ceef91","name":"Push message with Russian payload","time":{"start":1710308463676,"stop":1710308463676,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e69fab97801d0d","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1710308508735,"stop":1710308508735,"duration":0},"status":"passed","severity":"normal"},{"uid":"b95bacd21361c88b","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1710308459437,"stop":1710308459438,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f58b0d2296ef184","name":"should properly create location multiaddrs - tcp","time":{"start":1710307898609,"stop":1710307898609,"duration":0},"status":"passed","severity":"normal"},{"uid":"2664e399b5bc69a4","name":"A test","time":{"start":1710308193083,"stop":1710308193084,"duration":1},"status":"passed","severity":"normal"},{"uid":"92efcaff04194f18","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1710308167157,"stop":1710308167157,"duration":0},"status":"passed","severity":"normal"},{"uid":"dffbb026c3367415","name":"Query generator for multiple messages with multiple decoders","time":{"start":1710308481019,"stop":1710308481019,"duration":0},"status":"passed","severity":"normal"},{"uid":"838507040b6f4e5","name":"Check received message containing unicode special characters","time":{"start":1710308416742,"stop":1710308416742,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1131d33fd90a6ce","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710308026835,"stop":1710308026836,"duration":1},"status":"passed","severity":"normal"},{"uid":"56cd53efd863420f","name":"Check message with invalid timestamp is not received","time":{"start":1710308416745,"stop":1710308416745,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e545a6d1a486c60","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1710308092687,"stop":1710308092688,"duration":1},"status":"passed","severity":"normal"},{"uid":"84b1d7798322e257","name":"Check received message with timestamp: 1710307939355 ","time":{"start":1710308416743,"stop":1710308416744,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4cdedf9e3e955d0","name":"configure the node with multiple pubsub topics","time":{"start":1710308402070,"stop":1710308402072,"duration":2},"status":"passed","severity":"normal"},{"uid":"8412b4099a1f4f25","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308225040,"stop":1710308225041,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cc651ed63e4ef0f","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1710308371307,"stop":1710308371308,"duration":1},"status":"passed","severity":"normal"},{"uid":"5850583be5b811ad","name":"Check received message containing long","time":{"start":1710308097725,"stop":1710308097726,"duration":1},"status":"passed","severity":"normal"},{"uid":"bef8bbad2c253617","name":"Check publish message after client node is restarted","time":{"start":1710308366525,"stop":1710308366526,"duration":1},"status":"skipped","severity":"normal"},{"uid":"99d71c6091ab4366","name":"isConnected return false after peer stops","time":{"start":1710307991227,"stop":1710307991228,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7e0653f8b490d28","name":"ignores domain fetching errors","time":{"start":1710307914371,"stop":1710307914371,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f0ed77024dcf6fb","name":"should throw error - no id","time":{"start":1710307898600,"stop":1710307898604,"duration":4},"status":"passed","severity":"normal"},{"uid":"59d0f5bd41cbf48c","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710308357663,"stop":1710308357663,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f9f9eaf36e19be9","name":"Check received message containing special chars","time":{"start":1710308416730,"stop":1710308416731,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7984a23c6c87e01","name":"throws on content topic with empty topic name field","time":{"start":1710307890266,"stop":1710307890267,"duration":1},"status":"passed","severity":"normal"},{"uid":"74839595307407bd","name":"Check publish message containing JSON","time":{"start":1710308366470,"stop":1710308366470,"duration":0},"status":"passed","severity":"normal"},{"uid":"442782313c28b573","name":"Push message with XML payload","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9e9ef30b1a6817","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1710308092700,"stop":1710308092700,"duration":0},"status":"passed","severity":"normal"},{"uid":"48686c9a1db84331","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1710308092701,"stop":1710308092701,"duration":0},"status":"passed","severity":"normal"},{"uid":"829ede11b709a426","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308225039,"stop":1710308225039,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a81e52a60e4699f","name":"Query with Ordered Callback, No message returned","time":{"start":1710308459429,"stop":1710308459430,"duration":1},"status":"passed","severity":"normal"},{"uid":"20e0b85461d45540","name":"Mutual subscription","time":{"start":1710308371293,"stop":1710308371293,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b265a8c2db64f1c","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1710307914059,"stop":1710307914069,"duration":10},"status":"passed","severity":"normal"},{"uid":"d968c71f3ead8d00","name":"Ordered Callback - backward","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"status":"passed","severity":"normal"},{"uid":"44683a8cdf7f16e9","name":"Check received message containing short","time":{"start":1710308097724,"stop":1710308097725,"duration":1},"status":"passed","severity":"normal"},{"uid":"25a34fe7b6309061","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1710308092700,"stop":1710308092701,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bc45aab135e781","name":"should encodeTxt and decodeTxt","time":{"start":1710307898597,"stop":1710307898597,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ddd75a8cc82de7","name":"should set field with all protocols enabled","time":{"start":1710307898610,"stop":1710307898611,"duration":1},"status":"passed","severity":"normal"},{"uid":"659f0f6738b3f8b1","name":"Ephemeral messages are not stored","time":{"start":1710307950103,"stop":1710307950103,"duration":0},"status":"passed","severity":"normal"},{"uid":"380a805806d742a9","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4710c17ac2760476","name":"Query Generator - backward","time":{"start":1710308485476,"stop":1710308485476,"duration":0},"status":"passed","severity":"normal"},{"uid":"72463fb32e87df8c","name":"should add and remove event listeners correctly","time":{"start":1710307918136,"stop":1710307918136,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ee8f89d4d81bff","name":"Check message received after nwaku node is restarted","time":{"start":1710308097738,"stop":1710308097738,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ec2ddd1adfab68a4","name":"Push message with content topic containing short","time":{"start":1710308463690,"stop":1710308463690,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f3a6aa4fb66c49f","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1710308192919,"stop":1710308192919,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d9ae48c2f1e7a7e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710308322612,"stop":1710308322612,"duration":0},"status":"passed","severity":"normal"},{"uid":"62eed97231bd16b6","name":"Push message with special chars payload","time":{"start":1710308322566,"stop":1710308322567,"duration":1},"status":"passed","severity":"normal"},{"uid":"e82920e09474de85","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710308167159,"stop":1710308167159,"duration":0},"status":"passed","severity":"normal"},{"uid":"8909c0c2f9cb72fe","name":"Check publish message containing numeric","time":{"start":1710308366457,"stop":1710308366458,"duration":1},"status":"passed","severity":"normal"},{"uid":"e31cff1543df4bca","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308007023,"stop":1710308007023,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca250cc38ddb51da","name":"Subscribe to topic containing short and receive message","time":{"start":1710308192920,"stop":1710308192920,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c36f2a47e6b003f","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1710308477759,"stop":1710308477760,"duration":1},"status":"passed","severity":"normal"},{"uid":"6add6d74ba5cfda8","name":"Round trip binary serialization","time":{"start":1710307903498,"stop":1710307903498,"duration":0},"status":"passed","severity":"normal"},{"uid":"429e3a3aa99003f6","name":"Check received message with timestamp: 1710307940002000000 ","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af2ac9464a5ac31","name":"Publish without waiting for remote peer","time":{"start":1710308371294,"stop":1710308371295,"duration":1},"status":"passed","severity":"normal"},{"uid":"da542bdf2c5dd278","name":"Check publish message containing escaped characters","time":{"start":1710308366471,"stop":1710308366471,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70f09c82b959e2d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710308007022,"stop":1710308007022,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4faaac875690fd0","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"status":"skipped","severity":"normal"},{"uid":"323067807d6eed80","name":"Check received message containing escaped characters","time":{"start":1710308097732,"stop":1710308097732,"duration":0},"status":"passed","severity":"normal"},{"uid":"73e61247632e2093","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1710308388676,"stop":1710308388677,"duration":1},"status":"broken","severity":"normal"},{"uid":"35e7bd081abee388","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308464143,"stop":1710308464143,"duration":0},"status":"passed","severity":"normal"},{"uid":"97973916a21869f0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308007025,"stop":1710308007025,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e515653af22fab5","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1710308007024,"stop":1710308007025,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f144ad72b15d34c","name":"Check received message with timestamp: 1710307940002 ","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6ef879465123867","name":"Push message with XML payload","time":{"start":1710308463685,"stop":1710308463686,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1a3fd449d1ba131","name":"Check received message containing special chars","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"status":"passed","severity":"normal"},{"uid":"97b5d4d8cc7677d3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1710308092703,"stop":1710308092704,"duration":1},"status":"passed","severity":"normal"},{"uid":"59e0b27c9054aec2","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1710307991225,"stop":1710307991225,"duration":0},"status":"passed","severity":"normal"},{"uid":"35752b624669f577","name":"Subscribe to topic containing short and publish message","time":{"start":1710308371301,"stop":1710308371302,"duration":1},"status":"passed","severity":"normal"},{"uid":"78c9e6cce3e2f6be","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710307914374,"stop":1710307914375,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9b487717c3dbd229","name":"Check publish message containing Basic HTML tag","time":{"start":1710308366470,"stop":1710308366470,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f416e4a072265b","name":"isConnected should return false after all peers disconnect","time":{"start":1710307991227,"stop":1710307991227,"duration":0},"status":"passed","severity":"normal"},{"uid":"8664e8cba76b4d45","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1710307897770,"stop":1710307897772,"duration":2},"status":"passed","severity":"normal"},{"uid":"b5c6e683eef46e9f","name":"more peers than existing","time":{"start":1710308322788,"stop":1710308322788,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9c02f68bff4018ff","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710308416725,"stop":1710308416725,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2b7cf52b3aee244","name":"connected peers and dial","time":{"start":1710308322787,"stop":1710308322787,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7a43f300770bfa02","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1710308508735,"stop":1710308508735,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd6a8ef0e5b1efaa","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b5c60e522c6b7a09","name":"Subscribe to topic containing JSON and publish message","time":{"start":1710308371311,"stop":1710308371312,"duration":1},"status":"passed","severity":"normal"},{"uid":"da3572beffbb22d9","name":"Push message with content topic containing Basic HTML tag","time":{"start":1710308463705,"stop":1710308463708,"duration":3},"status":"passed","severity":"normal"},{"uid":"e4fa4c4c949e70c3","name":"Delete observer","time":{"start":1710308325357,"stop":1710308325357,"duration":0},"status":"passed","severity":"normal"},{"uid":"9692272bf2580154","name":"should be able to encode the field with only FILTER set to true","time":{"start":1710307897769,"stop":1710307897770,"duration":1},"status":"passed","severity":"normal"},{"uid":"70ba40a2b1007e6","name":"Fields are not dropped","time":{"start":1710307902926,"stop":1710307902928,"duration":2},"status":"passed","severity":"normal"},{"uid":"5a8ddfa2f416cfaf","name":"Check received message containing JSON","time":{"start":1710308416736,"stop":1710308416737,"duration":1},"status":"passed","severity":"normal"},{"uid":"c25dae6e48c24f7","name":"should be called for bootstrap peers","time":{"start":1710307948135,"stop":1710307948135,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba0415ef5540d0f","name":"Check received message containing Chinese","time":{"start":1710308097727,"stop":1710308097727,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae6902453d8de57f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710308357667,"stop":1710308357668,"duration":1},"status":"passed","severity":"normal"},{"uid":"6077dec9eca582b4","name":"Relay + Store","time":{"start":1710307948300,"stop":1710307948301,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ceda4b1ae9a1445","name":"Subscribe to topic containing XML and receive message","time":{"start":1710308192969,"stop":1710308192970,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc556e9b003c82e1","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfcaf59b68762f18","name":"Push message with escaped characters payload","time":{"start":1710308322595,"stop":1710308322596,"duration":1},"status":"passed","severity":"normal"},{"uid":"46507603489e1dfe","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710308572935,"stop":1710308572935,"duration":0},"status":"passed","severity":"normal"},{"uid":"54f4d9bb2c67e583","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1710308481021,"stop":1710308481021,"duration":0},"status":"passed","severity":"normal"},{"uid":"d553d9f85eda043b","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1710308231835,"stop":1710308231836,"duration":1},"status":"passed","severity":"normal"},{"uid":"b52bafb347cd27f2","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1710308433839,"stop":1710308433840,"duration":1},"status":"passed","severity":"normal"},{"uid":"da9b36da9b9593d5","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1710308192918,"stop":1710308192918,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa20451d8638316b","name":"Check received message containing Russian","time":{"start":1710308416732,"stop":1710308416733,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2f66879a5765079","name":"Sign & Recover","time":{"start":1710307924459,"stop":1710307924460,"duration":1},"status":"passed","severity":"normal"},{"uid":"c98bf4c3e739eac8","name":"should throw error - no public key","time":{"start":1710307898599,"stop":1710307898599,"duration":0},"status":"passed","severity":"normal"},{"uid":"866a9c956e93f7d8","name":"Check message with invalid timestamp is not received","time":{"start":1710308097734,"stop":1710308097735,"duration":1},"status":"passed","severity":"normal"},{"uid":"b66443c2e0c92888","name":"Ping on unsubscribed peer","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"status":"passed","severity":"normal"},{"uid":"164df922bd179f0","name":"should set field with only FILTER enabled","time":{"start":1710307898611,"stop":1710307898612,"duration":1},"status":"passed","severity":"normal"},{"uid":"f51506e7f5008808","name":"does not throw on valid cases","time":{"start":1710307890263,"stop":1710307890263,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb415e8ee000e570","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1710308371310,"stop":1710308371311,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2655c8edd01745f","name":"Check received message containing numeric","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"status":"passed","severity":"normal"},{"uid":"65a018b903ab341c","name":"Push message with Basic HTML tag payload","time":{"start":1710308463686,"stop":1710308463686,"duration":0},"status":"passed","severity":"normal"},{"uid":"f736ce3f9f063dc4","name":"Meta field set when metaSetter is specified","time":{"start":1710307903499,"stop":1710307903499,"duration":0},"status":"passed","severity":"normal"},{"uid":"f81e7e4c13976f15","name":"Subscribe and receive messages via waku relay post","time":{"start":1710308572943,"stop":1710308572943,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcd9f99af2ecf06f","name":"Overlapping topic subscription","time":{"start":1710308572945,"stop":1710308572946,"duration":1},"status":"passed","severity":"normal"},{"uid":"3db4a6d621951951","name":"Relay - dialed after","time":{"start":1710308515425,"stop":1710308515426,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fd5b5709c2c97f0","name":"Push message with content topic containing emoji","time":{"start":1710308463727,"stop":1710308463727,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d57c5036577429","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710308572941,"stop":1710308572941,"duration":0},"status":"passed","severity":"normal"},{"uid":"966b221cc867f9ad","name":"Subscribe and receives messages on 20 topics","time":{"start":1710308572944,"stop":1710308572944,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fcfb764d74141a7","name":"Check received message containing Arabic","time":{"start":1710308097727,"stop":1710308097728,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a173d605b76c2c8","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1710308092719,"stop":1710308092719,"duration":0},"status":"passed","severity":"normal"},{"uid":"306fe3e09d6aac20","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1710308572933,"stop":1710308572933,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a9b025a34bde44b","name":"Push message with content topic containing Russian","time":{"start":1710308322610,"stop":1710308322610,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5bb445a550ea2b1","name":"Push message on custom pubsubTopic","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4012606e41e24ec","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710308572937,"stop":1710308572937,"duration":0},"status":"passed","severity":"normal"},{"uid":"d45c72a81614a752","name":"should set field with only RELAY enabled","time":{"start":1710307898611,"stop":1710307898611,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbb9702127f61154","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1710307950775,"stop":1710307950776,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5e8486e7bc41eac0","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1710308092688,"stop":1710308092688,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2cd6e44322f91b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1710308092715,"stop":1710308092717,"duration":2},"status":"passed","severity":"normal"},{"uid":"6d62a4e900ac3f1d","name":"different cluster, different shard: nodes don't connect","time":{"start":1710308092686,"stop":1710308092686,"duration":0},"status":"passed","severity":"normal"},{"uid":"408fb498e7044b8a","name":"Subscribe and receive messages via waku relay post","time":{"start":1710308572932,"stop":1710308572932,"duration":0},"status":"passed","severity":"normal"},{"uid":"442f47c9965aeae","name":"should not receive a peer event before start","time":{"start":1710307918133,"stop":1710307918133,"duration":0},"status":"passed","severity":"normal"},{"uid":"a31cddde6ff2d07a","name":"Subscribe and receive messages via lightPush","time":{"start":1710308572942,"stop":1710308572942,"duration":0},"status":"passed","severity":"normal"},{"uid":"5058ba511ee22cbe","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1710308007022,"stop":1710308007022,"duration":0},"status":"passed","severity":"normal"},{"uid":"513d1404a75654b7","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710308357658,"stop":1710308357658,"duration":0},"status":"passed","severity":"normal"},{"uid":"b134ea2c4c41efb2","name":"Check received message with timestamp: 1649153314 ","time":{"start":1710308416744,"stop":1710308416744,"duration":0},"status":"passed","severity":"normal"},{"uid":"f84e6ee289100fd4","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710308192922,"stop":1710308192923,"duration":1},"status":"passed","severity":"normal"},{"uid":"5029dddc30b64d89","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1710308433842,"stop":1710308433842,"duration":0},"status":"passed","severity":"normal"},{"uid":"26984cf4fa214464","name":"should not receive a peer event after stop","time":{"start":1710307918134,"stop":1710307918134,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac6f4636fc68d5a5","name":"Fails to push message bigger that 1MB","time":{"start":1710308322624,"stop":1710308322624,"duration":0},"status":"passed","severity":"normal"},{"uid":"3893b70c493510a7","name":"Subscribe to topic containing XML and publish message","time":{"start":1710308371309,"stop":1710308371310,"duration":1},"status":"passed","severity":"normal"},{"uid":"863c4b36cc41b13b","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1710308167162,"stop":1710308167163,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa386a61345f08d0","name":"Subscribe to topic containing XML and receive message","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa1e504b3d2c7fa4","name":"Check received message containing Basic HTML tag","time":{"start":1710308416721,"stop":1710308416721,"duration":0},"status":"passed","severity":"normal"},{"uid":"f35b159debd005c2","name":"should not fail to stop the service if it was not started","time":{"start":1710307918132,"stop":1710307918132,"duration":0},"status":"passed","severity":"normal"},{"uid":"28563399f6b17f4c","name":"should throw an error for insufficient data","time":{"start":1710307890345,"stop":1710307890345,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ce74eaf73156058","name":"Push message with shell command payload","time":{"start":1710308463687,"stop":1710308463687,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e6369fa0cab69bc","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1710308092706,"stop":1710308092706,"duration":0},"status":"passed","severity":"normal"},{"uid":"2df243e0b95a8cf7","name":"Subscribe and receive messages via lightPush","time":{"start":1710308192911,"stop":1710308192912,"duration":1},"status":"passed","severity":"normal"},{"uid":"a15bce393d5fdd3b","name":"should only return 1 node with relay capability","time":{"start":1710307914372,"stop":1710307914373,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3064e5c2bf90011","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710308097734,"stop":1710308097734,"duration":0},"status":"passed","severity":"normal"},{"uid":"83fa7ede22082b24","name":"topics with same application and version share the same shard","time":{"start":1710307890268,"stop":1710307890268,"duration":0},"status":"passed","severity":"normal"},{"uid":"603c72a27589d4a","name":"Check message with no payload is not received","time":{"start":1710308097736,"stop":1710308097737,"duration":1},"status":"passed","severity":"normal"},{"uid":"321c8eecab6a37d1","name":"Passing an array","time":{"start":1710308510823,"stop":1710308510824,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd418f4863adb7b2","name":"1 Relay, 1 fetch","time":{"start":1710307914152,"stop":1710307914153,"duration":1},"status":"passed","severity":"normal"},{"uid":"998d0f3d1a58d304","name":"Fails to push message bigger that 1MB","time":{"start":1710308463743,"stop":1710308463744,"duration":1},"status":"passed","severity":"normal"},{"uid":"a80f090a3ea48271","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1710308477761,"stop":1710308477761,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b46c3f41c89c6e9","name":"Subscribe to topic containing Script and receive message","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2cacbaa00985814","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1710307897774,"stop":1710307897774,"duration":0},"status":"passed","severity":"normal"},{"uid":"27777a54229cad53","name":"Fails to push message with large meta","time":{"start":1710308463730,"stop":1710308463731,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5fa67246e796af9","name":"Reusing cursor across nodes","time":{"start":1710308433843,"stop":1710308433844,"duration":1},"status":"passed","severity":"normal"},{"uid":"88fe3a2699e813cf","name":"Subscribe to topic containing Script and receive message","time":{"start":1710308572939,"stop":1710308572939,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bb885987af1261a","name":"returns all values when wanted number matches available values","time":{"start":1710307912517,"stop":1710307912520,"duration":3},"status":"passed","severity":"normal"},{"uid":"a981c08a1c439e8f","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1710307914058,"stop":1710307914058,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea1a00b9199bd8ee","name":"Decoder throws on empty string content topic","time":{"start":1710307903500,"stop":1710307903501,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a9ea5249feb22e1","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710308192971,"stop":1710308192972,"duration":1},"status":"passed","severity":"normal"},{"uid":"e074e8c096f8e201","name":"should decode valid enr with tcp successfully","time":{"start":1710307898598,"stop":1710307898598,"duration":0},"status":"passed","severity":"normal"},{"uid":"679af2e30c4ea1a1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092704,"stop":1710308092704,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf38b3c27f5e49a3","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1710308348760,"stop":1710308348760,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df959dc7e67a518","name":"Check received message containing XML","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"status":"passed","severity":"normal"},{"uid":"c30488924245eddf","name":"retrieves a single peer","time":{"start":1710307914370,"stop":1710307914370,"duration":0},"status":"passed","severity":"normal"},{"uid":"47748d5a901eaa18","name":"should not fail to start the service if it is already started","time":{"start":1710308426367,"stop":1710308426367,"duration":0},"status":"passed","severity":"normal"},{"uid":"3728b8571c1a278e","name":"Check received message with timestamp: 1710307939355 ","time":{"start":1710308416724,"stop":1710308416725,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e4c928caf641c35","name":"Decoder throws on undefined content topic","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"status":"passed","severity":"normal"},{"uid":"408038acf5fa6582","name":"All","time":{"start":1710307948301,"stop":1710307948301,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3d577cb6bb721f7","name":"Store - dialed first","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd2cd43851ee5c62","name":"dispatchEvent via connectionManager","time":{"start":1710307980883,"stop":1710307980883,"duration":0},"status":"passed","severity":"normal"},{"uid":"892992fb15f32132","name":"Push message with SQL Injection payload","time":{"start":1710308463677,"stop":1710308463677,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f981f12526318e5","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710308572931,"stop":1710308572931,"duration":0},"status":"passed","severity":"normal"},{"uid":"33dfe1f4260c6e43","name":"throws on content topic with empty encoding field","time":{"start":1710307890267,"stop":1710307890267,"duration":0},"status":"passed","severity":"normal"},{"uid":"a92647d16e547af8","name":"should throw error - no public key","time":{"start":1710307898605,"stop":1710307898605,"duration":0},"status":"passed","severity":"normal"},{"uid":"24332471c2e5bbdc","name":"Push message with rate limit","time":{"start":1710308322616,"stop":1710308322617,"duration":1},"status":"passed","severity":"normal"},{"uid":"18bde4749d78fbb4","name":"Query generator for 2000 messages","time":{"start":1710308481022,"stop":1710308481022,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9df3bd32990f3f6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1710308007026,"stop":1710308007027,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab75b6b0619f6720","name":"Push message with content topic containing Arabic","time":{"start":1710308322609,"stop":1710308322610,"duration":1},"status":"passed","severity":"normal"},{"uid":"98eb5a41dbbfc7b3","name":"Ping on unsubscribed peer","time":{"start":1710308024292,"stop":1710308024292,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e70bbe19ad57926","name":"Check message with no content topic is not received","time":{"start":1710308416727,"stop":1710308416727,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dd49b53658e07dd","name":"should not fail to start the service if it is already started","time":{"start":1710307918132,"stop":1710307918133,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f3c1ea9af5a66e9","name":"should encode/decode to text encoding","time":{"start":1710307898606,"stop":1710307898606,"duration":0},"status":"passed","severity":"normal"},{"uid":"fde04bd30e1a5e7","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1710307940135,"stop":1710307940138,"duration":3},"status":"passed","severity":"normal"},{"uid":"dc8c4f107823ff47","name":"Generator, 2 different pubsubtopics","time":{"start":1710308464141,"stop":1710308464141,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c41945c4b8cbfead","name":"Check message on other pubsub topic is not received","time":{"start":1710308097735,"stop":1710308097735,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d7a4a9044be0954","name":"Push message with custom timestamp: 1710311692890","time":{"start":1710308463741,"stop":1710308463742,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9a50a613536c83c","name":"Subscribe to topic containing numeric and publish message","time":{"start":1710308371303,"stop":1710308371303,"duration":0},"status":"passed","severity":"normal"},{"uid":"3791a49751ce408a","name":"Subscribe to topic containing special chars and publish message","time":{"start":1710308371304,"stop":1710308371304,"duration":0},"status":"passed","severity":"normal"},{"uid":"e466bb6ca0fa3733","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1710308092687,"stop":1710308092687,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d57b5bb71a46123","name":"Check received message containing numeric","time":{"start":1710308416730,"stop":1710308416730,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbce83b27e5557b2","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1710308371305,"stop":1710308371305,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d0b0408b076817a","name":"Check received message containing long","time":{"start":1710308416717,"stop":1710308416717,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f368556e5b8d11e","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710308572940,"stop":1710308572940,"duration":0},"status":"passed","severity":"normal"},{"uid":"9da10f2a72d020c2","name":"should be able to encode the field with only STORE set to true","time":{"start":1710307897768,"stop":1710307897769,"duration":1},"status":"passed","severity":"normal"},{"uid":"7caada47cca0eb68","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1710308433843,"stop":1710308433843,"duration":0},"status":"passed","severity":"normal"},{"uid":"9111ea84523b95fe","name":"Subscribe to topic containing Script and receive message","time":{"start":1710308192969,"stop":1710308192969,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c7241dbe1309464","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1710308092702,"stop":1710308092702,"duration":0},"status":"passed","severity":"normal"},{"uid":"655113f0cb5009c9","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1710308508736,"stop":1710308508736,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a84e7f481745bdf","name":"Nodes with multiple pubsub topic","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e66eb9adf5eeea0","name":"Query Generator - forward","time":{"start":1710308485475,"stop":1710308485476,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5a01a74d62c8db0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1710308092714,"stop":1710308092715,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3850fc58e56d531","name":"should properly create location multiaddrs - udp6","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"status":"passed","severity":"normal"},{"uid":"f886643391fc6715","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1710308357683,"stop":1710308357684,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec8f185fe67ea2ad","name":"it tolerates circular branch references","time":{"start":1710307914370,"stop":1710307914371,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcf8e0f83373629a","name":"Passing cursor with wrong message digest","time":{"start":1710308433844,"stop":1710308433844,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c35069220d0c7e8","name":"Push message equal or less that 1MB","time":{"start":1710308322623,"stop":1710308322623,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fe92b958c2402d","name":"should emit a peer event after start","time":{"start":1710308426367,"stop":1710308426368,"duration":1},"status":"passed","severity":"normal"},{"uid":"604686753df1b9e1","name":"through manual discovery","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2b74148ccc017c8","name":"Check received message with timestamp: 1710307939355000000 ","time":{"start":1710308416743,"stop":1710308416743,"duration":0},"status":"passed","severity":"normal"},{"uid":"700db9ecded6b381","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1710308092704,"stop":1710308092705,"duration":1},"status":"passed","severity":"normal"},{"uid":"6160b08711ee273a","name":"Check received message containing Chinese","time":{"start":1710308416718,"stop":1710308416718,"duration":0},"status":"passed","severity":"normal"},{"uid":"8787c51874f5a990","name":"throws on content topic with empty application field","time":{"start":1710307890265,"stop":1710307890265,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2eccaec09565227","name":"Check received message containing Basic HTML tag","time":{"start":1710308416736,"stop":1710308416736,"duration":0},"status":"passed","severity":"normal"},{"uid":"407640ec244257b6","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1710308192916,"stop":1710308192917,"duration":1},"status":"passed","severity":"normal"},{"uid":"46021ac8c5c435a5","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1710308167159,"stop":1710308167160,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcc25e0c44746b78","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1710308357684,"stop":1710308357684,"duration":0},"status":"passed","severity":"normal"},{"uid":"36f6d6f97d645dd5","name":"should properly create location multiaddrs - tcp4","time":{"start":1710307898608,"stop":1710307898608,"duration":0},"status":"passed","severity":"normal"},{"uid":"109206928d717bb8","name":"Passing page size 19 when there are 20 messages","time":{"start":1710308494292,"stop":1710308494293,"duration":1},"status":"passed","severity":"normal"},{"uid":"17fc99058e7599e4","name":"Push message with content topic containing Russian","time":{"start":1710308463693,"stop":1710308463693,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f74ce67607fe248","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710308192970,"stop":1710308192971,"duration":1},"status":"passed","severity":"normal"},{"uid":"708df7cfbbe04df1","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1710308092689,"stop":1710308092689,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a4ae8b45f091b1","name":"Push message with content topic containing unicode special characters","time":{"start":1710308322614,"stop":1710308322614,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b25df2457072ed","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","severity":"normal"},{"uid":"695f48d4b2852565","name":"Default pageSize","time":{"start":1710308494293,"stop":1710308494293,"duration":0},"status":"passed","severity":"normal"},{"uid":"16a65405028bc6c5","name":"Check message with non string payload is not received","time":{"start":1710308097737,"stop":1710308097737,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc4669ef515b7b3b","name":"Check received message containing numeric","time":{"start":1710308097726,"stop":1710308097726,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6b89dedd9d6ec23","name":"should not fail to stop the service if it was not started","time":{"start":1710307950770,"stop":1710307950770,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecdcf3588a8b4d9","name":"Check received message containing shell command","time":{"start":1710308416737,"stop":1710308416740,"duration":3},"status":"passed","severity":"normal"},{"uid":"6bb0c973bea42388","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710308192923,"stop":1710308192923,"duration":0},"status":"passed","severity":"normal"},{"uid":"b944e98ee8cf4ca4","name":"Ping on peer without subscriptions","time":{"start":1710307971894,"stop":1710307971895,"duration":1},"status":"passed","severity":"normal"},{"uid":"c562f0bf9562f114","name":"Subscribe to topic containing long and publish message","time":{"start":1710308371302,"stop":1710308371303,"duration":1},"status":"passed","severity":"normal"},{"uid":"5de9fed9d7c406ee","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1710307914375,"stop":1710307914375,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1d62f2018ac8b503","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1710307923910,"stop":1710307923912,"duration":2},"status":"passed","severity":"normal"},{"uid":"db111bc63068ec1d","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1710308371306,"stop":1710308371306,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc51bc7c7619cbbe","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1710307903346,"stop":1710307903347,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a07aa4ca726b54e","name":"Promise Callback - forward","time":{"start":1710308485477,"stop":1710308485477,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c44abc8403b510","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1710308167161,"stop":1710308167162,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbfaf0225991590a","name":"Ping on subscribed peer","time":{"start":1710308024293,"stop":1710308024293,"duration":0},"status":"passed","severity":"normal"},{"uid":"88d3a1f39edc2c6a","name":"Add multiple subscription objects on single nwaku node","time":{"start":1710308572941,"stop":1710308572942,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a1c5fa915811474","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1710308371298,"stop":1710308371299,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d4c02a12b563389","name":"can dial TLS multiaddrs","time":{"start":1710308232607,"stop":1710308232607,"duration":0},"status":"passed","severity":"normal"},{"uid":"89b54af2980f24ba","name":"Sets default value correctly","time":{"start":1710308510825,"stop":1710308510825,"duration":0},"status":"passed","severity":"normal"},{"uid":"79e48092a8e987e0","name":"Push message with content topic containing JSON","time":{"start":1710308322613,"stop":1710308322613,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff3f4e83330a16c","name":"Push message on custom pubsubTopic","time":{"start":1710308225038,"stop":1710308225038,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe91df30b2f2ac7f","name":"Publish message with large meta","time":{"start":1710308366526,"stop":1710308366533,"duration":7},"status":"passed","severity":"normal"},{"uid":"ea6a125b258d82b","name":"returns all values when wanted number is greater than available values","time":{"start":1710307912521,"stop":1710307912522,"duration":1},"status":"passed","severity":"normal"},{"uid":"b14ca8c15c626435","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1710307948136,"stop":1710307948137,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ffb9e32aec85cef","name":"Subscribe and receive messages via lightPush","time":{"start":1710308572931,"stop":1710308572931,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe7bc3233a5d29a","name":"Check message received after jswaku node is restarted","time":{"start":1710308416728,"stop":1710308416728,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3db4c6dd584b922f","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1710308092703,"stop":1710308092703,"duration":0},"status":"passed","severity":"normal"},{"uid":"f61faa69b4980a62","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1710308371297,"stop":1710308371298,"duration":1},"status":"passed","severity":"normal"},{"uid":"d88c51a51a9ece88","name":"should be able to decode the field with only FILTER set to true","time":{"start":1710307897776,"stop":1710307897779,"duration":3},"status":"passed","severity":"normal"},{"uid":"6fe3045070ee056f","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1710308192977,"stop":1710308192977,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9819428e416d31","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1710307897781,"stop":1710307897799,"duration":18},"status":"passed","severity":"normal"},{"uid":"ec740b4a021dd391","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1710307991226,"stop":1710307991226,"duration":0},"status":"passed","severity":"normal"},{"uid":"227b02546ef5e893","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1710308092713,"stop":1710308092714,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6b82c612d43b344","name":"Subscribe to topic containing special chars and receive message","time":{"start":1710308572937,"stop":1710308572937,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ff96476e2446433","name":"Using a function","time":{"start":1710308510824,"stop":1710308510824,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf848dbf5d4e8d1","name":"Check received message containing XML","time":{"start":1710308097729,"stop":1710308097730,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f835aaf0e65a6b8","name":"Push message with content topic containing long","time":{"start":1710308463690,"stop":1710308463691,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e05e21e26d709f0","name":"creates an iterator","time":{"start":1710308495151,"stop":1710308495152,"duration":1},"status":"passed","severity":"normal"},{"uid":"79fbfbe79c032d6f","name":"Check publish message containing Russian","time":{"start":1710308366459,"stop":1710308366459,"duration":0},"status":"passed","severity":"normal"},{"uid":"74a66228bf3e1371","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710308192972,"stop":1710308192972,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3e5676f260a344","name":"should be able to encode the field with only RELAY set to true","time":{"start":1710307897766,"stop":1710307897768,"duration":2},"status":"passed","severity":"normal"},{"uid":"11528354d9817213","name":"Push message with content topic containing emoji","time":{"start":1710308322614,"stop":1710308322615,"duration":1},"status":"passed","severity":"normal"},{"uid":"eadf6cd2815d2836","name":"Check message with non string payload is not received","time":{"start":1710308416747,"stop":1710308416747,"duration":0},"status":"passed","severity":"normal"},{"uid":"64d984a33c1d9dfb","name":"Check publish message containing emoji","time":{"start":1710308366472,"stop":1710308366472,"duration":0},"status":"passed","severity":"normal"},{"uid":"50854f5204d29865","name":"Waku message hash computation (payload length 0)","time":{"start":1710307892759,"stop":1710307892760,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa32ef4496a20c61","name":"Check publish message containing XML","time":{"start":1710308366469,"stop":1710308366469,"duration":0},"status":"passed","severity":"normal"},{"uid":"4568c4cb1a3650d9","name":"Push message with emoji payload","time":{"start":1710308322598,"stop":1710308322598,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c95d7ade4228f0c","name":"Push message with content topic containing long","time":{"start":1710308322599,"stop":1710308322599,"duration":0},"status":"passed","severity":"normal"},{"uid":"91a9d57cda423db","name":"Query Generator, Multiple PubsubTopics","time":{"start":1710308459425,"stop":1710308459426,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7d198b9a77056b4","name":"LightPush","time":{"start":1710308515427,"stop":1710308515427,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56f00e9692bb775","name":"Subscribe and publish message","time":{"start":1710308371295,"stop":1710308371296,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf2af3d0fd8ecf01","name":"groups content topics by expected pubsub topic","time":{"start":1710307890269,"stop":1710307890270,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8fabb958e19000b","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1710308357664,"stop":1710308357664,"duration":0},"status":"passed","severity":"normal"},{"uid":"aee894d537875470","name":"should be able to decode the field with only STORE set to true","time":{"start":1710307897780,"stop":1710307897780,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e975ef6965267ab","name":"should set field with only STORE enabled","time":{"start":1710307898611,"stop":1710307898611,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e6457d1779ed2d3","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710308572937,"stop":1710308572938,"duration":1},"status":"passed","severity":"normal"},{"uid":"c54954d908a46041","name":"should set field with only LIGHTPUSH enabled","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"status":"passed","severity":"normal"},{"uid":"89ca8c82e825b65e","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1710307914056,"stop":1710307914056,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a28a9451fdea568","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1710308649158,"stop":1710308649158,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7fa8aead07c45a","name":"Check message with no payload is not received","time":{"start":1710308416727,"stop":1710308416728,"duration":1},"status":"passed","severity":"normal"},{"uid":"29a6a7bbf70834a9","name":"should not fail to start the service if it is already started","time":{"start":1710307950770,"stop":1710307950772,"duration":2},"status":"passed","severity":"normal"},{"uid":"c8d1183146f45971","name":"Check received message containing Script","time":{"start":1710308416720,"stop":1710308416720,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5623ff0da329f91","name":"same cluster, different shard: nodes connect","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"status":"passed","severity":"normal"},{"uid":"e074a0bda35cc3da","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710308572949,"stop":1710308572949,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ed13a86cd67a07","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1710308225037,"stop":1710308225038,"duration":1},"status":"passed","severity":"normal"},{"uid":"6618c8196aea383d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1710308572939,"stop":1710308572940,"duration":1},"status":"passed","severity":"normal"},{"uid":"38c7ce1f763ffc28","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1710308092686,"stop":1710308092687,"duration":1},"status":"passed","severity":"normal"},{"uid":"b43f163f9062a3a3","name":"Push message with numeric payload","time":{"start":1710308463674,"stop":1710308463674,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5bb15c1e84648ab","name":"Check publish message containing Chinese","time":{"start":1710308366458,"stop":1710308366459,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db4fc4c2d960b8c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308225039,"stop":1710308225039,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c0663d4ed9a312","name":"Publish message with custom timestamp: Thu Mar 23 2023 05:39:13 GMT+0000 (Coordinated Universal Time)","time":{"start":1710308366472,"stop":1710308366480,"duration":8},"status":"passed","severity":"normal"},{"uid":"4d7d8f8968230f86","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1710308192924,"stop":1710308192924,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a6d9e9653fbc5be","name":"getPeersByDiscovery","time":{"start":1710307980882,"stop":1710307980882,"duration":0},"status":"passed","severity":"normal"},{"uid":"4293adce4c6fb72f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1710307914056,"stop":1710307914057,"duration":1},"status":"passed","severity":"normal"},{"uid":"b018fb39f961a7ac","name":"listenerCount","time":{"start":1710307980882,"stop":1710307980883,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2351cad233a2204","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1710308477760,"stop":1710308477761,"duration":1},"status":"passed","severity":"normal"},{"uid":"9195e5e15efab4b","name":"should properly compute the node id","time":{"start":1710307898605,"stop":1710307898606,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ed9d83a3d684b6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308007020,"stop":1710308007021,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3907749ac12017d","name":"Check message with no pubsub topic is not received","time":{"start":1710308097735,"stop":1710308097736,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8ed92cf92361e36","name":"Push message with Basic HTML tag payload","time":{"start":1710308322594,"stop":1710308322594,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad080523fcfdb610","name":"Query Generator, Wrong PubsubTopic","time":{"start":1710308459424,"stop":1710308459424,"duration":0},"status":"passed","severity":"normal"},{"uid":"263a24341c9e7b8d","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1710307914373,"stop":1710307914374,"duration":1},"status":"passed","severity":"normal"},{"uid":"989a3bdc2ee27224","name":"Push message with Chinese payload","time":{"start":1710308322567,"stop":1710308322567,"duration":0},"status":"passed","severity":"normal"},{"uid":"d16990f351b169b6","name":"Throws when trying to push message with empty payload","time":{"start":1710308322598,"stop":1710308322599,"duration":1},"status":"passed","severity":"normal"},{"uid":"b15c7072fbc83d9e","name":"should handle corrupted local storage data gracefully","time":{"start":1710307918135,"stop":1710307918135,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb0f252be0c31bba","name":"throws on content topic with non-number generation field","time":{"start":1710307890264,"stop":1710307890265,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a8d234c63eecf70","name":"Push message with content topic containing special chars","time":{"start":1710308463691,"stop":1710308463692,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1a6ffacc78d9a91","name":"stop","time":{"start":1710307980884,"stop":1710307980886,"duration":2},"status":"passed","severity":"normal"},{"uid":"2aa78ba7033620f1","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1710308572943,"stop":1710308572944,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbe0acc788da3bcf","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1710308092705,"stop":1710308092706,"duration":1},"status":"passed","severity":"normal"},{"uid":"73855449b1424756","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710308167162,"stop":1710308167162,"duration":0},"status":"passed","severity":"normal"},{"uid":"bba8bbf311fde437","name":"Relay + Store","time":{"start":1710307898612,"stop":1710307898612,"duration":0},"status":"passed","severity":"normal"},{"uid":"283e444ec6452b0c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1710308225040,"stop":1710308225040,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5d2710fe934adac","name":"should properly create peer info with all multiaddrs","time":{"start":1710307898609,"stop":1710307898610,"duration":1},"status":"passed","severity":"normal"},{"uid":"79464d5f1aa3ee20","name":"different cluster, same shard: nodes don't connect","time":{"start":1710308231837,"stop":1710308231837,"duration":0},"status":"passed","severity":"normal"},{"uid":"7724b163879864e6","name":"Push message with content topic containing numeric","time":{"start":1710308463691,"stop":1710308463691,"duration":0},"status":"passed","severity":"normal"},{"uid":"e64c0b811046f119","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1710308572947,"stop":1710308572948,"duration":1},"status":"passed","severity":"normal"},{"uid":"10ec031ba2621475","name":"Refresh subscription","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b223140dbcd553e","name":"should properly create location multiaddrs - udp4","time":{"start":1710307898607,"stop":1710307898608,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ab136ebe35cb252","name":"Query generator for multiple messages with different content topic format","time":{"start":1710308481019,"stop":1710308481020,"duration":1},"status":"passed","severity":"normal"},{"uid":"739253a7f12e1667","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1710307940172,"stop":1710307940173,"duration":1},"status":"passed","severity":"normal"},{"uid":"44448a09524c17c2","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1710308192912,"stop":1710308192913,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac4d3faef5e2b526","name":"Push message with long payload","time":{"start":1710308322564,"stop":1710308322565,"duration":1},"status":"passed","severity":"normal"},{"uid":"61926b0960a885db","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1710307914058,"stop":1710307914059,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a552a3e871c91cc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092717,"stop":1710308092718,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca88e97a24a550b","name":"Query with Ordered Callback, No Decoder","time":{"start":1710308459429,"stop":1710308459429,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd45b9a173e5cb28","name":"Overlapping topic subscription","time":{"start":1710308572936,"stop":1710308572936,"duration":0},"status":"passed","severity":"normal"},{"uid":"943f71db8026f162","name":"Passing page size 0 when there are 110 messages","time":{"start":1710308494290,"stop":1710308494290,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f5bce47b8ba178","name":"Callback on promise","time":{"start":1710308481020,"stop":1710308481020,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2474eeecef8ba48","name":"same cluster, same shard: nodes connect","time":{"start":1710308092684,"stop":1710308092685,"duration":1},"status":"passed","severity":"normal"},{"uid":"632d9d23090b5b32","name":"Light Node - default protocols","time":{"start":1710308515427,"stop":1710308515428,"duration":1},"status":"passed","severity":"normal"},{"uid":"370e90bc1e140e1","name":"getPeersByDiscovery","time":{"start":1710308348759,"stop":1710308348759,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce25c6e5d913987","name":"Query Generator, No message returned","time":{"start":1710308459427,"stop":1710308459428,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ef6b91ac3fc51a6","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1710308192970,"stop":1710308192970,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbf4fc66db0b2495","name":"Init the array if not present","time":{"start":1710307889887,"stop":1710307889889,"duration":2},"status":"passed","severity":"normal"},{"uid":"54e59a8f1863ecb5","name":"Ping on peer without subscriptions","time":{"start":1710308024291,"stop":1710308024292,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe42f88b3ad13d44","name":"Check received message containing Russian","time":{"start":1710308097728,"stop":1710308097728,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c155ef26e07f71","name":"Reopen subscription with peer with lost subscription","time":{"start":1710307971895,"stop":1710307971896,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7904c9ebae93f06","name":"Encoder throws on undefined content topic","time":{"start":1710307925682,"stop":1710307925682,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a6f8ab7d4dd4e62","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1710308572950,"stop":1710308572950,"duration":0},"status":"passed","severity":"normal"},{"uid":"3494f4c3e7c2acd0","name":"Ping on subscribed peer","time":{"start":1710308024291,"stop":1710308024291,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fface4cb94b5716","name":"Ping on peer without subscriptions","time":{"start":1710308024294,"stop":1710308024294,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb97cd0d6cec89d0","name":"Subscribe and receive messages via waku relay post","time":{"start":1710308192914,"stop":1710308192914,"duration":0},"status":"passed","severity":"normal"},{"uid":"7983c5373910f0a1","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1710308508736,"stop":1710308508736,"duration":0},"status":"passed","severity":"normal"},{"uid":"a04404af5618e869","name":"Subscribe and receives messages on 20 topics","time":{"start":1710308572933,"stop":1710308572934,"duration":1},"status":"passed","severity":"normal"},{"uid":"561c595b3ebe3982","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1710308572951,"stop":1710308572951,"duration":0},"status":"passed","severity":"normal"},{"uid":"49e40c71abde82f1","name":"Subscribe to topic containing numeric and receive message","time":{"start":1710308572947,"stop":1710308572947,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f4d38912d716ea4","name":"Push message with shell command payload","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ced2d3e8f755f1","name":"Check message received after nwaku node is restarted","time":{"start":1710308416729,"stop":1710308416729,"duration":0},"status":"skipped","severity":"normal"},{"uid":"21a4089bab208912","name":"Relay - times out","time":{"start":1710308515426,"stop":1710308515426,"duration":0},"status":"passed","severity":"normal"},{"uid":"364346e30d0a3db6","name":"should throw error - invalid id","time":{"start":1710307898604,"stop":1710307898604,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c93309cc785a8f3","name":"should not receive a peer event before start","time":{"start":1710308426368,"stop":1710308426368,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae01a930bb4c68c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1710308416725,"stop":1710308416726,"duration":1},"status":"passed","severity":"normal"},{"uid":"bff70a352c922ddf","name":"Correctly serialized arguments","time":{"start":1710308231895,"stop":1710308231896,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa4e3e175b818004","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1710307923912,"stop":1710307923912,"duration":0},"status":"passed","severity":"normal"},{"uid":"48ca89d32a048cd9","name":"should use DNS peer discovery with light client","time":{"start":1710307950774,"stop":1710307950775,"duration":1},"status":"skipped","severity":"normal"},{"uid":"aa5816827d68913f","name":"Push message with content topic containing numeric","time":{"start":1710308322600,"stop":1710308322600,"duration":0},"status":"passed","severity":"normal"},{"uid":"151e106940af2b94","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1710308092690,"stop":1710308092690,"duration":0},"status":"passed","severity":"normal"},{"uid":"229c15e86d0e1e66","name":"Round trip binary encryption [ecies, signature]","time":{"start":1710307925681,"stop":1710307925681,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8f4d4d7aacb04c","name":"can start the service","time":{"start":1710307950769,"stop":1710307950769,"duration":0},"status":"passed","severity":"normal"},{"uid":"d15b46c9db9e57c3","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1710308092722,"stop":1710308092723,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c0bf0db155c2675","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1710308092718,"stop":1710308092718,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d476eb80a9e8d30","name":"Push message with content topic containing Chinese","time":{"start":1710308463692,"stop":1710308463692,"duration":0},"status":"passed","severity":"normal"},{"uid":"4472405c6bf9f8a8","name":"Ordered Callback - forward","time":{"start":1710308485478,"stop":1710308485478,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fac1033637d872a","name":"Decoder throws on undefined content topic","time":{"start":1710307903500,"stop":1710307903500,"duration":0},"status":"passed","severity":"normal"},{"uid":"adc12029c41ec06c","name":"Check received message containing Arabic","time":{"start":1710308416718,"stop":1710308416719,"duration":1},"status":"passed","severity":"normal"},{"uid":"37a395b22fd28cd5","name":"tcp ip4 address","time":{"start":1710307898065,"stop":1710307898065,"duration":0},"status":"passed","severity":"normal"},{"uid":"e51c6c5265b64fd3","name":"Check publish message containing Script","time":{"start":1710308366465,"stop":1710308366469,"duration":4},"status":"passed","severity":"normal"},{"uid":"1d48597e1996675e","name":"1 Store, 2 fetches","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c549e543302556","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1710308357663,"stop":1710308357664,"duration":1},"status":"passed","severity":"normal"},{"uid":"f72da4ad3d348f10","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1710307925681,"stop":1710307925681,"duration":0},"status":"passed","severity":"normal"},{"uid":"58817b80abfc90ad","name":"Check received message containing emoji","time":{"start":1710308097733,"stop":1710308097733,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc06a0e4258d47a3","name":"1 Store, 2 relays, 2 fetches","time":{"start":1710307914153,"stop":1710307914153,"duration":0},"status":"passed","severity":"normal"},{"uid":"87da7cd12e65d93d","name":"should not fail to stop the service if it was not started","time":{"start":1710308426366,"stop":1710308426367,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8ba4e36fd555877","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1710308092720,"stop":1710308092720,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec0ae06c47c651c","name":"Push message with unicode special characters payload","time":{"start":1710308463688,"stop":1710308463688,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8c7454cc6b83a52","name":"1 Relay, 1 Filter, gives up","time":{"start":1710307914153,"stop":1710307914154,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f031c494248cbf8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1710308167158,"stop":1710308167158,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe978312f134a47","name":"new peer added after a peer was already found","time":{"start":1710308348759,"stop":1710308348760,"duration":1},"status":"skipped","severity":"normal"},{"uid":"177e38359a4b434c","name":"Fails to push message with large meta","time":{"start":1710308322616,"stop":1710308322616,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f09598def689f9a","name":"Decoder throws on empty string content topic","time":{"start":1710307925683,"stop":1710307925683,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ff97b8129b3dc26","name":"Push message with JSON payload","time":{"start":1710308322595,"stop":1710308322595,"duration":0},"status":"passed","severity":"normal"},{"uid":"5afc12089e6166ef","name":"Check received message containing Script","time":{"start":1710308416734,"stop":1710308416735,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3ab2c51803feee4","name":"Subscribe to topic containing emoji and receive message","time":{"start":1710308192972,"stop":1710308192976,"duration":4},"status":"passed","severity":"normal"},{"uid":"4ff91ea0ac7803c","name":"Push message with Russian payload","time":{"start":1710308322580,"stop":1710308322580,"duration":0},"status":"passed","severity":"normal"},{"uid":"a958b7f2080e216c","name":"Push message with numeric payload","time":{"start":1710308322565,"stop":1710308322565,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6685/widgets/summary.json b/6685/widgets/summary.json index 32ea8e210d9..772ef8d29ef 100644 --- a/6685/widgets/summary.json +++ b/6685/widgets/summary.json @@ -1 +1 @@ -{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730},"time":{"start":1710306783346,"stop":1710307535236,"duration":751890,"minDuration":0,"maxDuration":14,"sumDuration":326}} \ No newline at end of file +{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730},"time":{"start":1710307889887,"stop":1710308649158,"duration":759271,"minDuration":0,"maxDuration":41,"sumDuration":584}} \ No newline at end of file diff --git a/last-history/categories-trend.json b/last-history/categories-trend.json index 769784f2827..cbb72bd5298 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","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 2d3fee5e804..c06bc7cd579 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"duration":751890}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"duration":748148}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"duration":757812}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"duration":759271}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"duration":751890}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"duration":748148}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"duration":757812}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index ffe5426a95e..8591912df8a 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":30,"passed":698,"unknown":0,"total":730}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":30,"passed":703,"unknown":0,"total":733}},{"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 c6a8d041ae3..ecb240636a5 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ff502676eeada4c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff502676eeada4c1","status":"passed","time":{"start":1710306791279,"stop":1710306791279,"duration":0}},{"uid":"bbdfc7bcdb801378","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bbdfc7bcdb801378","status":"passed","time":{"start":1710286996359,"stop":1710286996360,"duration":1}},{"uid":"f5f394bc58a397df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5f394bc58a397df","status":"passed","time":{"start":1710284258876,"stop":1710284258877,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c5d3446ca166267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c5d3446ca166267","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"ec99692f5188e267","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec99692f5188e267","status":"passed","time":{"start":1710287304929,"stop":1710287304929,"duration":0}},{"uid":"bbcbdee2072b7692","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbcbdee2072b7692","status":"passed","time":{"start":1710284567110,"stop":1710284567110,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"afd93c4176e04589","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/afd93c4176e04589","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"365befd24fae1aea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/365befd24fae1aea","status":"passed","time":{"start":1710287412741,"stop":1710287412742,"duration":1}},{"uid":"86995de54758203b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86995de54758203b","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca603481f76b34de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca603481f76b34de","status":"passed","time":{"start":1710306783479,"stop":1710306783479,"duration":0}},{"uid":"bf06334492c33e00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf06334492c33e00","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"3e918c719fb4ab49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e918c719fb4ab49","status":"passed","time":{"start":1710284251170,"stop":1710284251170,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8dc364c747b628c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dc364c747b628c2","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"47f28c3df35ad84b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f28c3df35ad84b","status":"passed","time":{"start":1710287596906,"stop":1710287596907,"duration":1}},{"uid":"8beca60d01cd5f01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8beca60d01cd5f01","status":"passed","time":{"start":1710284862702,"stop":1710284862703,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f234971769de4f77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f234971769de4f77","status":"passed","time":{"start":1710307377259,"stop":1710307377259,"duration":0}},{"uid":"aef0ef166ff3b0fb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aef0ef166ff3b0fb","status":"passed","time":{"start":1710287579552,"stop":1710287579552,"duration":0}},{"uid":"2f88208be049848c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f88208be049848c","status":"passed","time":{"start":1710284855735,"stop":1710284855736,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"80bd6dda223934cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/80bd6dda223934cc","status":"passed","time":{"start":1710306873742,"stop":1710306873743,"duration":1}},{"uid":"a36f1ddf363a1411","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a36f1ddf363a1411","status":"passed","time":{"start":1710287079741,"stop":1710287079741,"duration":0}},{"uid":"a0b426baa601faf2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0b426baa601faf2","status":"passed","time":{"start":1710284342262,"stop":1710284342262,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f9d2c1b0de26e26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f9d2c1b0de26e26","status":"passed","time":{"start":1710306981513,"stop":1710306981513,"duration":0}},{"uid":"266b556ce8f7319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266b556ce8f7319","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"101d2cd6d782afa9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/101d2cd6d782afa9","status":"passed","time":{"start":1710284460002,"stop":1710284460003,"duration":1}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1edee3ee8eb8a66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1edee3ee8eb8a66","status":"passed","time":{"start":1710306994265,"stop":1710306994266,"duration":1}},{"uid":"d892f977186464cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d892f977186464cd","status":"passed","time":{"start":1710287196187,"stop":1710287196188,"duration":1}},{"uid":"904af3c16a4befb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/904af3c16a4befb6","status":"passed","time":{"start":1710284459535,"stop":1710284459536,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42fc0dc521d70a07","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42fc0dc521d70a07","status":"passed","time":{"start":1710306994270,"stop":1710306994270,"duration":0}},{"uid":"3f3178c077be3865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f3178c077be3865","status":"passed","time":{"start":1710287196190,"stop":1710287196191,"duration":1}},{"uid":"622da54e96b19f3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622da54e96b19f3b","status":"passed","time":{"start":1710284459539,"stop":1710284459539,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"32a2f44f0fd98798","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32a2f44f0fd98798","status":"passed","time":{"start":1710307207087,"stop":1710307207087,"duration":0}},{"uid":"5c1aad30ac4d5daf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5c1aad30ac4d5daf","status":"passed","time":{"start":1710287412752,"stop":1710287412753,"duration":1}},{"uid":"a1c5353c035e620a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1c5353c035e620a","status":"passed","time":{"start":1710284680779,"stop":1710284680787,"duration":8}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ce73317efe78552f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce73317efe78552f","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"7c77d92b91ad7cae","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c77d92b91ad7cae","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"c83b3951b62bf87b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c83b3951b62bf87b","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ab1adfc952dcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ab1adfc952dcf","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"2008f6718cfd79f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2008f6718cfd79f3","status":"passed","time":{"start":1710287456049,"stop":1710287456049,"duration":0}},{"uid":"89d48fca4f4343ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89d48fca4f4343ff","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"88c6fbccd58dee3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88c6fbccd58dee3a","status":"passed","time":{"start":1710307207050,"stop":1710307207051,"duration":1}},{"uid":"86b307500eb38eea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/86b307500eb38eea","status":"passed","time":{"start":1710287412742,"stop":1710287412742,"duration":0}},{"uid":"763c1ac9d2de638b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/763c1ac9d2de638b","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"71fdca3b6918ea5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/71fdca3b6918ea5a","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"2f67df56f7cc3ad9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f67df56f7cc3ad9","status":"passed","time":{"start":1710287596901,"stop":1710287596901,"duration":0}},{"uid":"433954dab3a83fcf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/433954dab3a83fcf","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d789dab8d831290d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d789dab8d831290d","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"fde81281c1e41976","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fde81281c1e41976","status":"passed","time":{"start":1710286996364,"stop":1710286996364,"duration":0}},{"uid":"4674a55790f34179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4674a55790f34179","status":"passed","time":{"start":1710284258881,"stop":1710284258881,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0b0c42546c24c52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0b0c42546c24c52","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"fb008d907766082","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb008d907766082","status":"passed","time":{"start":1710287085418,"stop":1710287085419,"duration":1}},{"uid":"687aa8d0082cff46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/687aa8d0082cff46","status":"passed","time":{"start":1710284350513,"stop":1710284350513,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7fa8a42d336d6d8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7fa8a42d336d6d8c","status":"passed","time":{"start":1710307207070,"stop":1710307207071,"duration":1}},{"uid":"c34664d911e7dc49","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c34664d911e7dc49","status":"passed","time":{"start":1710287412749,"stop":1710287412750,"duration":1}},{"uid":"16250e5bef12d5d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16250e5bef12d5d4","status":"passed","time":{"start":1710284680774,"stop":1710284680775,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51255a22a58646d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51255a22a58646d6","status":"passed","time":{"start":1710306807149,"stop":1710306807150,"duration":1}},{"uid":"f8ad5a478ea5e152","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f8ad5a478ea5e152","status":"passed","time":{"start":1710287012269,"stop":1710287012269,"duration":0}},{"uid":"a6a7d719b76255d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a7d719b76255d5","status":"passed","time":{"start":1710284274245,"stop":1710284274245,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76ee843b7667e331","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76ee843b7667e331","status":"passed","time":{"start":1710307465635,"stop":1710307465636,"duration":1}},{"uid":"e8677af8af1582dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8677af8af1582dc","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"64dbe9d53c0d955b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64dbe9d53c0d955b","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12799eb728b399ae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12799eb728b399ae","status":"passed","time":{"start":1710307361630,"stop":1710307361630,"duration":0}},{"uid":"f97c73d2a05f3b52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f97c73d2a05f3b52","status":"passed","time":{"start":1710287560338,"stop":1710287560339,"duration":1}},{"uid":"4242ed2d1557dd46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4242ed2d1557dd46","status":"passed","time":{"start":1710284826088,"stop":1710284826090,"duration":2}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b36d6c6a7d0fa128","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b36d6c6a7d0fa128","status":"passed","time":{"start":1710307300370,"stop":1710307300371,"duration":1}},{"uid":"5decc02755b74276","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5decc02755b74276","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"a9b954b056a7f78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9b954b056a7f78a","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c174b63fd0a03578","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c174b63fd0a03578","status":"passed","time":{"start":1710307308618,"stop":1710307308618,"duration":0}},{"uid":"d76ef03a7dccf257","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d76ef03a7dccf257","status":"passed","time":{"start":1710287509743,"stop":1710287509744,"duration":1}},{"uid":"1074cd76e28236c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1074cd76e28236c","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"27f7bb091abd7099","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27f7bb091abd7099","status":"passed","time":{"start":1710307308649,"stop":1710307308650,"duration":1}},{"uid":"945978f91eaaa751","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/945978f91eaaa751","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"7e7185e5d9c8b36c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e7185e5d9c8b36c","status":"passed","time":{"start":1710284775871,"stop":1710284775871,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1bd164ed205a8a0a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1bd164ed205a8a0a","status":"passed","time":{"start":1710307101313,"stop":1710307101314,"duration":1}},{"uid":"7318d17d959322dd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7318d17d959322dd","status":"passed","time":{"start":1710287300117,"stop":1710287300118,"duration":1}},{"uid":"6e5bf3b0d47b19d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e5bf3b0d47b19d","status":"passed","time":{"start":1710284561374,"stop":1710284561374,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f039054eb7c97a21","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f039054eb7c97a21","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"fc4616fd2b1377a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc4616fd2b1377a","status":"passed","time":{"start":1710287282005,"stop":1710287282005,"duration":0}},{"uid":"52871f8198bc2210","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52871f8198bc2210","status":"passed","time":{"start":1710284550777,"stop":1710284550777,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79be96b91a983cb1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79be96b91a983cb1","status":"passed","time":{"start":1710306904613,"stop":1710306904614,"duration":1}},{"uid":"ea2326515fa63337","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea2326515fa63337","status":"passed","time":{"start":1710287110700,"stop":1710287110701,"duration":1}},{"uid":"bb370d80999fdf0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb370d80999fdf0d","status":"passed","time":{"start":1710284372009,"stop":1710284372010,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5b5002d654a7dc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5b5002d654a7dc0","status":"passed","time":{"start":1710307358455,"stop":1710307358455,"duration":0}},{"uid":"5942ccd793c38dc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5942ccd793c38dc5","status":"passed","time":{"start":1710287569245,"stop":1710287569246,"duration":1}},{"uid":"851a1239e0316aca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/851a1239e0316aca","status":"passed","time":{"start":1710284852279,"stop":1710284852280,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48d3f130ed9394d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48d3f130ed9394d0","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"942243c71c229319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/942243c71c229319","status":"passed","time":{"start":1710287559423,"stop":1710287559424,"duration":1}},{"uid":"f50c55c386456a8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f50c55c386456a8e","status":"passed","time":{"start":1710284823525,"stop":1710284823528,"duration":3}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c0f6d1e734a9271","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0f6d1e734a9271","status":"passed","time":{"start":1710306783473,"stop":1710306783474,"duration":1}},{"uid":"1aff43092d31e57d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1aff43092d31e57d","status":"passed","time":{"start":1710286988735,"stop":1710286988735,"duration":0}},{"uid":"8ed4cf44121171f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed4cf44121171f8","status":"passed","time":{"start":1710284251164,"stop":1710284251165,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ab840fd47e5a0a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ab840fd47e5a0a0","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"d1e18f967985253a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1e18f967985253a","status":"passed","time":{"start":1710287509768,"stop":1710287509769,"duration":1}},{"uid":"71c1ce81f82fa722","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/71c1ce81f82fa722","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ffdc3b9302e8202","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ffdc3b9302e8202","status":"passed","time":{"start":1710307207064,"stop":1710307207064,"duration":0}},{"uid":"8aeb09c17eaadbe3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8aeb09c17eaadbe3","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"739ff9951805cca0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/739ff9951805cca0","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c05b8dfd71b32c2e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c05b8dfd71b32c2e","status":"passed","time":{"start":1710306844173,"stop":1710306844174,"duration":1}},{"uid":"533d76a25733fa4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/533d76a25733fa4b","status":"passed","time":{"start":1710287049796,"stop":1710287049797,"duration":1}},{"uid":"c15cbd714d216097","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c15cbd714d216097","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"392e071ff7e154ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/392e071ff7e154ea","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"1bb11b6a7d67a857","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1bb11b6a7d67a857","status":"passed","time":{"start":1710287674906,"stop":1710287674907,"duration":1}},{"uid":"f65ebc617e110c0f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f65ebc617e110c0f","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1458c7deccfd5e79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1458c7deccfd5e79","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"e3d679504d1af22f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3d679504d1af22f","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"cc43f11fce8abdd0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc43f11fce8abdd0","status":"passed","time":{"start":1710284730215,"stop":1710284730216,"duration":1}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cfaff012410118d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfaff012410118d0","status":"passed","time":{"start":1710307351547,"stop":1710307351548,"duration":1}},{"uid":"f5082d3c4c1adb0d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5082d3c4c1adb0d","status":"passed","time":{"start":1710287559411,"stop":1710287559411,"duration":0}},{"uid":"fe244b96081dd249","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fe244b96081dd249","status":"passed","time":{"start":1710284823515,"stop":1710284823516,"duration":1}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c83c95df309a546a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c83c95df309a546a","status":"passed","time":{"start":1710307247755,"stop":1710307247756,"duration":1}},{"uid":"2879cbb1e9c4953","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2879cbb1e9c4953","status":"passed","time":{"start":1710287456022,"stop":1710287456023,"duration":1}},{"uid":"27fbdf2ee224a758","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/27fbdf2ee224a758","status":"passed","time":{"start":1710284723006,"stop":1710284723007,"duration":1}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"567580d3caf8b20c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/567580d3caf8b20c","status":"passed","time":{"start":1710307358461,"stop":1710307358461,"duration":0}},{"uid":"5e9cf4362534a568","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e9cf4362534a568","status":"passed","time":{"start":1710287569252,"stop":1710287569253,"duration":1}},{"uid":"642de0bcd556ff00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/642de0bcd556ff00","status":"passed","time":{"start":1710284852296,"stop":1710284852297,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a59bbf5a9d594538","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a59bbf5a9d594538","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"9e6625aea2c1be4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e6625aea2c1be4b","status":"passed","time":{"start":1710286996363,"stop":1710286996363,"duration":0}},{"uid":"14b4369563b434ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14b4369563b434ea","status":"passed","time":{"start":1710284258880,"stop":1710284258880,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51a9518e6721354","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51a9518e6721354","status":"passed","time":{"start":1710306981517,"stop":1710306981517,"duration":0}},{"uid":"7e7d6483f71216c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e7d6483f71216c2","status":"passed","time":{"start":1710287198167,"stop":1710287198167,"duration":0}},{"uid":"874a9ae2cf72980f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/874a9ae2cf72980f","status":"passed","time":{"start":1710284460009,"stop":1710284460010,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3836398dd70fdd8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3836398dd70fdd8c","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"163f7a62d44783c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/163f7a62d44783c2","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"edcba990370c853a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edcba990370c853a","status":"passed","time":{"start":1710284561375,"stop":1710284561376,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97bda8c337a5c64a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97bda8c337a5c64a","status":"passed","time":{"start":1710306865885,"stop":1710306865886,"duration":1}},{"uid":"ba856de1f38e9f8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ba856de1f38e9f8d","status":"passed","time":{"start":1710287067217,"stop":1710287067217,"duration":0}},{"uid":"68ee88dee6fa736d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68ee88dee6fa736d","status":"passed","time":{"start":1710284328537,"stop":1710284328537,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa94cf7cc1ecf73d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa94cf7cc1ecf73d","status":"passed","time":{"start":1710307383799,"stop":1710307383799,"duration":0}},{"uid":"ebd3406bfcde54be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ebd3406bfcde54be","status":"passed","time":{"start":1710287594293,"stop":1710287594293,"duration":0}},{"uid":"4f56e66623d2ebe1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4f56e66623d2ebe1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"54a5343050da809a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54a5343050da809a","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"a3b9cb57d9f396d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3b9cb57d9f396d2","status":"passed","time":{"start":1710287577564,"stop":1710287577564,"duration":0}},{"uid":"139f5ad0a49ad1ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/139f5ad0a49ad1ad","status":"passed","time":{"start":1710284843497,"stop":1710284843498,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f74922d9c215071","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f74922d9c215071","status":"passed","time":{"start":1710306981504,"stop":1710306981505,"duration":1}},{"uid":"aee61ad90b3d03e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aee61ad90b3d03e","status":"passed","time":{"start":1710287198118,"stop":1710287198119,"duration":1}},{"uid":"a458ce529ac813e2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a458ce529ac813e2","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"f9ba7eb6cd24287","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9ba7eb6cd24287","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207322,"stop":1710307207322,"duration":0}},{"uid":"d1908ad267921e13","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1908ad267921e13","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413028,"duration":1}},{"uid":"b2a2434a82cbd190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2a2434a82cbd190","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680941,"stop":1710284680941,"duration":0}}]},"63579ae780a62fb87d230f845bc5fb55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6695c3024bc6fc1a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6695c3024bc6fc1a","status":"passed","time":{"start":1710287483709,"stop":1710287483710,"duration":1}},{"uid":"290a1ccdac1d52d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/290a1ccdac1d52d1","status":"passed","time":{"start":1710284751207,"stop":1710284751207,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd1e6b1114c7ef86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1e6b1114c7ef86","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"efef02e706ddc452","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efef02e706ddc452","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"9a64a93f498d96c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a64a93f498d96c1","status":"passed","time":{"start":1710284723023,"stop":1710284723024,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e5d050fc19ac9f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e5d050fc19ac9f3","status":"passed","time":{"start":1710306981495,"stop":1710306981496,"duration":1}},{"uid":"2a742211d786eed4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a742211d786eed4","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"9d83fd0b99a790b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d83fd0b99a790b","status":"passed","time":{"start":1710284459991,"stop":1710284459992,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1485d544d1e7223b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1485d544d1e7223b","status":"passed","time":{"start":1710307308616,"stop":1710307308616,"duration":0}},{"uid":"372c8bf10a989f12","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/372c8bf10a989f12","status":"passed","time":{"start":1710287509742,"stop":1710287509742,"duration":0}},{"uid":"f0499ac274a35d21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0499ac274a35d21","status":"passed","time":{"start":1710284775834,"stop":1710284775835,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29dcb7d30a014cee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29dcb7d30a014cee","status":"passed","time":{"start":1710307465630,"stop":1710307465630,"duration":0}},{"uid":"c25121d64bdd5c55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c25121d64bdd5c55","status":"passed","time":{"start":1710287674910,"stop":1710287674911,"duration":1}},{"uid":"b96d1cf779e0c9e3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b96d1cf779e0c9e3","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ba2aed0de7ecdd03","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2aed0de7ecdd03","status":"passed","time":{"start":1710307358468,"stop":1710307358468,"duration":0}},{"uid":"2ba737556d6a94d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ba737556d6a94d6","status":"passed","time":{"start":1710287569258,"stop":1710287569259,"duration":1}},{"uid":"8d128b900dd80f8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d128b900dd80f8b","status":"passed","time":{"start":1710284852309,"stop":1710284852309,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1cbec48f3bca7534","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1cbec48f3bca7534","status":"passed","time":{"start":1710306904613,"stop":1710306904613,"duration":0}},{"uid":"81c6d3a50508be94","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81c6d3a50508be94","status":"passed","time":{"start":1710287110693,"stop":1710287110700,"duration":7}},{"uid":"18dc78a4c5393c69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18dc78a4c5393c69","status":"passed","time":{"start":1710284372007,"stop":1710284372008,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"761a42244aaed2b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/761a42244aaed2b6","status":"passed","time":{"start":1710306791807,"stop":1710306791808,"duration":1}},{"uid":"e915628e7655b44d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e915628e7655b44d","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"d5b12ee82c02d7ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5b12ee82c02d7ef","status":"passed","time":{"start":1710284259613,"stop":1710284259614,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1b3ea3c22ee2619","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1b3ea3c22ee2619","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"543ed4472f0cb26a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/543ed4472f0cb26a","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"318ced64943a9ed2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/318ced64943a9ed2","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52085bf8bafab51e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52085bf8bafab51e","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"acf545820dcfdb35","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/acf545820dcfdb35","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"600517d69d8ef0ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600517d69d8ef0ef","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"30cfc64235762ce7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30cfc64235762ce7","status":"passed","time":{"start":1710307351549,"stop":1710307351549,"duration":0}},{"uid":"ccaa198a11f21d47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ccaa198a11f21d47","status":"passed","time":{"start":1710287559411,"stop":1710287559412,"duration":1}},{"uid":"8c9d0156fbd4c51b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c9d0156fbd4c51b","status":"passed","time":{"start":1710284823516,"stop":1710284823517,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6195a75d2af54be7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6195a75d2af54be7","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"947ce5516fa8dbde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/947ce5516fa8dbde","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"831624ccdcf59e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/831624ccdcf59e1","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0a21d2a8553faf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0a21d2a8553faf2","status":"passed","time":{"start":1710307365851,"stop":1710307365852,"duration":1}},{"uid":"b9be3e8028103b58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9be3e8028103b58","status":"passed","time":{"start":1710287564358,"stop":1710287564359,"duration":1}},{"uid":"9a21f3821775c651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a21f3821775c651","status":"passed","time":{"start":1710284831310,"stop":1710284831310,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"adb389a18970232c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adb389a18970232c","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"1df4b3d9a441de23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1df4b3d9a441de23","status":"passed","time":{"start":1710287282000,"stop":1710287282000,"duration":0}},{"uid":"5640fa0e18bb3b85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5640fa0e18bb3b85","status":"passed","time":{"start":1710284550769,"stop":1710284550769,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"164904741fb5da3f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/164904741fb5da3f","status":"passed","time":{"start":1710307358458,"stop":1710307358459,"duration":1}},{"uid":"9e530514c8052ca1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e530514c8052ca1","status":"passed","time":{"start":1710287569250,"stop":1710287569251,"duration":1}},{"uid":"57200fd6a7233e43","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57200fd6a7233e43","status":"passed","time":{"start":1710284852290,"stop":1710284852290,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"139f60852ff4abed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/139f60852ff4abed","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"5a0694e4ed0b2364","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a0694e4ed0b2364","status":"passed","time":{"start":1710286988731,"stop":1710286988731,"duration":0}},{"uid":"68eade5eb1548209","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68eade5eb1548209","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5633e6f729d80ba1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5633e6f729d80ba1","status":"passed","time":{"start":1710306904612,"stop":1710306904612,"duration":0}},{"uid":"d4dc22c81f6f5fc3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4dc22c81f6f5fc3","status":"passed","time":{"start":1710287110690,"stop":1710287110691,"duration":1}},{"uid":"438f756575ae9a4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/438f756575ae9a4a","status":"passed","time":{"start":1710284372006,"stop":1710284372007,"duration":1}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a4bf2fadb86874d4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4bf2fadb86874d4","status":"passed","time":{"start":1710306783478,"stop":1710306783479,"duration":1}},{"uid":"85bc9a9d14a19c32","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85bc9a9d14a19c32","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"510af38918ffdc14","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/510af38918ffdc14","status":"passed","time":{"start":1710284251169,"stop":1710284251170,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"910a7410bb201496","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/910a7410bb201496","status":"passed","time":{"start":1710307247764,"stop":1710307247764,"duration":0}},{"uid":"3551088140112507","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3551088140112507","status":"passed","time":{"start":1710287456055,"stop":1710287456055,"duration":0}},{"uid":"802dd668573fab73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/802dd668573fab73","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"82cb23f3a3b678c08c3ef795b5becd49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"15b577c3b82cd0fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/15b577c3b82cd0fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807584,"stop":1710306807584,"duration":0}},{"uid":"a41b04d98d80a63e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a41b04d98d80a63e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012806,"stop":1710287012806,"duration":0}},{"uid":"ee1a2f15d75c370b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee1a2f15d75c370b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275224,"stop":1710284275224,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48b69f71c5d68396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b69f71c5d68396","status":"passed","time":{"start":1710306981503,"stop":1710306981504,"duration":1}},{"uid":"d2db7a2b007edb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d2db7a2b007edb0","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"ce7bc82765f7c2f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce7bc82765f7c2f9","status":"passed","time":{"start":1710284459993,"stop":1710284459994,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbcae8c37b12d546","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbcae8c37b12d546","status":"passed","time":{"start":1710307259433,"stop":1710307259434,"duration":1}},{"uid":"b0027d07ff8c9b8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0027d07ff8c9b8c","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"d1f086e43ae75619","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f086e43ae75619","status":"passed","time":{"start":1710284730214,"stop":1710284730215,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf0ce8e3701f87b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf0ce8e3701f87b9","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"2e2b92ad5f3d27df","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e2b92ad5f3d27df","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"913a112af87820f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/913a112af87820f9","status":"passed","time":{"start":1710284775865,"stop":1710284775865,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e06321cee29d90c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e06321cee29d90c7","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"9b445a8f69698970","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b445a8f69698970","status":"passed","time":{"start":1710287282000,"stop":1710287282001,"duration":1}},{"uid":"c0292ae26bd1706a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c0292ae26bd1706a","status":"passed","time":{"start":1710284550769,"stop":1710284550770,"duration":1}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e9a9dd34d651064b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9a9dd34d651064b","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"b6179f47abf2f22b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6179f47abf2f22b","status":"passed","time":{"start":1710287012800,"stop":1710287012801,"duration":1}},{"uid":"8f4fa1ba822edb3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f4fa1ba822edb3e","status":"passed","time":{"start":1710284275219,"stop":1710284275219,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf074c69befaf9cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf074c69befaf9cd","status":"passed","time":{"start":1710306796317,"stop":1710306796317,"duration":0}},{"uid":"3dd886a3f56404ad","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dd886a3f56404ad","status":"passed","time":{"start":1710287001574,"stop":1710287001575,"duration":1}},{"uid":"e9b7e1bdac08beb2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b7e1bdac08beb2","status":"passed","time":{"start":1710284264199,"stop":1710284264199,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"100934884caac558","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/100934884caac558","status":"passed","time":{"start":1710306791283,"stop":1710306791284,"duration":1}},{"uid":"f9b2acf74d25c6ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9b2acf74d25c6ce","status":"passed","time":{"start":1710286996365,"stop":1710286996365,"duration":0}},{"uid":"c808e3055a621e7d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c808e3055a621e7d","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c108d32ec506327c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c108d32ec506327c","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"c4e3b1ce1f741aba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c4e3b1ce1f741aba","status":"passed","time":{"start":1710287537364,"stop":1710287537365,"duration":1}},{"uid":"217c49ad77dc4d8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/217c49ad77dc4d8d","status":"passed","time":{"start":1710284796487,"stop":1710284796488,"duration":1}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d680aad7b5939743","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d680aad7b5939743","status":"passed","time":{"start":1710306811117,"stop":1710306811117,"duration":0}},{"uid":"3e88ed8128d0061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3e88ed8128d0061","status":"passed","time":{"start":1710287016345,"stop":1710287016345,"duration":0}},{"uid":"699c6468ecf54a58","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/699c6468ecf54a58","status":"passed","time":{"start":1710284279140,"stop":1710284279140,"duration":0}}]},"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"adfcd3a4dadabee3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adfcd3a4dadabee3","status":"passed","time":{"start":1710306877076,"stop":1710306877077,"duration":1}},{"uid":"dede8421c3d35754","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dede8421c3d35754","status":"passed","time":{"start":1710287085420,"stop":1710287085420,"duration":0}},{"uid":"d570e3ee793900c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d570e3ee793900c","status":"passed","time":{"start":1710284350514,"stop":1710284350514,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ed91c4dad1f67b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ed91c4dad1f67b6d","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"f1a31534e2a4361d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f1a31534e2a4361d","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"a26796d3e03379a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a26796d3e03379a1","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6205a6aee9c2fca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6205a6aee9c2fca","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"90871799f3c6be0f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90871799f3c6be0f","status":"passed","time":{"start":1710287456067,"stop":1710287456068,"duration":1}},{"uid":"1b4435e30109a023","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1b4435e30109a023","status":"passed","time":{"start":1710284723020,"stop":1710284723021,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36ee334c4cd23979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/36ee334c4cd23979","status":"passed","time":{"start":1710306877071,"stop":1710306877072,"duration":1}},{"uid":"d8ff1717689c2ad6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8ff1717689c2ad6","status":"passed","time":{"start":1710287085416,"stop":1710287085417,"duration":1}},{"uid":"b37fee01ddd8716e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b37fee01ddd8716e","status":"passed","time":{"start":1710284350510,"stop":1710284350511,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dce829795d10844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dce829795d10844f","status":"passed","time":{"start":1710307308630,"stop":1710307308630,"duration":0}},{"uid":"3c67fe696e9b7555","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c67fe696e9b7555","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"f510034ed123f889","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f510034ed123f889","status":"passed","time":{"start":1710284775853,"stop":1710284775853,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9420534aba8f9985","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9420534aba8f9985","status":"passed","time":{"start":1710306806601,"stop":1710306806603,"duration":2}},{"uid":"7c599abd2f4286e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c599abd2f4286e2","status":"passed","time":{"start":1710287011779,"stop":1710287011780,"duration":1}},{"uid":"6d92666dcad69fc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d92666dcad69fc9","status":"passed","time":{"start":1710284274039,"stop":1710284274041,"duration":2}}]},"5cef096bfc01882d03f657e47bb6cba6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"942ea8097846c0f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/942ea8097846c0f0","status":"passed","time":{"start":1710307308628,"stop":1710307308629,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8081ed8b174f564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8081ed8b174f564","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"aa5b11f556baa714","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa5b11f556baa714","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"dc114479ee832491","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc114479ee832491","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a981ae9069cc5ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a981ae9069cc5ed","status":"passed","time":{"start":1710306877075,"stop":1710306877076,"duration":1}},{"uid":"61080b8b5753e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/61080b8b5753e8","status":"passed","time":{"start":1710287085419,"stop":1710287085419,"duration":0}},{"uid":"498167903e667c2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/498167903e667c2c","status":"passed","time":{"start":1710284350513,"stop":1710284350514,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ccf41464944280c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ccf41464944280c","status":"passed","time":{"start":1710306816841,"stop":1710306816841,"duration":0}},{"uid":"2131a4b9fbada367","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2131a4b9fbada367","status":"passed","time":{"start":1710287022152,"stop":1710287022152,"duration":0}},{"uid":"aeb6ff7f00ada3c2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeb6ff7f00ada3c2","status":"passed","time":{"start":1710284284833,"stop":1710284284834,"duration":1}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d979d7690842cbd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d979d7690842cbd","status":"passed","time":{"start":1710306783476,"stop":1710306783476,"duration":0}},{"uid":"1a0e2d90ba5f9be4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a0e2d90ba5f9be4","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"cc6b1ef0241a70c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc6b1ef0241a70c0","status":"passed","time":{"start":1710284251167,"stop":1710284251167,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b3449055ba1206e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3449055ba1206e0","status":"passed","time":{"start":1710307358454,"stop":1710307358455,"duration":1}},{"uid":"c840477575081f28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c840477575081f28","status":"passed","time":{"start":1710287569244,"stop":1710287569245,"duration":1}},{"uid":"d9753675fac4188e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9753675fac4188e","status":"passed","time":{"start":1710284852279,"stop":1710284852279,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e865917c9879f60b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e865917c9879f60b","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"525fa3a34195991","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/525fa3a34195991","status":"passed","time":{"start":1710287110704,"stop":1710287110711,"duration":7}},{"uid":"a23235678e1c7d29","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a23235678e1c7d29","status":"passed","time":{"start":1710284372020,"stop":1710284372021,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e9d1450872b06f48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9d1450872b06f48","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351550,"duration":0}},{"uid":"45697dada2f07322","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45697dada2f07322","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"829efdfaeeb1dce","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/829efdfaeeb1dce","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823520,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60cd3ef631a89cf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60cd3ef631a89cf","status":"passed","time":{"start":1710307358452,"stop":1710307358453,"duration":1}},{"uid":"c67b2c10aa18cf7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c67b2c10aa18cf7","status":"passed","time":{"start":1710287569228,"stop":1710287569229,"duration":1}},{"uid":"54f07028252ac0e0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/54f07028252ac0e0","status":"passed","time":{"start":1710284852270,"stop":1710284852270,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"30290d8d4eb18297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30290d8d4eb18297","status":"passed","time":{"start":1710306873747,"stop":1710306873747,"duration":0}},{"uid":"bfe9ab564757ea37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bfe9ab564757ea37","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"a3d72a8a2449a967","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a3d72a8a2449a967","status":"passed","time":{"start":1710284342266,"stop":1710284342266,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29e2a1e8746d9207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29e2a1e8746d9207","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"df9ec1dcc4c7d23d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/df9ec1dcc4c7d23d","status":"passed","time":{"start":1710287674918,"stop":1710287674919,"duration":1}},{"uid":"30174ca007db78f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/30174ca007db78f9","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cfa8d6ca69caeffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfa8d6ca69caeffe","status":"passed","time":{"start":1710307465625,"stop":1710307465626,"duration":1}},{"uid":"24534c9567f5bb6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24534c9567f5bb6","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"cc1672112f9fba90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc1672112f9fba90","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dd0226d908bae87f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dd0226d908bae87f","status":"passed","time":{"start":1710307342524,"stop":1710307342525,"duration":1}},{"uid":"336033917238a410","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/336033917238a410","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"ad289c5645f481bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad289c5645f481bf","status":"passed","time":{"start":1710284805010,"stop":1710284805012,"duration":2}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c030587f5328416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c030587f5328416","status":"passed","time":{"start":1710306833586,"stop":1710306833586,"duration":0}},{"uid":"3d38e8668b12f6d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3d38e8668b12f6d3","status":"passed","time":{"start":1710287039378,"stop":1710287039379,"duration":1}},{"uid":"c69e7356ed1eefe3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c69e7356ed1eefe3","status":"passed","time":{"start":1710284302046,"stop":1710284302047,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9bb0ce2549f5b685","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bb0ce2549f5b685","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"f78ac0910639a9b7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f78ac0910639a9b7","status":"passed","time":{"start":1710287559413,"stop":1710287559423,"duration":10}},{"uid":"811945987f09752a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/811945987f09752a","status":"passed","time":{"start":1710284823524,"stop":1710284823525,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"33efcf1e9544ead8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/33efcf1e9544ead8","status":"passed","time":{"start":1710306817451,"stop":1710306817452,"duration":1}},{"uid":"27c7a70273372f95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27c7a70273372f95","status":"passed","time":{"start":1710287022681,"stop":1710287022682,"duration":1}},{"uid":"cc0813217f0cde49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc0813217f0cde49","status":"passed","time":{"start":1710284285360,"stop":1710284285361,"duration":1}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61c060417c4b4762","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/61c060417c4b4762","status":"passed","time":{"start":1710306981493,"stop":1710306981493,"duration":0}},{"uid":"ed49dd3aa4784511","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ed49dd3aa4784511","status":"passed","time":{"start":1710287198106,"stop":1710287198107,"duration":1}},{"uid":"95a9a472a0f80d60","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95a9a472a0f80d60","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7e9da6ceb20ae10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7e9da6ceb20ae10","status":"passed","time":{"start":1710307308619,"stop":1710307308619,"duration":0}},{"uid":"5157c10829172cc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5157c10829172cc5","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"da22599163c7ee21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/da22599163c7ee21","status":"passed","time":{"start":1710284775837,"stop":1710284775837,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2ffe60db289622f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ffe60db289622f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078642,"stop":1710307078643,"duration":1}},{"uid":"9626f71b8536b9b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9626f71b8536b9b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281995,"stop":1710287281995,"duration":0}},{"uid":"59fd6774b74105cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/59fd6774b74105cb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550756,"stop":1710284550757,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5f045d647f60bfc8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f045d647f60bfc8","status":"passed","time":{"start":1710307392999,"stop":1710307393000,"duration":1}},{"uid":"d8e29488bb4aa2d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8e29488bb4aa2d6","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"2277770f6ca7c6d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2277770f6ca7c6d0","status":"passed","time":{"start":1710284869464,"stop":1710284869464,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6112b1d4cc0b3126","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6112b1d4cc0b3126","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"803c80831f0bae21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/803c80831f0bae21","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"8c10b20f6d864bba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c10b20f6d864bba","status":"passed","time":{"start":1710284730218,"stop":1710284730219,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c67d90e32d1afdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c67d90e32d1afdc","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"fa809e93f7033117","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fa809e93f7033117","status":"passed","time":{"start":1710287569247,"stop":1710287569247,"duration":0}},{"uid":"e07bea22c04007fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e07bea22c04007fc","status":"passed","time":{"start":1710284852287,"stop":1710284852287,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"882bb1db3e0547ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/882bb1db3e0547ad","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"b6545eb5b4d5869f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6545eb5b4d5869f","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"fcf10a3edc93d30b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcf10a3edc93d30b","status":"passed","time":{"start":1710284279137,"stop":1710284279138,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b8aa3d6c2c782916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8aa3d6c2c782916","status":"passed","time":{"start":1710307465634,"stop":1710307465635,"duration":1}},{"uid":"a960ced6109c8e95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a960ced6109c8e95","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"7d86d7ed5e775fc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7d86d7ed5e775fc1","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b66495eef116772","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b66495eef116772","status":"passed","time":{"start":1710306807583,"stop":1710306807583,"duration":0}},{"uid":"27921236ad91e107","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27921236ad91e107","status":"passed","time":{"start":1710287012804,"stop":1710287012805,"duration":1}},{"uid":"9d1e3235b63eba4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d1e3235b63eba4a","status":"passed","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e4cebeedefcb16a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e4cebeedefcb16a5","status":"passed","time":{"start":1710306791277,"stop":1710306791277,"duration":0}},{"uid":"3c766d892a7b50f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c766d892a7b50f","status":"passed","time":{"start":1710286996357,"stop":1710286996358,"duration":1}},{"uid":"94a2172cfdc38771","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a2172cfdc38771","status":"passed","time":{"start":1710284258874,"stop":1710284258875,"duration":1}}]},"cbb481de5670def24b36ec0b156d8751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"306f63475529d8c9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/306f63475529d8c9","status":"passed","time":{"start":1710287483711,"stop":1710287483712,"duration":1}},{"uid":"52a9a0a44cc4ee66","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52a9a0a44cc4ee66","status":"passed","time":{"start":1710284751209,"stop":1710284751209,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"62a7794fc5889e42","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62a7794fc5889e42","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"a67f01d63157af72","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a67f01d63157af72","status":"passed","time":{"start":1710287456064,"stop":1710287456067,"duration":3}},{"uid":"8f16c992f7d0a7d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f16c992f7d0a7d1","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5cd33b8c2b73ab0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5cd33b8c2b73ab0","status":"passed","time":{"start":1710306846371,"stop":1710306846375,"duration":4}},{"uid":"683384f76562c848","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/683384f76562c848","status":"passed","time":{"start":1710287049209,"stop":1710287049209,"duration":0}},{"uid":"f18e621a4eea6bc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18e621a4eea6bc9","status":"passed","time":{"start":1710284311923,"stop":1710284311924,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5927c8350a9e6eaa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5927c8350a9e6eaa","status":"passed","time":{"start":1710306806605,"stop":1710306806606,"duration":1}},{"uid":"e443011464d2eb67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e443011464d2eb67","status":"passed","time":{"start":1710287011781,"stop":1710287011782,"duration":1}},{"uid":"724dda2cc04d1012","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/724dda2cc04d1012","status":"passed","time":{"start":1710284274044,"stop":1710284274045,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e47c2f33b32af69a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e47c2f33b32af69a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"a12558f4eed2a307","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a12558f4eed2a307","status":"passed","time":{"start":1710287049794,"stop":1710287049795,"duration":1}},{"uid":"6bc9965a19306a8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bc9965a19306a8d","status":"passed","time":{"start":1710284312207,"stop":1710284312207,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"31a84d69e12bcc1e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/31a84d69e12bcc1e","status":"passed","time":{"start":1710307365851,"stop":1710307365851,"duration":0}},{"uid":"817099d653514139","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/817099d653514139","status":"passed","time":{"start":1710287564357,"stop":1710287564357,"duration":0}},{"uid":"72f9f6c35357fd62","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72f9f6c35357fd62","status":"passed","time":{"start":1710284831309,"stop":1710284831310,"duration":1}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8dba368c6f7a5db3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dba368c6f7a5db3","status":"passed","time":{"start":1710307247765,"stop":1710307247766,"duration":1}},{"uid":"fbe2fbc1af8ae607","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbe2fbc1af8ae607","status":"passed","time":{"start":1710287456058,"stop":1710287456060,"duration":2}},{"uid":"2cfe915f3809816c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2cfe915f3809816c","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f0cc23be8da8b84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f0cc23be8da8b84","status":"passed","time":{"start":1710307244661,"stop":1710307244662,"duration":1}},{"uid":"f0482481b70011a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0482481b70011a6","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"3901e69874a6ae49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3901e69874a6ae49","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2af4b01499ed7916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2af4b01499ed7916","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"d1697ad91c406fb2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1697ad91c406fb2","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"f21b400d42376eaf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f21b400d42376eaf","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f1c2976b2b48d4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f1c2976b2b48d4e","status":"passed","time":{"start":1710307358459,"stop":1710307358459,"duration":0}},{"uid":"2394a69daa8a0c9c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2394a69daa8a0c9c","status":"passed","time":{"start":1710287569251,"stop":1710287569251,"duration":0}},{"uid":"40798e2c166e1433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40798e2c166e1433","status":"passed","time":{"start":1710284852294,"stop":1710284852294,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c0feff6ec28ed9c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0feff6ec28ed9c","status":"passed","time":{"start":1710306981521,"stop":1710306981521,"duration":0}},{"uid":"9401ebc691347f03","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9401ebc691347f03","status":"passed","time":{"start":1710287198169,"stop":1710287198170,"duration":1}},{"uid":"3c046c66e586d700","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c046c66e586d700","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47160b3944138152","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47160b3944138152","status":"passed","time":{"start":1710307233597,"stop":1710307233597,"duration":0}},{"uid":"ff0a941823962d31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ff0a941823962d31","status":"passed","time":{"start":1710287436221,"stop":1710287436221,"duration":0}},{"uid":"9cce763561bcd4af","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cce763561bcd4af","status":"passed","time":{"start":1710284706654,"stop":1710284706654,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6839a2154897bd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6839a2154897bd3","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"39de70b5fff1aea5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39de70b5fff1aea5","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"e9b655eb99ef5ac6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b655eb99ef5ac6","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6aac06e5388af35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6aac06e5388af35","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"4ad17a0bb1ebee30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ad17a0bb1ebee30","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"4313db6b9ffb964d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4313db6b9ffb964d","status":"passed","time":{"start":1710284934069,"stop":1710284934069,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"24342cc142b33494","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24342cc142b33494","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994278,"stop":1710306994279,"duration":1}},{"uid":"504d19f68e6b2fcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d19f68e6b2fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"31d6d0be48bfc98a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/31d6d0be48bfc98a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459558,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac63acb0c1eda98a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac63acb0c1eda98a","status":"passed","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"bdd2032ec416b546","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bdd2032ec416b546","status":"passed","time":{"start":1710287674899,"stop":1710287674899,"duration":0}},{"uid":"ab7dd5786b96da25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab7dd5786b96da25","status":"passed","time":{"start":1710284934061,"stop":1710284934062,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d69f761005bc69db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d69f761005bc69db","status":"passed","time":{"start":1710306791809,"stop":1710306791809,"duration":0}},{"uid":"c0ccee247e6afe7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0ccee247e6afe7e","status":"passed","time":{"start":1710286996975,"stop":1710286996975,"duration":0}},{"uid":"f015bc7f01193bcb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f015bc7f01193bcb","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"56b4807bb648705b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56b4807bb648705b","status":"passed","time":{"start":1710306783350,"stop":1710306783351,"duration":1}},{"uid":"ce9e83fe9eb09063","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce9e83fe9eb09063","status":"passed","time":{"start":1710286988508,"stop":1710286988508,"duration":0}},{"uid":"38d245db65f3f706","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38d245db65f3f706","status":"passed","time":{"start":1710284250979,"stop":1710284250979,"duration":0}}]},"516a0a15213a63e21639c25f0b63ef39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3390dd5a6f5d2938","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3390dd5a6f5d2938","status":"passed","time":{"start":1710307207094,"stop":1710307207094,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"7d5ec46e2958dc45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d5ec46e2958dc45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233597,"stop":1710307233598,"duration":1}},{"uid":"2c548b8734cb2893","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c548b8734cb2893","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436221,"stop":1710287436222,"duration":1}},{"uid":"becdc4aba90e5304","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/becdc4aba90e5304","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706654,"stop":1710284706655,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8967d765cf0753ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8967d765cf0753ba","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"31a017edea195213","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/31a017edea195213","status":"passed","time":{"start":1710287300120,"stop":1710287300121,"duration":1}},{"uid":"f31cf99b5518d280","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f31cf99b5518d280","status":"passed","time":{"start":1710284561376,"stop":1710284561377,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"83afcf2cd16e1e93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83afcf2cd16e1e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"e92a5b062dde21b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e92a5b062dde21b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049803,"stop":1710287049803,"duration":0}},{"uid":"1c13323f7f042c36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c13323f7f042c36","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312211,"stop":1710284312215,"duration":4}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f876f928a28d31ff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f876f928a28d31ff","status":"passed","time":{"start":1710306791187,"stop":1710306791187,"duration":0}},{"uid":"de1786294c86eba4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/de1786294c86eba4","status":"passed","time":{"start":1710286996394,"stop":1710286996395,"duration":1}},{"uid":"2f31dec5e5baf160","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f31dec5e5baf160","status":"passed","time":{"start":1710284259033,"stop":1710284259033,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ad0b6e37e49d10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ad0b6e37e49d10","status":"passed","time":{"start":1710307358468,"stop":1710307358469,"duration":1}},{"uid":"c7c83c1c84d52d65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7c83c1c84d52d65","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"a9a28df3c5138d24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9a28df3c5138d24","status":"passed","time":{"start":1710284852311,"stop":1710284852311,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1746f7e3e4edcb61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1746f7e3e4edcb61","status":"passed","time":{"start":1710306799978,"stop":1710306799980,"duration":2}},{"uid":"8cf8797a00f3f980","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf8797a00f3f980","status":"passed","time":{"start":1710287005162,"stop":1710287005163,"duration":1}},{"uid":"a87565f7395adefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a87565f7395adefd","status":"passed","time":{"start":1710284267720,"stop":1710284267721,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f1958781a922d330","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1958781a922d330","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"44c97bd98da0030c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44c97bd98da0030c","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"9d214717d820f03d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d214717d820f03d","status":"passed","time":{"start":1710284775872,"stop":1710284775872,"duration":0}}]},"3ff840ed7a580fce370cd0f30ebc2e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8b64d4209288b23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8b64d4209288b23","status":"passed","time":{"start":1710287196195,"stop":1710287196195,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16f663fd6911995d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16f663fd6911995d","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"6c17a67486cbfe7a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c17a67486cbfe7a","status":"passed","time":{"start":1710287110847,"stop":1710287110848,"duration":1}},{"uid":"9879579580e11dd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9879579580e11dd2","status":"passed","time":{"start":1710284377455,"stop":1710284377456,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35820cf3ab8f27fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35820cf3ab8f27fb","status":"passed","time":{"start":1710307101317,"stop":1710307101317,"duration":0}},{"uid":"c3ac4069dd57a37a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3ac4069dd57a37a","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"6bd6704caa7515c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bd6704caa7515c5","status":"passed","time":{"start":1710284561378,"stop":1710284561379,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa1d6a9389341663","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa1d6a9389341663","status":"passed","time":{"start":1710307308616,"stop":1710307308617,"duration":1}},{"uid":"295c09445206c481","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/295c09445206c481","status":"passed","time":{"start":1710287509742,"stop":1710287509743,"duration":1}},{"uid":"b8bc77b2042c94ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8bc77b2042c94ac","status":"passed","time":{"start":1710284775835,"stop":1710284775835,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"56ca2f702c4cdb02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56ca2f702c4cdb02","status":"passed","time":{"start":1710307358454,"stop":1710307358454,"duration":0}},{"uid":"efbdb2bb2ca671a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efbdb2bb2ca671a7","status":"passed","time":{"start":1710287569242,"stop":1710287569244,"duration":2}},{"uid":"6994ebc79b3f05bb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6994ebc79b3f05bb","status":"passed","time":{"start":1710284852271,"stop":1710284852278,"duration":7}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3c8a8227a5415b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c8a8227a5415b6d","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"4ff58ba3baeb7843","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ff58ba3baeb7843","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"aa2e33691913ff70","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aa2e33691913ff70","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8eafc9118d188e0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8eafc9118d188e0b","status":"passed","time":{"start":1710307207071,"stop":1710307207071,"duration":0}},{"uid":"46a9cd22f5e1d61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46a9cd22f5e1d61f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"38e45e2938a168f1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38e45e2938a168f1","status":"passed","time":{"start":1710284680775,"stop":1710284680776,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dccf548c4f204fa5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dccf548c4f204fa5","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"d7f9a4f6ae0deba3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f9a4f6ae0deba3","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"3ae656494c744963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae656494c744963","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf85cb42ba4b05a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf85cb42ba4b05a0","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"462ca9f1fb35b514","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/462ca9f1fb35b514","status":"passed","time":{"start":1710287282002,"stop":1710287282003,"duration":1}},{"uid":"a0f06f027336b3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0f06f027336b3a","status":"passed","time":{"start":1710284550774,"stop":1710284550774,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b114d1fd05a985f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b114d1fd05a985f3","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"838e355937fd0c7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/838e355937fd0c7e","status":"passed","time":{"start":1710287304928,"stop":1710287304929,"duration":1}},{"uid":"bd3c26bb94c5076c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bd3c26bb94c5076c","status":"passed","time":{"start":1710284567109,"stop":1710284567110,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5f0f66c8d1426d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5f0f66c8d1426d","status":"passed","time":{"start":1710307247771,"stop":1710307247771,"duration":0}},{"uid":"7f3e1fbb7bfb6079","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f3e1fbb7bfb6079","status":"passed","time":{"start":1710287456073,"stop":1710287456074,"duration":1}},{"uid":"b59299f48ab0f442","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b59299f48ab0f442","status":"passed","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"b166ccb5872689b321f4e90e46b20448:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2871a9fc9207b4b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2871a9fc9207b4b0","status":"passed","time":{"start":1710287569261,"stop":1710287569261,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f07c2a9b3e2549b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f07c2a9b3e2549b3","status":"passed","time":{"start":1710307078638,"stop":1710307078639,"duration":1}},{"uid":"3b7d57e570ecbc20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3b7d57e570ecbc20","status":"passed","time":{"start":1710287281992,"stop":1710287281993,"duration":1}},{"uid":"64ca974c087159c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64ca974c087159c8","status":"passed","time":{"start":1710284550750,"stop":1710284550750,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c59310b716db04a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c59310b716db04a","status":"passed","time":{"start":1710307207069,"stop":1710307207069,"duration":0}},{"uid":"a5c2192ec6ac7942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a5c2192ec6ac7942","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"4bd4e6bfb0520873","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bd4e6bfb0520873","status":"passed","time":{"start":1710284680773,"stop":1710284680773,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c78deb2d9b9608a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c78deb2d9b9608a9","status":"passed","time":{"start":1710306833583,"stop":1710306833584,"duration":1}},{"uid":"d402ed0996f02f9f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d402ed0996f02f9f","status":"passed","time":{"start":1710287039377,"stop":1710287039377,"duration":0}},{"uid":"5b6c34be12fef025","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b6c34be12fef025","status":"passed","time":{"start":1710284302040,"stop":1710284302040,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fb37e9db4e11df79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fb37e9db4e11df79","status":"passed","time":{"start":1710306981512,"stop":1710306981513,"duration":1}},{"uid":"4789169d549dacef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4789169d549dacef","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"4ff0bf385dcafe1f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ff0bf385dcafe1f","status":"passed","time":{"start":1710284460002,"stop":1710284460002,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd8aeb09e11b1fe3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd8aeb09e11b1fe3","status":"passed","time":{"start":1710307365855,"stop":1710307365855,"duration":0}},{"uid":"a98b6ce6c996b51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a98b6ce6c996b51","status":"passed","time":{"start":1710287564361,"stop":1710287564363,"duration":2}},{"uid":"5d04cd83599a8c0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d04cd83599a8c0c","status":"passed","time":{"start":1710284831318,"stop":1710284831318,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b35ec6754e875c48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b35ec6754e875c48","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"4ac4e0cb472e159a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ac4e0cb472e159a","status":"passed","time":{"start":1710287282004,"stop":1710287282004,"duration":0}},{"uid":"ddd1848f8f8ce960","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ddd1848f8f8ce960","status":"passed","time":{"start":1710284550776,"stop":1710284550777,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9617149fa8457972","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9617149fa8457972","status":"passed","time":{"start":1710307207068,"stop":1710307207069,"duration":1}},{"uid":"7e9a366a3584360d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e9a366a3584360d","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"ae535ca90c08376","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae535ca90c08376","status":"passed","time":{"start":1710284680772,"stop":1710284680773,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"14518bacbe16a52e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/14518bacbe16a52e","status":"passed","time":{"start":1710306783663,"stop":1710306783663,"duration":0}},{"uid":"a40320a22d5d42e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a40320a22d5d42e6","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"1bbfd97b903d0f12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bbfd97b903d0f12","status":"passed","time":{"start":1710284251374,"stop":1710284251374,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e88c5d74f0294cdf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e88c5d74f0294cdf","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"9040d3b60abd2f3e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9040d3b60abd2f3e","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"2874a1f49b8910d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2874a1f49b8910d1","status":"passed","time":{"start":1710284259603,"stop":1710284259607,"duration":4}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d05bd8ddd3be5e7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d05bd8ddd3be5e7","status":"passed","time":{"start":1710307078646,"stop":1710307078647,"duration":1}},{"uid":"401f22cecde31baf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/401f22cecde31baf","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"edfb97f9f1ec1d73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edfb97f9f1ec1d73","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6f6353d96d8d708","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6f6353d96d8d708","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"edcd42bd5d66371f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/edcd42bd5d66371f","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"6073acbce1d30c9e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6073acbce1d30c9e","status":"passed","time":{"start":1710284588137,"stop":1710284588137,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eebb04d35b0f7f8a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eebb04d35b0f7f8a","status":"passed","time":{"start":1710306791274,"stop":1710306791275,"duration":1}},{"uid":"53af5b0c17aaa95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53af5b0c17aaa95","status":"passed","time":{"start":1710286996355,"stop":1710286996356,"duration":1}},{"uid":"f29efcef7070348a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f29efcef7070348a","status":"passed","time":{"start":1710284258872,"stop":1710284258873,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e9cfd3bd4133209c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9cfd3bd4133209c","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"85d2e579b26def1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85d2e579b26def1b","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"5a92eaaaec6b5934","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a92eaaaec6b5934","status":"passed","time":{"start":1710284730219,"stop":1710284730220,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d1e9a236b17131f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d1e9a236b17131f","status":"passed","time":{"start":1710307358465,"stop":1710307358465,"duration":0}},{"uid":"9ccc04d6e597df26","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ccc04d6e597df26","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"f6bb78ec48de6c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bb78ec48de6c1","status":"passed","time":{"start":1710284852300,"stop":1710284852301,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"781b46343c0f200a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/781b46343c0f200a","status":"passed","time":{"start":1710306877072,"stop":1710306877073,"duration":1}},{"uid":"a72552176107dcb1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a72552176107dcb1","status":"passed","time":{"start":1710287085417,"stop":1710287085417,"duration":0}},{"uid":"a83fa6e80ced4f0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a83fa6e80ced4f0d","status":"passed","time":{"start":1710284350511,"stop":1710284350511,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e51a178e2edeea2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e51a178e2edeea2c","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"eaf409496d00d6d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eaf409496d00d6d2","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"d307b6ba6f0323d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d307b6ba6f0323d4","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ce05dda30542d80e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce05dda30542d80e","status":"passed","time":{"start":1710307342519,"stop":1710307342520,"duration":1}},{"uid":"5ea5e58299bb2a9a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5ea5e58299bb2a9a","status":"passed","time":{"start":1710287544910,"stop":1710287544911,"duration":1}},{"uid":"f956aab39190b59f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f956aab39190b59f","status":"passed","time":{"start":1710284805008,"stop":1710284805008,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75de0caf2c24cf60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75de0caf2c24cf60","status":"passed","time":{"start":1710307325064,"stop":1710307325065,"duration":1}},{"uid":"f9002672c535488c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9002672c535488c","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"6e90a0305eb3a9d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e90a0305eb3a9d5","status":"passed","time":{"start":1710284796485,"stop":1710284796485,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f1395b7b08944575","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1395b7b08944575","status":"passed","time":{"start":1710307342526,"stop":1710307342527,"duration":1}},{"uid":"7b3b05c0e1fdaef9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7b3b05c0e1fdaef9","status":"passed","time":{"start":1710287544914,"stop":1710287544915,"duration":1}},{"uid":"bddcf7c7532dc614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bddcf7c7532dc614","status":"passed","time":{"start":1710284805023,"stop":1710284805024,"duration":1}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f3f5917c71eabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f3f5917c71eabc3","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"ec597ce361d66792","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec597ce361d66792","status":"passed","time":{"start":1710287001716,"stop":1710287001717,"duration":1}},{"uid":"c8443f7a785a25dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8443f7a785a25dc","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"730f8adb736453b7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/730f8adb736453b7","status":"passed","time":{"start":1710307358457,"stop":1710307358458,"duration":1}},{"uid":"2cf2c91c3c63c91c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf2c91c3c63c91c","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"29f95d6206c6b0f2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29f95d6206c6b0f2","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c58e5b8bf671e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c58e5b8bf671e9","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"38ad29bf5e9c805b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38ad29bf5e9c805b","status":"passed","time":{"start":1710287569248,"stop":1710287569248,"duration":0}},{"uid":"5a36c6859063061a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a36c6859063061a","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3a22800c63a4b640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a22800c63a4b640","status":"passed","time":{"start":1710306807147,"stop":1710306807148,"duration":1}},{"uid":"c819b54ebb198203","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c819b54ebb198203","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8d2ba52bad61ff8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d2ba52bad61ff8e","status":"passed","time":{"start":1710284274242,"stop":1710284274243,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a62589f6ca215a48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a62589f6ca215a48","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"18450a8f8a8984ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18450a8f8a8984ab","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"fbc8376dd9a2863e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbc8376dd9a2863e","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d9611514a374e4ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d9611514a374e4ba","status":"passed","time":{"start":1710307045662,"stop":1710307045663,"duration":1}},{"uid":"304d8abe29d6e1f4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/304d8abe29d6e1f4","status":"passed","time":{"start":1710287245614,"stop":1710287245615,"duration":1}},{"uid":"47c5efe9a291c17e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47c5efe9a291c17e","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7489df2a1520fbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7489df2a1520fbf","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"8e380e2463c37ece","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e380e2463c37ece","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"5d323b54749dbd0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d323b54749dbd0d","status":"passed","time":{"start":1710284680778,"stop":1710284680779,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c080a4167d9e353","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c080a4167d9e353","status":"passed","time":{"start":1710307247758,"stop":1710307247759,"duration":1}},{"uid":"17908005465c7534","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17908005465c7534","status":"passed","time":{"start":1710287456028,"stop":1710287456037,"duration":9}},{"uid":"7f508077e5a31ac7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7f508077e5a31ac7","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47779898da58d576","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47779898da58d576","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"2ca5de7ad803296d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ca5de7ad803296d","status":"passed","time":{"start":1710287456063,"stop":1710287456064,"duration":1}},{"uid":"d194fcd7532a2118","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d194fcd7532a2118","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"0139c1a7b8c6b0ca86bb75c53009beaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abea62c3abf85959","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abea62c3abf85959","status":"passed","time":{"start":1710307247766,"stop":1710307247766,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2132e5a9580b844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2132e5a9580b844f","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"596c455bd515661a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/596c455bd515661a","status":"passed","time":{"start":1710287608796,"stop":1710287608796,"duration":0}},{"uid":"b2d809cc806986e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2d809cc806986e6","status":"passed","time":{"start":1710284881700,"stop":1710284881701,"duration":1}}]},"fa8d77d9ae986bdc610c2445cc684989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcf91f4dda3ea21","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dcf91f4dda3ea21","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f8ddc00796efc27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f8ddc00796efc27","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"576ef8e5896cac60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/576ef8e5896cac60","status":"passed","time":{"start":1710287282003,"stop":1710287282004,"duration":1}},{"uid":"3896fe3c5469807","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3896fe3c5469807","status":"passed","time":{"start":1710284550775,"stop":1710284550775,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dfc7567376b5301b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfc7567376b5301b","status":"passed","time":{"start":1710306791272,"stop":1710306791273,"duration":1}},{"uid":"dbc70ca470ea8a6f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbc70ca470ea8a6f","status":"passed","time":{"start":1710286996353,"stop":1710286996355,"duration":2}},{"uid":"a17c382df0269e13","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a17c382df0269e13","status":"passed","time":{"start":1710284258862,"stop":1710284258872,"duration":10}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbc0d5284000a150","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0d5284000a150","status":"passed","time":{"start":1710306816840,"stop":1710306816840,"duration":0}},{"uid":"aedf1941f79480b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedf1941f79480b2","status":"passed","time":{"start":1710287022151,"stop":1710287022151,"duration":0}},{"uid":"a5365a83f4005597","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a5365a83f4005597","status":"passed","time":{"start":1710284284832,"stop":1710284284833,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"367c95cd8cf1e56e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/367c95cd8cf1e56e","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"994eb32d21c392e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/994eb32d21c392e","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"c10d1ef6eb18451e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c10d1ef6eb18451e","status":"passed","time":{"start":1710284934069,"stop":1710284934070,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"deb8785009bc7363","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/deb8785009bc7363","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"144efa8fde7f356e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/144efa8fde7f356e","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"11e8bda6b6ebe190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11e8bda6b6ebe190","status":"passed","time":{"start":1710284730221,"stop":1710284730222,"duration":1}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4341ea720b9d719","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4341ea720b9d719","status":"passed","time":{"start":1710306873745,"stop":1710306873746,"duration":1}},{"uid":"73f36db5dbe03781","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73f36db5dbe03781","status":"passed","time":{"start":1710287079742,"stop":1710287079743,"duration":1}},{"uid":"e573a8515991a2e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e573a8515991a2e","status":"passed","time":{"start":1710284342265,"stop":1710284342265,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"184f5fda87c9205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/184f5fda87c9205f","status":"passed","time":{"start":1710306783346,"stop":1710306783348,"duration":2}},{"uid":"2421ba73c22099f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2421ba73c22099f5","status":"passed","time":{"start":1710286988505,"stop":1710286988507,"duration":2}},{"uid":"99f4b4b15a3c5b4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/99f4b4b15a3c5b4","status":"passed","time":{"start":1710284250977,"stop":1710284250978,"duration":1}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4247b95aded116c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4247b95aded116c6","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"922580375673ff8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/922580375673ff8d","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"ca2321929ca2a507","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca2321929ca2a507","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"892ad9469a60e80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/892ad9469a60e80","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"af1c9d44de9a7b4a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af1c9d44de9a7b4a","status":"passed","time":{"start":1710287281992,"stop":1710287281992,"duration":0}},{"uid":"bb9d7a29acd6f58a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb9d7a29acd6f58a","status":"passed","time":{"start":1710284550744,"stop":1710284550749,"duration":5}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"98f30a5843dbba20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/98f30a5843dbba20","status":"passed","time":{"start":1710307078650,"stop":1710307078650,"duration":0}},{"uid":"8df3b3f4d22af581","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8df3b3f4d22af581","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"f64f531c3d6ec712","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f64f531c3d6ec712","status":"passed","time":{"start":1710284550772,"stop":1710284550773,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"beaa5697c0dae4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/beaa5697c0dae4dc","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"3a88824a473c8f65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a88824a473c8f65","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"367e866af95e384a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/367e866af95e384a","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aed4c493d9130c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aed4c493d9130c58","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"f76a11bd1edf0cd2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f76a11bd1edf0cd2","status":"passed","time":{"start":1710287245607,"stop":1710287245608,"duration":1}},{"uid":"7db5df00772b13ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7db5df00772b13ab","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ddd3cd47b7f3968","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ddd3cd47b7f3968","status":"passed","time":{"start":1710306904614,"stop":1710306904614,"duration":0}},{"uid":"caaf4c4f719c57a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/caaf4c4f719c57a2","status":"passed","time":{"start":1710287110701,"stop":1710287110701,"duration":0}},{"uid":"72d23e08346598bc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72d23e08346598bc","status":"passed","time":{"start":1710284372010,"stop":1710284372012,"duration":2}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aca240ab4abb749d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aca240ab4abb749d","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"a2687c77d073a37e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a2687c77d073a37e","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"4c760a2aad62b1cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4c760a2aad62b1cb","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e8eeb17c6ae0787e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8eeb17c6ae0787e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"cd01c97dc25236aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd01c97dc25236aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"15ecf93891d32e40","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15ecf93891d32e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934073,"stop":1710284934074,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"179311409d54c394","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/179311409d54c394","status":"passed","time":{"start":1710307101317,"stop":1710307101318,"duration":1}},{"uid":"ea94e2e1ea23c81e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea94e2e1ea23c81e","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"5004b2931f2ac1f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5004b2931f2ac1f0","status":"passed","time":{"start":1710284561379,"stop":1710284561379,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c19b90daaf76611d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c19b90daaf76611d","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"c993653dc2e34e52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c993653dc2e34e52","status":"passed","time":{"start":1710287300122,"stop":1710287300123,"duration":1}},{"uid":"472a4b3952c601e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/472a4b3952c601e8","status":"passed","time":{"start":1710284561378,"stop":1710284561378,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9dbb889798e0d6b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9dbb889798e0d6b2","status":"passed","time":{"start":1710307238429,"stop":1710307238429,"duration":0}},{"uid":"408daa9b4bc1f061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/408daa9b4bc1f061","status":"passed","time":{"start":1710287445563,"stop":1710287445563,"duration":0}},{"uid":"f5c96a0504f53016","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5c96a0504f53016","status":"passed","time":{"start":1710284710695,"stop":1710284710695,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34fac85a434e9564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34fac85a434e9564","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"9b57218dd0c6c81","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b57218dd0c6c81","status":"passed","time":{"start":1710287569256,"stop":1710287569257,"duration":1}},{"uid":"75e2eb93dce870ec","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75e2eb93dce870ec","status":"passed","time":{"start":1710284852301,"stop":1710284852304,"duration":3}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"92add123db6ce497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/92add123db6ce497","status":"passed","time":{"start":1710306843280,"stop":1710306843280,"duration":0}},{"uid":"e2ac324e356483fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2ac324e356483fe","status":"passed","time":{"start":1710287049490,"stop":1710287049491,"duration":1}},{"uid":"561f185ff56b1492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/561f185ff56b1492","status":"passed","time":{"start":1710284310419,"stop":1710284310419,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a3974946fb4e638b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3974946fb4e638b","status":"passed","time":{"start":1710306994278,"stop":1710306994278,"duration":0}},{"uid":"1605140ba4479d55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1605140ba4479d55","status":"passed","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"f8a410bd4da78e2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a410bd4da78e2c","status":"passed","time":{"start":1710284459557,"stop":1710284459558,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"53b8d25dee8981b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53b8d25dee8981b","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"8e7c872ab023767f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e7c872ab023767f","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1498d51d10b3d2d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1498d51d10b3d2d9","status":"passed","time":{"start":1710284881701,"stop":1710284881702,"duration":1}}]},"e1f289c10d0637eff85b1bfcf266307f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27876d907cfff7b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/27876d907cfff7b9","status":"passed","time":{"start":1710284723014,"stop":1710284723014,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7c543862f1b45555","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7c543862f1b45555","status":"passed","time":{"start":1710307392998,"stop":1710307392999,"duration":1}},{"uid":"c1450c4119e1988f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1450c4119e1988f","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"77429cc6daabace2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/77429cc6daabace2","status":"passed","time":{"start":1710284869463,"stop":1710284869463,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b79c952f558e6c64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b79c952f558e6c64","status":"passed","time":{"start":1710307247760,"stop":1710307247761,"duration":1}},{"uid":"dbfde84987673fd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbfde84987673fd3","status":"passed","time":{"start":1710287456038,"stop":1710287456044,"duration":6}},{"uid":"8849e9ed071b5994","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8849e9ed071b5994","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eab128fb35e5d15a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eab128fb35e5d15a","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"710fe3fa2379f83b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/710fe3fa2379f83b","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"d1f485f1943aba79","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f485f1943aba79","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5684ba704a01bc4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5684ba704a01bc4a","status":"passed","time":{"start":1710307358462,"stop":1710307358463,"duration":1}},{"uid":"3be4513e38232d9b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3be4513e38232d9b","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"988ed03192f25e8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/988ed03192f25e8d","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"d1f8681bf8df9ccc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1f8681bf8df9ccc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351551,"duration":1}},{"uid":"d3460aa24b093fd6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d3460aa24b093fd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"64e8878354412fba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64e8878354412fba","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823521,"duration":1}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e77564d107264cc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e77564d107264cc0","status":"passed","time":{"start":1710306807580,"stop":1710306807581,"duration":1}},{"uid":"5a14807bbe49a76e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a14807bbe49a76e","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"bc9581c4e78d2fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc9581c4e78d2fe8","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44df1d570bed0cd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44df1d570bed0cd3","status":"passed","time":{"start":1710306913478,"stop":1710306913479,"duration":1}},{"uid":"c7db0d2811ffa0d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7db0d2811ffa0d6","status":"passed","time":{"start":1710287126416,"stop":1710287126416,"duration":0}},{"uid":"42aae5cf443c34fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42aae5cf443c34fd","status":"passed","time":{"start":1710284390751,"stop":1710284390752,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35416b4effa96e0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35416b4effa96e0c","status":"passed","time":{"start":1710307402636,"stop":1710307402637,"duration":1}},{"uid":"34d59a28020ea9a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34d59a28020ea9a2","status":"passed","time":{"start":1710287608799,"stop":1710287608799,"duration":0}},{"uid":"ce94744656734a7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce94744656734a7","status":"passed","time":{"start":1710284881702,"stop":1710284881703,"duration":1}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9304872b0e847c78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9304872b0e847c78","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"c0b491c869733d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0b491c869733d6","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"c08d838e8b2d8eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c08d838e8b2d8eb","status":"passed","time":{"start":1710284279139,"stop":1710284279139,"duration":0}}]},"50f7600afac2b7bd5ee6cc157873edb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5b274a625f8917d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b5b274a625f8917d","status":"passed","time":{"start":1710284680793,"stop":1710284680793,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af8fc602f8a93d20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af8fc602f8a93d20","status":"passed","time":{"start":1710307465624,"stop":1710307465625,"duration":1}},{"uid":"888f45e6b512198c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/888f45e6b512198c","status":"passed","time":{"start":1710287674906,"stop":1710287674906,"duration":0}},{"uid":"faa7ae9cc59d7799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/faa7ae9cc59d7799","status":"passed","time":{"start":1710284934065,"stop":1710284934066,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c0b31cbe5ccf3b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c0b31cbe5ccf3b3","status":"passed","time":{"start":1710306795951,"stop":1710306795953,"duration":2}},{"uid":"39170dce51057abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39170dce51057abd","status":"passed","time":{"start":1710287001219,"stop":1710287001221,"duration":2}},{"uid":"e04992867ebafe01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04992867ebafe01","status":"passed","time":{"start":1710284263736,"stop":1710284263738,"duration":2}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"593a27e661ce0f00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/593a27e661ce0f00","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"951334f292dad194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/951334f292dad194","status":"passed","time":{"start":1710287198158,"stop":1710287198158,"duration":0}},{"uid":"38cd3d243c5fcc8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38cd3d243c5fcc8e","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"916dd0c263e44a4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/916dd0c263e44a4d","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"704addf514fa20ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/704addf514fa20ed","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"7443b665dcf95af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7443b665dcf95af7","status":"passed","time":{"start":1710284730220,"stop":1710284730220,"duration":0}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"650a853b2ce60d7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/650a853b2ce60d7d","status":"passed","time":{"start":1710306807145,"stop":1710306807145,"duration":0}},{"uid":"93857a34822761eb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93857a34822761eb","status":"passed","time":{"start":1710287012264,"stop":1710287012264,"duration":0}},{"uid":"259d3642f38a1d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/259d3642f38a1d0","status":"passed","time":{"start":1710284274240,"stop":1710284274240,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e55fd2f3abb2014a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e55fd2f3abb2014a","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"780da0a06d0973d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/780da0a06d0973d4","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"9c40a39ade9eba0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c40a39ade9eba0","status":"passed","time":{"start":1710284377467,"stop":1710284377467,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"716086bac3488977","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/716086bac3488977","status":"passed","time":{"start":1710307308622,"stop":1710307308623,"duration":1}},{"uid":"6fbb12132446dfb7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6fbb12132446dfb7","status":"passed","time":{"start":1710287509746,"stop":1710287509747,"duration":1}},{"uid":"edb78571d4c6a25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edb78571d4c6a25","status":"passed","time":{"start":1710284775839,"stop":1710284775839,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf9216662e0a0d57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf9216662e0a0d57","status":"passed","time":{"start":1710306791278,"stop":1710306791279,"duration":1}},{"uid":"b6265a3e08c1d1b8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6265a3e08c1d1b8","status":"passed","time":{"start":1710286996359,"stop":1710286996359,"duration":0}},{"uid":"816d51acd045ad16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/816d51acd045ad16","status":"passed","time":{"start":1710284258876,"stop":1710284258876,"duration":0}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d43f84cb41bb53a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d43f84cb41bb53a1","status":"passed","time":{"start":1710306807148,"stop":1710306807149,"duration":1}},{"uid":"133c48c4bf5033a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/133c48c4bf5033a5","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"ad68b32a5a235ab5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad68b32a5a235ab5","status":"passed","time":{"start":1710284274244,"stop":1710284274244,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7df7c6ee63b234b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7df7c6ee63b234b8","status":"passed","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"c115844d7880794c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c115844d7880794c","status":"passed","time":{"start":1710287674903,"stop":1710287674903,"duration":0}},{"uid":"9d0b721adbe7723f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d0b721adbe7723f","status":"passed","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe9f02454f9f7ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe9f02454f9f7ab","status":"passed","time":{"start":1710306807149,"stop":1710306807149,"duration":0}},{"uid":"46153add7cbef5d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46153add7cbef5d1","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"b79c86b380e70c7a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b79c86b380e70c7a","status":"passed","time":{"start":1710284274244,"stop":1710284274245,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"27073afe74dd3c08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27073afe74dd3c08","status":"passed","time":{"start":1710307383800,"stop":1710307383801,"duration":1}},{"uid":"f5432f111ef10192","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5432f111ef10192","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"b03794b78c7cf590","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03794b78c7cf590","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76a3b3b5e528481a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76a3b3b5e528481a","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"f32fc7148002466e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f32fc7148002466e","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"e6b752d03cc821e9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6b752d03cc821e9","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6464def5efb043e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6464def5efb043e","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0}},{"uid":"24d67a152fb640d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24d67a152fb640d7","status":"passed","time":{"start":1710287196195,"stop":1710287196196,"duration":1}},{"uid":"6da118a3c5909de6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6da118a3c5909de6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6baaff4bb81b1029","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6baaff4bb81b1029","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4bd8fa3c3d62db2b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bd8fa3c3d62db2b","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"47df6dda5baf3492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47df6dda5baf3492","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"655c81158abecd87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/655c81158abecd87","status":"passed","time":{"start":1710307045663,"stop":1710307045664,"duration":1}},{"uid":"4408ad52ed7ebd3a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4408ad52ed7ebd3a","status":"passed","time":{"start":1710287245616,"stop":1710287245617,"duration":1}},{"uid":"3cab01240372d2c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3cab01240372d2c9","status":"passed","time":{"start":1710284503144,"stop":1710284503145,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3254d2ceff22af12","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3254d2ceff22af12","status":"passed","time":{"start":1710307207070,"stop":1710307207070,"duration":0}},{"uid":"70a395e19261a24e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a395e19261a24e","status":"passed","time":{"start":1710287412749,"stop":1710287412749,"duration":0}},{"uid":"598bb8dda1f7c4b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/598bb8dda1f7c4b2","status":"passed","time":{"start":1710284680774,"stop":1710284680774,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5ee756fea438a477","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ee756fea438a477","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"27510ecf5b4d9af","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27510ecf5b4d9af","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"eb566a756952d1fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb566a756952d1fb","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a1429473f82d3959","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a1429473f82d3959","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"2451619aa855d5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2451619aa855d5e9","status":"passed","time":{"start":1710286988736,"stop":1710286988737,"duration":1}},{"uid":"aea625bb3f347453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aea625bb3f347453","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6b3a2aebad6f2d5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6b3a2aebad6f2d5a","status":"passed","time":{"start":1710307300368,"stop":1710307300369,"duration":1}},{"uid":"7e56a23afc076a20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e56a23afc076a20","status":"passed","time":{"start":1710287503527,"stop":1710287503527,"duration":0}},{"uid":"2d7fc06dfd45ba6c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2d7fc06dfd45ba6c","status":"passed","time":{"start":1710284762778,"stop":1710284762779,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70d2a2f13b6a2297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70d2a2f13b6a2297","status":"passed","time":{"start":1710306791277,"stop":1710306791278,"duration":1}},{"uid":"c249cca0934d4785","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c249cca0934d4785","status":"passed","time":{"start":1710286996358,"stop":1710286996359,"duration":1}},{"uid":"e9d5fcd0891f3b8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9d5fcd0891f3b8b","status":"passed","time":{"start":1710284258875,"stop":1710284258876,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bac580444c8ffa96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bac580444c8ffa96","status":"passed","time":{"start":1710306994275,"stop":1710306994276,"duration":1}},{"uid":"574773b660d489b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/574773b660d489b5","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"ece4a120a1dbcd85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ece4a120a1dbcd85","status":"passed","time":{"start":1710284459545,"stop":1710284459547,"duration":2}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a39d4a1309de00de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a39d4a1309de00de","status":"passed","time":{"start":1710307342528,"stop":1710307342529,"duration":1}},{"uid":"c01c3656f16dbbbb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c01c3656f16dbbbb","status":"passed","time":{"start":1710287544916,"stop":1710287544917,"duration":1}},{"uid":"362d4aac4bc0b80c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/362d4aac4bc0b80c","status":"passed","time":{"start":1710284805026,"stop":1710284805027,"duration":1}}]},"823078815261aa4bd9a13537d910b17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9da0751e386ea248","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9da0751e386ea248","status":"passed","time":{"start":1710287196194,"stop":1710287196195,"duration":1}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"264e98276ded3091","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/264e98276ded3091","status":"passed","time":{"start":1710306904615,"stop":1710306904616,"duration":1}},{"uid":"6b179327ade3223b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b179327ade3223b","status":"passed","time":{"start":1710287110703,"stop":1710287110703,"duration":0}},{"uid":"d1719825b6136179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1719825b6136179","status":"passed","time":{"start":1710284372014,"stop":1710284372015,"duration":1}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4141f08ebea1fcd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4141f08ebea1fcd","status":"passed","time":{"start":1710306841075,"stop":1710306841075,"duration":0}},{"uid":"c1653a089c469bb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1653a089c469bb0","status":"passed","time":{"start":1710287046526,"stop":1710287046526,"duration":0}},{"uid":"caf3dfbe8139c8a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/caf3dfbe8139c8a4","status":"passed","time":{"start":1710284309645,"stop":1710284309645,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6271a0a94214c2cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6271a0a94214c2cd","status":"passed","time":{"start":1710306981492,"stop":1710306981492,"duration":0}},{"uid":"2b8883b504dd200a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2b8883b504dd200a","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"7efd078449fa74c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7efd078449fa74c","status":"passed","time":{"start":1710284459987,"stop":1710284459987,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"4bc2a826a07b6814","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc2a826a07b6814","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"c71bb5c4cc9b5f47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c71bb5c4cc9b5f47","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049803,"duration":1}},{"uid":"fbed2b316cc4462b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbed2b316cc4462b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312211,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"18066555c83e69dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18066555c83e69dd","status":"passed","time":{"start":1710306817452,"stop":1710306817452,"duration":0}},{"uid":"367fbfa603dbe1a1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367fbfa603dbe1a1","status":"passed","time":{"start":1710287022682,"stop":1710287022682,"duration":0}},{"uid":"264d4d0f51d2d2d7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/264d4d0f51d2d2d7","status":"passed","time":{"start":1710284285361,"stop":1710284285361,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"65e301b3f862dd4c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65e301b3f862dd4c","status":"passed","time":{"start":1710307308627,"stop":1710307308628,"duration":1}},{"uid":"3350bfafa2cc53e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3350bfafa2cc53e1","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"1f760205741ddf95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f760205741ddf95","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"23894bbb117ede5090e28f3cfe09faaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c224616cb3d53871","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c224616cb3d53871","status":"passed","time":{"start":1710284852314,"stop":1710284852314,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d3c212d623f1152e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c212d623f1152e","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"a4238ed07ef52387","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4238ed07ef52387","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1bab550f8a6cc572","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bab550f8a6cc572","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a44d8e03505b29d8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a44d8e03505b29d8","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"302a4f0be25ad5b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/302a4f0be25ad5b0","status":"passed","time":{"start":1710287674911,"stop":1710287674912,"duration":1}},{"uid":"d3cc908085ac8245","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3cc908085ac8245","status":"passed","time":{"start":1710284934072,"stop":1710284934073,"duration":1}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"edc6b1d5e7fb67ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/edc6b1d5e7fb67ca","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4c596a8fd0388194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c596a8fd0388194","status":"passed","time":{"start":1710287451483,"stop":1710287451484,"duration":1}},{"uid":"551b895665ca08f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/551b895665ca08f8","status":"passed","time":{"start":1710284717992,"stop":1710284717993,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be4ed2861859f6eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/be4ed2861859f6eb","status":"passed","time":{"start":1710307209808,"stop":1710307209808,"duration":0}},{"uid":"bd5f4a931d0c32c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd5f4a931d0c32c0","status":"passed","time":{"start":1710287415614,"stop":1710287415614,"duration":0}},{"uid":"aac6b4dd37beb7fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aac6b4dd37beb7fe","status":"passed","time":{"start":1710284682353,"stop":1710284682353,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"953b6c4958f6ffe2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/953b6c4958f6ffe2","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"d68e64fa904c5f58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d68e64fa904c5f58","status":"passed","time":{"start":1710287560341,"stop":1710287560342,"duration":1}},{"uid":"a6214bca33c8df9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6214bca33c8df9a","status":"passed","time":{"start":1710284826096,"stop":1710284826097,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"489f1d8d26f91c0e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/489f1d8d26f91c0e","status":"passed","time":{"start":1710307259440,"stop":1710307259441,"duration":1}},{"uid":"b4688274720a15ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b4688274720a15ca","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"239199b66c57a3a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/239199b66c57a3a1","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9faf2ce3540f6444","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9faf2ce3540f6444","status":"passed","time":{"start":1710306981513,"stop":1710306981514,"duration":1}},{"uid":"cd919f6887e78f60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd919f6887e78f60","status":"passed","time":{"start":1710287198164,"stop":1710287198165,"duration":1}},{"uid":"be87ec19192cd4a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be87ec19192cd4a9","status":"passed","time":{"start":1710284460003,"stop":1710284460003,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e2bae80d3bcaaeb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2bae80d3bcaaeb","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"72077699b3c7e3d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72077699b3c7e3d8","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"e065f48d1e44208d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e065f48d1e44208d","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c53c3e6c7c27a6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c53c3e6c7c27a6d","status":"passed","time":{"start":1710307207052,"stop":1710307207057,"duration":5}},{"uid":"8b1fc1aa0f00023","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b1fc1aa0f00023","status":"passed","time":{"start":1710287412744,"stop":1710287412744,"duration":0}},{"uid":"1653ebbce3ec8fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1653ebbce3ec8fe8","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8b043309421b5cb4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b043309421b5cb4","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"137ac58dd42e9eda","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/137ac58dd42e9eda","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"10b20c6c570ef1d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/10b20c6c570ef1d1","status":"passed","time":{"start":1710284279138,"stop":1710284279139,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6471a4e3fe7b14f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6471a4e3fe7b14f","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"14ec63bcf8a03397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/14ec63bcf8a03397","status":"passed","time":{"start":1710287412753,"stop":1710287412754,"duration":1}},{"uid":"ae9d0360fe9a0b05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae9d0360fe9a0b05","status":"passed","time":{"start":1710284680787,"stop":1710284680788,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ea20c27a80b2e5f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3ea20c27a80b2e5f","status":"passed","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"b104d54da7c143fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b104d54da7c143fc","status":"passed","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"3aca2da7abd6c65","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aca2da7abd6c65","status":"passed","time":{"start":1710284823523,"stop":1710284823524,"duration":1}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"abc4a3e44ea97fda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abc4a3e44ea97fda","status":"passed","time":{"start":1710307207049,"stop":1710307207050,"duration":1}},{"uid":"7c03fe07762cf996","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c03fe07762cf996","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"fc637e20d147eae7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc637e20d147eae7","status":"passed","time":{"start":1710284680767,"stop":1710284680768,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ba8dca9e38d7969","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ba8dca9e38d7969","status":"passed","time":{"start":1710307207092,"stop":1710307207092,"duration":0}},{"uid":"9794cc747adb734a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9794cc747adb734a","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"495c3499b53b3f7b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/495c3499b53b3f7b","status":"passed","time":{"start":1710284680790,"stop":1710284680791,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"779e1f43412c6cc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/779e1f43412c6cc3","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"af420bda4b3f9138","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af420bda4b3f9138","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"3a8061172e34a1db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a8061172e34a1db","status":"passed","time":{"start":1710285008788,"stop":1710285008789,"duration":1}}]},"08051163188f8b080733f690a569d2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e64b6e7f7301c6c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e64b6e7f7301c6c0","status":"passed","time":{"start":1710284775866,"stop":1710284775866,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f425de24c1089709","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f425de24c1089709","status":"passed","time":{"start":1710306865883,"stop":1710306865884,"duration":1}},{"uid":"9f223bde98ef9f6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f223bde98ef9f6","status":"passed","time":{"start":1710287067215,"stop":1710287067215,"duration":0}},{"uid":"474469e2ae0695d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/474469e2ae0695d1","status":"passed","time":{"start":1710284328535,"stop":1710284328536,"duration":1}}]},"b4806174f4968d20cf8972b308e5c75d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11394e9e3c68f30c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11394e9e3c68f30c","status":"passed","time":{"start":1710306994273,"stop":1710306994274,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d6a89bd245e2f5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d6a89bd245e2f5a","status":"passed","time":{"start":1710306981511,"stop":1710306981512,"duration":1}},{"uid":"840327b34ced16b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/840327b34ced16b6","status":"passed","time":{"start":1710287198163,"stop":1710287198163,"duration":0}},{"uid":"e2cd3a6faf7bbfb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2cd3a6faf7bbfb6","status":"passed","time":{"start":1710284460001,"stop":1710284460002,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3f1bb9a0f6d784f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3f1bb9a0f6d784f","status":"passed","time":{"start":1710306981514,"stop":1710306981514,"duration":0}},{"uid":"53ce7b9895b1d7ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53ce7b9895b1d7ed","status":"passed","time":{"start":1710287198165,"stop":1710287198165,"duration":0}},{"uid":"6df6fbe4a5806da8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6df6fbe4a5806da8","status":"passed","time":{"start":1710284460003,"stop":1710284460004,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"11290bacd315498c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11290bacd315498c","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"402418ceb5ef97be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/402418ceb5ef97be","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"e0b374d9ae81079b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0b374d9ae81079b","status":"passed","time":{"start":1710284279137,"stop":1710284279137,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ae2118cc8150f0db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae2118cc8150f0db","status":"passed","time":{"start":1710306908763,"stop":1710306908764,"duration":1}},{"uid":"d72ffad2c6185110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d72ffad2c6185110","status":"passed","time":{"start":1710287110856,"stop":1710287110857,"duration":1}},{"uid":"9928b1dc24c31bbd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9928b1dc24c31bbd","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f99f2f7f33bd728","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f99f2f7f33bd728","status":"passed","time":{"start":1710307365852,"stop":1710307365855,"duration":3}},{"uid":"daf82d0c4e0813e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/daf82d0c4e0813e","status":"passed","time":{"start":1710287564360,"stop":1710287564361,"duration":1}},{"uid":"713c9f26a9eb5f3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/713c9f26a9eb5f3d","status":"passed","time":{"start":1710284831317,"stop":1710284831318,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2252bf85cd52830f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2252bf85cd52830f","status":"passed","time":{"start":1710306981505,"stop":1710306981505,"duration":0}},{"uid":"88717295bb2bb967","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/88717295bb2bb967","status":"passed","time":{"start":1710287198119,"stop":1710287198120,"duration":1}},{"uid":"ed87a25412fe121c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed87a25412fe121c","status":"passed","time":{"start":1710284459995,"stop":1710284459996,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60c55cebfd87e35e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60c55cebfd87e35e","status":"passed","time":{"start":1710307045664,"stop":1710307045664,"duration":0}},{"uid":"237cc21cd53cb6fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/237cc21cd53cb6fe","status":"passed","time":{"start":1710287245617,"stop":1710287245618,"duration":1}},{"uid":"cc2d5dc2d13b1d90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc2d5dc2d13b1d90","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8331c3ddab54ef15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8331c3ddab54ef15","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"efda5e6304605269","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efda5e6304605269","status":"passed","time":{"start":1710287674905,"stop":1710287674906,"duration":1}},{"uid":"3282beed6b2b7dd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3282beed6b2b7dd1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ba2ddcbdc34fffa6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2ddcbdc34fffa6","status":"passed","time":{"start":1710307259442,"stop":1710307259443,"duration":1}},{"uid":"6c7d61222f040264","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c7d61222f040264","status":"passed","time":{"start":1710287460908,"stop":1710287460908,"duration":0}},{"uid":"5ae5168f818536fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ae5168f818536fd","status":"passed","time":{"start":1710284730226,"stop":1710284730226,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6190bac82b7d7883","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6190bac82b7d7883","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"565d5b9f07222ffe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/565d5b9f07222ffe","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"600d5aedb4c61234","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600d5aedb4c61234","status":"passed","time":{"start":1710284775872,"stop":1710284775873,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16ce89f3f538c993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16ce89f3f538c993","status":"passed","time":{"start":1710306786080,"stop":1710306786080,"duration":0}},{"uid":"23e3da2330c8b9fa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23e3da2330c8b9fa","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"4987b082c737293b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4987b082c737293b","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e2d34721d9d1fa3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2d34721d9d1fa3a","status":"passed","time":{"start":1710307207046,"stop":1710307207047,"duration":1}},{"uid":"9895e602aeed61f7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9895e602aeed61f7","status":"passed","time":{"start":1710287412738,"stop":1710287412739,"duration":1}},{"uid":"dc6525a3f44185fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc6525a3f44185fa","status":"passed","time":{"start":1710284680764,"stop":1710284680764,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"431b7e4e075f97cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/431b7e4e075f97cc","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"5d9b8e8a4d3c23e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5d9b8e8a4d3c23e4","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"b4f0901b29322dc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4f0901b29322dc1","status":"passed","time":{"start":1710284775864,"stop":1710284775865,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f5c0f2e3af496c30","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5c0f2e3af496c30","status":"passed","time":{"start":1710307358461,"stop":1710307358462,"duration":1}},{"uid":"41d137d7c8a37ca4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/41d137d7c8a37ca4","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"394f52482df58817","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/394f52482df58817","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7a2ea1325f77e08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7a2ea1325f77e08","status":"passed","time":{"start":1710307285627,"stop":1710307285627,"duration":0}},{"uid":"459b27d3cd9a6d7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/459b27d3cd9a6d7e","status":"passed","time":{"start":1710287499225,"stop":1710287499226,"duration":1}},{"uid":"303fcb4e1b4e2629","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/303fcb4e1b4e2629","status":"passed","time":{"start":1710284765829,"stop":1710284765830,"duration":1}}]},"70a767e4b930526214fbc0ed1d3d34cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b20a98adec2ef5a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b20a98adec2ef5a","status":"passed","time":{"start":1710287483710,"stop":1710287483710,"duration":0}},{"uid":"bb4f9bbc42a4a6d8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb4f9bbc42a4a6d8","status":"passed","time":{"start":1710284751207,"stop":1710284751208,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a09baf643304d51","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a09baf643304d51","status":"passed","time":{"start":1710307045666,"stop":1710307045667,"duration":1}},{"uid":"bea031dd27540865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bea031dd27540865","status":"passed","time":{"start":1710287245618,"stop":1710287245619,"duration":1}},{"uid":"b406c7eb651fed76","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b406c7eb651fed76","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8efa5c7c014e11fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8efa5c7c014e11fe","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"f0aa79fad34ec22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0aa79fad34ec22","status":"passed","time":{"start":1710287023846,"stop":1710287023846,"duration":0}},{"uid":"3c39ead7680ca224","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c39ead7680ca224","status":"passed","time":{"start":1710284286703,"stop":1710284286704,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"ee0ed5f7788a0a80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee0ed5f7788a0a80","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994279,"stop":1710306994279,"duration":0}},{"uid":"a064d0c1c14a35ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a064d0c1c14a35ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196205,"duration":3}},{"uid":"15df05774b993702","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15df05774b993702","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459564,"duration":6}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3559c6fbc13d9ea7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3559c6fbc13d9ea7","status":"passed","time":{"start":1710307045661,"stop":1710307045661,"duration":0}},{"uid":"bb40599a25df254b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb40599a25df254b","status":"passed","time":{"start":1710287245609,"stop":1710287245611,"duration":2}},{"uid":"b4c624ec20cd9904","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4c624ec20cd9904","status":"passed","time":{"start":1710284503142,"stop":1710284503143,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"21d6b553accd1617","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/21d6b553accd1617","status":"passed","time":{"start":1710307308620,"stop":1710307308620,"duration":0}},{"uid":"2eb9cb180735406e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2eb9cb180735406e","status":"passed","time":{"start":1710287509745,"stop":1710287509746,"duration":1}},{"uid":"52382bd577617d83","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52382bd577617d83","status":"passed","time":{"start":1710284775838,"stop":1710284775838,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75ed50467fc0314f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75ed50467fc0314f","status":"passed","time":{"start":1710307247761,"stop":1710307247762,"duration":1}},{"uid":"a6e47a85455d7ee0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6e47a85455d7ee0","status":"passed","time":{"start":1710287456046,"stop":1710287456047,"duration":1}},{"uid":"1f84a234328476c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f84a234328476c5","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f06232fe0196685e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f06232fe0196685e","status":"passed","time":{"start":1710306994269,"stop":1710306994270,"duration":1}},{"uid":"1dd01419f639eb43","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1dd01419f639eb43","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"6cb95b937b890881","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6cb95b937b890881","status":"passed","time":{"start":1710284459538,"stop":1710284459539,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"93a542a17b43f023","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93a542a17b43f023","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844183,"stop":1710306844183,"duration":0}},{"uid":"1591e02c4689bfe6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1591e02c4689bfe6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049802,"duration":0}},{"uid":"c49d10ab3b5be9eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c49d10ab3b5be9eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312210,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"338264e49e30009d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/338264e49e30009d","status":"passed","time":{"start":1710307207069,"stop":1710307207070,"duration":1}},{"uid":"42760d5a25077d1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/42760d5a25077d1b","status":"passed","time":{"start":1710287412748,"stop":1710287412749,"duration":1}},{"uid":"9cfc250fc05d9225","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cfc250fc05d9225","status":"passed","time":{"start":1710284680773,"stop":1710284680774,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"374c0a9af5c35192","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/374c0a9af5c35192","status":"passed","time":{"start":1710306865884,"stop":1710306865885,"duration":1}},{"uid":"e954f206bd1a5a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e954f206bd1a5a3","status":"passed","time":{"start":1710287067215,"stop":1710287067216,"duration":1}},{"uid":"eb43e27a1e682313","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb43e27a1e682313","status":"passed","time":{"start":1710284328536,"stop":1710284328536,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"46f68746f50cdee6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46f68746f50cdee6","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"35eb08fd867c3449","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35eb08fd867c3449","status":"passed","time":{"start":1710287596902,"stop":1710287596902,"duration":0}},{"uid":"81bef47778d30039","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/81bef47778d30039","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"15093e4bc7ac56ee177543f666ce9b0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f214ea5f4acb2ce1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f214ea5f4acb2ce1","status":"passed","time":{"start":1710284852314,"stop":1710284852314,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b5f07f518d95efc2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5f07f518d95efc2","status":"passed","time":{"start":1710306791181,"stop":1710306791186,"duration":5}},{"uid":"559eb600938a30ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/559eb600938a30ed","status":"passed","time":{"start":1710286996394,"stop":1710286996394,"duration":0}},{"uid":"9564c7ec914acbc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9564c7ec914acbc4","status":"passed","time":{"start":1710284259032,"stop":1710284259032,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2def8b1e1cd507fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2def8b1e1cd507fb","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"c0137b8019e42d51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0137b8019e42d51","status":"passed","time":{"start":1710287412754,"stop":1710287412754,"duration":0}},{"uid":"a932422d0fdc9636","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a932422d0fdc9636","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"824bf4373ffe1857","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/824bf4373ffe1857","status":"passed","time":{"start":1710306994271,"stop":1710306994272,"duration":1}},{"uid":"607df09132afb29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/607df09132afb29","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"1afea2e9929d6bbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1afea2e9929d6bbe","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"83fb223c6f378b96338b724c60e548fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2d03fedb5f35c03","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a2d03fedb5f35c03","status":"passed","time":{"start":1710284723019,"stop":1710284723019,"duration":0}}]},"a785f8092a7a73f358d38d07164b5cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"cc59c9a10a2d041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc59c9a10a2d041","status":"broken","statusDetails":"(HTTP code 404) no such container - No such container: 40cfc6e809b259d80302cc28530c5001daa9d9bbc48ba91433794052f3b28e7a ","time":{"start":1710307270090,"stop":1710307270091,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f5727b048d92f8ce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5727b048d92f8ce","status":"passed","time":{"start":1710307207090,"stop":1710307207090,"duration":0}},{"uid":"be0bdbf88414252a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/be0bdbf88414252a","status":"passed","time":{"start":1710287412755,"stop":1710287412755,"duration":0}},{"uid":"3e8f640a2f1a3713","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e8f640a2f1a3713","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c3cf95941c3b38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c3cf95941c3b38f","status":"passed","time":{"start":1710306791805,"stop":1710306791806,"duration":1}},{"uid":"cdb06e607c3b8985","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cdb06e607c3b8985","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"ec8a8bd81de31ac4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ec8a8bd81de31ac4","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ecb5beb9cd837ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ecb5beb9cd837ab","status":"passed","time":{"start":1710307207048,"stop":1710307207049,"duration":1}},{"uid":"ab921c90e25d43e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab921c90e25d43e7","status":"passed","time":{"start":1710287412739,"stop":1710287412740,"duration":1}},{"uid":"3f8d382ae7449437","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f8d382ae7449437","status":"passed","time":{"start":1710284680765,"stop":1710284680766,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2483d1eb56e756a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2483d1eb56e756a","status":"passed","time":{"start":1710307078646,"stop":1710307078646,"duration":0}},{"uid":"49fc1172834422","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49fc1172834422","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"2de0fcc30b78806a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2de0fcc30b78806a","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"ed44b94af0dc9ef97676a535cff1382b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76dd46513cb0073","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/76dd46513cb0073","status":"passed","time":{"start":1710284459543,"stop":1710284459543,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"43ec9a647e3c6b96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43ec9a647e3c6b96","status":"passed","time":{"start":1710307207058,"stop":1710307207063,"duration":5}},{"uid":"9f1a7f72937f770a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f1a7f72937f770a","status":"passed","time":{"start":1710287412745,"stop":1710287412746,"duration":1}},{"uid":"2c8b80af96a0a741","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c8b80af96a0a741","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7c2deca11224d58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7c2deca11224d58","status":"passed","time":{"start":1710307308632,"stop":1710307308632,"duration":0}},{"uid":"b16f00f5a53f28f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b16f00f5a53f28f5","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"32fe049c28e46b44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32fe049c28e46b44","status":"passed","time":{"start":1710284775855,"stop":1710284775856,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84f9195fc0f8e0a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/84f9195fc0f8e0a9","status":"passed","time":{"start":1710307105570,"stop":1710307105570,"duration":0}},{"uid":"ce4e170221b2c703","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce4e170221b2c703","status":"passed","time":{"start":1710287305055,"stop":1710287305055,"duration":0}},{"uid":"c2fb4a0b0dfb7649","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c2fb4a0b0dfb7649","status":"passed","time":{"start":1710284567198,"stop":1710284567198,"duration":0}}]},"aa3a7debf2bd11df6a7f3528f3e76ae9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"205ccb75d17f1e67","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/205ccb75d17f1e67","status":"passed","time":{"start":1710307308629,"stop":1710307308630,"duration":1}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"1a092f0150f4d4c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a092f0150f4d4c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207321,"stop":1710307207321,"duration":0}},{"uid":"5eadb38f0a330020","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5eadb38f0a330020","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"50f3a1fae9008038","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/50f3a1fae9008038","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22de5cbb2c158a6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22de5cbb2c158a6a","status":"passed","time":{"start":1710307238432,"stop":1710307238433,"duration":1}},{"uid":"2a4b3eb236fe8111","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a4b3eb236fe8111","status":"passed","time":{"start":1710287445565,"stop":1710287445565,"duration":0}},{"uid":"fb0565c2569c8cac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb0565c2569c8cac","status":"passed","time":{"start":1710284710701,"stop":1710284710702,"duration":1}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf701fc9996a67b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf701fc9996a67b0","status":"passed","time":{"start":1710307300371,"stop":1710307300375,"duration":4}},{"uid":"2096c65938706d89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2096c65938706d89","status":"passed","time":{"start":1710287503529,"stop":1710287503530,"duration":1}},{"uid":"5dc4a825577924bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc4a825577924bf","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6cbeffff593b0af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6cbeffff593b0af","status":"passed","time":{"start":1710307325063,"stop":1710307325063,"duration":0}},{"uid":"1636286a4234b5dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1636286a4234b5dc","status":"passed","time":{"start":1710287537360,"stop":1710287537361,"duration":1}},{"uid":"d33384103467515","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d33384103467515","status":"passed","time":{"start":1710284796483,"stop":1710284796484,"duration":1}}]},"e23738486b6cf3be65d09a3b072f84c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94a6a5dcce1be4b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a6a5dcce1be4b7","status":"passed","time":{"start":1710284723013,"stop":1710284723014,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24fd25e99833117d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24fd25e99833117d","status":"passed","time":{"start":1710307207051,"stop":1710307207052,"duration":1}},{"uid":"e259adf52f179942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e259adf52f179942","status":"passed","time":{"start":1710287412743,"stop":1710287412744,"duration":1}},{"uid":"c7096ff76e5931cf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7096ff76e5931cf","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf2f9f8964afd77c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf2f9f8964afd77c","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"e7e29c672d1383a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7e29c672d1383a3","status":"passed","time":{"start":1710287596903,"stop":1710287596906,"duration":3}},{"uid":"66a22486db015d05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66a22486db015d05","status":"passed","time":{"start":1710284862702,"stop":1710284862702,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66afdebe399a07a8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66afdebe399a07a8","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"2ce6601002a949c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ce6601002a949c1","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"fb5833ef24545e95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb5833ef24545e95","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"507f40509b1b0efe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/507f40509b1b0efe","status":"passed","time":{"start":1710306807582,"stop":1710306807582,"duration":0}},{"uid":"4b8349a94fd08bfb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4b8349a94fd08bfb","status":"passed","time":{"start":1710287012803,"stop":1710287012804,"duration":1}},{"uid":"d20fb86e1edef5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d20fb86e1edef5","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"541c5f1ce08b8e1012794a08b4488c76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb1a4a206de825c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb1a4a206de825c1","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e53ad3fca24dd088","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e53ad3fca24dd088","status":"passed","time":{"start":1710306981491,"stop":1710306981491,"duration":0}},{"uid":"5bacf2ab03903415","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5bacf2ab03903415","status":"passed","time":{"start":1710287198105,"stop":1710287198106,"duration":1}},{"uid":"4a042329a2b207ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4a042329a2b207ac","status":"passed","time":{"start":1710284459986,"stop":1710284459987,"duration":1}}]},"598779bc0e58bb748824fb3e5e3236ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3255fe8979172f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f3255fe8979172f2","status":"passed","time":{"start":1710307207094,"stop":1710307207095,"duration":1}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4956183f40287201","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4956183f40287201","status":"passed","time":{"start":1710307078652,"stop":1710307078653,"duration":1}},{"uid":"aa3f8083f72cd52d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa3f8083f72cd52d","status":"passed","time":{"start":1710287282005,"stop":1710287282006,"duration":1}},{"uid":"a936067d6a56d6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a936067d6a56d6f","status":"passed","time":{"start":1710284550778,"stop":1710284550778,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ee8f0588407f024b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee8f0588407f024b","status":"passed","time":{"start":1710307383801,"stop":1710307383801,"duration":0}},{"uid":"8f2e70d2b4dfe715","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f2e70d2b4dfe715","status":"passed","time":{"start":1710287594295,"stop":1710287594295,"duration":0}},{"uid":"16138e721283175","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16138e721283175","status":"passed","time":{"start":1710284859499,"stop":1710284859500,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e10b933126ccdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e10b933126ccdc","status":"passed","time":{"start":1710307078649,"stop":1710307078649,"duration":0}},{"uid":"588567f7934ddaa4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/588567f7934ddaa4","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"f4ebd83f3259e0c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4ebd83f3259e0c1","status":"passed","time":{"start":1710284550770,"stop":1710284550771,"duration":1}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"742abea930ece5ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742abea930ece5ee","status":"passed","time":{"start":1710306816843,"stop":1710306816843,"duration":0}},{"uid":"a50d0240f622daaa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a50d0240f622daaa","status":"passed","time":{"start":1710287022154,"stop":1710287022154,"duration":0}},{"uid":"eab53314a6b4ed00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eab53314a6b4ed00","status":"passed","time":{"start":1710284284835,"stop":1710284284835,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13a71e9b9fcddb3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13a71e9b9fcddb3","status":"passed","time":{"start":1710306981493,"stop":1710306981494,"duration":1}},{"uid":"9a6888657eea443d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a6888657eea443d","status":"passed","time":{"start":1710287198107,"stop":1710287198107,"duration":0}},{"uid":"a664ca10255ab93d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a664ca10255ab93d","status":"passed","time":{"start":1710284459988,"stop":1710284459989,"duration":1}}]},"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"c4c069540f801f1a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c4c069540f801f1a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"74b9dd5f07e1db7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74b9dd5f07e1db7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674898,"stop":1710287674899,"duration":1}},{"uid":"e12efaa3303c97b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e12efaa3303c97b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f12c7b6c03e28e46","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f12c7b6c03e28e46","status":"passed","time":{"start":1710307308647,"stop":1710307308648,"duration":1}},{"uid":"6b90cc51461ab087","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b90cc51461ab087","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"8f699cc548ce80fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f699cc548ce80fd","status":"passed","time":{"start":1710284775867,"stop":1710284775869,"duration":2}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c3e9e9c0c70883d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c3e9e9c0c70883d","status":"passed","time":{"start":1710307078639,"stop":1710307078639,"duration":0}},{"uid":"2f22ef9ce04671e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f22ef9ce04671e1","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"f4924d55459889f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4924d55459889f3","status":"passed","time":{"start":1710284550752,"stop":1710284550753,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45436bccdbd36f8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45436bccdbd36f8e","status":"passed","time":{"start":1710306807025,"stop":1710306807026,"duration":1}},{"uid":"f3290ad1cf628cdf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3290ad1cf628cdf","status":"passed","time":{"start":1710287011903,"stop":1710287011904,"duration":1}},{"uid":"5f8f7057d82e154c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8f7057d82e154c","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"df30fd742b2f9a420e85ec9455e0ebf3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"151636316322d429","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151636316322d429","status":"passed","time":{"start":1710307247767,"stop":1710307247767,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bcb300717e507f66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcb300717e507f66","status":"passed","time":{"start":1710306844174,"stop":1710306844175,"duration":1}},{"uid":"a0346a96121f6c71","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0346a96121f6c71","status":"passed","time":{"start":1710287049797,"stop":1710287049798,"duration":1}},{"uid":"42de015596a8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42de015596a8f5","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79872207cf39daca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79872207cf39daca","status":"passed","time":{"start":1710306791804,"stop":1710306791805,"duration":1}},{"uid":"b3935b7cd621d25d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b3935b7cd621d25d","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"ccf7ef1483fe39dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ccf7ef1483fe39dc","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48b5dbdff708a3ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b5dbdff708a3ed","status":"passed","time":{"start":1710307308644,"stop":1710307308645,"duration":1}},{"uid":"a1760317b5db2ac1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a1760317b5db2ac1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"be6b1ed6ca510a31","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be6b1ed6ca510a31","status":"passed","time":{"start":1710284775862,"stop":1710284775863,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c67e5097289e79a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c67e5097289e79a2","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"277f2bb4900d4b88","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/277f2bb4900d4b88","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"a67145926b826a05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a67145926b826a05","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"b5cabd941399f45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5cabd941399f45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"35b2b188399bea4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35b2b188399bea4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509783,"stop":1710287509784,"duration":1}},{"uid":"889a479d0ee42e64","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/889a479d0ee42e64","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775874,"stop":1710284775874,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7eac3f2f4efd11e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7eac3f2f4efd11e","status":"passed","time":{"start":1710306981526,"stop":1710306981526,"duration":0}},{"uid":"c65252a677bcac36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c65252a677bcac36","status":"passed","time":{"start":1710287198171,"stop":1710287198172,"duration":1}},{"uid":"20fed30fd57e7711","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20fed30fd57e7711","status":"passed","time":{"start":1710284460015,"stop":1710284460015,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"968a1ec7be9646c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/968a1ec7be9646c1","status":"passed","time":{"start":1710307358473,"stop":1710307358474,"duration":1}},{"uid":"b7c40110494c8cc7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7c40110494c8cc7","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"8fd688594ff524d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fd688594ff524d5","status":"passed","time":{"start":1710284852313,"stop":1710284852313,"duration":0}}]},"fc7345f635686150f6205927e1e846af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afd332750ca751f4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/afd332750ca751f4","status":"passed","time":{"start":1710284680792,"stop":1710284680793,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"43348fb1efb51e87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43348fb1efb51e87","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233598,"stop":1710307233598,"duration":0}},{"uid":"58abb5de1739e3de","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58abb5de1739e3de","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436222,"stop":1710287436222,"duration":0}},{"uid":"221d07ebec48f26f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/221d07ebec48f26f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706655,"stop":1710284706657,"duration":2}}]},"129fb665bc40d58bc17fcdadd2b5fe59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91aef62da3ceb79b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/91aef62da3ceb79b","status":"passed","time":{"start":1710287483710,"stop":1710287483710,"duration":0}},{"uid":"30a1399e73b74bd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/30a1399e73b74bd2","status":"passed","time":{"start":1710284751208,"stop":1710284751209,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a455888423ac0599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a455888423ac0599","status":"passed","time":{"start":1710307358464,"stop":1710307358464,"duration":0}},{"uid":"5e8bcc7762c66b5c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e8bcc7762c66b5c","status":"passed","time":{"start":1710287569255,"stop":1710287569255,"duration":0}},{"uid":"aeefa4b4fc9f26d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeefa4b4fc9f26d","status":"passed","time":{"start":1710284852299,"stop":1710284852300,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3595c21704790a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3595c21704790a23","status":"passed","time":{"start":1710307325063,"stop":1710307325064,"duration":1}},{"uid":"447f0bd543f4273b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/447f0bd543f4273b","status":"passed","time":{"start":1710287537361,"stop":1710287537361,"duration":0}},{"uid":"a81265624abc94da","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a81265624abc94da","status":"passed","time":{"start":1710284796484,"stop":1710284796484,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2294fecd7e9df599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2294fecd7e9df599","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"195d48d1b71c6167","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/195d48d1b71c6167","status":"passed","time":{"start":1710287596901,"stop":1710287596902,"duration":1}},{"uid":"3ef2e427b564dc6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ef2e427b564dc6d","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bcc25b97e22d5389","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcc25b97e22d5389","status":"passed","time":{"start":1710306833580,"stop":1710306833582,"duration":2}},{"uid":"418aec6d809a39f1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/418aec6d809a39f1","status":"passed","time":{"start":1710287039373,"stop":1710287039375,"duration":2}},{"uid":"6347bc92e6527f35","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6347bc92e6527f35","status":"passed","time":{"start":1710284302025,"stop":1710284302030,"duration":5}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e3bbc41f1d409","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e3bbc41f1d409","status":"passed","time":{"start":1710306981490,"stop":1710306981490,"duration":0}},{"uid":"65f6563c887c652c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/65f6563c887c652c","status":"passed","time":{"start":1710287198103,"stop":1710287198104,"duration":1}},{"uid":"b71e8871c3b848f4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b71e8871c3b848f4","status":"passed","time":{"start":1710284459985,"stop":1710284459986,"duration":1}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bb0fdb54a62df8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0fdb54a62df8e","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"aebe053e3bbfb726","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aebe053e3bbfb726","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"210b145aceac893e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/210b145aceac893e","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2ff27dd2aca6d39c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ff27dd2aca6d39c","status":"passed","time":{"start":1710306844173,"stop":1710306844173,"duration":0}},{"uid":"9cf18aece570904b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9cf18aece570904b","status":"passed","time":{"start":1710287049795,"stop":1710287049796,"duration":1}},{"uid":"95f4c8806979d5b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95f4c8806979d5b9","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d3b9335095bb3ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d3b9335095bb3ef","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"3ff84eaa9befc760","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ff84eaa9befc760","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"bf86b492e42f3cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf86b492e42f3cf8","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c0abfdfabf9ae75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0abfdfabf9ae75","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"bf8686d56ec0432f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8686d56ec0432f","status":"passed","time":{"start":1710287456068,"stop":1710287456068,"duration":0}},{"uid":"3f589648b0508864","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f589648b0508864","status":"passed","time":{"start":1710284723021,"stop":1710284723021,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e08fbc7d1d669cd6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e08fbc7d1d669cd6","status":"passed","time":{"start":1710307308625,"stop":1710307308626,"duration":1}},{"uid":"4e771888c988c08b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e771888c988c08b","status":"passed","time":{"start":1710287509748,"stop":1710287509749,"duration":1}},{"uid":"319aff53cb0b3685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/319aff53cb0b3685","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7254d42a33efe684","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7254d42a33efe684","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"c42313b1ce0d484c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c42313b1ce0d484c","status":"passed","time":{"start":1710287085418,"stop":1710287085418,"duration":0}},{"uid":"20458cf306ad92cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20458cf306ad92cc","status":"passed","time":{"start":1710284350512,"stop":1710284350513,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7375b5fe7f2e0efd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7375b5fe7f2e0efd","status":"passed","time":{"start":1710306791808,"stop":1710306791809,"duration":1}},{"uid":"d590d24181710c11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d590d24181710c11","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fcef8cbe7ce48a24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcef8cbe7ce48a24","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1917de482d108400","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1917de482d108400","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"220aa5d421472680","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/220aa5d421472680","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"542a71f920eeefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/542a71f920eeefd","status":"passed","time":{"start":1710284390750,"stop":1710284390750,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3a5d6b5a6dc7ab5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a5d6b5a6dc7ab5d","status":"passed","time":{"start":1710307465621,"stop":1710307465622,"duration":1}},{"uid":"c62257ad5f48e095","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c62257ad5f48e095","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"665bd1a26706691e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/665bd1a26706691e","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8f575284b0cd59f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f8f575284b0cd59f","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"99e2204a4a186c0c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99e2204a4a186c0c","status":"passed","time":{"start":1710287300121,"stop":1710287300122,"duration":1}},{"uid":"2c1314d7f583ff23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c1314d7f583ff23","status":"passed","time":{"start":1710284561377,"stop":1710284561377,"duration":0}}]},"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63b8953a0fb524dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63b8953a0fb524dd","status":"passed","time":{"start":1710306877073,"stop":1710306877073,"duration":0}},{"uid":"62061d96e19715ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/62061d96e19715ca","status":"passed","time":{"start":1710287085417,"stop":1710287085418,"duration":1}},{"uid":"4e5d4fa15d35ffde","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e5d4fa15d35ffde","status":"passed","time":{"start":1710284350512,"stop":1710284350512,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57d78f0b3523a242","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d78f0b3523a242","status":"passed","time":{"start":1710306807024,"stop":1710306807025,"duration":1}},{"uid":"a46f193a27a35b36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f193a27a35b36","status":"passed","time":{"start":1710287011901,"stop":1710287011902,"duration":1}},{"uid":"489047c3678597a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/489047c3678597a3","status":"passed","time":{"start":1710284274565,"stop":1710284274565,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7777553cbaad4a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7777553cbaad4a23","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"e8e80808f535e486","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8e80808f535e486","status":"passed","time":{"start":1710287569250,"stop":1710287569250,"duration":0}},{"uid":"20028381e7c2f97a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20028381e7c2f97a","status":"passed","time":{"start":1710284852289,"stop":1710284852290,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fc4862740fcb3439","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc4862740fcb3439","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"d6995905515290cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d6995905515290cf","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"7239c06508767d0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7239c06508767d0c","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ae158714446bc92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ae158714446bc92","status":"passed","time":{"start":1710306994277,"stop":1710306994277,"duration":0}},{"uid":"7fb5c64081f6b4cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb5c64081f6b4cf","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"84ea57cfc9e9d78c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/84ea57cfc9e9d78c","status":"passed","time":{"start":1710284459556,"stop":1710284459557,"duration":1}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8c3b54c1ca7eaa0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c3b54c1ca7eaa0d","status":"passed","time":{"start":1710307393000,"stop":1710307393000,"duration":0}},{"uid":"58f38e0614b4716","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58f38e0614b4716","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"767ac26b4b156a52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/767ac26b4b156a52","status":"passed","time":{"start":1710284869465,"stop":1710284869465,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1a240adbe0e9392","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1a240adbe0e9392","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"1ddab66b1381cff2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1ddab66b1381cff2","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"ba368113ecb968e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba368113ecb968e6","status":"passed","time":{"start":1710284796487,"stop":1710284796487,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d054ecd1d11d4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d054ecd1d11d4dc","status":"passed","time":{"start":1710307358463,"stop":1710307358463,"duration":0}},{"uid":"f3691254b0bf8e31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3691254b0bf8e31","status":"passed","time":{"start":1710287569254,"stop":1710287569254,"duration":0}},{"uid":"380b6055b7b68f08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/380b6055b7b68f08","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6249705d8da0e6e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6249705d8da0e6e2","status":"passed","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"2c8a76b6edce1044","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c8a76b6edce1044","status":"passed","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"b86ff5f1e55f779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b86ff5f1e55f779","status":"passed","time":{"start":1710284934073,"stop":1710284934073,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66a448733488435","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66a448733488435","status":"passed","time":{"start":1710307358453,"stop":1710307358454,"duration":1}},{"uid":"aa9fb4fd49ef423c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9fb4fd49ef423c","status":"passed","time":{"start":1710287569241,"stop":1710287569242,"duration":1}},{"uid":"e470cdd53d4623e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e470cdd53d4623e8","status":"passed","time":{"start":1710284852271,"stop":1710284852271,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3933ea1f3a2816a7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3933ea1f3a2816a7","status":"passed","time":{"start":1710306816839,"stop":1710306816839,"duration":0}},{"uid":"9af3d64b29c1f40c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9af3d64b29c1f40c","status":"passed","time":{"start":1710287022150,"stop":1710287022151,"duration":1}},{"uid":"8ec013af2d4c115d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ec013af2d4c115d","status":"passed","time":{"start":1710284284831,"stop":1710284284832,"duration":1}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2e17a6d124e819fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e17a6d124e819fa","status":"passed","time":{"start":1710307045663,"stop":1710307045663,"duration":0}},{"uid":"4fe59ff1d1147c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4fe59ff1d1147c21","status":"passed","time":{"start":1710287245615,"stop":1710287245616,"duration":1}},{"uid":"53e14e5317d6e0c4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/53e14e5317d6e0c4","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"1a21e13473e30710f8cfaca1ac90eed7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a5294624bccf84b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1a5294624bccf84b","status":"passed","time":{"start":1710284852313,"stop":1710284852313,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c56ed0be79bd67d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c56ed0be79bd67d6","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"b11706787dd0c69b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b11706787dd0c69b","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"748a8fa85d802aee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/748a8fa85d802aee","status":"passed","time":{"start":1710284934070,"stop":1710284934071,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef37b9432b455edc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ef37b9432b455edc","status":"passed","time":{"start":1710307247757,"stop":1710307247758,"duration":1}},{"uid":"49cceef6a5aa0aa9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49cceef6a5aa0aa9","status":"passed","time":{"start":1710287456025,"stop":1710287456028,"duration":3}},{"uid":"43d54bd5279210c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43d54bd5279210c6","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"efe9789a45e287de1dfbc3db383f664e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7934838f742916b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a7934838f742916b","status":"passed","time":{"start":1710287456061,"stop":1710287456062,"duration":1}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"83de1c0272cb2338","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83de1c0272cb2338","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"bd646075682702fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd646075682702fc","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"d13a7f38e8ea1414","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d13a7f38e8ea1414","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6358787fd1d0eb59","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6358787fd1d0eb59","status":"passed","time":{"start":1710307392997,"stop":1710307392998,"duration":1}},{"uid":"4ddb00591afcf994","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ddb00591afcf994","status":"passed","time":{"start":1710287595424,"stop":1710287595424,"duration":0}},{"uid":"8be479a245cd43c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8be479a245cd43c1","status":"passed","time":{"start":1710284869461,"stop":1710284869462,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3abdc73832c6540d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3abdc73832c6540d","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"79db02969a51c5b1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/79db02969a51c5b1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"305b71458ba093ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/305b71458ba093ac","status":"passed","time":{"start":1710284775862,"stop":1710284775862,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"238a1e3678ff2384","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/238a1e3678ff2384","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"56b57a9f76e1b3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56b57a9f76e1b3","status":"passed","time":{"start":1710287560340,"stop":1710287560341,"duration":1}},{"uid":"f603e49e8dfbe19","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f603e49e8dfbe19","status":"passed","time":{"start":1710284826094,"stop":1710284826096,"duration":2}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d669d81e8897781a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d669d81e8897781a","status":"passed","time":{"start":1710306981518,"stop":1710306981519,"duration":1}},{"uid":"602cd86a1cdae1a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/602cd86a1cdae1a9","status":"passed","time":{"start":1710287198168,"stop":1710287198168,"duration":0}},{"uid":"c306b2f4f3d6102d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c306b2f4f3d6102d","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e6c61c50be6d22d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e6c61c50be6d22d","status":"passed","time":{"start":1710306786078,"stop":1710306786079,"duration":1}},{"uid":"a8ead251c4a12fec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a8ead251c4a12fec","status":"passed","time":{"start":1710286991187,"stop":1710286991188,"duration":1}},{"uid":"424e995787f173c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/424e995787f173c0","status":"passed","time":{"start":1710284253869,"stop":1710284253870,"duration":1}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63dae34702dd6ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63dae34702dd6ea","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"3089210640a59e21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3089210640a59e21","status":"passed","time":{"start":1710287281979,"stop":1710287281991,"duration":12}},{"uid":"ecfed2a8f82c97f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ecfed2a8f82c97f3","status":"passed","time":{"start":1710284550742,"stop":1710284550743,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9cc77513a4f98d1b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9cc77513a4f98d1b","status":"passed","time":{"start":1710307377258,"stop":1710307377259,"duration":1}},{"uid":"a701c385b71f9d17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a701c385b71f9d17","status":"passed","time":{"start":1710287579551,"stop":1710287579552,"duration":1}},{"uid":"a4747c4451e8d910","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a4747c4451e8d910","status":"passed","time":{"start":1710284855735,"stop":1710284855735,"duration":0}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"64c91b6636082be4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64c91b6636082be4","status":"passed","time":{"start":1710307244662,"stop":1710307244662,"duration":0}},{"uid":"3bcf222084b140b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bcf222084b140b","status":"passed","time":{"start":1710287451486,"stop":1710287451487,"duration":1}},{"uid":"9b932ebef6719ae1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9b932ebef6719ae1","status":"passed","time":{"start":1710284717995,"stop":1710284717996,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"343a59b3900a2827","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/343a59b3900a2827","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"6e890a4368b1a94f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6e890a4368b1a94f","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"8d3b336129359060","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d3b336129359060","status":"passed","time":{"start":1710284852305,"stop":1710284852305,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3c0f298d45f795af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c0f298d45f795af","status":"passed","time":{"start":1710306818619,"stop":1710306818620,"duration":1}},{"uid":"9a2773c1012b6d3f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a2773c1012b6d3f","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"9fb75f6ae8975ffa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9fb75f6ae8975ffa","status":"passed","time":{"start":1710284286706,"stop":1710284286706,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2e86d519770586d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e86d519770586d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"9ee8b27bd1227a67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ee8b27bd1227a67","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"e7f56606338e2eca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7f56606338e2eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823521,"stop":1710284823522,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a8ecb8b81f7b10d2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8ecb8b81f7b10d2","status":"passed","time":{"start":1710306994270,"stop":1710306994271,"duration":1}},{"uid":"e1936f8dc5f63c96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1936f8dc5f63c96","status":"passed","time":{"start":1710287196191,"stop":1710287196191,"duration":0}},{"uid":"1bd6a769d5154407","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bd6a769d5154407","status":"passed","time":{"start":1710284459539,"stop":1710284459540,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa08e4f65994b509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa08e4f65994b509","status":"passed","time":{"start":1710307358460,"stop":1710307358460,"duration":0}},{"uid":"481f1ed65b573837","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/481f1ed65b573837","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"6937cd17ad6499cd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6937cd17ad6499cd","status":"passed","time":{"start":1710284852295,"stop":1710284852296,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fc2e7510e50165e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc2e7510e50165e3","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"25c2ca37bc7facb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/25c2ca37bc7facb0","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"47e5ef60a0e505f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47e5ef60a0e505f8","status":"passed","time":{"start":1710284251373,"stop":1710284251374,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"daad5dbb4bc6a24d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/daad5dbb4bc6a24d","status":"passed","time":{"start":1710306981507,"stop":1710306981507,"duration":0}},{"uid":"9158fd004f6aaf2f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9158fd004f6aaf2f","status":"passed","time":{"start":1710287198124,"stop":1710287198125,"duration":1}},{"uid":"41574f2da86d44ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41574f2da86d44ff","status":"passed","time":{"start":1710284459998,"stop":1710284459998,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44155cd5c0d0e173","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44155cd5c0d0e173","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"5b26352527df9e14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b26352527df9e14","status":"passed","time":{"start":1710287281991,"stop":1710287281992,"duration":1}},{"uid":"f8ad3b86357a9108","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8ad3b86357a9108","status":"passed","time":{"start":1710284550743,"stop":1710284550744,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b51c93af8719d837","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b51c93af8719d837","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"8f8c1199730d07a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f8c1199730d07a2","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"9ff2e74d13a4dcf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ff2e74d13a4dcf3","status":"passed","time":{"start":1710284588136,"stop":1710284588137,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"942f45714d816161","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/942f45714d816161","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"8ca68e5487de5041","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8ca68e5487de5041","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"92ac4ccfc93d1616","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92ac4ccfc93d1616","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd9aa4dc148f4c84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd9aa4dc148f4c84","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"4383e10cea8a9f33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4383e10cea8a9f33","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"79d56723d1d00c6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d56723d1d00c6f","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d48f7e78bec72b61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d48f7e78bec72b61","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"64dce0ed76b0a45b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/64dce0ed76b0a45b","status":"passed","time":{"start":1710287569248,"stop":1710287569249,"duration":1}},{"uid":"dfdb43c9d9c755ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dfdb43c9d9c755ff","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52a107c4582588ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52a107c4582588ee","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"4e2de5c94626fe7b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e2de5c94626fe7b","status":"passed","time":{"start":1710287198126,"stop":1710287198126,"duration":0}},{"uid":"920184ec4035190a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/920184ec4035190a","status":"passed","time":{"start":1710284459999,"stop":1710284460000,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c28b753d13308486","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c28b753d13308486","status":"passed","time":{"start":1710307308626,"stop":1710307308627,"duration":1}},{"uid":"fd007e5d4570da66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fd007e5d4570da66","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"a1b2d90a50460b21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1b2d90a50460b21","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"26062013d91a3239","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26062013d91a3239","status":"passed","time":{"start":1710306981516,"stop":1710306981517,"duration":1}},{"uid":"9f331bb1dd3c3819","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f331bb1dd3c3819","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"e0269bbe11112ecd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0269bbe11112ecd","status":"passed","time":{"start":1710284460009,"stop":1710284460009,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8c80ce2ab01616f8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c80ce2ab01616f8","status":"passed","time":{"start":1710307308624,"stop":1710307308625,"duration":1}},{"uid":"c55fe0d7fb563f1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c55fe0d7fb563f1b","status":"passed","time":{"start":1710287509748,"stop":1710287509748,"duration":0}},{"uid":"9a43c1268bad37fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a43c1268bad37fd","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dcf88502bd133396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dcf88502bd133396","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"cc206791cf329478","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc206791cf329478","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"88303daa81d2f566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88303daa81d2f566","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2a68dd79b81a3b9a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a68dd79b81a3b9a","status":"passed","time":{"start":1710306981506,"stop":1710306981506,"duration":0}},{"uid":"1c0459ab974de853","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c0459ab974de853","status":"passed","time":{"start":1710287198122,"stop":1710287198124,"duration":2}},{"uid":"69fa1474507c4637","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/69fa1474507c4637","status":"passed","time":{"start":1710284459997,"stop":1710284459997,"duration":0}}]},"5e609d8480a53925c91e3370556eedd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fef06be39886055","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fef06be39886055","status":"passed","time":{"start":1710287509750,"stop":1710287509751,"duration":1}}]},"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"7103721d540ca672","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7103721d540ca672","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465633,"stop":1710307465633,"duration":0}},{"uid":"5f4b840669657545","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4b840669657545","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"97ce13a7391c0b4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/97ce13a7391c0b4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934074,"stop":1710284934075,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2523f602b4d214cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2523f602b4d214cc","status":"passed","time":{"start":1710307101318,"stop":1710307101318,"duration":0}},{"uid":"cf3d2059364326d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cf3d2059364326d6","status":"passed","time":{"start":1710287300126,"stop":1710287300126,"duration":0}},{"uid":"d0c71fc5adae6c9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d0c71fc5adae6c9f","status":"passed","time":{"start":1710284561379,"stop":1710284561380,"duration":1}}]},"17979185d65587798a6d897599b41339:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a53bc857f43ffaa0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a53bc857f43ffaa0","status":"passed","time":{"start":1710287569261,"stop":1710287569261,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"a5d8e807b19989dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5d8e807b19989dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207320,"duration":0}},{"uid":"32c12139881e4e50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32c12139881e4e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413026,"stop":1710287413026,"duration":0}},{"uid":"4bf4c997e2d2cafa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bf4c997e2d2cafa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680939,"stop":1710284680940,"duration":1}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2130bdc84c81d757","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2130bdc84c81d757","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"15b5b000ba4f4090","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15b5b000ba4f4090","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"b981c9547dc5ed11","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b981c9547dc5ed11","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6750198c0188479","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6750198c0188479","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"77c4b6e28ab93c66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77c4b6e28ab93c66","status":"passed","time":{"start":1710287537365,"stop":1710287537365,"duration":0}},{"uid":"d87703504161dc22","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d87703504161dc22","status":"passed","time":{"start":1710284796488,"stop":1710284796488,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bc3baaa033abf130","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bc3baaa033abf130","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"9f0d1deee0b270ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f0d1deee0b270ec","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"6a6d22aba989671d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a6d22aba989671d","status":"passed","time":{"start":1710284259609,"stop":1710284259610,"duration":1}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7d4fd617e0b61fe5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d4fd617e0b61fe5","status":"passed","time":{"start":1710306981503,"stop":1710306981503,"duration":0}},{"uid":"22f77eea7457595f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22f77eea7457595f","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"b929f2c5d848eea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b929f2c5d848eea","status":"passed","time":{"start":1710284459992,"stop":1710284459993,"duration":1}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1291c25e0f7ab77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1291c25e0f7ab77","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"e00ce26af06bbde0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e00ce26af06bbde0","status":"passed","time":{"start":1710287509764,"stop":1710287509768,"duration":4}},{"uid":"92fa05f2c7d11786","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92fa05f2c7d11786","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cacc380da1b93230","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacc380da1b93230","status":"passed","time":{"start":1710307045661,"stop":1710307045662,"duration":1}},{"uid":"94e9467ad1dff9f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94e9467ad1dff9f5","status":"passed","time":{"start":1710287245612,"stop":1710287245613,"duration":1}},{"uid":"6059c9ed1ae3c8fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6059c9ed1ae3c8fd","status":"passed","time":{"start":1710284503143,"stop":1710284503143,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"141971be20dd4e4f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/141971be20dd4e4f","status":"passed","time":{"start":1710306873749,"stop":1710306873749,"duration":0}},{"uid":"d91d1a24c9050e4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d91d1a24c9050e4e","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"cb2b3f2096bcce23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cb2b3f2096bcce23","status":"passed","time":{"start":1710284342269,"stop":1710284342271,"duration":2}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7188045e91edf61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7188045e91edf61","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"b7b8030af73bbcd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7b8030af73bbcd3","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"532f1551aa569e9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/532f1551aa569e9a","status":"passed","time":{"start":1710284826091,"stop":1710284826092,"duration":1}}]},"6a00f023a112b1ad43696a128eb1bbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93d4fc52a154513","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93d4fc52a154513","status":"passed","time":{"start":1710307207095,"stop":1710307207095,"duration":0}}]},"7f646e37380eb6f40add675d5e1b260b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d9a298916953cb2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2d9a298916953cb2","status":"passed","time":{"start":1710287412760,"stop":1710287412760,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"90735eebe174ec27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/90735eebe174ec27","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"bd58ac5733107275","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd58ac5733107275","status":"passed","time":{"start":1710287196199,"stop":1710287196200,"duration":1}},{"uid":"93ff8f6940890e0e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93ff8f6940890e0e","status":"passed","time":{"start":1710284459544,"stop":1710284459545,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d55b295c954e78de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d55b295c954e78de","status":"passed","time":{"start":1710306994271,"stop":1710306994271,"duration":0}},{"uid":"c202416ddc6eea65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c202416ddc6eea65","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"9936823d68eece01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9936823d68eece01","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbf9a75c9f644c6e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbf9a75c9f644c6e","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"f567ea56811a7256","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f567ea56811a7256","status":"passed","time":{"start":1710287460899,"stop":1710287460900,"duration":1}},{"uid":"847c823f4d6e5044","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847c823f4d6e5044","status":"passed","time":{"start":1710284730215,"stop":1710284730215,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ee86dbb12c830a52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee86dbb12c830a52","status":"passed","time":{"start":1710307247761,"stop":1710307247761,"duration":0}},{"uid":"8a103cbf2c6614d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a103cbf2c6614d1","status":"passed","time":{"start":1710287456045,"stop":1710287456046,"duration":1}},{"uid":"b3a3eebd9cf3a15f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3a3eebd9cf3a15f","status":"passed","time":{"start":1710284723009,"stop":1710284723010,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b8fb06257b483b57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8fb06257b483b57","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"ef3f6fc9298f6e24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ef3f6fc9298f6e24","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"a47a513f1797c94e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a47a513f1797c94e","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e036e43ce752352","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e036e43ce752352","status":"passed","time":{"start":1710307308618,"stop":1710307308619,"duration":1}},{"uid":"b8086d888237d4fd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8086d888237d4fd","status":"passed","time":{"start":1710287509744,"stop":1710287509744,"duration":0}},{"uid":"ed6496ea690988a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed6496ea690988a4","status":"passed","time":{"start":1710284775836,"stop":1710284775837,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2f00ead971e63979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f00ead971e63979","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"9317471c1bdf9a5a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9317471c1bdf9a5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b9ef082c9e6e3036","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9ef082c9e6e3036","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f2a6ed620d3bf35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f2a6ed620d3bf35","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"6526c9df0d15832a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6526c9df0d15832a","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"847263cb4908fb4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847263cb4908fb4c","status":"passed","time":{"start":1710284286705,"stop":1710284286706,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ffeed45fa8fdfcbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ffeed45fa8fdfcbf","status":"passed","time":{"start":1710306816841,"stop":1710306816842,"duration":1}},{"uid":"bb139d4f8b77960d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb139d4f8b77960d","status":"passed","time":{"start":1710287022153,"stop":1710287022153,"duration":0}},{"uid":"6000b787b782339a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6000b787b782339a","status":"passed","time":{"start":1710284284834,"stop":1710284284834,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9bd0fc31229f0888","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bd0fc31229f0888","status":"passed","time":{"start":1710307247762,"stop":1710307247762,"duration":0}},{"uid":"8055e1cad53f989d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8055e1cad53f989d","status":"passed","time":{"start":1710287456047,"stop":1710287456048,"duration":1}},{"uid":"a9fdacea33d65e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9fdacea33d65e1","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34f98c9f388fed0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34f98c9f388fed0","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"957d87db73bdebc6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/957d87db73bdebc6","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"64cc2d83bd45790c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64cc2d83bd45790c","status":"passed","time":{"start":1710284680791,"stop":1710284680791,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e845b6be80c42e2d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e845b6be80c42e2d","status":"passed","time":{"start":1710307308619,"stop":1710307308620,"duration":1}},{"uid":"120b2cb3c1665c16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/120b2cb3c1665c16","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"8d80321f04adbc44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d80321f04adbc44","status":"passed","time":{"start":1710284775837,"stop":1710284775838,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22921888a08b6ea2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22921888a08b6ea2","status":"passed","time":{"start":1710306841074,"stop":1710306841075,"duration":1}},{"uid":"542f16cad6b650ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/542f16cad6b650ec","status":"passed","time":{"start":1710287046525,"stop":1710287046525,"duration":0}},{"uid":"fc425c0c716b2943","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc425c0c716b2943","status":"passed","time":{"start":1710284309644,"stop":1710284309645,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5743fbb8adfaf32","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5743fbb8adfaf32","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"82f16dc1c3a0ee3c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/82f16dc1c3a0ee3c","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"b53776f3e993977","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b53776f3e993977","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9adb6875d80b8beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9adb6875d80b8beb","status":"passed","time":{"start":1710307233598,"stop":1710307233599,"duration":1}},{"uid":"8b012425329b44cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b012425329b44cc","status":"passed","time":{"start":1710287436222,"stop":1710287436223,"duration":1}},{"uid":"ca4a361ed97ff707","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4a361ed97ff707","status":"passed","time":{"start":1710284706657,"stop":1710284706658,"duration":1}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3423716523d872a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3423716523d872a1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"b115f413899439cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b115f413899439cd","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"7c74a8be3a791eed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7c74a8be3a791eed","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b84ccf31107663d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b84ccf31107663d6","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"35d62d96533dddf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35d62d96533dddf9","status":"passed","time":{"start":1710287544913,"stop":1710287544914,"duration":1}},{"uid":"4b957854e4c0c3f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4b957854e4c0c3f9","status":"passed","time":{"start":1710284805021,"stop":1710284805022,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e00a123eca7b002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e00a123eca7b002","status":"passed","time":{"start":1710306783477,"stop":1710306783478,"duration":1}},{"uid":"2abeb2910962a391","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2abeb2910962a391","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"753c010c97c624ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/753c010c97c624ef","status":"passed","time":{"start":1710284251169,"stop":1710284251169,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc85bceac9c30dee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dc85bceac9c30dee","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"504d31cd4cf2adf4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d31cd4cf2adf4","status":"passed","time":{"start":1710287608798,"stop":1710287608798,"duration":0}},{"uid":"2f6c161af3b99e16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f6c161af3b99e16","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6cc4a0a7325ed109","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6cc4a0a7325ed109","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"3839b771ec8aa79e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3839b771ec8aa79e","status":"passed","time":{"start":1710287596900,"stop":1710287596901,"duration":1}},{"uid":"cf019516bb37860","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cf019516bb37860","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"28dc6cad2c6b9cbb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/28dc6cad2c6b9cbb","status":"passed","time":{"start":1710306811116,"stop":1710306811117,"duration":1}},{"uid":"94b8f2147e753248","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94b8f2147e753248","status":"passed","time":{"start":1710287016344,"stop":1710287016345,"duration":1}},{"uid":"488aba77c1195b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/488aba77c1195b3e","status":"passed","time":{"start":1710284279139,"stop":1710284279140,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"18c3c8d9f2d374d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18c3c8d9f2d374d7","status":"passed","time":{"start":1710306908764,"stop":1710306908764,"duration":0}},{"uid":"e2f290beca7caa23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2f290beca7caa23","status":"passed","time":{"start":1710287110857,"stop":1710287110857,"duration":0}},{"uid":"20114a54226d52b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20114a54226d52b9","status":"passed","time":{"start":1710284377470,"stop":1710284377471,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7f6ca1b54860dfd1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f6ca1b54860dfd1","status":"passed","time":{"start":1710307308631,"stop":1710307308631,"duration":0}},{"uid":"4a3424730ae8ca0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4a3424730ae8ca0b","status":"passed","time":{"start":1710287509752,"stop":1710287509753,"duration":1}},{"uid":"cddbce60735e423b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cddbce60735e423b","status":"passed","time":{"start":1710284775854,"stop":1710284775854,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"db08c2ee3491875c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db08c2ee3491875c","status":"passed","time":{"start":1710307207091,"stop":1710307207092,"duration":1}},{"uid":"1c3c18d431689e9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c3c18d431689e9d","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"dc8b48a490416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc8b48a490416","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"53aaade720fddc9b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53aaade720fddc9b","status":"passed","time":{"start":1710306783480,"stop":1710306783480,"duration":0}},{"uid":"92818532f781f655","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/92818532f781f655","status":"passed","time":{"start":1710286988740,"stop":1710286988740,"duration":0}},{"uid":"a74d76c944dbf383","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a74d76c944dbf383","status":"passed","time":{"start":1710284251171,"stop":1710284251171,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7a41313a40a0516","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7a41313a40a0516","status":"passed","time":{"start":1710306841072,"stop":1710306841073,"duration":1}},{"uid":"cbff48bb824e4e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbff48bb824e4e6","status":"passed","time":{"start":1710287046523,"stop":1710287046523,"duration":0}},{"uid":"238468739750edc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/238468739750edc9","status":"passed","time":{"start":1710284309642,"stop":1710284309643,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fec82bb7b063175","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fec82bb7b063175","status":"passed","time":{"start":1710307308635,"stop":1710307308636,"duration":1}},{"uid":"2cba29ae8953cccd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cba29ae8953cccd","status":"passed","time":{"start":1710287509769,"stop":1710287509770,"duration":1}},{"uid":"75dbbc8cfec8ee28","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75dbbc8cfec8ee28","status":"passed","time":{"start":1710284775858,"stop":1710284775859,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e706644a574bf34","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e706644a574bf34","status":"passed","time":{"start":1710306844171,"stop":1710306844172,"duration":1}},{"uid":"515f8c90f9b4b376","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/515f8c90f9b4b376","status":"passed","time":{"start":1710287049791,"stop":1710287049793,"duration":2}},{"uid":"60d1c886de363811","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60d1c886de363811","status":"passed","time":{"start":1710284312192,"stop":1710284312193,"duration":1}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1edf0235af8fec6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1edf0235af8fec6","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"5e85929be71e0b0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e85929be71e0b0b","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"f482a7bb2db21db7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f482a7bb2db21db7","status":"passed","time":{"start":1710284730216,"stop":1710284730216,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8540f714c2e07ac4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8540f714c2e07ac4","status":"passed","time":{"start":1710306904616,"stop":1710306904616,"duration":0}},{"uid":"36d8917f2b737360","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/36d8917f2b737360","status":"passed","time":{"start":1710287110703,"stop":1710287110704,"duration":1}},{"uid":"a8eee0c08a62df96","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a8eee0c08a62df96","status":"passed","time":{"start":1710284372015,"stop":1710284372019,"duration":4}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbc0eb3feaa1a9ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0eb3feaa1a9ef","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"70a8c034a545a344","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a8c034a545a344","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"70a644cb7223713f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70a644cb7223713f","status":"passed","time":{"start":1710284259611,"stop":1710284259612,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1464194acb38af00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1464194acb38af00","status":"passed","time":{"start":1710307308637,"stop":1710307308637,"duration":0}},{"uid":"73939f37857fe5ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73939f37857fe5ba","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"b8f82bdeda3e3151","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8f82bdeda3e3151","status":"passed","time":{"start":1710284775859,"stop":1710284775860,"duration":1}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"159407dc774053b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/159407dc774053b9","status":"passed","time":{"start":1710307308639,"stop":1710307308643,"duration":4}},{"uid":"b14841c21454f8d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b14841c21454f8d6","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"6d78014de5b5c70a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d78014de5b5c70a","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5688ff431f6dac0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5688ff431f6dac0c","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"bcfa9f247a9d7f2a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bcfa9f247a9d7f2a","status":"passed","time":{"start":1710287110848,"stop":1710287110848,"duration":0}},{"uid":"ed1efd28d08ac7a2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed1efd28d08ac7a2","status":"passed","time":{"start":1710284377456,"stop":1710284377466,"duration":10}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"113edc8693a5ff4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/113edc8693a5ff4a","status":"passed","time":{"start":1710307308630,"stop":1710307308631,"duration":1}},{"uid":"8eeafe12e7187fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8eeafe12e7187fc4","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"4822cef59af5ab89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4822cef59af5ab89","status":"passed","time":{"start":1710284775853,"stop":1710284775854,"duration":1}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a56681d53b0ad2cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a56681d53b0ad2cb","status":"passed","time":{"start":1710306816842,"stop":1710306816842,"duration":0}},{"uid":"8067104299e9b04b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8067104299e9b04b","status":"passed","time":{"start":1710287022153,"stop":1710287022154,"duration":1}},{"uid":"8fb1104e1db5ea8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fb1104e1db5ea8d","status":"passed","time":{"start":1710284284834,"stop":1710284284835,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c531c411e8d1bb2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c531c411e8d1bb2","status":"passed","time":{"start":1710306981508,"stop":1710306981508,"duration":0}},{"uid":"666face20fb3f029","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/666face20fb3f029","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"e8bf1105b1b6015a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e8bf1105b1b6015a","status":"passed","time":{"start":1710284459999,"stop":1710284459999,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"767f66186c35121d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/767f66186c35121d","status":"passed","time":{"start":1710306799980,"stop":1710306799980,"duration":0}},{"uid":"77ee8f566b3ae056","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77ee8f566b3ae056","status":"passed","time":{"start":1710287005164,"stop":1710287005164,"duration":0}},{"uid":"9c1098ed4902be00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c1098ed4902be00","status":"passed","time":{"start":1710284267722,"stop":1710284267722,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ff3ad5448c070309","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff3ad5448c070309","status":"passed","time":{"start":1710306873744,"stop":1710306873745,"duration":1}},{"uid":"b8b199be222be21f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8b199be222be21f","status":"passed","time":{"start":1710287079741,"stop":1710287079742,"duration":1}},{"uid":"5fc679d69ae7133e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5fc679d69ae7133e","status":"passed","time":{"start":1710284342262,"stop":1710284342264,"duration":2}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb2fd3d6c0607e72","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb2fd3d6c0607e72","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"fbda772d6108ea53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbda772d6108ea53","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"c35776e2190fa1b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c35776e2190fa1b3","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9508b104b81059c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9508b104b81059c","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"c6a8d060bf428d05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c6a8d060bf428d05","status":"passed","time":{"start":1710287608798,"stop":1710287608799,"duration":1}},{"uid":"32327500bbff3f24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32327500bbff3f24","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ee041736d3a13da2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee041736d3a13da2","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"3298d730657d20b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3298d730657d20b5","status":"passed","time":{"start":1710287674896,"stop":1710287674897,"duration":1}},{"uid":"671351294d7d01df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/671351294d7d01df","status":"passed","time":{"start":1710284934059,"stop":1710284934060,"duration":1}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"833dfd32459b4bc1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/833dfd32459b4bc1","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"b0e2c54be7889de6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0e2c54be7889de6","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"d793ecaf4a3bb78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d793ecaf4a3bb78a","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d96e2d65425d975c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d96e2d65425d975c","status":"passed","time":{"start":1710307078639,"stop":1710307078640,"duration":1}},{"uid":"ce8ac8f805d956d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce8ac8f805d956d8","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"e16bc344d827f57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e16bc344d827f57a","status":"passed","time":{"start":1710284550753,"stop":1710284550753,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"6551000661afdae3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6551000661afdae3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078640,"stop":1710307078640,"duration":0}},{"uid":"9bf4a3f6174ab060","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bf4a3f6174ab060","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281994,"stop":1710287281994,"duration":0}},{"uid":"79d171a4f14a9f25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d171a4f14a9f25","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550754,"stop":1710284550755,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c3453a6dc8bc6c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c3453a6dc8bc6c6","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"9f21c2875a02317a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f21c2875a02317a","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"d46199c2bd2470ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d46199c2bd2470ad","status":"passed","time":{"start":1710284796486,"stop":1710284796487,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"879d91838df8ad6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/879d91838df8ad6a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"c779fa30fccd1471","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c779fa30fccd1471","status":"passed","time":{"start":1710287049793,"stop":1710287049794,"duration":1}},{"uid":"21162e4a2b58362","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/21162e4a2b58362","status":"passed","time":{"start":1710284312193,"stop":1710284312194,"duration":1}}]},"ed2704bce0e5bac7008b44419c9cab36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8a67af661581c53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8a67af661581c53","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5818b41177b8d911","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5818b41177b8d911","status":"passed","time":{"start":1710307078649,"stop":1710307078650,"duration":1}},{"uid":"85339edb6cf9d15b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85339edb6cf9d15b","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"5abf8ceab7e7b4d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5abf8ceab7e7b4d4","status":"passed","time":{"start":1710284550772,"stop":1710284550772,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"155103fda033e27d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/155103fda033e27d","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"b32d6350e63b338c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b32d6350e63b338c","status":"passed","time":{"start":1710287456050,"stop":1710287456054,"duration":4}},{"uid":"5b25522a227b105a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b25522a227b105a","status":"passed","time":{"start":1710284723011,"stop":1710284723012,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b80f2783b6ec262","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b80f2783b6ec262","status":"passed","time":{"start":1710307247756,"stop":1710307247757,"duration":1}},{"uid":"6330ae6721786de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6330ae6721786de7","status":"passed","time":{"start":1710287456023,"stop":1710287456024,"duration":1}},{"uid":"fbeff3538be70d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbeff3538be70d69","status":"passed","time":{"start":1710284723007,"stop":1710284723007,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"8c0327c863c5f79b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c0327c863c5f79b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247772,"stop":1710307247773,"duration":1}},{"uid":"f273828e18cd74a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f273828e18cd74a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"c774ccb281cc9426","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c774ccb281cc9426","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3747a14e4385d0fd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3747a14e4385d0fd","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"78472c9b8de56237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/78472c9b8de56237","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"d2b5cf5eb50fb4c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d2b5cf5eb50fb4c0","status":"passed","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b2b1ed70a9f0c61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4b2b1ed70a9f0c61","status":"passed","time":{"start":1710307465622,"stop":1710307465622,"duration":0}},{"uid":"a46f110657c59a0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f110657c59a0","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"83ac94a13e5e349f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83ac94a13e5e349f","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b314e24ce08aa48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b314e24ce08aa48","status":"passed","time":{"start":1710306783474,"stop":1710306783474,"duration":0}},{"uid":"3da182b2b319d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3da182b2b319d767","status":"passed","time":{"start":1710286988735,"stop":1710286988736,"duration":1}},{"uid":"1eb41c9638ea30a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1eb41c9638ea30a9","status":"passed","time":{"start":1710284251165,"stop":1710284251166,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"6602ffbc2d1b7fcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6602ffbc2d1b7fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308633,"stop":1710307308634,"duration":1}},{"uid":"d385d0623ab3093b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d385d0623ab3093b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"ff34ad27f49911e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff34ad27f49911e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"195d4824ca7509f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/195d4824ca7509f7","status":"passed","time":{"start":1710307465627,"stop":1710307465628,"duration":1}},{"uid":"6f118b9b97bc264b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f118b9b97bc264b","status":"passed","time":{"start":1710287674908,"stop":1710287674909,"duration":1}},{"uid":"7e335ccfd63fccbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e335ccfd63fccbb","status":"passed","time":{"start":1710284934068,"stop":1710284934069,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ad8bf0723ac9441","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ad8bf0723ac9441","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"8f0a07cd6932e90c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f0a07cd6932e90c","status":"passed","time":{"start":1710286996969,"stop":1710286996970,"duration":1}},{"uid":"d21433f37a0b4ded","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d21433f37a0b4ded","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"40249434d6dcb33e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40249434d6dcb33e","status":"passed","time":{"start":1710306807581,"stop":1710306807582,"duration":1}},{"uid":"4712485bd60924e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4712485bd60924e0","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"918025bfdab81276","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/918025bfdab81276","status":"passed","time":{"start":1710284275221,"stop":1710284275222,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42b0bba164dd5958","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42b0bba164dd5958","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"4bb7003f8ec424bd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bb7003f8ec424bd","status":"passed","time":{"start":1710287317293,"stop":1710287317293,"duration":0}},{"uid":"d38543c08b026963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d38543c08b026963","status":"passed","time":{"start":1710284588137,"stop":1710284588138,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6dab49c42effd416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6dab49c42effd416","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"7e3c35244d021ceb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e3c35244d021ceb","status":"passed","time":{"start":1710287674921,"stop":1710287674921,"duration":0}},{"uid":"d5961e09ff47ebd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5961e09ff47ebd1","status":"passed","time":{"start":1710284934082,"stop":1710284934082,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"742eb5781edf2ea0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742eb5781edf2ea0","status":"passed","time":{"start":1710307402634,"stop":1710307402635,"duration":1}},{"uid":"8915d02a31b6572d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8915d02a31b6572d","status":"passed","time":{"start":1710287608796,"stop":1710287608797,"duration":1}},{"uid":"c7caa5c19719b0c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7caa5c19719b0c5","status":"passed","time":{"start":1710284881701,"stop":1710284881701,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ece39bb182a659f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ece39bb182a659f2","status":"passed","time":{"start":1710307207095,"stop":1710307207096,"duration":1}},{"uid":"7fb18f2e12d1cbd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb18f2e12d1cbd","status":"passed","time":{"start":1710287412763,"stop":1710287412763,"duration":0}},{"uid":"688c834423bd2f21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/688c834423bd2f21","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd16d263c671127e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd16d263c671127e","status":"passed","time":{"start":1710306791311,"stop":1710306791311,"duration":0}},{"uid":"2e890838e3e3cefc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e890838e3e3cefc","status":"passed","time":{"start":1710286996519,"stop":1710286996519,"duration":0}},{"uid":"66201755e7881b92","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66201755e7881b92","status":"passed","time":{"start":1710284258946,"stop":1710284258946,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1a9fa9cdf487c856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a9fa9cdf487c856","status":"passed","time":{"start":1710306994273,"stop":1710306994273,"duration":0}},{"uid":"4e7dd67688b8a6b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e7dd67688b8a6b4","status":"passed","time":{"start":1710287196194,"stop":1710287196194,"duration":0}},{"uid":"173f662fe33bed5f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/173f662fe33bed5f","status":"passed","time":{"start":1710284459542,"stop":1710284459542,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3670104296f933b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3670104296f933b0","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"f0370d06e8c9d05c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0370d06e8c9d05c","status":"passed","time":{"start":1710287736652,"stop":1710287736652,"duration":0}},{"uid":"86727e0a94d94685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86727e0a94d94685","status":"passed","time":{"start":1710285008787,"stop":1710285008788,"duration":1}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd1ce11214338bcc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1ce11214338bcc","status":"passed","time":{"start":1710307285628,"stop":1710307285628,"duration":0}},{"uid":"1614584fc5eeafa1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1614584fc5eeafa1","status":"passed","time":{"start":1710287499226,"stop":1710287499226,"duration":0}},{"uid":"1d572108a4176829","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1d572108a4176829","status":"passed","time":{"start":1710284765830,"stop":1710284765830,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c68ecdccdc20497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c68ecdccdc20497","status":"passed","time":{"start":1710306806603,"stop":1710306806604,"duration":1}},{"uid":"1270691875465761","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1270691875465761","status":"passed","time":{"start":1710287011781,"stop":1710287011781,"duration":0}},{"uid":"9a2a60dc005a74ca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a2a60dc005a74ca","status":"passed","time":{"start":1710284274043,"stop":1710284274043,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9900b1bbb62183e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9900b1bbb62183e5","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"6a53b2f940b0e0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6a53b2f940b0e0b","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"841b50bb5fc22895","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/841b50bb5fc22895","status":"passed","time":{"start":1710285008788,"stop":1710285008788,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"544ff99790528a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/544ff99790528a2a","status":"passed","time":{"start":1710307308623,"stop":1710307308624,"duration":1}},{"uid":"ae09bf5edf7e1abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae09bf5edf7e1abd","status":"passed","time":{"start":1710287509747,"stop":1710287509748,"duration":1}},{"uid":"9375cefe7c859543","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9375cefe7c859543","status":"passed","time":{"start":1710284775839,"stop":1710284775840,"duration":1}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c425a843b8750b8f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c425a843b8750b8f","status":"passed","time":{"start":1710306981495,"stop":1710306981495,"duration":0}},{"uid":"a564e3828654549d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a564e3828654549d","status":"passed","time":{"start":1710287198108,"stop":1710287198109,"duration":1}},{"uid":"1c1e841196a02f48","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c1e841196a02f48","status":"passed","time":{"start":1710284459990,"stop":1710284459991,"duration":1}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"546e1d39874ed3ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/546e1d39874ed3ba","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"848981a3e2271c31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/848981a3e2271c31","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"a361898c2c854bb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a361898c2c854bb0","status":"passed","time":{"start":1710284377469,"stop":1710284377470,"duration":1}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"93b7453da3e18ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93b7453da3e18ab","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"6397b25eff7f23e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6397b25eff7f23e","status":"passed","time":{"start":1710287674916,"stop":1710287674917,"duration":1}},{"uid":"efd6a5629710f8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd6a5629710f8f5","status":"passed","time":{"start":1710284934077,"stop":1710284934078,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc649f4529f9afc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc649f4529f9afc5","status":"passed","time":{"start":1710306807023,"stop":1710306807024,"duration":1}},{"uid":"b7aa3f9b0a9360e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7aa3f9b0a9360e6","status":"passed","time":{"start":1710287011901,"stop":1710287011901,"duration":0}},{"uid":"1f98dbf9e31f7365","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f98dbf9e31f7365","status":"passed","time":{"start":1710284274564,"stop":1710284274565,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d7a153b8460549e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d7a153b8460549e","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"ad142f3b31f0404","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ad142f3b31f0404","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"a6a4a020c1c99f49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a4a020c1c99f49","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fb543ac194a1415","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb543ac194a1415","status":"passed","time":{"start":1710306807578,"stop":1710306807579,"duration":1}},{"uid":"dd28ae1c52d65f04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd28ae1c52d65f04","status":"passed","time":{"start":1710287012800,"stop":1710287012800,"duration":0}},{"uid":"c1cd2e3fed0974ae","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1cd2e3fed0974ae","status":"passed","time":{"start":1710284275218,"stop":1710284275219,"duration":1}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2a66928c63d120d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a66928c63d120d0","status":"passed","time":{"start":1710306841076,"stop":1710306841076,"duration":0}},{"uid":"b980aa1a9854837b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b980aa1a9854837b","status":"passed","time":{"start":1710287046526,"stop":1710287046527,"duration":1}},{"uid":"ac19f6e9f5381f4b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ac19f6e9f5381f4b","status":"passed","time":{"start":1710284309646,"stop":1710284309646,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9430d7fb98f3b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9430d7fb98f3b2","status":"passed","time":{"start":1710307078647,"stop":1710307078647,"duration":0}},{"uid":"e8c4d08c19ca5392","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8c4d08c19ca5392","status":"passed","time":{"start":1710287281998,"stop":1710287281999,"duration":1}},{"uid":"7fa4781975df4f89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fa4781975df4f89","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7bb23ddc501c0ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7bb23ddc501c0ee","status":"passed","time":{"start":1710307358467,"stop":1710307358468,"duration":1}},{"uid":"23384b7c6a05bc8b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23384b7c6a05bc8b","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"db817318a23c4d46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db817318a23c4d46","status":"passed","time":{"start":1710284852305,"stop":1710284852309,"duration":4}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac1f82296aa79cd9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac1f82296aa79cd9","status":"passed","time":{"start":1710307465617,"stop":1710307465618,"duration":1}},{"uid":"e563bb24b1facedc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e563bb24b1facedc","status":"passed","time":{"start":1710287674896,"stop":1710287674896,"duration":0}},{"uid":"bf3b542f3162521e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf3b542f3162521e","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"78b3ece2be02bb9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/78b3ece2be02bb9","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"83ce37f79ea3acbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83ce37f79ea3acbe","status":"passed","time":{"start":1710287460906,"stop":1710287460907,"duration":1}},{"uid":"5b61973384a9d5eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b61973384a9d5eb","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"44654f66669c6212ec51132c28b84d0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7bd475d00929b4a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a7bd475d00929b4a","status":"passed","time":{"start":1710287509751,"stop":1710287509752,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3f4789486fba8290","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f4789486fba8290","status":"passed","time":{"start":1710306807145,"stop":1710306807146,"duration":1}},{"uid":"c786e0d6f89cf56b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c786e0d6f89cf56b","status":"passed","time":{"start":1710287012265,"stop":1710287012265,"duration":0}},{"uid":"b0d95154debb160a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b0d95154debb160a","status":"passed","time":{"start":1710284274241,"stop":1710284274241,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"349c76ee852db424","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/349c76ee852db424","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"c8b00e317caff2e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8b00e317caff2e2","status":"passed","time":{"start":1710287281996,"stop":1710287281997,"duration":1}},{"uid":"2b54c3f5e2f734ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b54c3f5e2f734ab","status":"passed","time":{"start":1710284550765,"stop":1710284550765,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"487136c672d9aaf6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/487136c672d9aaf6","status":"passed","time":{"start":1710306811113,"stop":1710306811113,"duration":0}},{"uid":"dff4a4c1a27836a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dff4a4c1a27836a7","status":"passed","time":{"start":1710287016341,"stop":1710287016341,"duration":0}},{"uid":"a46f5a1a4c5ad917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a46f5a1a4c5ad917","status":"passed","time":{"start":1710284279135,"stop":1710284279135,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a36d82908d154cf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a36d82908d154cf2","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"97774943a3332b22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97774943a3332b22","status":"passed","time":{"start":1710287509771,"stop":1710287509772,"duration":1}},{"uid":"32255b823197200b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32255b823197200b","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"971127f36fbb188f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/971127f36fbb188f","status":"passed","time":{"start":1710306796606,"stop":1710306796606,"duration":0}},{"uid":"fb98a8aed904a49f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb98a8aed904a49f","status":"passed","time":{"start":1710287001715,"stop":1710287001715,"duration":0}},{"uid":"ee4dee56f419f342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee4dee56f419f342","status":"passed","time":{"start":1710284264388,"stop":1710284264388,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca2b582eb9b51304","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca2b582eb9b51304","status":"passed","time":{"start":1710307101314,"stop":1710307101314,"duration":0}},{"uid":"335e924831b8b8aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/335e924831b8b8aa","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"37a174389332fcfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/37a174389332fcfd","status":"passed","time":{"start":1710284561374,"stop":1710284561375,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52de6d03e248efd5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52de6d03e248efd5","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"582e18005048cb9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/582e18005048cb9d","status":"passed","time":{"start":1710286996364,"stop":1710286996365,"duration":1}},{"uid":"c60c6f385df66a8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c60c6f385df66a8","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f346042f8e263f2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f346042f8e263f2c","status":"passed","time":{"start":1710307358464,"stop":1710307358465,"duration":1}},{"uid":"ea10d7965d846cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea10d7965d846cbe","status":"passed","time":{"start":1710287569255,"stop":1710287569256,"duration":1}},{"uid":"2c7588760d97651c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c7588760d97651c","status":"passed","time":{"start":1710284852300,"stop":1710284852300,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42210f36795730eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42210f36795730eb","status":"passed","time":{"start":1710307244657,"stop":1710307244657,"duration":0}},{"uid":"149b031780df5d50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/149b031780df5d50","status":"passed","time":{"start":1710287451482,"stop":1710287451482,"duration":0}},{"uid":"c66a54baca62e27","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c66a54baca62e27","status":"passed","time":{"start":1710284717991,"stop":1710284717991,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5acde044e16529a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5acde044e16529a0","status":"passed","time":{"start":1710307465616,"stop":1710307465617,"duration":1}},{"uid":"7362d18bcc188741","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7362d18bcc188741","status":"passed","time":{"start":1710287674895,"stop":1710287674895,"duration":0}},{"uid":"c22459b960f4778e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c22459b960f4778e","status":"passed","time":{"start":1710284934058,"stop":1710284934058,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7c1c34ea574205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7c1c34ea574205f","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"480d451db5bb6619","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/480d451db5bb6619","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"d9dade7d87804170","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9dade7d87804170","status":"passed","time":{"start":1710284852315,"stop":1710284852315,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"10e645bab1fa0461","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e645bab1fa0461","status":"passed","time":{"start":1710306796319,"stop":1710306796319,"duration":0}},{"uid":"81d9cd8805785071","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81d9cd8805785071","status":"passed","time":{"start":1710287001576,"stop":1710287001576,"duration":0}},{"uid":"d3fbb375cdfee6dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3fbb375cdfee6dc","status":"passed","time":{"start":1710284264201,"stop":1710284264201,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a82dc887ba4345c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82dc887ba4345c7","status":"passed","time":{"start":1710307078723,"stop":1710307078723,"duration":0}},{"uid":"b6ef1b4afe75b89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6ef1b4afe75b89","status":"passed","time":{"start":1710287282131,"stop":1710287282131,"duration":0}},{"uid":"a087eec9043ccd4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a087eec9043ccd4a","status":"passed","time":{"start":1710284550840,"stop":1710284550840,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6555ae0a22a07c3c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6555ae0a22a07c3c","status":"passed","time":{"start":1710306994272,"stop":1710306994272,"duration":0}},{"uid":"cfbfa8cefd45d617","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cfbfa8cefd45d617","status":"passed","time":{"start":1710287196192,"stop":1710287196193,"duration":1}},{"uid":"9ade38c8ae9f57f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ade38c8ae9f57f0","status":"passed","time":{"start":1710284459541,"stop":1710284459541,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bb14ccb66934e0f9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb14ccb66934e0f9","status":"passed","time":{"start":1710307207096,"stop":1710307207096,"duration":0}},{"uid":"fc5d1bf1e86d0446","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc5d1bf1e86d0446","status":"passed","time":{"start":1710287412763,"stop":1710287412764,"duration":1}},{"uid":"8450abbd7b8f606b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8450abbd7b8f606b","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c44e49cf7d62444a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c44e49cf7d62444a","status":"passed","time":{"start":1710306844181,"stop":1710306844183,"duration":2}},{"uid":"aa9ac8446d2b1448","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9ac8446d2b1448","status":"passed","time":{"start":1710287049799,"stop":1710287049801,"duration":2}},{"uid":"8c8a465e2522677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c8a465e2522677b","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a6805335f4239e75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6805335f4239e75","status":"passed","time":{"start":1710306841074,"stop":1710306841074,"duration":0}},{"uid":"56f5b0d901d20b41","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56f5b0d901d20b41","status":"passed","time":{"start":1710287046524,"stop":1710287046525,"duration":1}},{"uid":"d53cadaa7026d648","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d53cadaa7026d648","status":"passed","time":{"start":1710284309644,"stop":1710284309644,"duration":0}}]},"b20736e16a607e4c68de43a3f1400e7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"790bdc0d8708b555","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/790bdc0d8708b555","status":"passed","time":{"start":1710284775841,"stop":1710284775852,"duration":11}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"130331af441031e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/130331af441031e5","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"6f80da0c5a42174b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f80da0c5a42174b","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"c1350502e9ad6bd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1350502e9ad6bd2","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d86e27e65d071110","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d86e27e65d071110","status":"passed","time":{"start":1710307402637,"stop":1710307402637,"duration":0}},{"uid":"29e54c87519ceb1d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e54c87519ceb1d","status":"passed","time":{"start":1710287608799,"stop":1710287608800,"duration":1}},{"uid":"2c4b91bd63ab477c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c4b91bd63ab477c","status":"passed","time":{"start":1710284881703,"stop":1710284881703,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"7a042d9e30a3e7a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7a042d9e30a3e7a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"f80a4ffd3f9f937b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f80a4ffd3f9f937b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509784,"stop":1710287509784,"duration":0}},{"uid":"d3a8cfc0966a5e3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3a8cfc0966a5e3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775875,"stop":1710284775875,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f2a2fdc9d308325e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2a2fdc9d308325e","status":"passed","time":{"start":1710307358463,"stop":1710307358464,"duration":1}},{"uid":"34dbe1913566b05d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34dbe1913566b05d","status":"passed","time":{"start":1710287569254,"stop":1710287569255,"duration":1}},{"uid":"5dc256a3c02485f6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc256a3c02485f6","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8f4cf8e0f63724c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8f4cf8e0f63724c","status":"passed","time":{"start":1710306981494,"stop":1710306981494,"duration":0}},{"uid":"ea05ee004315a6f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea05ee004315a6f5","status":"passed","time":{"start":1710287198107,"stop":1710287198108,"duration":1}},{"uid":"f18446f73e7878bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18446f73e7878bd","status":"passed","time":{"start":1710284459989,"stop":1710284459989,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"136a2f9a9be414f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/136a2f9a9be414f6","status":"passed","time":{"start":1710307207047,"stop":1710307207048,"duration":1}},{"uid":"d7f3c056f1d082a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f3c056f1d082a9","status":"passed","time":{"start":1710287412739,"stop":1710287412739,"duration":0}},{"uid":"89f4db927e4f6609","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89f4db927e4f6609","status":"passed","time":{"start":1710284680765,"stop":1710284680765,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1b493541418e2afe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1b493541418e2afe","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"f391b961cefe1dde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f391b961cefe1dde","status":"passed","time":{"start":1710286996970,"stop":1710286996971,"duration":1}},{"uid":"647950a818d885d3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/647950a818d885d3","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f1720d029b5785c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f1720d029b5785c","status":"passed","time":{"start":1710307358469,"stop":1710307358473,"duration":4}},{"uid":"4dd6f00e956e0f6a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4dd6f00e956e0f6a","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"b6a400343e25cd9b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6a400343e25cd9b","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bdfa7faefc1463e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bdfa7faefc1463e3","status":"passed","time":{"start":1710307247764,"stop":1710307247765,"duration":1}},{"uid":"e1fc9beeb6af8de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1fc9beeb6af8de7","status":"passed","time":{"start":1710287456055,"stop":1710287456056,"duration":1}},{"uid":"f745140512c702b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f745140512c702b3","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0ba5e5942159cde","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a0ba5e5942159cde","status":"passed","time":{"start":1710307308615,"stop":1710307308616,"duration":1}},{"uid":"59b04a64aa5e1397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/59b04a64aa5e1397","status":"passed","time":{"start":1710287509741,"stop":1710287509742,"duration":1}},{"uid":"efd5eb14d3e56416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd5eb14d3e56416","status":"passed","time":{"start":1710284775830,"stop":1710284775831,"duration":1}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60ba3f14664d6811","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60ba3f14664d6811","status":"passed","time":{"start":1710307300375,"stop":1710307300376,"duration":1}},{"uid":"24589827dccceb05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24589827dccceb05","status":"passed","time":{"start":1710287503530,"stop":1710287503530,"duration":0}},{"uid":"8a35d3159ee2cab3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a35d3159ee2cab3","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"553e808c8c82db60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/553e808c8c82db60","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"a4285bd878157cf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4285bd878157cf9","status":"passed","time":{"start":1710287110711,"stop":1710287110713,"duration":2}},{"uid":"1159f9e747b75bc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1159f9e747b75bc4","status":"passed","time":{"start":1710284372021,"stop":1710284372021,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b4723fba15555c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9b4723fba15555c2","status":"passed","time":{"start":1710306994268,"stop":1710306994268,"duration":0}},{"uid":"af091030bec15042","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af091030bec15042","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"46d0dea2a1ce3274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46d0dea2a1ce3274","status":"passed","time":{"start":1710284459537,"stop":1710284459537,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"32c1cfc7a9ac561b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32c1cfc7a9ac561b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308634,"stop":1710307308634,"duration":0}},{"uid":"dd733973b2c3a61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd733973b2c3a61f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509755,"stop":1710287509763,"duration":8}},{"uid":"1324beeb3689ab8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1324beeb3689ab8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"151b20ca48228c7f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151b20ca48228c7f","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"22377324c625f6cb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22377324c625f6cb","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"814e6eaa3cd6453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/814e6eaa3cd6453","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1193ba8cae048802","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1193ba8cae048802","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"6866accd55f5de17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6866accd55f5de17","status":"passed","time":{"start":1710286996973,"stop":1710286996974,"duration":1}},{"uid":"b011c0df28f265c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b011c0df28f265c5","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"befaca5b98b5fad5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/befaca5b98b5fad5","status":"passed","time":{"start":1710306873741,"stop":1710306873741,"duration":0}},{"uid":"ce79f17657db958","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce79f17657db958","status":"passed","time":{"start":1710287079740,"stop":1710287079740,"duration":0}},{"uid":"d01f1dce8ef1d015","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d01f1dce8ef1d015","status":"passed","time":{"start":1710284342261,"stop":1710284342262,"duration":1}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b187afb44db4040a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b187afb44db4040a","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"413d68ad710d9377","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/413d68ad710d9377","status":"passed","time":{"start":1710287569247,"stop":1710287569248,"duration":1}},{"uid":"43804236506cf727","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43804236506cf727","status":"passed","time":{"start":1710284852287,"stop":1710284852288,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4d077dd4bff4640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4d077dd4bff4640","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"45c8c290a299e3d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45c8c290a299e3d3","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"87ad97424ae6096f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/87ad97424ae6096f","status":"passed","time":{"start":1710284934067,"stop":1710284934068,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"54e5413422851677","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54e5413422851677","status":"passed","time":{"start":1710306904618,"stop":1710306904618,"duration":0}},{"uid":"29e3fb07e53f0d28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e3fb07e53f0d28","status":"passed","time":{"start":1710287110718,"stop":1710287110718,"duration":0}},{"uid":"d472a23416f3a57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d472a23416f3a57a","status":"passed","time":{"start":1710284372024,"stop":1710284372024,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2240edc18ec1d673","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2240edc18ec1d673","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"2d8e999f631338b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2d8e999f631338b4","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"eea8f3d2b2496142","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eea8f3d2b2496142","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f84216b825573a93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f84216b825573a93","status":"passed","time":{"start":1710306981505,"stop":1710306981506,"duration":1}},{"uid":"796bd2a542a90d30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/796bd2a542a90d30","status":"passed","time":{"start":1710287198122,"stop":1710287198122,"duration":0}},{"uid":"823a7e81da26ad08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/823a7e81da26ad08","status":"passed","time":{"start":1710284459996,"stop":1710284459996,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8d782f107a22eff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8d782f107a22eff","status":"passed","time":{"start":1710307207000,"stop":1710307207000,"duration":0}},{"uid":"fe5bb70e1b29e316","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe5bb70e1b29e316","status":"passed","time":{"start":1710287412737,"stop":1710287412738,"duration":1}},{"uid":"b7435db47e6985c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b7435db47e6985c8","status":"passed","time":{"start":1710284680763,"stop":1710284680764,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c656142e10a02f39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c656142e10a02f39","status":"passed","time":{"start":1710307383799,"stop":1710307383800,"duration":1}},{"uid":"e317c724eee2a207","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e317c724eee2a207","status":"passed","time":{"start":1710287594293,"stop":1710287594294,"duration":1}},{"uid":"cd89f68e8042fda1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cd89f68e8042fda1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb4c4698de6976d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4c4698de6976d3","status":"passed","time":{"start":1710307238430,"stop":1710307238431,"duration":1}},{"uid":"e41440472a4de0f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e41440472a4de0f8","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"5ab9f2b38b18ec7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ab9f2b38b18ec7","status":"passed","time":{"start":1710284710698,"stop":1710284710700,"duration":2}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8bfe1a1fb1608f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8bfe1a1fb1608f3","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"fef5d44bd80a9dee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fef5d44bd80a9dee","status":"passed","time":{"start":1710287509773,"stop":1710287509774,"duration":1}},{"uid":"868b45931c0ad2f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/868b45931c0ad2f5","status":"passed","time":{"start":1710284775863,"stop":1710284775863,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e34ab47665c4eb66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e34ab47665c4eb66","status":"passed","time":{"start":1710306807025,"stop":1710306807025,"duration":0}},{"uid":"3cf2574ac5d06fe8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3cf2574ac5d06fe8","status":"passed","time":{"start":1710287011902,"stop":1710287011903,"duration":1}},{"uid":"3a1acd7200050435","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a1acd7200050435","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29b8914304db3d1f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29b8914304db3d1f","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"4953d94d2a7ee177","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4953d94d2a7ee177","status":"passed","time":{"start":1710287198159,"stop":1710287198159,"duration":0}},{"uid":"f0e81021a8dfe156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0e81021a8dfe156","status":"passed","time":{"start":1710284460000,"stop":1710284460001,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"94636942511afd0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/94636942511afd0","status":"passed","time":{"start":1710306981518,"stop":1710306981518,"duration":0}},{"uid":"2af21b6378615ae5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2af21b6378615ae5","status":"passed","time":{"start":1710287198167,"stop":1710287198168,"duration":1}},{"uid":"7ad9b5a9eaa54388","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ad9b5a9eaa54388","status":"passed","time":{"start":1710284460010,"stop":1710284460011,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e0d07aee28f8a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e0d07aee28f8a2a","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"58148ead56d55f78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58148ead56d55f78","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"a79a03f440259342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a79a03f440259342","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6ed73c12ba0a586","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6ed73c12ba0a586","status":"passed","time":{"start":1710306994264,"stop":1710306994264,"duration":0}},{"uid":"44ad7ca1cae19758","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44ad7ca1cae19758","status":"passed","time":{"start":1710287196186,"stop":1710287196186,"duration":0}},{"uid":"e5fb83eff75d595d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e5fb83eff75d595d","status":"passed","time":{"start":1710284459533,"stop":1710284459534,"duration":1}}]},"23f8fdfdecbed28ec53e96ef55123e9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16d5bf74f002c13a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16d5bf74f002c13a","status":"passed","time":{"start":1710307247766,"stop":1710307247767,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57d6ce172fa7f326","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d6ce172fa7f326","status":"passed","time":{"start":1710307114395,"stop":1710307114395,"duration":0}},{"uid":"74f525f39062d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74f525f39062d767","status":"passed","time":{"start":1710287317290,"stop":1710287317291,"duration":1}},{"uid":"3653e67a58b1bc09","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3653e67a58b1bc09","status":"passed","time":{"start":1710284588135,"stop":1710284588136,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e69f4fdab7b57d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e69f4fdab7b57d3","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"1493a3d4fe6028fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1493a3d4fe6028fe","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"2648a48eba425fbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2648a48eba425fbb","status":"passed","time":{"start":1710284730213,"stop":1710284730214,"duration":1}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97560f07fca83fae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97560f07fca83fae","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"722994caea31ca7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/722994caea31ca7d","status":"passed","time":{"start":1710287451482,"stop":1710287451483,"duration":1}},{"uid":"b1483bff4632f489","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b1483bff4632f489","status":"passed","time":{"start":1710284717991,"stop":1710284717992,"duration":1}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8f1e25b816e85949","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f1e25b816e85949","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"bf8917f8953264c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8917f8953264c1","status":"passed","time":{"start":1710287577565,"stop":1710287577565,"duration":0}},{"uid":"5c1617b082701000","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5c1617b082701000","status":"passed","time":{"start":1710284843499,"stop":1710284843499,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"322ec624736566aa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/322ec624736566aa","status":"passed","time":{"start":1710306791275,"stop":1710306791276,"duration":1}},{"uid":"a0ae040649cba6bc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0ae040649cba6bc","status":"passed","time":{"start":1710286996356,"stop":1710286996357,"duration":1}},{"uid":"7afa655ef9ded852","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7afa655ef9ded852","status":"passed","time":{"start":1710284258873,"stop":1710284258874,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a66a9d806d68062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5a66a9d806d68062","status":"passed","time":{"start":1710306796318,"stop":1710306796318,"duration":0}},{"uid":"66f1c0960ef5a608","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66f1c0960ef5a608","status":"passed","time":{"start":1710287001575,"stop":1710287001575,"duration":0}},{"uid":"8cef86a94bb68631","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cef86a94bb68631","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"814b334ac78843fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/814b334ac78843fb","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"3f55ca18bb68ad1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f55ca18bb68ad1c","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"2b8b16a9febf7793","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b8b16a9febf7793","status":"passed","time":{"start":1710284680777,"stop":1710284680778,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a4701230afe58d27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4701230afe58d27","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"b71caeedd2bbf038","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b71caeedd2bbf038","status":"passed","time":{"start":1710287596907,"stop":1710287596908,"duration":1}},{"uid":"969431d981f9c22c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/969431d981f9c22c","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c2d8dd472eaf902","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c2d8dd472eaf902","status":"passed","time":{"start":1710306981520,"stop":1710306981520,"duration":0}},{"uid":"38e07a9b30eec901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38e07a9b30eec901","status":"passed","time":{"start":1710287198169,"stop":1710287198169,"duration":0}},{"uid":"ef612f06bfe0f156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ef612f06bfe0f156","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3873c2a838e3860","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3873c2a838e3860","status":"passed","time":{"start":1710307078643,"stop":1710307078644,"duration":1}},{"uid":"cc9719834caf3fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc9719834caf3fc4","status":"passed","time":{"start":1710287281996,"stop":1710287281996,"duration":0}},{"uid":"93a50c39b2699432","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93a50c39b2699432","status":"passed","time":{"start":1710284550764,"stop":1710284550765,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5baf4b5cd3c617d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5baf4b5cd3c617d9","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"4c4101fa9b7fddcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c4101fa9b7fddcf","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"5070efb5bbbdbe73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5070efb5bbbdbe73","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f292d79e3e1cabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f292d79e3e1cabc3","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"326eb3d557d0033c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/326eb3d557d0033c","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"40e56cfaeb3f891a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40e56cfaeb3f891a","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"4e52f34b2593384803b22fccccf000bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66be20d3716c91b8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66be20d3716c91b8","status":"passed","time":{"start":1710287509780,"stop":1710287509781,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9d27b9164a2c223","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9d27b9164a2c223","status":"passed","time":{"start":1710307045667,"stop":1710307045667,"duration":0}},{"uid":"9f9417a5666f0638","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f9417a5666f0638","status":"passed","time":{"start":1710287245619,"stop":1710287245619,"duration":0}},{"uid":"1a490683543a3651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1a490683543a3651","status":"passed","time":{"start":1710284503146,"stop":1710284503146,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f54d7516c668185","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f54d7516c668185","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"a4d48cde5b7bb169","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4d48cde5b7bb169","status":"passed","time":{"start":1710287281991,"stop":1710287281991,"duration":0}},{"uid":"eadf0a5062d5ceb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eadf0a5062d5ceb0","status":"passed","time":{"start":1710284550743,"stop":1710284550743,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9823629c3f6659e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9823629c3f6659e5","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"43645d2ff739fe39","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43645d2ff739fe39","status":"passed","time":{"start":1710287110702,"stop":1710287110702,"duration":0}},{"uid":"14abbf57d4a514aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14abbf57d4a514aa","status":"passed","time":{"start":1710284372013,"stop":1710284372013,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70c029d74b3a4f35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70c029d74b3a4f35","status":"passed","time":{"start":1710306981514,"stop":1710306981516,"duration":2}},{"uid":"aad83cf1c329567a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aad83cf1c329567a","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"8a84fb1d1755bdf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a84fb1d1755bdf","status":"passed","time":{"start":1710284460004,"stop":1710284460008,"duration":4}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"17860a1655dacda4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17860a1655dacda4","status":"passed","time":{"start":1710306833584,"stop":1710306833585,"duration":1}},{"uid":"51522690b8027390","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51522690b8027390","status":"passed","time":{"start":1710287039377,"stop":1710287039378,"duration":1}},{"uid":"ab1ad95f20dd96ed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab1ad95f20dd96ed","status":"passed","time":{"start":1710284302040,"stop":1710284302045,"duration":5}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e535e689cf29bd40","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e535e689cf29bd40","status":"passed","time":{"start":1710307259442,"stop":1710307259442,"duration":0}},{"uid":"32db9bed7a254892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32db9bed7a254892","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"20669827cbd4a38d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20669827cbd4a38d","status":"passed","time":{"start":1710284730225,"stop":1710284730225,"duration":0}}]},"e31f35249fcb118d1c1edf85ca8ae6b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f94f4e16775cee75","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f94f4e16775cee75","status":"passed","time":{"start":1710287412761,"stop":1710287412762,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d01a302eb02e070","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d01a302eb02e070","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"54b5efc66349b8cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/54b5efc66349b8cd","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"bfeb7bf9fe4ee3f7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bfeb7bf9fe4ee3f7","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eefac74850f86f25","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eefac74850f86f25","status":"passed","time":{"start":1710306791802,"stop":1710306791803,"duration":1}},{"uid":"c859cfa5a420b072","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c859cfa5a420b072","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"326cf7af1fca2d4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/326cf7af1fca2d4f","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c36628ea0624b88","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c36628ea0624b88","status":"passed","time":{"start":1710307383798,"stop":1710307383799,"duration":1}},{"uid":"49e3ba01c6cd5874","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49e3ba01c6cd5874","status":"passed","time":{"start":1710287594290,"stop":1710287594293,"duration":3}},{"uid":"c3a31c26fefc3b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c3a31c26fefc3b3e","status":"passed","time":{"start":1710284859497,"stop":1710284859498,"duration":1}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b08084aeebc746c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b08084aeebc746c","status":"passed","time":{"start":1710306913476,"stop":1710306913476,"duration":0}},{"uid":"b902139d59507868","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b902139d59507868","status":"passed","time":{"start":1710287126413,"stop":1710287126413,"duration":0}},{"uid":"ff5a512d71fe311a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff5a512d71fe311a","status":"passed","time":{"start":1710284390749,"stop":1710284390749,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa928579ee66768f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa928579ee66768f","status":"passed","time":{"start":1710306994276,"stop":1710306994276,"duration":0}},{"uid":"1a34e140037a9016","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a34e140037a9016","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"13625103452885a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/13625103452885a4","status":"passed","time":{"start":1710284459547,"stop":1710284459556,"duration":9}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a6564ec325b9e507","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6564ec325b9e507","status":"passed","time":{"start":1710306817452,"stop":1710306817453,"duration":1}},{"uid":"e3637e47d74505b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3637e47d74505b0","status":"passed","time":{"start":1710287022682,"stop":1710287022683,"duration":1}},{"uid":"a1d19b9bc50ca135","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1d19b9bc50ca135","status":"passed","time":{"start":1710284285361,"stop":1710284285362,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"872e8b03e8417bf0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/872e8b03e8417bf0","status":"passed","time":{"start":1710306811114,"stop":1710306811115,"duration":1}},{"uid":"ce96e6b80317e1f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce96e6b80317e1f5","status":"passed","time":{"start":1710287016342,"stop":1710287016343,"duration":1}},{"uid":"6ebb4f4b7d8cf55c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6ebb4f4b7d8cf55c","status":"passed","time":{"start":1710284279136,"stop":1710284279137,"duration":1}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5804608f88f0622e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5804608f88f0622e","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"74d4ebaeb1c24b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74d4ebaeb1c24b5","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"e02e80edafccf52d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e02e80edafccf52d","status":"passed","time":{"start":1710284377467,"stop":1710284377469,"duration":2}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4ed3b96dcee4081","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4ed3b96dcee4081","status":"passed","time":{"start":1710306981492,"stop":1710306981493,"duration":1}},{"uid":"98f2d3f2ce40b794","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/98f2d3f2ce40b794","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"17259bf57b36e67f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/17259bf57b36e67f","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9a51d3548bd6922","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9a51d3548bd6922","status":"passed","time":{"start":1710307247765,"stop":1710307247765,"duration":0}},{"uid":"809ebc0a61cd2efb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/809ebc0a61cd2efb","status":"passed","time":{"start":1710287456056,"stop":1710287456058,"duration":2}},{"uid":"e04a4b43cef0d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04a4b43cef0d69","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d8e9aa7435d6d23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d8e9aa7435d6d23","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"7fd5f4433a988382","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fd5f4433a988382","status":"passed","time":{"start":1710286996361,"stop":1710286996362,"duration":1}},{"uid":"36ed5f9a7402e1bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36ed5f9a7402e1bd","status":"passed","time":{"start":1710284258879,"stop":1710284258879,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"970247ad51cd4748","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/970247ad51cd4748","status":"passed","time":{"start":1710306981494,"stop":1710306981495,"duration":1}},{"uid":"8a0b834fcbf2ceab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a0b834fcbf2ceab","status":"passed","time":{"start":1710287198108,"stop":1710287198108,"duration":0}},{"uid":"d6524f928faa09f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d6524f928faa09f9","status":"passed","time":{"start":1710284459990,"stop":1710284459990,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d9abffb00bc665f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d9abffb00bc665f","status":"passed","time":{"start":1710306994266,"stop":1710306994267,"duration":1}},{"uid":"72de208438f9466f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72de208438f9466f","status":"passed","time":{"start":1710287196188,"stop":1710287196188,"duration":0}},{"uid":"e6cb4fbeb87c8789","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6cb4fbeb87c8789","status":"passed","time":{"start":1710284459536,"stop":1710284459536,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbb3c6b7382a8e0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbb3c6b7382a8e0d","status":"passed","time":{"start":1710306865885,"stop":1710306865885,"duration":0}},{"uid":"5263d50e13e8a98d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5263d50e13e8a98d","status":"passed","time":{"start":1710287067216,"stop":1710287067217,"duration":1}},{"uid":"82a42593aa72f192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/82a42593aa72f192","status":"passed","time":{"start":1710284328536,"stop":1710284328537,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2084e3943a0de763","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2084e3943a0de763","status":"passed","time":{"start":1710306873747,"stop":1710306873748,"duration":1}},{"uid":"33c9c2c895217bee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/33c9c2c895217bee","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"b2ef8fbab20d9a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2ef8fbab20d9a0","status":"passed","time":{"start":1710284342267,"stop":1710284342268,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd8dd94ddae5d487","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd8dd94ddae5d487","status":"passed","time":{"start":1710307207058,"stop":1710307207058,"duration":0}},{"uid":"415511530335f4c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/415511530335f4c0","status":"passed","time":{"start":1710287412745,"stop":1710287412745,"duration":0}},{"uid":"43b7144321503d51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43b7144321503d51","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9c1bfddce030e6c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9c1bfddce030e6c","status":"passed","time":{"start":1710307207089,"stop":1710307207090,"duration":1}},{"uid":"3893f063a7f59d7c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3893f063a7f59d7c","status":"passed","time":{"start":1710287412754,"stop":1710287412755,"duration":1}},{"uid":"4e4c5cbb4ea31a0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e4c5cbb4ea31a0c","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8402acfe0863d89e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8402acfe0863d89e","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"aedda0c05c0c46d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedda0c05c0c46d7","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"94a99f14435839fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a99f14435839fa","status":"passed","time":{"start":1710284843495,"stop":1710284843496,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d433febcd12a8172","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d433febcd12a8172","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"23b762bcf6a8b8a4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23b762bcf6a8b8a4","status":"passed","time":{"start":1710287245608,"stop":1710287245609,"duration":1}},{"uid":"996049cb9581daf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/996049cb9581daf3","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1fcb663648fda01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1fcb663648fda01","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"b166f8deca91d0cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b166f8deca91d0cf","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"db015a8a176b04c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db015a8a176b04c6","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9998c2aa8633982e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9998c2aa8633982e","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fdee9fb7203e392f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fdee9fb7203e392f","status":"passed","time":{"start":1710287503528,"stop":1710287503528,"duration":0}},{"uid":"36e60396cbbd3e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36e60396cbbd3e68","status":"passed","time":{"start":1710284762780,"stop":1710284762780,"duration":0}}]},"6addb59677c6d687690aa1427455c9da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1895d8ab617bfc6b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1895d8ab617bfc6b","status":"passed","time":{"start":1710284680793,"stop":1710284680793,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d7ca195bd705ae2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d7ca195bd705ae2c","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"45f7b1416635f9cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45f7b1416635f9cf","status":"passed","time":{"start":1710287001715,"stop":1710287001716,"duration":1}},{"uid":"75ee9cb3585d856b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75ee9cb3585d856b","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"baa95e7f8a2f526c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/baa95e7f8a2f526c","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"b1b5b5c2f66bb67b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b1b5b5c2f66bb67b","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"fd64f3dda9550d12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd64f3dda9550d12","status":"passed","time":{"start":1710284775870,"stop":1710284775871,"duration":1}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24efdf966e4ef57d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24efdf966e4ef57d","status":"passed","time":{"start":1710307045657,"stop":1710307045659,"duration":2}},{"uid":"a3538c79f8a8d637","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3538c79f8a8d637","status":"passed","time":{"start":1710287245597,"stop":1710287245607,"duration":10}},{"uid":"6f5b7f7f91bcf274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6f5b7f7f91bcf274","status":"passed","time":{"start":1710284503141,"stop":1710284503141,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a9ed7a1b247cc93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a9ed7a1b247cc93","status":"passed","time":{"start":1710306904617,"stop":1710306904618,"duration":1}},{"uid":"83495190080b077d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83495190080b077d","status":"passed","time":{"start":1710287110713,"stop":1710287110714,"duration":1}},{"uid":"bbb798e01d1420ee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbb798e01d1420ee","status":"passed","time":{"start":1710284372021,"stop":1710284372024,"duration":3}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a82a3f7416a0f3e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82a3f7416a0f3e2","status":"passed","time":{"start":1710307207049,"stop":1710307207049,"duration":0}},{"uid":"43d9ae001eb0b892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43d9ae001eb0b892","status":"passed","time":{"start":1710287412740,"stop":1710287412740,"duration":0}},{"uid":"dff85c261003806c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dff85c261003806c","status":"passed","time":{"start":1710284680766,"stop":1710284680767,"duration":1}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc78fb5edaac77f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc78fb5edaac77f3","status":"passed","time":{"start":1710307465630,"stop":1710307465631,"duration":1}},{"uid":"89fe14f006363883","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/89fe14f006363883","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"f6ec4fe61c2c509c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6ec4fe61c2c509c","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e24845828d35f29","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e24845828d35f29","status":"passed","time":{"start":1710307308617,"stop":1710307308618,"duration":1}},{"uid":"b75b3943938bd078","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b75b3943938bd078","status":"passed","time":{"start":1710287509743,"stop":1710287509743,"duration":0}},{"uid":"7a3e97a4f541ef6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7a3e97a4f541ef6","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d89a1ccfe2dc914","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d89a1ccfe2dc914","status":"passed","time":{"start":1710307247757,"stop":1710307247757,"duration":0}},{"uid":"5f3515b8f16b5d5e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f3515b8f16b5d5e","status":"passed","time":{"start":1710287456024,"stop":1710287456025,"duration":1}},{"uid":"e2892f645730f3b5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2892f645730f3b5","status":"passed","time":{"start":1710284723007,"stop":1710284723008,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"842537653859fb14","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/842537653859fb14","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"d4d49436fb27144d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4d49436fb27144d","status":"passed","time":{"start":1710287674898,"stop":1710287674898,"duration":0}},{"uid":"6b1135ccbd562558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b1135ccbd562558","status":"passed","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fcc90cfba110440","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fcc90cfba110440","status":"passed","time":{"start":1710306981507,"stop":1710306981508,"duration":1}},{"uid":"7f7d97ece4cc2102","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f7d97ece4cc2102","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"c671798dc91552a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c671798dc91552a9","status":"passed","time":{"start":1710284459998,"stop":1710284459999,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"fa75ab86ed550c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa75ab86ed550c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247773,"stop":1710307247774,"duration":1}},{"uid":"266fa80538af3e55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266fa80538af3e55","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"67daf956492ca6eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67daf956492ca6eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f73eaff66e6ee16","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f73eaff66e6ee16","status":"passed","time":{"start":1710306994277,"stop":1710306994278,"duration":1}},{"uid":"fda22d10c3cf13a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fda22d10c3cf13a7","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"bc71028bdaed3b5d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc71028bdaed3b5d","status":"passed","time":{"start":1710284459557,"stop":1710284459557,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7f4a8c2f9a134a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7f4a8c2f9a134a3","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"2f780273fe29db34","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f780273fe29db34","status":"passed","time":{"start":1710287001718,"stop":1710287001718,"duration":0}},{"uid":"11220afc946860fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11220afc946860fb","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6154ffb8bb73911d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6154ffb8bb73911d","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"17d04beacf51963f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17d04beacf51963f","status":"passed","time":{"start":1710287509778,"stop":1710287509779,"duration":1}},{"uid":"d4aafd39c598677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4aafd39c598677b","status":"passed","time":{"start":1710284775864,"stop":1710284775864,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c9e6b240ddc59f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c9e6b240ddc59f6","status":"passed","time":{"start":1710306807581,"stop":1710306807581,"duration":0}},{"uid":"6d44d04ff1d38fe4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d44d04ff1d38fe4","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"ba0bfa3b4df2ff97","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba0bfa3b4df2ff97","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0ec76e6ae059267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0ec76e6ae059267","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"53d7c409acc3e2d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53d7c409acc3e2d5","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"9938e174d4ee59dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9938e174d4ee59dc","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b6845659f84394d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6845659f84394d1","status":"passed","time":{"start":1710307365852,"stop":1710307365852,"duration":0}},{"uid":"199f0f5a6953d2d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/199f0f5a6953d2d8","status":"passed","time":{"start":1710287564359,"stop":1710287564360,"duration":1}},{"uid":"ca7f2af7b5d9ea80","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca7f2af7b5d9ea80","status":"passed","time":{"start":1710284831310,"stop":1710284831316,"duration":6}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5be1ee829b2582c9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5be1ee829b2582c9","status":"passed","time":{"start":1710307207063,"stop":1710307207064,"duration":1}},{"uid":"4027ac00646d9901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4027ac00646d9901","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"f62be132b33fea10","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f62be132b33fea10","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4748a0e9f1f20db0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4748a0e9f1f20db0","status":"passed","time":{"start":1710307238429,"stop":1710307238430,"duration":1}},{"uid":"8729471a5ffeed44","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8729471a5ffeed44","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"e7b32befb68bc253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7b32befb68bc253","status":"passed","time":{"start":1710284710695,"stop":1710284710696,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"11c683f556ab6dc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11c683f556ab6dc5","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"e733a1833334c8e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e733a1833334c8e8","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"74f68a08e4c542db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/74f68a08e4c542db","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd7ec2aa8983562d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd7ec2aa8983562d","status":"passed","time":{"start":1710306796318,"stop":1710306796319,"duration":1}},{"uid":"52bece97aece37b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/52bece97aece37b4","status":"passed","time":{"start":1710287001575,"stop":1710287001576,"duration":1}},{"uid":"f07d373e0db71709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f07d373e0db71709","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e85f9a879ed1346","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e85f9a879ed1346","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"c3674ff9ea8a5f30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3674ff9ea8a5f30","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"a21faea61adbb1b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a21faea61adbb1b7","status":"passed","time":{"start":1710284730221,"stop":1710284730221,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8338061c3675c3d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8338061c3675c3d","status":"passed","time":{"start":1710306873746,"stop":1710306873746,"duration":0}},{"uid":"3550f10911eb2de9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3550f10911eb2de9","status":"passed","time":{"start":1710287079743,"stop":1710287079743,"duration":0}},{"uid":"130c57ccd53ac01d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/130c57ccd53ac01d","status":"passed","time":{"start":1710284342265,"stop":1710284342266,"duration":1}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"137cf75d4f9d4a02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/137cf75d4f9d4a02","status":"passed","time":{"start":1710306783473,"stop":1710306783473,"duration":0}},{"uid":"9fa617c74d5e2237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9fa617c74d5e2237","status":"passed","time":{"start":1710286988734,"stop":1710286988735,"duration":1}},{"uid":"ba64c053e9b84800","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba64c053e9b84800","status":"passed","time":{"start":1710284251164,"stop":1710284251164,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e32f93741d6df919","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e32f93741d6df919","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"394101685d4c2830","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/394101685d4c2830","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"2935138f2b57a8df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2935138f2b57a8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730218,"stop":1710284730218,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7ba4e1bfc7a236a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7ba4e1bfc7a236a","status":"passed","time":{"start":1710306846370,"stop":1710306846371,"duration":1}},{"uid":"3a621bd07ee587e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a621bd07ee587e0","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"f5d1013fa6d25fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5d1013fa6d25fee","status":"passed","time":{"start":1710284311922,"stop":1710284311923,"duration":1}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b0749efd22f39dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b0749efd22f39dc","status":"passed","time":{"start":1710307342523,"stop":1710307342524,"duration":1}},{"uid":"81a91fb115930ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81a91fb115930ee9","status":"passed","time":{"start":1710287544911,"stop":1710287544912,"duration":1}},{"uid":"65411d87396e56de","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65411d87396e56de","status":"passed","time":{"start":1710284805009,"stop":1710284805009,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":2,"unknown":0,"total":3},"items":[{"uid":"a568868ad882a0e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a568868ad882a0e3","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1710307270090,"stop":1710307270090,"duration":0}},{"uid":"e7853057a6bd7a11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7853057a6bd7a11","status":"passed","time":{"start":1710287483709,"stop":1710287483709,"duration":0}},{"uid":"c234d80dfde55c30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c234d80dfde55c30","status":"passed","time":{"start":1710284751206,"stop":1710284751207,"duration":1}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f9b2c23a0afcd26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f9b2c23a0afcd26","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"99c8561c6d8826a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99c8561c6d8826a6","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"5196852759f3d31d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5196852759f3d31d","status":"passed","time":{"start":1710284843495,"stop":1710284843495,"duration":0}}]},"9c46062a2667b3f8b0fd99accd682d00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ecdf400418e243d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ecdf400418e243d","status":"passed","time":{"start":1710287509780,"stop":1710287509780,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d08b00f985b7667","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d08b00f985b7667","status":"passed","time":{"start":1710307078636,"stop":1710307078636,"duration":0}},{"uid":"cc2d1fd90276a00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc2d1fd90276a00","status":"passed","time":{"start":1710287281978,"stop":1710287281979,"duration":1}},{"uid":"9c63d4608426f8a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c63d4608426f8a0","status":"passed","time":{"start":1710284550742,"stop":1710284550742,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c08ad151d59b5ac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c08ad151d59b5ac","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"51934e16a770ccac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51934e16a770ccac","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fd9a1783b1df7fac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd9a1783b1df7fac","status":"passed","time":{"start":1710284259614,"stop":1710284259615,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5951d3800b2347fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5951d3800b2347fe","status":"passed","time":{"start":1710307259441,"stop":1710307259442,"duration":1}},{"uid":"5f352b0e4f71e2b9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f352b0e4f71e2b9","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"3bc8ff710892a91d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3bc8ff710892a91d","status":"passed","time":{"start":1710284730224,"stop":1710284730225,"duration":1}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7945e0514e314143","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7945e0514e314143","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"49796caeb074bee4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49796caeb074bee4","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"e3746e29918bc372","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e3746e29918bc372","status":"passed","time":{"start":1710284680791,"stop":1710284680792,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"10e48418c2c609e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e48418c2c609e0","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fc26c9b95b4ee564","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc26c9b95b4ee564","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"4ad090471f97fc9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ad090471f97fc9f","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"743f7b959cd02351","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/743f7b959cd02351","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"8cf7041c05099598","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf7041c05099598","status":"passed","time":{"start":1710287608795,"stop":1710287608796,"duration":1}},{"uid":"f7aa220e4413011a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f7aa220e4413011a","status":"passed","time":{"start":1710284881700,"stop":1710284881700,"duration":0}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3825e0ab0771d1ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3825e0ab0771d1ea","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"d8883e5ae73af916","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8883e5ae73af916","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"be382d295ce3e674","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be382d295ce3e674","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dbf470d06d6e19cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbf470d06d6e19cb","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"3862b55b068f0c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3862b55b068f0c21","status":"passed","time":{"start":1710287001716,"stop":1710287001716,"duration":0}},{"uid":"6a8a14bfa9ccbb18","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a8a14bfa9ccbb18","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"de30c0be5a782e71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/de30c0be5a782e71","status":"passed","time":{"start":1710307308648,"stop":1710307308648,"duration":0}},{"uid":"d317026a55355544","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d317026a55355544","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"5a8672acb5426130","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a8672acb5426130","status":"passed","time":{"start":1710284775869,"stop":1710284775870,"duration":1}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"329107f8811dd049","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/329107f8811dd049","status":"passed","time":{"start":1710307078724,"stop":1710307078724,"duration":0}},{"uid":"a6c65a2abfc32007","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6c65a2abfc32007","status":"passed","time":{"start":1710287282131,"stop":1710287282132,"duration":1}},{"uid":"70dee33a62f0f922","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70dee33a62f0f922","status":"passed","time":{"start":1710284550840,"stop":1710284550841,"duration":1}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"117bebb02dcd726d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/117bebb02dcd726d","status":"passed","time":{"start":1710307308631,"stop":1710307308632,"duration":1}},{"uid":"cc5ba32281a6d031","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc5ba32281a6d031","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"f471eb321ee7a851","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f471eb321ee7a851","status":"passed","time":{"start":1710284775855,"stop":1710284775855,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38c8d87ee089eec2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c8d87ee089eec2","status":"passed","time":{"start":1710307078643,"stop":1710307078643,"duration":0}},{"uid":"a59cd5efc652d1b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a59cd5efc652d1b2","status":"passed","time":{"start":1710287281995,"stop":1710287281996,"duration":1}},{"uid":"1fdcdb4523966aa7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1fdcdb4523966aa7","status":"passed","time":{"start":1710284550757,"stop":1710284550764,"duration":7}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4bc604a1442a69eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc604a1442a69eb","status":"passed","time":{"start":1710306981524,"stop":1710306981525,"duration":1}},{"uid":"6645a9bc810b691f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6645a9bc810b691f","status":"passed","time":{"start":1710287198171,"stop":1710287198171,"duration":0}},{"uid":"41578f2b10b08b78","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41578f2b10b08b78","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"81124934c58f99f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/81124934c58f99f1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"9eb2b90c91ddcacf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eb2b90c91ddcacf","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"f6bc83585328164","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bc83585328164","status":"passed","time":{"start":1710284934078,"stop":1710284934079,"duration":1}}]},"6cb9aaa89c71702cd0adbb4ee549520e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4632e6bebc1fff9c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4632e6bebc1fff9c","status":"passed","time":{"start":1710284775866,"stop":1710284775866,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d4d5b52e0957a7f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d4d5b52e0957a7f2","status":"passed","time":{"start":1710307207090,"stop":1710307207091,"duration":1}},{"uid":"7e2303a5e7b6d450","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e2303a5e7b6d450","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"d23ad21d3c6cdd36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d23ad21d3c6cdd36","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4eb0d791fbe7984e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4eb0d791fbe7984e","status":"passed","time":{"start":1710307078641,"stop":1710307078641,"duration":0}},{"uid":"20928b92e65fea08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20928b92e65fea08","status":"passed","time":{"start":1710287281994,"stop":1710287281995,"duration":1}},{"uid":"379cc2cc41e53fbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/379cc2cc41e53fbe","status":"passed","time":{"start":1710284550756,"stop":1710284550756,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d3c29324a456748a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c29324a456748a","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"580f21f8b49fcb04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/580f21f8b49fcb04","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"ce6fdf80a0be2b30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce6fdf80a0be2b30","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f608c2ca9ab3c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f608c2ca9ab3c58","status":"passed","time":{"start":1710306783661,"stop":1710306783662,"duration":1}},{"uid":"1d14f534a5634d53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1d14f534a5634d53","status":"passed","time":{"start":1710286988730,"stop":1710286988731,"duration":1}},{"uid":"e279f41175517799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e279f41175517799","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b2ca281bfb340ea5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b2ca281bfb340ea5","status":"passed","time":{"start":1710307351547,"stop":1710307351547,"duration":0}},{"uid":"9e710a126d7a8e7f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e710a126d7a8e7f","status":"passed","time":{"start":1710287559410,"stop":1710287559411,"duration":1}},{"uid":"dc142bdfbac2009a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc142bdfbac2009a","status":"passed","time":{"start":1710284823514,"stop":1710284823515,"duration":1}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38c00c623f09ddd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c00c623f09ddd3","status":"passed","time":{"start":1710307342524,"stop":1710307342524,"duration":0}},{"uid":"efadcda4a6457c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efadcda4a6457c1","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"408125da4eca71ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/408125da4eca71ef","status":"passed","time":{"start":1710284805010,"stop":1710284805010,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c29f30fb86f4984","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c29f30fb86f4984","status":"passed","time":{"start":1710307358459,"stop":1710307358460,"duration":1}},{"uid":"b0530a44e06ba709","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0530a44e06ba709","status":"passed","time":{"start":1710287569251,"stop":1710287569252,"duration":1}},{"uid":"622b5b252d84bf3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622b5b252d84bf3d","status":"passed","time":{"start":1710284852294,"stop":1710284852295,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42ae85cd1aeca56b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42ae85cd1aeca56b","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"ec4b6f6225e4007d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec4b6f6225e4007d","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"e9ce6433b36a28d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9ce6433b36a28d1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf99253b90adb73e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf99253b90adb73e","status":"passed","time":{"start":1710307207091,"stop":1710307207091,"duration":0}},{"uid":"8f74307e45b4b8cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f74307e45b4b8cc","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"2dc68482c404940e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2dc68482c404940e","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a07aa6f7963252e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a07aa6f7963252e2","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"15f54e829c7c42fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15f54e829c7c42fe","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"b9fdac5e4d11784","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9fdac5e4d11784","status":"passed","time":{"start":1710284390749,"stop":1710284390750,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e60d6070b1ead4ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e60d6070b1ead4ef","status":"passed","time":{"start":1710306833586,"stop":1710306833587,"duration":1}},{"uid":"4be4d1dd5e0a612c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4be4d1dd5e0a612c","status":"passed","time":{"start":1710287039379,"stop":1710287039380,"duration":1}},{"uid":"153662f83ec047be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/153662f83ec047be","status":"passed","time":{"start":1710284302047,"stop":1710284302048,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8351a78aa6001509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8351a78aa6001509","status":"passed","time":{"start":1710307342519,"stop":1710307342519,"duration":0}},{"uid":"ec77b3bc40c194ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec77b3bc40c194ce","status":"passed","time":{"start":1710287544910,"stop":1710287544910,"duration":0}},{"uid":"c8e7174575c730fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8e7174575c730fc","status":"passed","time":{"start":1710284805007,"stop":1710284805007,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"211eb4cbfbdf0041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/211eb4cbfbdf0041","status":"passed","time":{"start":1710307308646,"stop":1710307308647,"duration":1}},{"uid":"b9b4f760551438e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9b4f760551438e7","status":"passed","time":{"start":1710287509780,"stop":1710287509780,"duration":0}},{"uid":"4e8256f8e2f295ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e8256f8e2f295ba","status":"passed","time":{"start":1710284775865,"stop":1710284775866,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9738146d6c36a86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9738146d6c36a86","status":"passed","time":{"start":1710307383802,"stop":1710307383802,"duration":0}},{"uid":"ec75fadc4b2a9f37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec75fadc4b2a9f37","status":"passed","time":{"start":1710287594296,"stop":1710287594296,"duration":0}},{"uid":"29e8021033cd01d2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29e8021033cd01d2","status":"passed","time":{"start":1710284859500,"stop":1710284859501,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2863b3cded12e92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2863b3cded12e92","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"c481e72fbc31e6a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c481e72fbc31e6a7","status":"passed","time":{"start":1710287509781,"stop":1710287509782,"duration":1}},{"uid":"237fdf9c03d4fb45","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/237fdf9c03d4fb45","status":"passed","time":{"start":1710284775870,"stop":1710284775870,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97d8c380e25a2bf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97d8c380e25a2bf","status":"passed","time":{"start":1710307465618,"stop":1710307465619,"duration":1}},{"uid":"3773cfb5559f53a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3773cfb5559f53a2","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"3aa177ee8212c566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aa177ee8212c566","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca7da19ba41eb4eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca7da19ba41eb4eb","status":"passed","time":{"start":1710306981511,"stop":1710306981511,"duration":0}},{"uid":"a17867bef08d3be3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a17867bef08d3be3","status":"passed","time":{"start":1710287198162,"stop":1710287198163,"duration":1}},{"uid":"7ed6ae70c94cfb51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ed6ae70c94cfb51","status":"passed","time":{"start":1710284460001,"stop":1710284460001,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"552a3fdbac73b6c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/552a3fdbac73b6c1","status":"passed","time":{"start":1710307465633,"stop":1710307465634,"duration":1}},{"uid":"ae5e966570c371c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae5e966570c371c","status":"passed","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"f9455a8f8af06fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f9455a8f8af06fee","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2b23b84d542088b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b23b84d542088b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207321,"duration":1}},{"uid":"c7458c71a3da9eff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7458c71a3da9eff","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"7fe97f4fb8ad2c4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe97f4fb8ad2c4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e436814900e88dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e436814900e88dd","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"367d3448cf93bd08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367d3448cf93bd08","status":"passed","time":{"start":1710286996966,"stop":1710286996966,"duration":0}},{"uid":"7fe427dae3d4e581","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe427dae3d4e581","status":"passed","time":{"start":1710284259601,"stop":1710284259601,"duration":0}}]},"1b750ea5c0772a5ec56789fc2530b233:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ebbf23c7489b489","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7ebbf23c7489b489","status":"passed","time":{"start":1710287456062,"stop":1710287456063,"duration":1}}]},"e3a863932b7a1754d88e6cc286472f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbbaa39febbd51a0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbbaa39febbd51a0","status":"passed","time":{"start":1710287569260,"stop":1710287569261,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e3789192373e528","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3789192373e528","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"17ce3b93a051d7f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17ce3b93a051d7f8","status":"passed","time":{"start":1710287674914,"stop":1710287674914,"duration":0}},{"uid":"721eec4be250a917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/721eec4be250a917","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ff2747ee46298db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9ff2747ee46298db","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"20199ffb9770dc4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20199ffb9770dc4e","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"3ae47eca4170fb6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae47eca4170fb6d","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a4e3fc75e8371f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a4e3fc75e8371f7","status":"passed","time":{"start":1710307207093,"stop":1710307207094,"duration":1}},{"uid":"2cf62e43e79d3348","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf62e43e79d3348","status":"passed","time":{"start":1710287412758,"stop":1710287412759,"duration":1}},{"uid":"6438d7d4b320dc8c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6438d7d4b320dc8c","status":"passed","time":{"start":1710284680792,"stop":1710284680792,"duration":0}}]},"adb7d7518d042823ae553e5a755bbcfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409e9a7c2904c688","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/409e9a7c2904c688","status":"passed","time":{"start":1710307358489,"stop":1710307358489,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"700938fcc86d7da1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/700938fcc86d7da1","status":"passed","time":{"start":1710306994267,"stop":1710306994268,"duration":1}},{"uid":"183f6603bad9fb58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/183f6603bad9fb58","status":"passed","time":{"start":1710287196188,"stop":1710287196189,"duration":1}},{"uid":"886bb1c14771eccb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/886bb1c14771eccb","status":"passed","time":{"start":1710284459536,"stop":1710284459537,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f1cfa585c2d275b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1cfa585c2d275b6","status":"passed","time":{"start":1710307325065,"stop":1710307325066,"duration":1}},{"uid":"9d2caa1b4eb93bbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9d2caa1b4eb93bbe","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"b322fbaf60568748","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b322fbaf60568748","status":"passed","time":{"start":1710284796485,"stop":1710284796486,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4db6f6e911e9ef4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4db6f6e911e9ef4d","status":"passed","time":{"start":1710306994269,"stop":1710306994269,"duration":0}},{"uid":"1b7922b9d2f73a1a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1b7922b9d2f73a1a","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"bbaa4372cf1a6253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbaa4372cf1a6253","status":"passed","time":{"start":1710284459538,"stop":1710284459538,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4c2c96d706cecc6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4c2c96d706cecc6","status":"passed","time":{"start":1710307465632,"stop":1710307465633,"duration":1}},{"uid":"74a8354715c88d68","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74a8354715c88d68","status":"passed","time":{"start":1710287674912,"stop":1710287674913,"duration":1}},{"uid":"8447bb9c737fdcfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8447bb9c737fdcfe","status":"passed","time":{"start":1710284934074,"stop":1710284934074,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e9b8386293980a54","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9b8386293980a54","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"f79db9019cc70219","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f79db9019cc70219","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"e75994892d1e5da7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e75994892d1e5da7","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5196545d09880062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5196545d09880062","status":"passed","time":{"start":1710306843280,"stop":1710306843281,"duration":1}},{"uid":"3f0fc09adc80e2e3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f0fc09adc80e2e3","status":"passed","time":{"start":1710287049491,"stop":1710287049491,"duration":0}},{"uid":"577822d427bf7af4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/577822d427bf7af4","status":"passed","time":{"start":1710284310419,"stop":1710284310420,"duration":1}}]},"1addac1f63758b3f7c479c7adc288db0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b2a312e6dd0d2b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b2a312e6dd0d2b8","status":"passed","time":{"start":1710307358474,"stop":1710307358488,"duration":14}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e3e04996fa9b1be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3e04996fa9b1be","status":"passed","time":{"start":1710307342527,"stop":1710307342527,"duration":0}},{"uid":"3ecf01207aa2ab14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ecf01207aa2ab14","status":"passed","time":{"start":1710287544915,"stop":1710287544915,"duration":0}},{"uid":"20a61229a1e6a192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20a61229a1e6a192","status":"passed","time":{"start":1710284805024,"stop":1710284805025,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9818e267cfccc64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9818e267cfccc64","status":"passed","time":{"start":1710307207051,"stop":1710307207051,"duration":0}},{"uid":"ab7eb341a4bd47d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab7eb341a4bd47d4","status":"passed","time":{"start":1710287412742,"stop":1710287412743,"duration":1}},{"uid":"d3e0fd0b2b853af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3e0fd0b2b853af7","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbede38292c05609","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbede38292c05609","status":"passed","time":{"start":1710307358465,"stop":1710307358466,"duration":1}},{"uid":"63d0e1b8551c0d6c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/63d0e1b8551c0d6c","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"d4c58249334f0efd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4c58249334f0efd","status":"passed","time":{"start":1710284852301,"stop":1710284852301,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3d0424f2603c0f2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3d0424f2603c0f2a","status":"passed","time":{"start":1710307358455,"stop":1710307358456,"duration":1}},{"uid":"5e92cdfb663d0231","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e92cdfb663d0231","status":"passed","time":{"start":1710287569246,"stop":1710287569247,"duration":1}},{"uid":"5a11645935a25555","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a11645935a25555","status":"passed","time":{"start":1710284852280,"stop":1710284852287,"duration":7}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12cfb445ccef73b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12cfb445ccef73b3","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"993f2cfb8a2f3f57","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/993f2cfb8a2f3f57","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"936d2c64e940b2aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/936d2c64e940b2aa","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b44ab4ec38b23c38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b44ab4ec38b23c38","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"d446f1adc501bef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d446f1adc501bef","status":"passed","time":{"start":1710286996962,"stop":1710286996966,"duration":4}},{"uid":"8d5185f01786cec5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d5185f01786cec5","status":"passed","time":{"start":1710284259600,"stop":1710284259601,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cacdebe74832f79c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacdebe74832f79c","status":"passed","time":{"start":1710306846371,"stop":1710306846371,"duration":0}},{"uid":"cc6dfb6ad2f9a4ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc6dfb6ad2f9a4ee","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"32d43fbfe485d05c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32d43fbfe485d05c","status":"passed","time":{"start":1710284311923,"stop":1710284311923,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3597590afaefed95","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3597590afaefed95","status":"passed","time":{"start":1710306994272,"stop":1710306994273,"duration":1}},{"uid":"815f62ec64558cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/815f62ec64558cbe","status":"passed","time":{"start":1710287196193,"stop":1710287196194,"duration":1}},{"uid":"1f68451dd607d80f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f68451dd607d80f","status":"passed","time":{"start":1710284459541,"stop":1710284459542,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ae9c9266c892a69","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ae9c9266c892a69","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"47f57fc0f1317633","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f57fc0f1317633","status":"passed","time":{"start":1710287451483,"stop":1710287451483,"duration":0}},{"uid":"5175e373a95eb4a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5175e373a95eb4a3","status":"passed","time":{"start":1710284717992,"stop":1710284717992,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a084db94f32185a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a084db94f32185a","status":"passed","time":{"start":1710307342528,"stop":1710307342528,"duration":0}},{"uid":"a9c9cab58fec9fd1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a9c9cab58fec9fd1","status":"passed","time":{"start":1710287544915,"stop":1710287544916,"duration":1}},{"uid":"92b25dbcfa661433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92b25dbcfa661433","status":"passed","time":{"start":1710284805025,"stop":1710284805026,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9946e83f566fd2af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9946e83f566fd2af","status":"passed","time":{"start":1710306807147,"stop":1710306807147,"duration":0}},{"uid":"6116baef0ea85902","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6116baef0ea85902","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"3ae68813edb5ee7e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae68813edb5ee7e","status":"passed","time":{"start":1710284274242,"stop":1710284274242,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af26f23dba99a19c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af26f23dba99a19c","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"27718ea99214efca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27718ea99214efca","status":"passed","time":{"start":1710286996362,"stop":1710286996362,"duration":0}},{"uid":"83c7c850fc3f7c2a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83c7c850fc3f7c2a","status":"passed","time":{"start":1710284258879,"stop":1710284258880,"duration":1}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8bc4d374f21fcfd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8bc4d374f21fcfd2","status":"passed","time":{"start":1710307285626,"stop":1710307285627,"duration":1}},{"uid":"1fac275f1e41d88b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1fac275f1e41d88b","status":"passed","time":{"start":1710287499225,"stop":1710287499225,"duration":0}},{"uid":"576083a030346e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/576083a030346e68","status":"passed","time":{"start":1710284765828,"stop":1710284765828,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fb35e908578f6a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb35e908578f6a9","status":"passed","time":{"start":1710307207082,"stop":1710307207084,"duration":2}},{"uid":"1a500d9c0aa7027f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a500d9c0aa7027f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"e6a1d4c68ca9d896","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6a1d4c68ca9d896","status":"passed","time":{"start":1710284680776,"stop":1710284680777,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7814bd7753739ba7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7814bd7753739ba7","status":"passed","time":{"start":1710307465622,"stop":1710307465623,"duration":1}},{"uid":"c492f98d97b3a835","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c492f98d97b3a835","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"f841771fc8fd1e4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f841771fc8fd1e4c","status":"passed","time":{"start":1710284934063,"stop":1710284934064,"duration":1}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5c64670c4b0c7beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5c64670c4b0c7beb","status":"passed","time":{"start":1710306783476,"stop":1710306783477,"duration":1}},{"uid":"7ab686ce939df04f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7ab686ce939df04f","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"6b5c26ba40b76f42","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b5c26ba40b76f42","status":"passed","time":{"start":1710284251167,"stop":1710284251168,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7f285870fe8b1795","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f285870fe8b1795","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"d71d46d38b380f96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d71d46d38b380f96","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"c92f23dcd0c7bf8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c92f23dcd0c7bf8b","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af3fb0b36bd0fc39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af3fb0b36bd0fc39","status":"passed","time":{"start":1710306791280,"stop":1710306791280,"duration":0}},{"uid":"f3a42026e6eaf5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3a42026e6eaf5e9","status":"passed","time":{"start":1710286996360,"stop":1710286996361,"duration":1}},{"uid":"e707515e6894b614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e707515e6894b614","status":"passed","time":{"start":1710284258878,"stop":1710284258878,"duration":0}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4cc13a75e4461e35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4cc13a75e4461e35","status":"passed","time":{"start":1710306807148,"stop":1710306807148,"duration":0}},{"uid":"5f4ac22507b42ccf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4ac22507b42ccf","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8366fb8c27c034ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8366fb8c27c034ba","status":"passed","time":{"start":1710284274243,"stop":1710284274244,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e643e20019f5f65c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e643e20019f5f65c","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"6bc3610041a5b917","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6bc3610041a5b917","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"4177160e03f2165f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4177160e03f2165f","status":"passed","time":{"start":1710284730219,"stop":1710284730219,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1fb4fe15cbe1e51d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1fb4fe15cbe1e51d","status":"passed","time":{"start":1710307342526,"stop":1710307342526,"duration":0}},{"uid":"22e1e4144cec1bde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22e1e4144cec1bde","status":"passed","time":{"start":1710287544914,"stop":1710287544914,"duration":0}},{"uid":"6283599573f36714","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6283599573f36714","status":"passed","time":{"start":1710284805022,"stop":1710284805023,"duration":1}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"58eb754c0b307e86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/58eb754c0b307e86","status":"passed","time":{"start":1710307078647,"stop":1710307078648,"duration":1}},{"uid":"afa10afda357ea7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/afa10afda357ea7d","status":"passed","time":{"start":1710287281999,"stop":1710287282000,"duration":1}},{"uid":"af104b37474a1101","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/af104b37474a1101","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a084d0101a4b1b0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a084d0101a4b1b0b","status":"passed","time":{"start":1710306994268,"stop":1710306994269,"duration":1}},{"uid":"6c3c3a0458773413","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c3c3a0458773413","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"cda487c6a5c8cc32","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cda487c6a5c8cc32","status":"passed","time":{"start":1710284459537,"stop":1710284459538,"duration":1}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3eb3a12db899e94e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3eb3a12db899e94e","status":"passed","time":{"start":1710307465629,"stop":1710307465630,"duration":1}},{"uid":"28a1531711e0169a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/28a1531711e0169a","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"8ad9df971393de16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ad9df971393de16","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb4bc72713037b38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4bc72713037b38","status":"passed","time":{"start":1710306791806,"stop":1710306791807,"duration":1}},{"uid":"81020ff15e355b40","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81020ff15e355b40","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"db47452fd827cc5b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db47452fd827cc5b","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ff1bbf3637d18d55","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff1bbf3637d18d55","status":"passed","time":{"start":1710306981506,"stop":1710306981507,"duration":1}},{"uid":"9c646c804e7e08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9c646c804e7e08","status":"passed","time":{"start":1710287198124,"stop":1710287198124,"duration":0}},{"uid":"c096298602fc1c8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c096298602fc1c8d","status":"passed","time":{"start":1710284459997,"stop":1710284459998,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a4b45d0fa29e663c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4b45d0fa29e663c","status":"passed","time":{"start":1710306913477,"stop":1710306913478,"duration":1}},{"uid":"e9bcef275e642e1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bcef275e642e1c","status":"passed","time":{"start":1710287126414,"stop":1710287126415,"duration":1}},{"uid":"bdee636f2349820c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bdee636f2349820c","status":"passed","time":{"start":1710284390750,"stop":1710284390751,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"30c5de6fa0dc5c65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30c5de6fa0dc5c65","status":"passed","time":{"start":1710306816837,"stop":1710306816839,"duration":2}},{"uid":"cb6a69958e65d573","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cb6a69958e65d573","status":"passed","time":{"start":1710287022148,"stop":1710287022150,"duration":2}},{"uid":"2153fed9bece1e71","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2153fed9bece1e71","status":"passed","time":{"start":1710284284828,"stop":1710284284831,"duration":3}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"87af75df6543e27e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/87af75df6543e27e","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"5b9d9710ba8c4ce1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b9d9710ba8c4ce1","status":"passed","time":{"start":1710287460898,"stop":1710287460898,"duration":0}},{"uid":"159203775faef447","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/159203775faef447","status":"passed","time":{"start":1710284730212,"stop":1710284730213,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"711670d98ccc3993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/711670d98ccc3993","status":"passed","time":{"start":1710306981504,"stop":1710306981504,"duration":0}},{"uid":"e4755e16bedda2c5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e4755e16bedda2c5","status":"passed","time":{"start":1710287198116,"stop":1710287198116,"duration":0}},{"uid":"ca4f242b645f1b1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4f242b645f1b1","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"551c392fcbaf7f61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/551c392fcbaf7f61","status":"passed","time":{"start":1710307392998,"stop":1710307392998,"duration":0}},{"uid":"eb959f04f822c672","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eb959f04f822c672","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"db77bf42a5ef0995","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db77bf42a5ef0995","status":"passed","time":{"start":1710284869462,"stop":1710284869462,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"317322a1e6dcd704","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/317322a1e6dcd704","status":"passed","time":{"start":1710307365850,"stop":1710307365851,"duration":1}},{"uid":"651746bd85aa8110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/651746bd85aa8110","status":"passed","time":{"start":1710287564356,"stop":1710287564356,"duration":0}},{"uid":"91909b7fe3d4f33e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91909b7fe3d4f33e","status":"passed","time":{"start":1710284831309,"stop":1710284831309,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a8a1b9563250721e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8a1b9563250721e","status":"passed","time":{"start":1710307358453,"stop":1710307358453,"duration":0}},{"uid":"90e3f6d09aef90b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90e3f6d09aef90b4","status":"passed","time":{"start":1710287569229,"stop":1710287569241,"duration":12}},{"uid":"65a690c8c2552e93","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65a690c8c2552e93","status":"passed","time":{"start":1710284852270,"stop":1710284852271,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ead1906609d6d38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ead1906609d6d38f","status":"passed","time":{"start":1710307247762,"stop":1710307247763,"duration":1}},{"uid":"75d18f7d7c8e79a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/75d18f7d7c8e79a2","status":"passed","time":{"start":1710287456048,"stop":1710287456049,"duration":1}},{"uid":"1e2b8ba61c672448","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1e2b8ba61c672448","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"cb61200da4f39b4cd1235b4ce032d0cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c680b4532abdd7a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c680b4532abdd7a7","status":"passed","time":{"start":1710287456060,"stop":1710287456061,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dfa4a03f36985f76","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfa4a03f36985f76","status":"passed","time":{"start":1710307325064,"stop":1710307325064,"duration":0}},{"uid":"8cd5fedef70e18ef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cd5fedef70e18ef","status":"passed","time":{"start":1710287537361,"stop":1710287537362,"duration":1}},{"uid":"a118fc74c3164d39","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a118fc74c3164d39","status":"passed","time":{"start":1710284796484,"stop":1710284796485,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"69ff88b148aeb46f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/69ff88b148aeb46f","status":"passed","time":{"start":1710307244656,"stop":1710307244656,"duration":0}},{"uid":"2c17c8b46a3fd025","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c17c8b46a3fd025","status":"passed","time":{"start":1710287451481,"stop":1710287451482,"duration":1}},{"uid":"8cc8e60113ef06b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cc8e60113ef06b2","status":"passed","time":{"start":1710284717989,"stop":1710284717990,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"62c2fd63fa08f33f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62c2fd63fa08f33f","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"829b5dd1a053baba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/829b5dd1a053baba","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"73d88c49cf9395fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/73d88c49cf9395fe","status":"passed","time":{"start":1710284934070,"stop":1710284934070,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c655e4997fd5207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c655e4997fd5207","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"3bbefa0cf3d77936","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bbefa0cf3d77936","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"744f48bac65085c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/744f48bac65085c1","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cacee6d5d5338caf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacee6d5d5338caf","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"c519f617b4a17515","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c519f617b4a17515","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"b306308bcbbe1cf0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b306308bcbbe1cf0","status":"passed","time":{"start":1710284826090,"stop":1710284826091,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1875af12e2c59931","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1875af12e2c59931","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"1e791ca2c1b8396","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1e791ca2c1b8396","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b03213162707886f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03213162707886f","status":"passed","time":{"start":1710284730216,"stop":1710284730217,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55508c08e2144442","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/55508c08e2144442","status":"passed","time":{"start":1710307358473,"stop":1710307358473,"duration":0}},{"uid":"77451c66af857e29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77451c66af857e29","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"ce04cd80c738e94d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce04cd80c738e94d","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45cdc78611b3b2d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45cdc78611b3b2d0","status":"passed","time":{"start":1710307377258,"stop":1710307377258,"duration":0}},{"uid":"d01bec99451fcff4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d01bec99451fcff4","status":"passed","time":{"start":1710287579551,"stop":1710287579551,"duration":0}},{"uid":"60b8673fb00980eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60b8673fb00980eb","status":"passed","time":{"start":1710284855734,"stop":1710284855735,"duration":1}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bca8c0d799250b5c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bca8c0d799250b5c","status":"passed","time":{"start":1710307207087,"stop":1710307207088,"duration":1}},{"uid":"66c12a193eba7ec6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66c12a193eba7ec6","status":"passed","time":{"start":1710287412753,"stop":1710287412753,"duration":0}},{"uid":"98b1ecd01aa0405c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/98b1ecd01aa0405c","status":"passed","time":{"start":1710284680787,"stop":1710284680787,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"40a1f62f5914d002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40a1f62f5914d002","status":"passed","time":{"start":1710306913478,"stop":1710306913478,"duration":0}},{"uid":"990ec4e858ec5ae9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/990ec4e858ec5ae9","status":"passed","time":{"start":1710287126415,"stop":1710287126415,"duration":0}},{"uid":"8200d3571dbd3595","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8200d3571dbd3595","status":"passed","time":{"start":1710284390751,"stop":1710284390751,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6507f46dd6e6ed99","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6507f46dd6e6ed99","status":"passed","time":{"start":1710306994264,"stop":1710306994265,"duration":1}},{"uid":"438ab568398cf9f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/438ab568398cf9f3","status":"passed","time":{"start":1710287196187,"stop":1710287196187,"duration":0}},{"uid":"c18dd51c4e32692c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c18dd51c4e32692c","status":"passed","time":{"start":1710284459534,"stop":1710284459535,"duration":1}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bb0251893ab6f044","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0251893ab6f044","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"68256d45487e0b66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68256d45487e0b66","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"1ff803a56f5b7476","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ff803a56f5b7476","status":"passed","time":{"start":1710284852316,"stop":1710284852316,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cf1063a889173df4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf1063a889173df4","status":"passed","time":{"start":1710306786079,"stop":1710306786080,"duration":1}},{"uid":"4c597a22893bee86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c597a22893bee86","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"7687a35965073ff8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7687a35965073ff8","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"937dd759a74f8879","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/937dd759a74f8879","status":"passed","time":{"start":1710307308636,"stop":1710307308637,"duration":1}},{"uid":"5774dfc1c690d9f2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5774dfc1c690d9f2","status":"passed","time":{"start":1710287509770,"stop":1710287509770,"duration":0}},{"uid":"b3f21f62acf03c9d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3f21f62acf03c9d","status":"passed","time":{"start":1710284775859,"stop":1710284775859,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a6a1cb256b9282f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a6a1cb256b9282f","status":"passed","time":{"start":1710307392999,"stop":1710307392999,"duration":0}},{"uid":"b34e82a5f8687763","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b34e82a5f8687763","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"67796a387433aa52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67796a387433aa52","status":"passed","time":{"start":1710284869463,"stop":1710284869464,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1293209433bd2924","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1293209433bd2924","status":"passed","time":{"start":1710306843279,"stop":1710306843280,"duration":1}},{"uid":"6d41b15967870c78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d41b15967870c78","status":"passed","time":{"start":1710287049490,"stop":1710287049490,"duration":0}},{"uid":"57ea37538c97c87a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57ea37538c97c87a","status":"passed","time":{"start":1710284310418,"stop":1710284310419,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5ed18f83e88104b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ed18f83e88104b","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"9bd1aadd459eb613","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bd1aadd459eb613","status":"passed","time":{"start":1710287674920,"stop":1710287674921,"duration":1}},{"uid":"d50457c964862558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d50457c964862558","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b5dff7d7101e26c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b5dff7d7101e26c","status":"passed","time":{"start":1710306981522,"stop":1710306981522,"duration":0}},{"uid":"ea6d762baf51f8a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea6d762baf51f8a5","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"8010e594063763d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8010e594063763d9","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"775e74f751ab19dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/775e74f751ab19dc","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"68e96def61057d86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68e96def61057d86","status":"passed","time":{"start":1710286996363,"stop":1710286996364,"duration":1}},{"uid":"91853ae42175e3ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91853ae42175e3ea","status":"passed","time":{"start":1710284258880,"stop":1710284258881,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a756180be52294f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a756180be52294f3","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"c8aece073d7ff435","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8aece073d7ff435","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"8400f028c3cde35c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8400f028c3cde35c","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"3a6686d4f49b1e1c4bc6e9692d52f600:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae0d3b640c89139f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae0d3b640c89139f","status":"passed","time":{"start":1710307358489,"stop":1710307358490,"duration":1}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a6f40e677e13508","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4a6f40e677e13508","status":"passed","time":{"start":1710306807146,"stop":1710306807147,"duration":1}},{"uid":"e9bb722c6b890ada","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bb722c6b890ada","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"9f74f387a691efda","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9f74f387a691efda","status":"passed","time":{"start":1710284274241,"stop":1710284274242,"duration":1}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c2ce64e4516c7688","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c2ce64e4516c7688","status":"passed","time":{"start":1710307358460,"stop":1710307358461,"duration":1}},{"uid":"e93f840f377c5ee1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e93f840f377c5ee1","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"ff2416ca8ea85dfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff2416ca8ea85dfe","status":"passed","time":{"start":1710284852296,"stop":1710284852296,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13ac06ff71f7e8eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13ac06ff71f7e8eb","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"7651b194ed22463e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7651b194ed22463e","status":"passed","time":{"start":1710287674907,"stop":1710287674908,"duration":1}},{"uid":"8ed1aa9a17a06d4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed1aa9a17a06d4c","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7437071b71ad4a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c7437071b71ad4a0","status":"passed","time":{"start":1710307308620,"stop":1710307308621,"duration":1}},{"uid":"3bc7268c91b32af3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bc7268c91b32af3","status":"passed","time":{"start":1710287509746,"stop":1710287509746,"duration":0}},{"uid":"1ac85f834e3fbe2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ac85f834e3fbe2","status":"passed","time":{"start":1710284775838,"stop":1710284775839,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d25bd26aa12aa71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5d25bd26aa12aa71","status":"passed","time":{"start":1710307078650,"stop":1710307078651,"duration":1}},{"uid":"f6ee10af3b023ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f6ee10af3b023ba","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"bb5a9527d9d57427","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb5a9527d9d57427","status":"passed","time":{"start":1710284550773,"stop":1710284550773,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9366d344f70107b5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9366d344f70107b5","status":"passed","time":{"start":1710306791276,"stop":1710306791276,"duration":0}},{"uid":"ab6358f6b20862a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab6358f6b20862a9","status":"passed","time":{"start":1710286996357,"stop":1710286996357,"duration":0}},{"uid":"a7edf881fd428da1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a7edf881fd428da1","status":"passed","time":{"start":1710284258874,"stop":1710284258874,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e0b9f018cda4f27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e0b9f018cda4f27","status":"passed","time":{"start":1710307383801,"stop":1710307383802,"duration":1}},{"uid":"c92ac285584c9666","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c92ac285584c9666","status":"passed","time":{"start":1710287594295,"stop":1710287594296,"duration":1}},{"uid":"1780bbaee237965c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1780bbaee237965c","status":"passed","time":{"start":1710284859500,"stop":1710284859500,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3e8224950aedc65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3e8224950aedc65","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"1cd86730ae1f47d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1cd86730ae1f47d7","status":"passed","time":{"start":1710287560340,"stop":1710287560340,"duration":0}},{"uid":"627f8fd2c1984779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/627f8fd2c1984779","status":"passed","time":{"start":1710284826093,"stop":1710284826094,"duration":1}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b43ec45e5033e539","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b43ec45e5033e539","status":"passed","time":{"start":1710307465617,"stop":1710307465617,"duration":0}},{"uid":"35cfa17c8c4ffb16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35cfa17c8c4ffb16","status":"passed","time":{"start":1710287674895,"stop":1710287674896,"duration":1}},{"uid":"67638fb4cb7f4cfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67638fb4cb7f4cfd","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"741572ae6f282d89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/741572ae6f282d89","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"3dfa190be03065c7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dfa190be03065c7","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"6e061400f5afe47c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e061400f5afe47c","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6696ca96b89d9eed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6696ca96b89d9eed","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"228f454502136b76","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/228f454502136b76","status":"passed","time":{"start":1710287544913,"stop":1710287544913,"duration":0}},{"uid":"fcb8e9747e42709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcb8e9747e42709","status":"passed","time":{"start":1710284805012,"stop":1710284805012,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7ea39e7353b91be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7ea39e7353b91be","status":"passed","time":{"start":1710306807582,"stop":1710306807583,"duration":1}},{"uid":"93daa641a546eedf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93daa641a546eedf","status":"passed","time":{"start":1710287012804,"stop":1710287012804,"duration":0}},{"uid":"95e6b6795ae6d6ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95e6b6795ae6d6ac","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"8e2bce3956d31535","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e2bce3956d31535","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807583,"stop":1710306807584,"duration":1}},{"uid":"d32b240f7953f135","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d32b240f7953f135","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012805,"stop":1710287012805,"duration":0}},{"uid":"88335ef16e1a935a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88335ef16e1a935a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b71b4b5e041ed7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b71b4b5e041ed7d","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"a73ee83d0c96f7c6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a73ee83d0c96f7c6","status":"passed","time":{"start":1710287674897,"stop":1710287674898,"duration":1}},{"uid":"8f64f05a613a00c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f64f05a613a00c6","status":"passed","time":{"start":1710284934060,"stop":1710284934061,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b02e29ed5a14fc8d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b02e29ed5a14fc8d","status":"passed","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"e8de2fe6b1576a05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8de2fe6b1576a05","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b6dc6277f4e21cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6dc6277f4e21cf8","status":"passed","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ad17b84395b6783","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ad17b84395b6783","status":"passed","time":{"start":1710306981496,"stop":1710306981503,"duration":7}},{"uid":"7234e214dd929e33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7234e214dd929e33","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"5f8d290a4dfa07bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8d290a4dfa07bd","status":"passed","time":{"start":1710284459992,"stop":1710284459992,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5342e26d3e5fc012","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5342e26d3e5fc012","status":"passed","time":{"start":1710306833582,"stop":1710306833583,"duration":1}},{"uid":"cbe543edb9836019","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbe543edb9836019","status":"passed","time":{"start":1710287039376,"stop":1710287039376,"duration":0}},{"uid":"5d22f5fa69a7c052","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d22f5fa69a7c052","status":"passed","time":{"start":1710284302034,"stop":1710284302039,"duration":5}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bae8aa08266f081e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bae8aa08266f081e","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"1f4944a10933a57c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f4944a10933a57c","status":"passed","time":{"start":1710287674914,"stop":1710287674915,"duration":1}},{"uid":"18fc18d67547333e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18fc18d67547333e","status":"passed","time":{"start":1710284934075,"stop":1710284934076,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8944ca7233b02469","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8944ca7233b02469","status":"passed","time":{"start":1710306846369,"stop":1710306846370,"duration":1}},{"uid":"857376daea2f38ac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/857376daea2f38ac","status":"passed","time":{"start":1710287049207,"stop":1710287049207,"duration":0}},{"uid":"4349640c0dbb1f91","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4349640c0dbb1f91","status":"passed","time":{"start":1710284311920,"stop":1710284311922,"duration":2}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29a6cc9ba3ddaad3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29a6cc9ba3ddaad3","status":"passed","time":{"start":1710307361629,"stop":1710307361630,"duration":1}},{"uid":"f63f906e737bd8ff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f63f906e737bd8ff","status":"passed","time":{"start":1710287560338,"stop":1710287560338,"duration":0}},{"uid":"62d125b6d2e471ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/62d125b6d2e471ac","status":"passed","time":{"start":1710284826087,"stop":1710284826088,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c4c4a1d46dca0f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c4c4a1d46dca0f7","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"531942c3354b9272","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/531942c3354b9272","status":"passed","time":{"start":1710287560339,"stop":1710287560340,"duration":1}},{"uid":"56448785bb5187c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/56448785bb5187c6","status":"passed","time":{"start":1710284826092,"stop":1710284826093,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d3544ff089ce3856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3544ff089ce3856","status":"passed","time":{"start":1710307045654,"stop":1710307045657,"duration":3}},{"uid":"97f6fcfd156755b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97f6fcfd156755b4","status":"passed","time":{"start":1710287245596,"stop":1710287245597,"duration":1}},{"uid":"9297f292176c4edd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9297f292176c4edd","status":"passed","time":{"start":1710284503140,"stop":1710284503141,"duration":1}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a70ed9593c12f664","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a70ed9593c12f664","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"614a36c3bcc25d24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/614a36c3bcc25d24","status":"passed","time":{"start":1710286988736,"stop":1710286988736,"duration":0}},{"uid":"11aec9fd96abe31a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11aec9fd96abe31a","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2da5bdfda13d89c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2da5bdfda13d89c7","status":"passed","time":{"start":1710307383800,"stop":1710307383800,"duration":0}},{"uid":"c1ffde81b6487336","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1ffde81b6487336","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"e28c015adb580203","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e28c015adb580203","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"19d6e23f87623bda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/19d6e23f87623bda","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"6524b1cecd0305a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6524b1cecd0305a9","status":"passed","time":{"start":1710287460903,"stop":1710287460904,"duration":1}},{"uid":"4cd14fa372bc96c7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cd14fa372bc96c7","status":"passed","time":{"start":1710284730220,"stop":1710284730221,"duration":1}}]},"47863b92841caa90d58c38aa916bea81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6744bfbd9c317812","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6744bfbd9c317812","status":"passed","time":{"start":1710284775853,"stop":1710284775853,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4929156d19bed9bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4929156d19bed9bb","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"1f2791fea856920e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f2791fea856920e","status":"passed","time":{"start":1710287736651,"stop":1710287736652,"duration":1}},{"uid":"9c374ee8cdc41188","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c374ee8cdc41188","status":"passed","time":{"start":1710285008787,"stop":1710285008787,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3de4427b91b7c01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3de4427b91b7c01","status":"passed","time":{"start":1710306873748,"stop":1710306873749,"duration":1}},{"uid":"139649acadb4ea00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/139649acadb4ea00","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"182384c225070a6b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/182384c225070a6b","status":"passed","time":{"start":1710284342268,"stop":1710284342269,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38e7c6a940a06079","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38e7c6a940a06079","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"39edacd0a544514f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39edacd0a544514f","status":"passed","time":{"start":1710287317291,"stop":1710287317292,"duration":1}},{"uid":"46e9d56011bf59d8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46e9d56011bf59d8","status":"passed","time":{"start":1710284588136,"stop":1710284588136,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"358f3f2c4970a43b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/358f3f2c4970a43b","status":"passed","time":{"start":1710307361633,"stop":1710307361634,"duration":1}},{"uid":"a0381aef60faabe0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0381aef60faabe0","status":"passed","time":{"start":1710287560342,"stop":1710287560342,"duration":0}},{"uid":"169e008e9d6b9f3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/169e008e9d6b9f3a","status":"passed","time":{"start":1710284826098,"stop":1710284826098,"duration":0}}]},"1809e4e597eb44965b8cff3dcd3a15f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"254360b479411989","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/254360b479411989","status":"passed","time":{"start":1710284459543,"stop":1710284459543,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"340c77a0ed4de1c0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/340c77a0ed4de1c0","status":"passed","time":{"start":1710307247759,"stop":1710307247759,"duration":0}},{"uid":"ca74e0e635edbe8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ca74e0e635edbe8c","status":"passed","time":{"start":1710287456037,"stop":1710287456038,"duration":1}},{"uid":"a05345c9663027d6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a05345c9663027d6","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7f39107dfc6ad8e4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f39107dfc6ad8e4","status":"passed","time":{"start":1710307078645,"stop":1710307078646,"duration":1}},{"uid":"b25df0f872a33253","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b25df0f872a33253","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"9edb6ce5e8e33ea3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9edb6ce5e8e33ea3","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3bb6826763ad5d28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3bb6826763ad5d28","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"18a33d13a5344ec4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18a33d13a5344ec4","status":"passed","time":{"start":1710286996966,"stop":1710286996967,"duration":1}},{"uid":"f859ea775eb07818","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f859ea775eb07818","status":"passed","time":{"start":1710284259601,"stop":1710284259602,"duration":1}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6fdcddd8ac1092c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fdcddd8ac1092c","status":"passed","time":{"start":1710306811112,"stop":1710306811113,"duration":1}},{"uid":"6d9dad18224bda08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d9dad18224bda08","status":"passed","time":{"start":1710287016340,"stop":1710287016341,"duration":1}},{"uid":"4cf9256ab21868b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cf9256ab21868b7","status":"passed","time":{"start":1710284279134,"stop":1710284279135,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0d4890a462f8b50","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0d4890a462f8b50","status":"passed","time":{"start":1710306783477,"stop":1710306783477,"duration":0}},{"uid":"53adb93175a9f679","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53adb93175a9f679","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"2715b0a190fc75d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2715b0a190fc75d1","status":"passed","time":{"start":1710284251168,"stop":1710284251168,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"235cbb7f16c82a5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/235cbb7f16c82a5d","status":"passed","time":{"start":1710307392157,"stop":1710307392158,"duration":1}},{"uid":"611309ac9a5d83e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/611309ac9a5d83e4","status":"passed","time":{"start":1710287596902,"stop":1710287596903,"duration":1}},{"uid":"7b84da6797c4ba51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7b84da6797c4ba51","status":"passed","time":{"start":1710284862701,"stop":1710284862702,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1b43c71a5f4ee15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1b43c71a5f4ee15","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"c090093c3070e8bf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c090093c3070e8bf","status":"passed","time":{"start":1710287196196,"stop":1710287196196,"duration":0}},{"uid":"372008bfb2cca5e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/372008bfb2cca5e6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"705a5ed42fd5c176","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/705a5ed42fd5c176","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"93c08d3110892002","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93c08d3110892002","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"165a7d28ac7be0c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/165a7d28ac7be0c9","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"73017b1fe771cdd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73017b1fe771cdd2","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"9eabffe45f3503a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eabffe45f3503a3","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"c88a15fca06341bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c88a15fca06341bf","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c275a27738d1f91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c275a27738d1f91","status":"passed","time":{"start":1710307209808,"stop":1710307209809,"duration":1}},{"uid":"26dae1d458d47c2c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/26dae1d458d47c2c","status":"passed","time":{"start":1710287415615,"stop":1710287415615,"duration":0}},{"uid":"5b9d8d3de5cb6e47","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b9d8d3de5cb6e47","status":"passed","time":{"start":1710284682354,"stop":1710284682354,"duration":0}}]},"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e6f4bdbaa51811dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6f4bdbaa51811dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"d7cf2699690fe2f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7cf2699690fe2f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674900,"stop":1710287674903,"duration":3}},{"uid":"f8a7a619203e395f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a7a619203e395f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c20f5340b24b00bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c20f5340b24b00bb","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"c54d1b985f3b7140","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c54d1b985f3b7140","status":"passed","time":{"start":1710287110702,"stop":1710287110703,"duration":1}},{"uid":"b5350ad7d4744b38","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b5350ad7d4744b38","status":"passed","time":{"start":1710284372013,"stop":1710284372014,"duration":1}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3126d9bf5267218d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3126d9bf5267218d","status":"passed","time":{"start":1710306981490,"stop":1710306981491,"duration":1}},{"uid":"85604c0f65c9c498","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85604c0f65c9c498","status":"passed","time":{"start":1710287198105,"stop":1710287198105,"duration":0}},{"uid":"986c8937656c2be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/986c8937656c2be","status":"passed","time":{"start":1710284459986,"stop":1710284459986,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c97c009f5f49ffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c97c009f5f49ffe","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"8fd78e2afdfb69ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8fd78e2afdfb69ee","status":"passed","time":{"start":1710287596908,"stop":1710287596909,"duration":1}},{"uid":"e4baa8e66cf260cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e4baa8e66cf260cc","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b3ce9496c9ce6348","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3ce9496c9ce6348","status":"passed","time":{"start":1710306791801,"stop":1710306791802,"duration":1}},{"uid":"fe6a27b56b025ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe6a27b56b025ee9","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"4fa0dee745e5c861","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4fa0dee745e5c861","status":"passed","time":{"start":1710284259603,"stop":1710284259603,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8cee758ade97dff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8cee758ade97dff","status":"passed","time":{"start":1710307300369,"stop":1710307300369,"duration":0}},{"uid":"f31d9a26ec58365e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f31d9a26ec58365e","status":"passed","time":{"start":1710287503527,"stop":1710287503528,"duration":1}},{"uid":"351bed2309b8cfc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/351bed2309b8cfc","status":"passed","time":{"start":1710284762779,"stop":1710284762779,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"88b3a75e271d6266","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88b3a75e271d6266","status":"passed","time":{"start":1710306981522,"stop":1710306981524,"duration":2}},{"uid":"db34df37d21e0529","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/db34df37d21e0529","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"209994afd18c7a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/209994afd18c7a9","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a772a1195095c96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a772a1195095c96","status":"passed","time":{"start":1710306817450,"stop":1710306817451,"duration":1}},{"uid":"29893cc40ee9c3d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29893cc40ee9c3d5","status":"passed","time":{"start":1710287022681,"stop":1710287022681,"duration":0}},{"uid":"bb1a20e42db45de3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb1a20e42db45de3","status":"passed","time":{"start":1710284285359,"stop":1710284285360,"duration":1}}]},"18ddf2c25fa1eaa4320ee0fe22757a5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"300b9c08e8bed9c8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/300b9c08e8bed9c8","status":"passed","time":{"start":1710287412762,"stop":1710287412763,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe43c47c6e0bde82","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe43c47c6e0bde82","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"10a74a1e7d125e4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/10a74a1e7d125e4c","status":"passed","time":{"start":1710287198126,"stop":1710287198127,"duration":1}},{"uid":"9c671691c786b2c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c671691c786b2c5","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]}} \ No newline at end of file +{"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"604686753df1b9e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/604686753df1b9e1","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0}},{"uid":"9c5d3446ca166267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c5d3446ca166267","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"ec99692f5188e267","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec99692f5188e267","status":"passed","time":{"start":1710287304929,"stop":1710287304929,"duration":0}},{"uid":"bbcbdee2072b7692","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbcbdee2072b7692","status":"passed","time":{"start":1710284567110,"stop":1710284567110,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9a03dcdb8819aa6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9a03dcdb8819aa6","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0}},{"uid":"afd93c4176e04589","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/afd93c4176e04589","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"365befd24fae1aea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/365befd24fae1aea","status":"passed","time":{"start":1710287412741,"stop":1710287412742,"duration":1}},{"uid":"86995de54758203b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86995de54758203b","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"83fa7ede22082b24","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83fa7ede22082b24","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"duration":0}},{"uid":"ca603481f76b34de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca603481f76b34de","status":"passed","time":{"start":1710306783479,"stop":1710306783479,"duration":0}},{"uid":"bf06334492c33e00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf06334492c33e00","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"3e918c719fb4ab49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e918c719fb4ab49","status":"passed","time":{"start":1710284251170,"stop":1710284251170,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"55136e36ac157da1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/55136e36ac157da1","status":"passed","time":{"start":1710308092714,"stop":1710308092714,"duration":0}},{"uid":"6f9d2c1b0de26e26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f9d2c1b0de26e26","status":"passed","time":{"start":1710306981513,"stop":1710306981513,"duration":0}},{"uid":"266b556ce8f7319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266b556ce8f7319","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"101d2cd6d782afa9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/101d2cd6d782afa9","status":"passed","time":{"start":1710284460002,"stop":1710284460003,"duration":1}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc4669ef515b7b3b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc4669ef515b7b3b","status":"passed","time":{"start":1710308097726,"stop":1710308097726,"duration":0}},{"uid":"d1edee3ee8eb8a66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1edee3ee8eb8a66","status":"passed","time":{"start":1710306994265,"stop":1710306994266,"duration":1}},{"uid":"d892f977186464cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d892f977186464cd","status":"passed","time":{"start":1710287196187,"stop":1710287196188,"duration":1}},{"uid":"904af3c16a4befb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/904af3c16a4befb6","status":"passed","time":{"start":1710284459535,"stop":1710284459536,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2e975ef6965267ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e975ef6965267ab","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"duration":0}},{"uid":"ce73317efe78552f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce73317efe78552f","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"7c77d92b91ad7cae","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c77d92b91ad7cae","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"c83b3951b62bf87b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c83b3951b62bf87b","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7cf7091976c49855","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7cf7091976c49855","status":"passed","time":{"start":1710308508713,"stop":1710308508714,"duration":1}},{"uid":"71fdca3b6918ea5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/71fdca3b6918ea5a","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"2f67df56f7cc3ad9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f67df56f7cc3ad9","status":"passed","time":{"start":1710287596901,"stop":1710287596901,"duration":0}},{"uid":"433954dab3a83fcf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/433954dab3a83fcf","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7435b88ccd1e8fab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7435b88ccd1e8fab","status":"passed","time":{"start":1710307897799,"stop":1710307897800,"duration":1}},{"uid":"d789dab8d831290d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d789dab8d831290d","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"fde81281c1e41976","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fde81281c1e41976","status":"passed","time":{"start":1710286996364,"stop":1710286996364,"duration":0}},{"uid":"4674a55790f34179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4674a55790f34179","status":"passed","time":{"start":1710284258881,"stop":1710284258881,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6f416e4a072265b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6f416e4a072265b","status":"passed","time":{"start":1710307991227,"stop":1710307991227,"duration":0}},{"uid":"e0b0c42546c24c52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0b0c42546c24c52","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"fb008d907766082","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb008d907766082","status":"passed","time":{"start":1710287085418,"stop":1710287085419,"duration":1}},{"uid":"687aa8d0082cff46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/687aa8d0082cff46","status":"passed","time":{"start":1710284350513,"stop":1710284350513,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa5816827d68913f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa5816827d68913f","status":"passed","time":{"start":1710308322600,"stop":1710308322600,"duration":0}},{"uid":"7fa8a42d336d6d8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7fa8a42d336d6d8c","status":"passed","time":{"start":1710307207070,"stop":1710307207071,"duration":1}},{"uid":"c34664d911e7dc49","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c34664d911e7dc49","status":"passed","time":{"start":1710287412749,"stop":1710287412750,"duration":1}},{"uid":"16250e5bef12d5d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16250e5bef12d5d4","status":"passed","time":{"start":1710284680774,"stop":1710284680775,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e64c0b811046f119","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e64c0b811046f119","status":"passed","time":{"start":1710308572947,"stop":1710308572948,"duration":1}},{"uid":"76ee843b7667e331","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76ee843b7667e331","status":"passed","time":{"start":1710307465635,"stop":1710307465636,"duration":1}},{"uid":"e8677af8af1582dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8677af8af1582dc","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"64dbe9d53c0d955b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64dbe9d53c0d955b","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eebbb1047a742e76","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eebbb1047a742e76","status":"passed","time":{"start":1710308481018,"stop":1710308481019,"duration":1}},{"uid":"12799eb728b399ae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12799eb728b399ae","status":"passed","time":{"start":1710307361630,"stop":1710307361630,"duration":0}},{"uid":"f97c73d2a05f3b52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f97c73d2a05f3b52","status":"passed","time":{"start":1710287560338,"stop":1710287560339,"duration":1}},{"uid":"4242ed2d1557dd46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4242ed2d1557dd46","status":"passed","time":{"start":1710284826088,"stop":1710284826090,"duration":2}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bd6177918ba9545","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8bd6177918ba9545","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"duration":0}},{"uid":"27f7bb091abd7099","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27f7bb091abd7099","status":"passed","time":{"start":1710307308649,"stop":1710307308650,"duration":1}},{"uid":"945978f91eaaa751","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/945978f91eaaa751","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"7e7185e5d9c8b36c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e7185e5d9c8b36c","status":"passed","time":{"start":1710284775871,"stop":1710284775871,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"691a34a900530f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/691a34a900530f1","status":"passed","time":{"start":1710308007021,"stop":1710308007021,"duration":0}},{"uid":"79be96b91a983cb1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79be96b91a983cb1","status":"passed","time":{"start":1710306904613,"stop":1710306904614,"duration":1}},{"uid":"ea2326515fa63337","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea2326515fa63337","status":"passed","time":{"start":1710287110700,"stop":1710287110701,"duration":1}},{"uid":"bb370d80999fdf0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb370d80999fdf0d","status":"passed","time":{"start":1710284372009,"stop":1710284372010,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"abf2b2911db3ad8f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abf2b2911db3ad8f","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0}},{"uid":"5b5002d654a7dc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5b5002d654a7dc0","status":"passed","time":{"start":1710307358455,"stop":1710307358455,"duration":0}},{"uid":"5942ccd793c38dc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5942ccd793c38dc5","status":"passed","time":{"start":1710287569245,"stop":1710287569246,"duration":1}},{"uid":"851a1239e0316aca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/851a1239e0316aca","status":"passed","time":{"start":1710284852279,"stop":1710284852280,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6eefc1511fcdabd6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6eefc1511fcdabd6","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"duration":0}},{"uid":"392e071ff7e154ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/392e071ff7e154ea","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"1bb11b6a7d67a857","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1bb11b6a7d67a857","status":"passed","time":{"start":1710287674906,"stop":1710287674907,"duration":1}},{"uid":"f65ebc617e110c0f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f65ebc617e110c0f","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1523a03b3d04359b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1523a03b3d04359b","status":"passed","time":{"start":1710308371296,"stop":1710308371297,"duration":1}},{"uid":"1458c7deccfd5e79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1458c7deccfd5e79","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"e3d679504d1af22f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3d679504d1af22f","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"cc43f11fce8abdd0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc43f11fce8abdd0","status":"passed","time":{"start":1710284730215,"stop":1710284730216,"duration":1}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dad27c52ad371a81","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dad27c52ad371a81","status":"passed","time":{"start":1710308464139,"stop":1710308464140,"duration":1}},{"uid":"cfaff012410118d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfaff012410118d0","status":"passed","time":{"start":1710307351547,"stop":1710307351548,"duration":1}},{"uid":"f5082d3c4c1adb0d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5082d3c4c1adb0d","status":"passed","time":{"start":1710287559411,"stop":1710287559411,"duration":0}},{"uid":"fe244b96081dd249","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fe244b96081dd249","status":"passed","time":{"start":1710284823515,"stop":1710284823516,"duration":1}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f835aaf0e65a6b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f835aaf0e65a6b8","status":"passed","time":{"start":1710308463690,"stop":1710308463691,"duration":1}},{"uid":"567580d3caf8b20c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/567580d3caf8b20c","status":"passed","time":{"start":1710307358461,"stop":1710307358461,"duration":0}},{"uid":"5e9cf4362534a568","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e9cf4362534a568","status":"passed","time":{"start":1710287569252,"stop":1710287569253,"duration":1}},{"uid":"642de0bcd556ff00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/642de0bcd556ff00","status":"passed","time":{"start":1710284852296,"stop":1710284852297,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a7b0ff99dee6a84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a7b0ff99dee6a84","status":"passed","time":{"start":1710308494290,"stop":1710308494291,"duration":1}},{"uid":"fa94cf7cc1ecf73d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa94cf7cc1ecf73d","status":"passed","time":{"start":1710307383799,"stop":1710307383799,"duration":0}},{"uid":"ebd3406bfcde54be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ebd3406bfcde54be","status":"passed","time":{"start":1710287594293,"stop":1710287594293,"duration":0}},{"uid":"4f56e66623d2ebe1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4f56e66623d2ebe1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"63579ae780a62fb87d230f845bc5fb55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6695c3024bc6fc1a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6695c3024bc6fc1a","status":"passed","time":{"start":1710287483709,"stop":1710287483710,"duration":1}},{"uid":"290a1ccdac1d52d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/290a1ccdac1d52d1","status":"passed","time":{"start":1710284751207,"stop":1710284751207,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f81e7e4c13976f15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f81e7e4c13976f15","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"duration":0}},{"uid":"29dcb7d30a014cee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29dcb7d30a014cee","status":"passed","time":{"start":1710307465630,"stop":1710307465630,"duration":0}},{"uid":"c25121d64bdd5c55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c25121d64bdd5c55","status":"passed","time":{"start":1710287674910,"stop":1710287674911,"duration":1}},{"uid":"b96d1cf779e0c9e3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b96d1cf779e0c9e3","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4fd5b5709c2c97f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4fd5b5709c2c97f0","status":"passed","time":{"start":1710308463727,"stop":1710308463727,"duration":0}},{"uid":"ba2aed0de7ecdd03","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2aed0de7ecdd03","status":"passed","time":{"start":1710307358468,"stop":1710307358468,"duration":0}},{"uid":"2ba737556d6a94d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ba737556d6a94d6","status":"passed","time":{"start":1710287569258,"stop":1710287569259,"duration":1}},{"uid":"8d128b900dd80f8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d128b900dd80f8b","status":"passed","time":{"start":1710284852309,"stop":1710284852309,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ed9d83a3d684b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9ed9d83a3d684b6","status":"passed","time":{"start":1710308007020,"stop":1710308007021,"duration":1}},{"uid":"1cbec48f3bca7534","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1cbec48f3bca7534","status":"passed","time":{"start":1710306904613,"stop":1710306904613,"duration":0}},{"uid":"81c6d3a50508be94","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81c6d3a50508be94","status":"passed","time":{"start":1710287110693,"stop":1710287110700,"duration":7}},{"uid":"18dc78a4c5393c69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18dc78a4c5393c69","status":"passed","time":{"start":1710284372007,"stop":1710284372008,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"229c15e86d0e1e66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/229c15e86d0e1e66","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"duration":0}},{"uid":"b1b3ea3c22ee2619","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1b3ea3c22ee2619","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"543ed4472f0cb26a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/543ed4472f0cb26a","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"318ced64943a9ed2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/318ced64943a9ed2","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f71d6a666464cb0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f71d6a666464cb0","status":"passed","time":{"start":1710308464140,"stop":1710308464140,"duration":0}},{"uid":"30cfc64235762ce7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30cfc64235762ce7","status":"passed","time":{"start":1710307351549,"stop":1710307351549,"duration":0}},{"uid":"ccaa198a11f21d47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ccaa198a11f21d47","status":"passed","time":{"start":1710287559411,"stop":1710287559412,"duration":1}},{"uid":"8c9d0156fbd4c51b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c9d0156fbd4c51b","status":"passed","time":{"start":1710284823516,"stop":1710284823517,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a07aa4ca726b54e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a07aa4ca726b54e","status":"passed","time":{"start":1710308485477,"stop":1710308485477,"duration":0}},{"uid":"b0a21d2a8553faf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0a21d2a8553faf2","status":"passed","time":{"start":1710307365851,"stop":1710307365852,"duration":1}},{"uid":"b9be3e8028103b58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9be3e8028103b58","status":"passed","time":{"start":1710287564358,"stop":1710287564359,"duration":1}},{"uid":"9a21f3821775c651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a21f3821775c651","status":"passed","time":{"start":1710284831310,"stop":1710284831310,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4ec0ae06c47c651c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ec0ae06c47c651c","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0}},{"uid":"164904741fb5da3f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/164904741fb5da3f","status":"passed","time":{"start":1710307358458,"stop":1710307358459,"duration":1}},{"uid":"9e530514c8052ca1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e530514c8052ca1","status":"passed","time":{"start":1710287569250,"stop":1710287569251,"duration":1}},{"uid":"57200fd6a7233e43","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57200fd6a7233e43","status":"passed","time":{"start":1710284852290,"stop":1710284852290,"duration":0}}]},"f61870a71c0af651203ca6de999ee2ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2b74148ccc017c8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2b74148ccc017c8","status":"passed","time":{"start":1710308416743,"stop":1710308416743,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae455015e49eea53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae455015e49eea53","status":"passed","time":{"start":1710308092691,"stop":1710308092699,"duration":8}},{"uid":"48b69f71c5d68396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b69f71c5d68396","status":"passed","time":{"start":1710306981503,"stop":1710306981504,"duration":1}},{"uid":"d2db7a2b007edb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d2db7a2b007edb0","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"ce7bc82765f7c2f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce7bc82765f7c2f9","status":"passed","time":{"start":1710284459993,"stop":1710284459994,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"838507040b6f4e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/838507040b6f4e5","status":"passed","time":{"start":1710308416742,"stop":1710308416742,"duration":0}},{"uid":"cf0ce8e3701f87b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf0ce8e3701f87b9","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"2e2b92ad5f3d27df","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e2b92ad5f3d27df","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"913a112af87820f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/913a112af87820f9","status":"passed","time":{"start":1710284775865,"stop":1710284775865,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9db5576e601a68b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9db5576e601a68b","status":"passed","time":{"start":1710307903345,"stop":1710307903345,"duration":0}},{"uid":"cf074c69befaf9cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf074c69befaf9cd","status":"passed","time":{"start":1710306796317,"stop":1710306796317,"duration":0}},{"uid":"3dd886a3f56404ad","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dd886a3f56404ad","status":"passed","time":{"start":1710287001574,"stop":1710287001575,"duration":1}},{"uid":"e9b7e1bdac08beb2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b7e1bdac08beb2","status":"passed","time":{"start":1710284264199,"stop":1710284264199,"duration":0}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcf8e0f83373629a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcf8e0f83373629a","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0}},{"uid":"c108d32ec506327c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c108d32ec506327c","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"c4e3b1ce1f741aba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c4e3b1ce1f741aba","status":"passed","time":{"start":1710287537364,"stop":1710287537365,"duration":1}},{"uid":"217c49ad77dc4d8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/217c49ad77dc4d8d","status":"passed","time":{"start":1710284796487,"stop":1710284796488,"duration":1}}]},"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30f1f7a89299a781","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30f1f7a89299a781","status":"passed","time":{"start":1710307991228,"stop":1710307991228,"duration":0}},{"uid":"adfcd3a4dadabee3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adfcd3a4dadabee3","status":"passed","time":{"start":1710306877076,"stop":1710306877077,"duration":1}},{"uid":"dede8421c3d35754","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dede8421c3d35754","status":"passed","time":{"start":1710287085420,"stop":1710287085420,"duration":0}},{"uid":"d570e3ee793900c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d570e3ee793900c","status":"passed","time":{"start":1710284350514,"stop":1710284350514,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"306fe3e09d6aac20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/306fe3e09d6aac20","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"duration":0}},{"uid":"ed91c4dad1f67b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ed91c4dad1f67b6d","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"f1a31534e2a4361d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f1a31534e2a4361d","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"a26796d3e03379a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a26796d3e03379a1","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e63d4d5b9856819a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e63d4d5b9856819a","status":"passed","time":{"start":1710308366509,"stop":1710308366511,"duration":2}},{"uid":"e6205a6aee9c2fca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6205a6aee9c2fca","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"90871799f3c6be0f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90871799f3c6be0f","status":"passed","time":{"start":1710287456067,"stop":1710287456068,"duration":1}},{"uid":"1b4435e30109a023","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1b4435e30109a023","status":"passed","time":{"start":1710284723020,"stop":1710284723021,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8f368556e5b8d11e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f368556e5b8d11e","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"duration":0}},{"uid":"d8081ed8b174f564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8081ed8b174f564","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"aa5b11f556baa714","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa5b11f556baa714","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"dc114479ee832491","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc114479ee832491","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"99d71c6091ab4366","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/99d71c6091ab4366","status":"passed","time":{"start":1710307991227,"stop":1710307991228,"duration":1}},{"uid":"8a981ae9069cc5ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a981ae9069cc5ed","status":"passed","time":{"start":1710306877075,"stop":1710306877076,"duration":1}},{"uid":"61080b8b5753e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/61080b8b5753e8","status":"passed","time":{"start":1710287085419,"stop":1710287085419,"duration":0}},{"uid":"498167903e667c2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/498167903e667c2c","status":"passed","time":{"start":1710284350513,"stop":1710284350514,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b9e39a5c781d2946","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b9e39a5c781d2946","status":"passed","time":{"start":1710307923914,"stop":1710307923914,"duration":0}},{"uid":"1ccf41464944280c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ccf41464944280c","status":"passed","time":{"start":1710306816841,"stop":1710306816841,"duration":0}},{"uid":"2131a4b9fbada367","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2131a4b9fbada367","status":"passed","time":{"start":1710287022152,"stop":1710287022152,"duration":0}},{"uid":"aeb6ff7f00ada3c2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeb6ff7f00ada3c2","status":"passed","time":{"start":1710284284833,"stop":1710284284834,"duration":1}}]},"30e15571b8b77be1b60094b937067f6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11eb0f4823c96201","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11eb0f4823c96201","status":"passed","time":{"start":1710308416724,"stop":1710308416724,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"a6516d0da9395234","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6516d0da9395234","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308464141,"stop":1710308464141,"duration":0}},{"uid":"e9d1450872b06f48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9d1450872b06f48","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351550,"duration":0}},{"uid":"45697dada2f07322","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45697dada2f07322","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"829efdfaeeb1dce","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/829efdfaeeb1dce","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823520,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b018fb39f961a7ac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b018fb39f961a7ac","status":"passed","time":{"start":1710307980882,"stop":1710307980883,"duration":1}},{"uid":"30290d8d4eb18297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30290d8d4eb18297","status":"passed","time":{"start":1710306873747,"stop":1710306873747,"duration":0}},{"uid":"bfe9ab564757ea37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bfe9ab564757ea37","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"a3d72a8a2449a967","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a3d72a8a2449a967","status":"passed","time":{"start":1710284342266,"stop":1710284342266,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e074a0bda35cc3da","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e074a0bda35cc3da","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"duration":0}},{"uid":"29e2a1e8746d9207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29e2a1e8746d9207","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"df9ec1dcc4c7d23d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/df9ec1dcc4c7d23d","status":"passed","time":{"start":1710287674918,"stop":1710287674919,"duration":1}},{"uid":"30174ca007db78f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/30174ca007db78f9","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c231c4d6827cb2ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c231c4d6827cb2ed","status":"passed","time":{"start":1710308459428,"stop":1710308459428,"duration":0}},{"uid":"dd0226d908bae87f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dd0226d908bae87f","status":"passed","time":{"start":1710307342524,"stop":1710307342525,"duration":1}},{"uid":"336033917238a410","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/336033917238a410","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"ad289c5645f481bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad289c5645f481bf","status":"passed","time":{"start":1710284805010,"stop":1710284805012,"duration":2}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46745435013c04d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46745435013c04d0","status":"passed","time":{"start":1710307940174,"stop":1710307940215,"duration":41}},{"uid":"6c030587f5328416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c030587f5328416","status":"passed","time":{"start":1710306833586,"stop":1710306833586,"duration":0}},{"uid":"3d38e8668b12f6d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3d38e8668b12f6d3","status":"passed","time":{"start":1710287039378,"stop":1710287039379,"duration":1}},{"uid":"c69e7356ed1eefe3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c69e7356ed1eefe3","status":"passed","time":{"start":1710284302046,"stop":1710284302047,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac36608524f6ead6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac36608524f6ead6","status":"passed","time":{"start":1710307924458,"stop":1710307924458,"duration":0}},{"uid":"33efcf1e9544ead8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/33efcf1e9544ead8","status":"passed","time":{"start":1710306817451,"stop":1710306817452,"duration":1}},{"uid":"27c7a70273372f95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27c7a70273372f95","status":"passed","time":{"start":1710287022681,"stop":1710287022682,"duration":1}},{"uid":"cc0813217f0cde49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc0813217f0cde49","status":"passed","time":{"start":1710284285360,"stop":1710284285361,"duration":1}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e466bb6ca0fa3733","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e466bb6ca0fa3733","status":"passed","time":{"start":1710308092687,"stop":1710308092687,"duration":0}},{"uid":"61c060417c4b4762","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/61c060417c4b4762","status":"passed","time":{"start":1710306981493,"stop":1710306981493,"duration":0}},{"uid":"ed49dd3aa4784511","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ed49dd3aa4784511","status":"passed","time":{"start":1710287198106,"stop":1710287198107,"duration":1}},{"uid":"95a9a472a0f80d60","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95a9a472a0f80d60","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a00442e33e94af34","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a00442e33e94af34","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0}},{"uid":"b7e9da6ceb20ae10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7e9da6ceb20ae10","status":"passed","time":{"start":1710307308619,"stop":1710307308619,"duration":0}},{"uid":"5157c10829172cc5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5157c10829172cc5","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"da22599163c7ee21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/da22599163c7ee21","status":"passed","time":{"start":1710284775837,"stop":1710284775837,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"856c6dd98bcbf879","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/856c6dd98bcbf879","status":"passed","time":{"start":1710308510824,"stop":1710308510825,"duration":1}},{"uid":"5f045d647f60bfc8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f045d647f60bfc8","status":"passed","time":{"start":1710307392999,"stop":1710307393000,"duration":1}},{"uid":"d8e29488bb4aa2d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8e29488bb4aa2d6","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"2277770f6ca7c6d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2277770f6ca7c6d0","status":"passed","time":{"start":1710284869464,"stop":1710284869464,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"892992fb15f32132","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/892992fb15f32132","status":"passed","time":{"start":1710308463677,"stop":1710308463677,"duration":0}},{"uid":"1c67d90e32d1afdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c67d90e32d1afdc","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"fa809e93f7033117","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fa809e93f7033117","status":"passed","time":{"start":1710287569247,"stop":1710287569247,"duration":0}},{"uid":"e07bea22c04007fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e07bea22c04007fc","status":"passed","time":{"start":1710284852287,"stop":1710284852287,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f5f9aea320ebe41","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f5f9aea320ebe41","status":"passed","time":{"start":1710307914374,"stop":1710307914374,"duration":0}},{"uid":"2b66495eef116772","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b66495eef116772","status":"passed","time":{"start":1710306807583,"stop":1710306807583,"duration":0}},{"uid":"27921236ad91e107","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27921236ad91e107","status":"passed","time":{"start":1710287012804,"stop":1710287012805,"duration":1}},{"uid":"9d1e3235b63eba4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d1e3235b63eba4a","status":"passed","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"7bd157d82bd27d5dba72bbc094194aad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"991bb43b8028c47d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/991bb43b8028c47d","status":"passed","time":{"start":1710308366480,"stop":1710308366480,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"38f46781806d9633","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38f46781806d9633","status":"passed","time":{"start":1710307897772,"stop":1710307897772,"duration":0}},{"uid":"e4cebeedefcb16a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e4cebeedefcb16a5","status":"passed","time":{"start":1710306791277,"stop":1710306791277,"duration":0}},{"uid":"3c766d892a7b50f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c766d892a7b50f","status":"passed","time":{"start":1710286996357,"stop":1710286996358,"duration":1}},{"uid":"94a2172cfdc38771","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a2172cfdc38771","status":"passed","time":{"start":1710284258874,"stop":1710284258875,"duration":1}}]},"cbb481de5670def24b36ec0b156d8751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"306f63475529d8c9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/306f63475529d8c9","status":"passed","time":{"start":1710287483711,"stop":1710287483712,"duration":1}},{"uid":"52a9a0a44cc4ee66","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52a9a0a44cc4ee66","status":"passed","time":{"start":1710284751209,"stop":1710284751209,"duration":0}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b6b89dedd9d6ec23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6b89dedd9d6ec23","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"duration":0}},{"uid":"e47c2f33b32af69a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e47c2f33b32af69a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"a12558f4eed2a307","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a12558f4eed2a307","status":"passed","time":{"start":1710287049794,"stop":1710287049795,"duration":1}},{"uid":"6bc9965a19306a8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bc9965a19306a8d","status":"passed","time":{"start":1710284312207,"stop":1710284312207,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d1310b738ab2ad7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d1310b738ab2ad7","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0}},{"uid":"8dba368c6f7a5db3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dba368c6f7a5db3","status":"passed","time":{"start":1710307247765,"stop":1710307247766,"duration":1}},{"uid":"fbe2fbc1af8ae607","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbe2fbc1af8ae607","status":"passed","time":{"start":1710287456058,"stop":1710287456060,"duration":2}},{"uid":"2cfe915f3809816c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2cfe915f3809816c","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a84e7f481745bdf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a84e7f481745bdf","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"duration":0}},{"uid":"4f0cc23be8da8b84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f0cc23be8da8b84","status":"passed","time":{"start":1710307244661,"stop":1710307244662,"duration":1}},{"uid":"f0482481b70011a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0482481b70011a6","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"3901e69874a6ae49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3901e69874a6ae49","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"561c595b3ebe3982","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/561c595b3ebe3982","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"duration":0}},{"uid":"f6839a2154897bd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6839a2154897bd3","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"39de70b5fff1aea5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39de70b5fff1aea5","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"e9b655eb99ef5ac6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9b655eb99ef5ac6","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2d57c5036577429","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2d57c5036577429","status":"passed","time":{"start":1710308572941,"stop":1710308572941,"duration":0}},{"uid":"c6aac06e5388af35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6aac06e5388af35","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"4ad17a0bb1ebee30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ad17a0bb1ebee30","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"4313db6b9ffb964d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4313db6b9ffb964d","status":"passed","time":{"start":1710284934069,"stop":1710284934069,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"2fe978312f134a47","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2fe978312f134a47","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308348759,"stop":1710308348760,"duration":1}},{"uid":"7d5ec46e2958dc45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d5ec46e2958dc45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233597,"stop":1710307233598,"duration":1}},{"uid":"2c548b8734cb2893","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c548b8734cb2893","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436221,"stop":1710287436222,"duration":1}},{"uid":"becdc4aba90e5304","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/becdc4aba90e5304","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706654,"stop":1710284706655,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bff3f4e83330a16c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bff3f4e83330a16c","status":"passed","time":{"start":1710308225038,"stop":1710308225038,"duration":0}},{"uid":"8967d765cf0753ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8967d765cf0753ba","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"31a017edea195213","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/31a017edea195213","status":"passed","time":{"start":1710287300120,"stop":1710287300121,"duration":1}},{"uid":"f31cf99b5518d280","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f31cf99b5518d280","status":"passed","time":{"start":1710284561376,"stop":1710284561377,"duration":1}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9a09a06316dedd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9a09a06316dedd3","status":"passed","time":{"start":1710307898066,"stop":1710307898066,"duration":0}},{"uid":"f876f928a28d31ff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f876f928a28d31ff","status":"passed","time":{"start":1710306791187,"stop":1710306791187,"duration":0}},{"uid":"de1786294c86eba4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/de1786294c86eba4","status":"passed","time":{"start":1710286996394,"stop":1710286996395,"duration":1}},{"uid":"2f31dec5e5baf160","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f31dec5e5baf160","status":"passed","time":{"start":1710284259033,"stop":1710284259033,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ab40f19803a67d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6ab40f19803a67d3","status":"passed","time":{"start":1710308463727,"stop":1710308463728,"duration":1}},{"uid":"2ad0b6e37e49d10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ad0b6e37e49d10","status":"passed","time":{"start":1710307358468,"stop":1710307358469,"duration":1}},{"uid":"c7c83c1c84d52d65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7c83c1c84d52d65","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"a9a28df3c5138d24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9a28df3c5138d24","status":"passed","time":{"start":1710284852311,"stop":1710284852311,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"78e461413c8cc9a6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/78e461413c8cc9a6","status":"passed","time":{"start":1710307906861,"stop":1710307906862,"duration":1}},{"uid":"1746f7e3e4edcb61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1746f7e3e4edcb61","status":"passed","time":{"start":1710306799978,"stop":1710306799980,"duration":2}},{"uid":"8cf8797a00f3f980","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf8797a00f3f980","status":"passed","time":{"start":1710287005162,"stop":1710287005163,"duration":1}},{"uid":"a87565f7395adefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a87565f7395adefd","status":"passed","time":{"start":1710284267720,"stop":1710284267721,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b5bb445a550ea2b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5bb445a550ea2b1","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"duration":0}},{"uid":"35820cf3ab8f27fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35820cf3ab8f27fb","status":"passed","time":{"start":1710307101317,"stop":1710307101317,"duration":0}},{"uid":"c3ac4069dd57a37a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3ac4069dd57a37a","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"6bd6704caa7515c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6bd6704caa7515c5","status":"passed","time":{"start":1710284561378,"stop":1710284561379,"duration":1}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6f13750332477f0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f13750332477f0b","status":"passed","time":{"start":1710308416732,"stop":1710308416732,"duration":0}},{"uid":"3c8a8227a5415b6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c8a8227a5415b6d","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"4ff58ba3baeb7843","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ff58ba3baeb7843","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"aa2e33691913ff70","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aa2e33691913ff70","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a9ea5249feb22e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a9ea5249feb22e1","status":"passed","time":{"start":1710308192971,"stop":1710308192972,"duration":1}},{"uid":"bf85cb42ba4b05a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf85cb42ba4b05a0","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"462ca9f1fb35b514","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/462ca9f1fb35b514","status":"passed","time":{"start":1710287282002,"stop":1710287282003,"duration":1}},{"uid":"a0f06f027336b3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0f06f027336b3a","status":"passed","time":{"start":1710284550774,"stop":1710284550774,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d4c02a12b563389","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2d4c02a12b563389","status":"passed","time":{"start":1710308232607,"stop":1710308232607,"duration":0}},{"uid":"b114d1fd05a985f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b114d1fd05a985f3","status":"passed","time":{"start":1710307105311,"stop":1710307105311,"duration":0}},{"uid":"838e355937fd0c7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/838e355937fd0c7e","status":"passed","time":{"start":1710287304928,"stop":1710287304929,"duration":1}},{"uid":"bd3c26bb94c5076c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bd3c26bb94c5076c","status":"passed","time":{"start":1710284567109,"stop":1710284567110,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"796f704b5003ca1a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/796f704b5003ca1a","status":"passed","time":{"start":1710308366513,"stop":1710308366513,"duration":0}},{"uid":"a5f0f66c8d1426d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5f0f66c8d1426d","status":"passed","time":{"start":1710307247771,"stop":1710307247771,"duration":0}},{"uid":"7f3e1fbb7bfb6079","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f3e1fbb7bfb6079","status":"passed","time":{"start":1710287456073,"stop":1710287456074,"duration":1}},{"uid":"b59299f48ab0f442","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b59299f48ab0f442","status":"passed","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9033d1f148e94c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9033d1f148e94c6","status":"passed","time":{"start":1710308192915,"stop":1710308192916,"duration":1}},{"uid":"f07c2a9b3e2549b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f07c2a9b3e2549b3","status":"passed","time":{"start":1710307078638,"stop":1710307078639,"duration":1}},{"uid":"3b7d57e570ecbc20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3b7d57e570ecbc20","status":"passed","time":{"start":1710287281992,"stop":1710287281993,"duration":1}},{"uid":"64ca974c087159c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64ca974c087159c8","status":"passed","time":{"start":1710284550750,"stop":1710284550750,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"227b02546ef5e893","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/227b02546ef5e893","status":"passed","time":{"start":1710308092713,"stop":1710308092714,"duration":1}},{"uid":"fb37e9db4e11df79","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fb37e9db4e11df79","status":"passed","time":{"start":1710306981512,"stop":1710306981513,"duration":1}},{"uid":"4789169d549dacef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4789169d549dacef","status":"passed","time":{"start":1710287198164,"stop":1710287198164,"duration":0}},{"uid":"4ff0bf385dcafe1f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ff0bf385dcafe1f","status":"passed","time":{"start":1710284460002,"stop":1710284460002,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3ab2c51803feee4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3ab2c51803feee4","status":"passed","time":{"start":1710308192972,"stop":1710308192976,"duration":4}},{"uid":"b35ec6754e875c48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b35ec6754e875c48","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"4ac4e0cb472e159a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ac4e0cb472e159a","status":"passed","time":{"start":1710287282004,"stop":1710287282004,"duration":0}},{"uid":"ddd1848f8f8ce960","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ddd1848f8f8ce960","status":"passed","time":{"start":1710284550776,"stop":1710284550777,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d1b04501c44962","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d1b04501c44962","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"duration":0}},{"uid":"9617149fa8457972","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9617149fa8457972","status":"passed","time":{"start":1710307207068,"stop":1710307207069,"duration":1}},{"uid":"7e9a366a3584360d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e9a366a3584360d","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"ae535ca90c08376","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae535ca90c08376","status":"passed","time":{"start":1710284680772,"stop":1710284680773,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"28563399f6b17f4c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/28563399f6b17f4c","status":"passed","time":{"start":1710307890345,"stop":1710307890345,"duration":0}},{"uid":"14518bacbe16a52e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/14518bacbe16a52e","status":"passed","time":{"start":1710306783663,"stop":1710306783663,"duration":0}},{"uid":"a40320a22d5d42e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a40320a22d5d42e6","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"1bbfd97b903d0f12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bbfd97b903d0f12","status":"passed","time":{"start":1710284251374,"stop":1710284251374,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9da10f2a72d020c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9da10f2a72d020c2","status":"passed","time":{"start":1710307897768,"stop":1710307897769,"duration":1}},{"uid":"eebb04d35b0f7f8a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eebb04d35b0f7f8a","status":"passed","time":{"start":1710306791274,"stop":1710306791275,"duration":1}},{"uid":"53af5b0c17aaa95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53af5b0c17aaa95","status":"passed","time":{"start":1710286996355,"stop":1710286996356,"duration":1}},{"uid":"f29efcef7070348a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f29efcef7070348a","status":"passed","time":{"start":1710284258872,"stop":1710284258873,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9a50a613536c83c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9a50a613536c83c","status":"passed","time":{"start":1710308371303,"stop":1710308371303,"duration":0}},{"uid":"e9cfd3bd4133209c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9cfd3bd4133209c","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"85d2e579b26def1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85d2e579b26def1b","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"5a92eaaaec6b5934","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a92eaaaec6b5934","status":"passed","time":{"start":1710284730219,"stop":1710284730220,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec740b4a021dd391","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ec740b4a021dd391","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"duration":0}},{"uid":"781b46343c0f200a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/781b46343c0f200a","status":"passed","time":{"start":1710306877072,"stop":1710306877073,"duration":1}},{"uid":"a72552176107dcb1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a72552176107dcb1","status":"passed","time":{"start":1710287085417,"stop":1710287085417,"duration":0}},{"uid":"a83fa6e80ced4f0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a83fa6e80ced4f0d","status":"passed","time":{"start":1710284350511,"stop":1710284350511,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"91a9d57cda423db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/91a9d57cda423db","status":"passed","time":{"start":1710308459425,"stop":1710308459426,"duration":1}},{"uid":"ce05dda30542d80e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ce05dda30542d80e","status":"passed","time":{"start":1710307342519,"stop":1710307342520,"duration":1}},{"uid":"5ea5e58299bb2a9a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5ea5e58299bb2a9a","status":"passed","time":{"start":1710287544910,"stop":1710287544911,"duration":1}},{"uid":"f956aab39190b59f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f956aab39190b59f","status":"passed","time":{"start":1710284805008,"stop":1710284805008,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"746e53115698be23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/746e53115698be23","status":"passed","time":{"start":1710307903499,"stop":1710307903500,"duration":1}},{"uid":"2f3f5917c71eabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f3f5917c71eabc3","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"ec597ce361d66792","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec597ce361d66792","status":"passed","time":{"start":1710287001716,"stop":1710287001717,"duration":1}},{"uid":"c8443f7a785a25dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8443f7a785a25dc","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a304d3776387cc8d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a304d3776387cc8d","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0}},{"uid":"730f8adb736453b7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/730f8adb736453b7","status":"passed","time":{"start":1710307358457,"stop":1710307358458,"duration":1}},{"uid":"2cf2c91c3c63c91c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf2c91c3c63c91c","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"29f95d6206c6b0f2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29f95d6206c6b0f2","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"61926b0960a885db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/61926b0960a885db","status":"passed","time":{"start":1710307914058,"stop":1710307914059,"duration":1}},{"uid":"3a22800c63a4b640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a22800c63a4b640","status":"passed","time":{"start":1710306807147,"stop":1710306807148,"duration":1}},{"uid":"c819b54ebb198203","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c819b54ebb198203","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8d2ba52bad61ff8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d2ba52bad61ff8e","status":"passed","time":{"start":1710284274242,"stop":1710284274243,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5bb15c1e84648ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5bb15c1e84648ab","status":"passed","time":{"start":1710308366458,"stop":1710308366459,"duration":1}},{"uid":"6c080a4167d9e353","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c080a4167d9e353","status":"passed","time":{"start":1710307247758,"stop":1710307247759,"duration":1}},{"uid":"17908005465c7534","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17908005465c7534","status":"passed","time":{"start":1710287456028,"stop":1710287456037,"duration":9}},{"uid":"7f508077e5a31ac7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7f508077e5a31ac7","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"74a66228bf3e1371","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/74a66228bf3e1371","status":"passed","time":{"start":1710308192972,"stop":1710308192972,"duration":0}},{"uid":"1f8ddc00796efc27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f8ddc00796efc27","status":"passed","time":{"start":1710307078651,"stop":1710307078651,"duration":0}},{"uid":"576ef8e5896cac60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/576ef8e5896cac60","status":"passed","time":{"start":1710287282003,"stop":1710287282004,"duration":1}},{"uid":"3896fe3c5469807","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3896fe3c5469807","status":"passed","time":{"start":1710284550775,"stop":1710284550775,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da3e5676f260a344","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/da3e5676f260a344","status":"passed","time":{"start":1710307897766,"stop":1710307897768,"duration":2}},{"uid":"dfc7567376b5301b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfc7567376b5301b","status":"passed","time":{"start":1710306791272,"stop":1710306791273,"duration":1}},{"uid":"dbc70ca470ea8a6f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbc70ca470ea8a6f","status":"passed","time":{"start":1710286996353,"stop":1710286996355,"duration":2}},{"uid":"a17c382df0269e13","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a17c382df0269e13","status":"passed","time":{"start":1710284258862,"stop":1710284258872,"duration":10}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db70e85df4bc8348","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db70e85df4bc8348","status":"passed","time":{"start":1710307923913,"stop":1710307923913,"duration":0}},{"uid":"bbc0d5284000a150","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0d5284000a150","status":"passed","time":{"start":1710306816840,"stop":1710306816840,"duration":0}},{"uid":"aedf1941f79480b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedf1941f79480b2","status":"passed","time":{"start":1710287022151,"stop":1710287022151,"duration":0}},{"uid":"a5365a83f4005597","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a5365a83f4005597","status":"passed","time":{"start":1710284284832,"stop":1710284284833,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"23b4e6317755ed0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/23b4e6317755ed0","status":"passed","time":{"start":1710308371307,"stop":1710308371307,"duration":0}},{"uid":"deb8785009bc7363","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/deb8785009bc7363","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"144efa8fde7f356e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/144efa8fde7f356e","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"11e8bda6b6ebe190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11e8bda6b6ebe190","status":"passed","time":{"start":1710284730221,"stop":1710284730222,"duration":1}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dbf4fc66db0b2495","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbf4fc66db0b2495","status":"passed","time":{"start":1710307889887,"stop":1710307889889,"duration":2}},{"uid":"184f5fda87c9205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/184f5fda87c9205f","status":"passed","time":{"start":1710306783346,"stop":1710306783348,"duration":2}},{"uid":"2421ba73c22099f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2421ba73c22099f5","status":"passed","time":{"start":1710286988505,"stop":1710286988507,"duration":2}},{"uid":"99f4b4b15a3c5b4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/99f4b4b15a3c5b4","status":"passed","time":{"start":1710284250977,"stop":1710284250978,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbaa443eb1a7ea22","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cbaa443eb1a7ea22","status":"passed","time":{"start":1710308192914,"stop":1710308192915,"duration":1}},{"uid":"892ad9469a60e80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/892ad9469a60e80","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"af1c9d44de9a7b4a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af1c9d44de9a7b4a","status":"passed","time":{"start":1710287281992,"stop":1710287281992,"duration":0}},{"uid":"bb9d7a29acd6f58a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb9d7a29acd6f58a","status":"passed","time":{"start":1710284550744,"stop":1710284550749,"duration":5}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8f74ce67607fe248","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f74ce67607fe248","status":"passed","time":{"start":1710308192970,"stop":1710308192971,"duration":1}},{"uid":"98f30a5843dbba20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/98f30a5843dbba20","status":"passed","time":{"start":1710307078650,"stop":1710307078650,"duration":0}},{"uid":"8df3b3f4d22af581","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8df3b3f4d22af581","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"f64f531c3d6ec712","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f64f531c3d6ec712","status":"passed","time":{"start":1710284550772,"stop":1710284550773,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"69d841d5eeafb782","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/69d841d5eeafb782","status":"passed","time":{"start":1710308167157,"stop":1710308167158,"duration":1}},{"uid":"aed4c493d9130c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aed4c493d9130c58","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"f76a11bd1edf0cd2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f76a11bd1edf0cd2","status":"passed","time":{"start":1710287245607,"stop":1710287245608,"duration":1}},{"uid":"7db5df00772b13ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7db5df00772b13ab","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0454d6ff7ece765","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0454d6ff7ece765","status":"passed","time":{"start":1710308463708,"stop":1710308463708,"duration":0}},{"uid":"aca240ab4abb749d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aca240ab4abb749d","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"a2687c77d073a37e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a2687c77d073a37e","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"4c760a2aad62b1cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4c760a2aad62b1cb","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"758448b39be27c9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/758448b39be27c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308572945,"stop":1710308572945,"duration":0}},{"uid":"e8eeb17c6ae0787e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8eeb17c6ae0787e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"cd01c97dc25236aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd01c97dc25236aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"15ecf93891d32e40","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15ecf93891d32e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934073,"stop":1710284934074,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"283e444ec6452b0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/283e444ec6452b0c","status":"passed","time":{"start":1710308225040,"stop":1710308225040,"duration":0}},{"uid":"179311409d54c394","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/179311409d54c394","status":"passed","time":{"start":1710307101317,"stop":1710307101318,"duration":1}},{"uid":"ea94e2e1ea23c81e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea94e2e1ea23c81e","status":"passed","time":{"start":1710287300125,"stop":1710287300125,"duration":0}},{"uid":"5004b2931f2ac1f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5004b2931f2ac1f0","status":"passed","time":{"start":1710284561379,"stop":1710284561379,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"829ede11b709a426","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/829ede11b709a426","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"duration":0}},{"uid":"c19b90daaf76611d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c19b90daaf76611d","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"c993653dc2e34e52","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c993653dc2e34e52","status":"passed","time":{"start":1710287300122,"stop":1710287300123,"duration":1}},{"uid":"472a4b3952c601e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/472a4b3952c601e8","status":"passed","time":{"start":1710284561378,"stop":1710284561378,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b6034001b13b02cf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6034001b13b02cf","status":"passed","time":{"start":1710308353087,"stop":1710308353087,"duration":0}},{"uid":"9dbb889798e0d6b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9dbb889798e0d6b2","status":"passed","time":{"start":1710307238429,"stop":1710307238429,"duration":0}},{"uid":"408daa9b4bc1f061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/408daa9b4bc1f061","status":"passed","time":{"start":1710287445563,"stop":1710287445563,"duration":0}},{"uid":"f5c96a0504f53016","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5c96a0504f53016","status":"passed","time":{"start":1710284710695,"stop":1710284710695,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da3572beffbb22d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/da3572beffbb22d9","status":"passed","time":{"start":1710308463705,"stop":1710308463708,"duration":3}},{"uid":"34fac85a434e9564","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34fac85a434e9564","status":"passed","time":{"start":1710307358466,"stop":1710307358466,"duration":0}},{"uid":"9b57218dd0c6c81","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b57218dd0c6c81","status":"passed","time":{"start":1710287569256,"stop":1710287569257,"duration":1}},{"uid":"75e2eb93dce870ec","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75e2eb93dce870ec","status":"passed","time":{"start":1710284852301,"stop":1710284852304,"duration":3}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"16a65405028bc6c5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16a65405028bc6c5","status":"passed","time":{"start":1710308097737,"stop":1710308097737,"duration":0}},{"uid":"a3974946fb4e638b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3974946fb4e638b","status":"passed","time":{"start":1710306994278,"stop":1710306994278,"duration":0}},{"uid":"1605140ba4479d55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1605140ba4479d55","status":"passed","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"f8a410bd4da78e2c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a410bd4da78e2c","status":"passed","time":{"start":1710284459557,"stop":1710284459558,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"dc8c4f107823ff47","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dc8c4f107823ff47","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308464141,"stop":1710308464141,"duration":0}},{"uid":"d1f8681bf8df9ccc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1f8681bf8df9ccc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351550,"stop":1710307351551,"duration":1}},{"uid":"d3460aa24b093fd6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d3460aa24b093fd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559412,"stop":1710287559412,"duration":0}},{"uid":"64e8878354412fba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64e8878354412fba","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823520,"stop":1710284823521,"duration":1}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"51acecb33833ebf4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51acecb33833ebf4","status":"passed","time":{"start":1710307914372,"stop":1710307914372,"duration":0}},{"uid":"e77564d107264cc0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e77564d107264cc0","status":"passed","time":{"start":1710306807580,"stop":1710306807581,"duration":1}},{"uid":"5a14807bbe49a76e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a14807bbe49a76e","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"bc9581c4e78d2fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc9581c4e78d2fe8","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2008042c6b59cae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2008042c6b59cae","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"duration":0}},{"uid":"9304872b0e847c78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9304872b0e847c78","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"c0b491c869733d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0b491c869733d6","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"c08d838e8b2d8eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c08d838e8b2d8eb","status":"passed","time":{"start":1710284279139,"stop":1710284279139,"duration":0}}]},"50f7600afac2b7bd5ee6cc157873edb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5b274a625f8917d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b5b274a625f8917d","status":"passed","time":{"start":1710284680793,"stop":1710284680793,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"70ba40a2b1007e6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70ba40a2b1007e6","status":"passed","time":{"start":1710307902926,"stop":1710307902928,"duration":2}},{"uid":"9c0b31cbe5ccf3b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c0b31cbe5ccf3b3","status":"passed","time":{"start":1710306795951,"stop":1710306795953,"duration":2}},{"uid":"39170dce51057abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39170dce51057abd","status":"passed","time":{"start":1710287001219,"stop":1710287001221,"duration":2}},{"uid":"e04992867ebafe01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04992867ebafe01","status":"passed","time":{"start":1710284263736,"stop":1710284263738,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"89ca8c82e825b65e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/89ca8c82e825b65e","status":"passed","time":{"start":1710307914056,"stop":1710307914056,"duration":0}},{"uid":"650a853b2ce60d7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/650a853b2ce60d7d","status":"passed","time":{"start":1710306807145,"stop":1710306807145,"duration":0}},{"uid":"93857a34822761eb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93857a34822761eb","status":"passed","time":{"start":1710287012264,"stop":1710287012264,"duration":0}},{"uid":"259d3642f38a1d0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/259d3642f38a1d0","status":"passed","time":{"start":1710284274240,"stop":1710284274240,"duration":0}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30f590d96d7726c4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30f590d96d7726c4","status":"passed","time":{"start":1710307914070,"stop":1710307914070,"duration":0}},{"uid":"d43f84cb41bb53a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d43f84cb41bb53a1","status":"passed","time":{"start":1710306807148,"stop":1710306807149,"duration":1}},{"uid":"133c48c4bf5033a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/133c48c4bf5033a5","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"ad68b32a5a235ab5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ad68b32a5a235ab5","status":"passed","time":{"start":1710284274244,"stop":1710284274244,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd45b9a173e5cb28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd45b9a173e5cb28","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0}},{"uid":"7df7c6ee63b234b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7df7c6ee63b234b8","status":"passed","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"c115844d7880794c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c115844d7880794c","status":"passed","time":{"start":1710287674903,"stop":1710287674903,"duration":0}},{"uid":"9d0b721adbe7723f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d0b721adbe7723f","status":"passed","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59599f58f3b10d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/59599f58f3b10d7","status":"passed","time":{"start":1710308494292,"stop":1710308494292,"duration":0}},{"uid":"27073afe74dd3c08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27073afe74dd3c08","status":"passed","time":{"start":1710307383800,"stop":1710307383801,"duration":1}},{"uid":"f5432f111ef10192","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f5432f111ef10192","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"b03794b78c7cf590","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03794b78c7cf590","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"de258e8515ffeadf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/de258e8515ffeadf","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"duration":0}},{"uid":"76a3b3b5e528481a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/76a3b3b5e528481a","status":"passed","time":{"start":1710306796608,"stop":1710306796608,"duration":0}},{"uid":"f32fc7148002466e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f32fc7148002466e","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"e6b752d03cc821e9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6b752d03cc821e9","status":"passed","time":{"start":1710284264390,"stop":1710284264390,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fc1f472da8fdd0a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fc1f472da8fdd0a","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"duration":0}},{"uid":"c6464def5efb043e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6464def5efb043e","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0}},{"uid":"24d67a152fb640d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24d67a152fb640d7","status":"passed","time":{"start":1710287196195,"stop":1710287196196,"duration":1}},{"uid":"6da118a3c5909de6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6da118a3c5909de6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e8fabb958e19000b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8fabb958e19000b","status":"passed","time":{"start":1710308357664,"stop":1710308357664,"duration":0}},{"uid":"6baaff4bb81b1029","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6baaff4bb81b1029","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4bd8fa3c3d62db2b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bd8fa3c3d62db2b","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"47df6dda5baf3492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47df6dda5baf3492","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"658fc70cc0b4b5d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/658fc70cc0b4b5d7","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"duration":0}},{"uid":"5ee756fea438a477","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ee756fea438a477","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"27510ecf5b4d9af","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27510ecf5b4d9af","status":"passed","time":{"start":1710287023847,"stop":1710287023847,"duration":0}},{"uid":"eb566a756952d1fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb566a756952d1fb","status":"passed","time":{"start":1710284286704,"stop":1710284286704,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"801d856912befc9b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/801d856912befc9b","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"duration":0}},{"uid":"a1429473f82d3959","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a1429473f82d3959","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"2451619aa855d5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2451619aa855d5e9","status":"passed","time":{"start":1710286988736,"stop":1710286988737,"duration":1}},{"uid":"aea625bb3f347453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aea625bb3f347453","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e64a00d603ae3445","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e64a00d603ae3445","status":"passed","time":{"start":1710308426361,"stop":1710308426361,"duration":0}},{"uid":"6b3a2aebad6f2d5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6b3a2aebad6f2d5a","status":"passed","time":{"start":1710307300368,"stop":1710307300369,"duration":1}},{"uid":"7e56a23afc076a20","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e56a23afc076a20","status":"passed","time":{"start":1710287503527,"stop":1710287503527,"duration":0}},{"uid":"2d7fc06dfd45ba6c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2d7fc06dfd45ba6c","status":"passed","time":{"start":1710284762778,"stop":1710284762779,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c41945c4b8cbfead","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c41945c4b8cbfead","status":"passed","time":{"start":1710308097735,"stop":1710308097735,"duration":0}},{"uid":"bac580444c8ffa96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bac580444c8ffa96","status":"passed","time":{"start":1710306994275,"stop":1710306994276,"duration":1}},{"uid":"574773b660d489b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/574773b660d489b5","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"ece4a120a1dbcd85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ece4a120a1dbcd85","status":"passed","time":{"start":1710284459545,"stop":1710284459547,"duration":2}}]},"823078815261aa4bd9a13537d910b17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9da0751e386ea248","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9da0751e386ea248","status":"passed","time":{"start":1710287196194,"stop":1710287196195,"duration":1}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b14ca8c15c626435","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b14ca8c15c626435","status":"passed","time":{"start":1710307948136,"stop":1710307948137,"duration":1}},{"uid":"b4141f08ebea1fcd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4141f08ebea1fcd","status":"passed","time":{"start":1710306841075,"stop":1710306841075,"duration":0}},{"uid":"c1653a089c469bb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1653a089c469bb0","status":"passed","time":{"start":1710287046526,"stop":1710287046526,"duration":0}},{"uid":"caf3dfbe8139c8a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/caf3dfbe8139c8a4","status":"passed","time":{"start":1710284309645,"stop":1710284309645,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"dbb9702127f61154","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbb9702127f61154","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307950775,"stop":1710307950776,"duration":1}},{"uid":"4bc2a826a07b6814","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc2a826a07b6814","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"c71bb5c4cc9b5f47","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c71bb5c4cc9b5f47","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049803,"duration":1}},{"uid":"fbed2b316cc4462b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbed2b316cc4462b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312211,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7be882f99455ca53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7be882f99455ca53","status":"passed","time":{"start":1710307924459,"stop":1710307924459,"duration":0}},{"uid":"18066555c83e69dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18066555c83e69dd","status":"passed","time":{"start":1710306817452,"stop":1710306817452,"duration":0}},{"uid":"367fbfa603dbe1a1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367fbfa603dbe1a1","status":"passed","time":{"start":1710287022682,"stop":1710287022682,"duration":0}},{"uid":"264d4d0f51d2d2d7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/264d4d0f51d2d2d7","status":"passed","time":{"start":1710284285361,"stop":1710284285361,"duration":0}}]},"23894bbb117ede5090e28f3cfe09faaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c224616cb3d53871","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c224616cb3d53871","status":"passed","time":{"start":1710284852314,"stop":1710284852314,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"104040261e5581e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/104040261e5581e1","status":"passed","time":{"start":1710308325356,"stop":1710308325357,"duration":1}},{"uid":"be4ed2861859f6eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/be4ed2861859f6eb","status":"passed","time":{"start":1710307209808,"stop":1710307209808,"duration":0}},{"uid":"bd5f4a931d0c32c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd5f4a931d0c32c0","status":"passed","time":{"start":1710287415614,"stop":1710287415614,"duration":0}},{"uid":"aac6b4dd37beb7fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aac6b4dd37beb7fe","status":"passed","time":{"start":1710284682353,"stop":1710284682353,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c7d3b14d46472c1d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c7d3b14d46472c1d","status":"passed","time":{"start":1710308481021,"stop":1710308481022,"duration":1}},{"uid":"953b6c4958f6ffe2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/953b6c4958f6ffe2","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"d68e64fa904c5f58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d68e64fa904c5f58","status":"passed","time":{"start":1710287560341,"stop":1710287560342,"duration":1}},{"uid":"a6214bca33c8df9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6214bca33c8df9a","status":"passed","time":{"start":1710284826096,"stop":1710284826097,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e5a01a74d62c8db0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e5a01a74d62c8db0","status":"passed","time":{"start":1710308092714,"stop":1710308092715,"duration":1}},{"uid":"9faf2ce3540f6444","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9faf2ce3540f6444","status":"passed","time":{"start":1710306981513,"stop":1710306981514,"duration":1}},{"uid":"cd919f6887e78f60","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cd919f6887e78f60","status":"passed","time":{"start":1710287198164,"stop":1710287198165,"duration":1}},{"uid":"be87ec19192cd4a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be87ec19192cd4a9","status":"passed","time":{"start":1710284460003,"stop":1710284460003,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9750a678d29afff7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9750a678d29afff7","status":"passed","time":{"start":1710307918134,"stop":1710307918135,"duration":1}},{"uid":"8b043309421b5cb4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b043309421b5cb4","status":"passed","time":{"start":1710306811116,"stop":1710306811116,"duration":0}},{"uid":"137ac58dd42e9eda","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/137ac58dd42e9eda","status":"passed","time":{"start":1710287016344,"stop":1710287016344,"duration":0}},{"uid":"10b20c6c570ef1d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/10b20c6c570ef1d1","status":"passed","time":{"start":1710284279138,"stop":1710284279139,"duration":1}}]},"b4806174f4968d20cf8972b308e5c75d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11394e9e3c68f30c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11394e9e3c68f30c","status":"passed","time":{"start":1710306994273,"stop":1710306994274,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"df5f276deba61d86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/df5f276deba61d86","status":"passed","time":{"start":1710308092710,"stop":1710308092713,"duration":3}},{"uid":"1d6a89bd245e2f5a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d6a89bd245e2f5a","status":"passed","time":{"start":1710306981511,"stop":1710306981512,"duration":1}},{"uid":"840327b34ced16b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/840327b34ced16b6","status":"passed","time":{"start":1710287198163,"stop":1710287198163,"duration":0}},{"uid":"e2cd3a6faf7bbfb6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2cd3a6faf7bbfb6","status":"passed","time":{"start":1710284460001,"stop":1710284460002,"duration":1}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"442f47c9965aeae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/442f47c9965aeae","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"duration":0}},{"uid":"11290bacd315498c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11290bacd315498c","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"402418ceb5ef97be","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/402418ceb5ef97be","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"e0b374d9ae81079b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0b374d9ae81079b","status":"passed","time":{"start":1710284279137,"stop":1710284279137,"duration":0}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4472405c6bf9f8a8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4472405c6bf9f8a8","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"duration":0}},{"uid":"2f99f2f7f33bd728","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f99f2f7f33bd728","status":"passed","time":{"start":1710307365852,"stop":1710307365855,"duration":3}},{"uid":"daf82d0c4e0813e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/daf82d0c4e0813e","status":"passed","time":{"start":1710287564360,"stop":1710287564361,"duration":1}},{"uid":"713c9f26a9eb5f3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/713c9f26a9eb5f3d","status":"passed","time":{"start":1710284831317,"stop":1710284831318,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"25a34fe7b6309061","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/25a34fe7b6309061","status":"passed","time":{"start":1710308092700,"stop":1710308092701,"duration":1}},{"uid":"2252bf85cd52830f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2252bf85cd52830f","status":"passed","time":{"start":1710306981505,"stop":1710306981505,"duration":0}},{"uid":"88717295bb2bb967","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/88717295bb2bb967","status":"passed","time":{"start":1710287198119,"stop":1710287198120,"duration":1}},{"uid":"ed87a25412fe121c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed87a25412fe121c","status":"passed","time":{"start":1710284459995,"stop":1710284459996,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e433e189c24b9d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e433e189c24b9d1","status":"passed","time":{"start":1710308371315,"stop":1710308371316,"duration":1}},{"uid":"ba2ddcbdc34fffa6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba2ddcbdc34fffa6","status":"passed","time":{"start":1710307259442,"stop":1710307259443,"duration":1}},{"uid":"6c7d61222f040264","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c7d61222f040264","status":"passed","time":{"start":1710287460908,"stop":1710287460908,"duration":0}},{"uid":"5ae5168f818536fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ae5168f818536fd","status":"passed","time":{"start":1710284730226,"stop":1710284730226,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eadf6cd2815d2836","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eadf6cd2815d2836","status":"passed","time":{"start":1710308416747,"stop":1710308416747,"duration":0}},{"uid":"6190bac82b7d7883","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6190bac82b7d7883","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"565d5b9f07222ffe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/565d5b9f07222ffe","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"600d5aedb4c61234","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600d5aedb4c61234","status":"passed","time":{"start":1710284775872,"stop":1710284775873,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac4d3faef5e2b526","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac4d3faef5e2b526","status":"passed","time":{"start":1710308322564,"stop":1710308322565,"duration":1}},{"uid":"e2d34721d9d1fa3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2d34721d9d1fa3a","status":"passed","time":{"start":1710307207046,"stop":1710307207047,"duration":1}},{"uid":"9895e602aeed61f7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9895e602aeed61f7","status":"passed","time":{"start":1710287412738,"stop":1710287412739,"duration":1}},{"uid":"dc6525a3f44185fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc6525a3f44185fa","status":"passed","time":{"start":1710284680764,"stop":1710284680764,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc4806e8d40a6527","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc4806e8d40a6527","status":"passed","time":{"start":1710308416740,"stop":1710308416742,"duration":2}},{"uid":"431b7e4e075f97cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/431b7e4e075f97cc","status":"passed","time":{"start":1710307308646,"stop":1710307308646,"duration":0}},{"uid":"5d9b8e8a4d3c23e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5d9b8e8a4d3c23e4","status":"passed","time":{"start":1710287509779,"stop":1710287509779,"duration":0}},{"uid":"b4f0901b29322dc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4f0901b29322dc1","status":"passed","time":{"start":1710284775864,"stop":1710284775865,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7724b163879864e6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7724b163879864e6","status":"passed","time":{"start":1710308463691,"stop":1710308463691,"duration":0}},{"uid":"f5c0f2e3af496c30","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5c0f2e3af496c30","status":"passed","time":{"start":1710307358461,"stop":1710307358462,"duration":1}},{"uid":"41d137d7c8a37ca4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/41d137d7c8a37ca4","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"394f52482df58817","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/394f52482df58817","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"17b7f08f56085ca6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17b7f08f56085ca6","status":"passed","time":{"start":1710308402072,"stop":1710308402073,"duration":1}},{"uid":"a7a2ea1325f77e08","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7a2ea1325f77e08","status":"passed","time":{"start":1710307285627,"stop":1710307285627,"duration":0}},{"uid":"459b27d3cd9a6d7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/459b27d3cd9a6d7e","status":"passed","time":{"start":1710287499225,"stop":1710287499226,"duration":1}},{"uid":"303fcb4e1b4e2629","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/303fcb4e1b4e2629","status":"passed","time":{"start":1710284765829,"stop":1710284765830,"duration":1}}]},"70a767e4b930526214fbc0ed1d3d34cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b20a98adec2ef5a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b20a98adec2ef5a","status":"passed","time":{"start":1710287483710,"stop":1710287483710,"duration":0}},{"uid":"bb4f9bbc42a4a6d8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb4f9bbc42a4a6d8","status":"passed","time":{"start":1710284751207,"stop":1710284751208,"duration":1}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f031c494248cbf8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f031c494248cbf8","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"duration":0}},{"uid":"3559c6fbc13d9ea7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3559c6fbc13d9ea7","status":"passed","time":{"start":1710307045661,"stop":1710307045661,"duration":0}},{"uid":"bb40599a25df254b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb40599a25df254b","status":"passed","time":{"start":1710287245609,"stop":1710287245611,"duration":2}},{"uid":"b4c624ec20cd9904","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b4c624ec20cd9904","status":"passed","time":{"start":1710284503142,"stop":1710284503143,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c219c5cdd92dffd7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c219c5cdd92dffd7","status":"passed","time":{"start":1710308097729,"stop":1710308097729,"duration":0}},{"uid":"f06232fe0196685e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f06232fe0196685e","status":"passed","time":{"start":1710306994269,"stop":1710306994270,"duration":1}},{"uid":"1dd01419f639eb43","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1dd01419f639eb43","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"6cb95b937b890881","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6cb95b937b890881","status":"passed","time":{"start":1710284459538,"stop":1710284459539,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b944e98ee8cf4ca4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b944e98ee8cf4ca4","status":"passed","time":{"start":1710307971894,"stop":1710307971895,"duration":1}},{"uid":"374c0a9af5c35192","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/374c0a9af5c35192","status":"passed","time":{"start":1710306865884,"stop":1710306865885,"duration":1}},{"uid":"e954f206bd1a5a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e954f206bd1a5a3","status":"passed","time":{"start":1710287067215,"stop":1710287067216,"duration":1}},{"uid":"eb43e27a1e682313","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eb43e27a1e682313","status":"passed","time":{"start":1710284328536,"stop":1710284328536,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37a395b22fd28cd5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/37a395b22fd28cd5","status":"passed","time":{"start":1710307898065,"stop":1710307898065,"duration":0}},{"uid":"b5f07f518d95efc2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5f07f518d95efc2","status":"passed","time":{"start":1710306791181,"stop":1710306791186,"duration":5}},{"uid":"559eb600938a30ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/559eb600938a30ed","status":"passed","time":{"start":1710286996394,"stop":1710286996394,"duration":0}},{"uid":"9564c7ec914acbc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9564c7ec914acbc4","status":"passed","time":{"start":1710284259032,"stop":1710284259032,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b6963d4d261cb89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6963d4d261cb89","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"duration":0}},{"uid":"824bf4373ffe1857","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/824bf4373ffe1857","status":"passed","time":{"start":1710306994271,"stop":1710306994272,"duration":1}},{"uid":"607df09132afb29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/607df09132afb29","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"1afea2e9929d6bbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1afea2e9929d6bbe","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"a785f8092a7a73f358d38d07164b5cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"83079f62ee1ee2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83079f62ee1ee2a","status":"broken","statusDetails":"(HTTP code 404) no such container - No such container: f0c984ffbf9006b52137d34a2cd9e27434c42c799a63b497623a2af07c093d74 ","time":{"start":1710308388677,"stop":1710308388677,"duration":0}},{"uid":"cc59c9a10a2d041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc59c9a10a2d041","status":"broken","statusDetails":"(HTTP code 404) no such container - No such container: 40cfc6e809b259d80302cc28530c5001daa9d9bbc48ba91433794052f3b28e7a ","time":{"start":1710307270090,"stop":1710307270091,"duration":1}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"36f6d6f97d645dd5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/36f6d6f97d645dd5","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0}},{"uid":"2c3cf95941c3b38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c3cf95941c3b38f","status":"passed","time":{"start":1710306791805,"stop":1710306791806,"duration":1}},{"uid":"cdb06e607c3b8985","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cdb06e607c3b8985","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"ec8a8bd81de31ac4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ec8a8bd81de31ac4","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62eed97231bd16b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62eed97231bd16b6","status":"passed","time":{"start":1710308322566,"stop":1710308322567,"duration":1}},{"uid":"2ecb5beb9cd837ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ecb5beb9cd837ab","status":"passed","time":{"start":1710307207048,"stop":1710307207049,"duration":1}},{"uid":"ab921c90e25d43e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab921c90e25d43e7","status":"passed","time":{"start":1710287412739,"stop":1710287412740,"duration":1}},{"uid":"3f8d382ae7449437","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f8d382ae7449437","status":"passed","time":{"start":1710284680765,"stop":1710284680766,"duration":1}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dfcaf59b68762f18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfcaf59b68762f18","status":"passed","time":{"start":1710308322595,"stop":1710308322596,"duration":1}},{"uid":"43ec9a647e3c6b96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43ec9a647e3c6b96","status":"passed","time":{"start":1710307207058,"stop":1710307207063,"duration":5}},{"uid":"9f1a7f72937f770a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f1a7f72937f770a","status":"passed","time":{"start":1710287412745,"stop":1710287412746,"duration":1}},{"uid":"2c8b80af96a0a741","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c8b80af96a0a741","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1e70bbe19ad57926","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e70bbe19ad57926","status":"passed","time":{"start":1710308416727,"stop":1710308416727,"duration":0}},{"uid":"f7c2deca11224d58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7c2deca11224d58","status":"passed","time":{"start":1710307308632,"stop":1710307308632,"duration":0}},{"uid":"b16f00f5a53f28f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b16f00f5a53f28f5","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"32fe049c28e46b44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32fe049c28e46b44","status":"passed","time":{"start":1710284775855,"stop":1710284775856,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bff70a352c922ddf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bff70a352c922ddf","status":"passed","time":{"start":1710308231895,"stop":1710308231896,"duration":1}},{"uid":"84f9195fc0f8e0a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/84f9195fc0f8e0a9","status":"passed","time":{"start":1710307105570,"stop":1710307105570,"duration":0}},{"uid":"ce4e170221b2c703","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce4e170221b2c703","status":"passed","time":{"start":1710287305055,"stop":1710287305055,"duration":0}},{"uid":"c2fb4a0b0dfb7649","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c2fb4a0b0dfb7649","status":"passed","time":{"start":1710284567198,"stop":1710284567198,"duration":0}}]},"aa3a7debf2bd11df6a7f3528f3e76ae9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"205ccb75d17f1e67","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/205ccb75d17f1e67","status":"passed","time":{"start":1710307308629,"stop":1710307308630,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4a72e0f50ab33385","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4a72e0f50ab33385","status":"passed","time":{"start":1710308353089,"stop":1710308353098,"duration":9}},{"uid":"22de5cbb2c158a6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22de5cbb2c158a6a","status":"passed","time":{"start":1710307238432,"stop":1710307238433,"duration":1}},{"uid":"2a4b3eb236fe8111","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a4b3eb236fe8111","status":"passed","time":{"start":1710287445565,"stop":1710287445565,"duration":0}},{"uid":"fb0565c2569c8cac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb0565c2569c8cac","status":"passed","time":{"start":1710284710701,"stop":1710284710702,"duration":1}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c93309cc785a8f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c93309cc785a8f3","status":"passed","time":{"start":1710308426368,"stop":1710308426368,"duration":0}},{"uid":"cf701fc9996a67b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf701fc9996a67b0","status":"passed","time":{"start":1710307300371,"stop":1710307300375,"duration":4}},{"uid":"2096c65938706d89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2096c65938706d89","status":"passed","time":{"start":1710287503529,"stop":1710287503530,"duration":1}},{"uid":"5dc4a825577924bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc4a825577924bf","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b52bafb347cd27f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b52bafb347cd27f2","status":"passed","time":{"start":1710308433839,"stop":1710308433840,"duration":1}},{"uid":"e6cbeffff593b0af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6cbeffff593b0af","status":"passed","time":{"start":1710307325063,"stop":1710307325063,"duration":0}},{"uid":"1636286a4234b5dc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1636286a4234b5dc","status":"passed","time":{"start":1710287537360,"stop":1710287537361,"duration":1}},{"uid":"d33384103467515","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d33384103467515","status":"passed","time":{"start":1710284796483,"stop":1710284796484,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e8ed92cf92361e36","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8ed92cf92361e36","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"duration":0}},{"uid":"24fd25e99833117d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24fd25e99833117d","status":"passed","time":{"start":1710307207051,"stop":1710307207052,"duration":1}},{"uid":"e259adf52f179942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e259adf52f179942","status":"passed","time":{"start":1710287412743,"stop":1710287412744,"duration":1}},{"uid":"c7096ff76e5931cf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7096ff76e5931cf","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b21d2a90f8da1c78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b21d2a90f8da1c78","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"duration":0}},{"uid":"507f40509b1b0efe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/507f40509b1b0efe","status":"passed","time":{"start":1710306807582,"stop":1710306807582,"duration":0}},{"uid":"4b8349a94fd08bfb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4b8349a94fd08bfb","status":"passed","time":{"start":1710287012803,"stop":1710287012804,"duration":1}},{"uid":"d20fb86e1edef5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d20fb86e1edef5","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"598779bc0e58bb748824fb3e5e3236ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3255fe8979172f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f3255fe8979172f2","status":"passed","time":{"start":1710307207094,"stop":1710307207095,"duration":1}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fe3045070ee056f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fe3045070ee056f","status":"passed","time":{"start":1710308192977,"stop":1710308192977,"duration":0}},{"uid":"4956183f40287201","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4956183f40287201","status":"passed","time":{"start":1710307078652,"stop":1710307078653,"duration":1}},{"uid":"aa3f8083f72cd52d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa3f8083f72cd52d","status":"passed","time":{"start":1710287282005,"stop":1710287282006,"duration":1}},{"uid":"a936067d6a56d6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a936067d6a56d6f","status":"passed","time":{"start":1710284550778,"stop":1710284550778,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"109206928d717bb8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/109206928d717bb8","status":"passed","time":{"start":1710308494292,"stop":1710308494293,"duration":1}},{"uid":"ee8f0588407f024b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee8f0588407f024b","status":"passed","time":{"start":1710307383801,"stop":1710307383801,"duration":0}},{"uid":"8f2e70d2b4dfe715","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f2e70d2b4dfe715","status":"passed","time":{"start":1710287594295,"stop":1710287594295,"duration":0}},{"uid":"16138e721283175","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/16138e721283175","status":"passed","time":{"start":1710284859499,"stop":1710284859500,"duration":1}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b01fe7edcdf95a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b01fe7edcdf95a5","status":"passed","time":{"start":1710307950773,"stop":1710307950773,"duration":0}},{"uid":"bcb300717e507f66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcb300717e507f66","status":"passed","time":{"start":1710306844174,"stop":1710306844175,"duration":1}},{"uid":"a0346a96121f6c71","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0346a96121f6c71","status":"passed","time":{"start":1710287049797,"stop":1710287049798,"duration":1}},{"uid":"42de015596a8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42de015596a8f5","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7d50c79b1c7fc277","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d50c79b1c7fc277","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0}},{"uid":"79872207cf39daca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79872207cf39daca","status":"passed","time":{"start":1710306791804,"stop":1710306791805,"duration":1}},{"uid":"b3935b7cd621d25d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b3935b7cd621d25d","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"ccf7ef1483fe39dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ccf7ef1483fe39dc","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"32eecb16e9bac87dfc40529a8ed34ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc1488d478c0318a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc1488d478c0318a","status":"passed","time":{"start":1710308463734,"stop":1710308463741,"duration":7}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"72a930bef07a5858","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/72a930bef07a5858","status":"passed","time":{"start":1710308463708,"stop":1710308463709,"duration":1}},{"uid":"c67e5097289e79a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c67e5097289e79a2","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"277f2bb4900d4b88","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/277f2bb4900d4b88","status":"passed","time":{"start":1710287569257,"stop":1710287569257,"duration":0}},{"uid":"a67145926b826a05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a67145926b826a05","status":"passed","time":{"start":1710284852304,"stop":1710284852304,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f15e2d6dc7cce18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f15e2d6dc7cce18","status":"passed","time":{"start":1710308463731,"stop":1710308463731,"duration":0}},{"uid":"968a1ec7be9646c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/968a1ec7be9646c1","status":"passed","time":{"start":1710307358473,"stop":1710307358474,"duration":1}},{"uid":"b7c40110494c8cc7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7c40110494c8cc7","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"8fd688594ff524d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fd688594ff524d5","status":"passed","time":{"start":1710284852313,"stop":1710284852313,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"17fc99058e7599e4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17fc99058e7599e4","status":"passed","time":{"start":1710308463693,"stop":1710308463693,"duration":0}},{"uid":"a455888423ac0599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a455888423ac0599","status":"passed","time":{"start":1710307358464,"stop":1710307358464,"duration":0}},{"uid":"5e8bcc7762c66b5c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e8bcc7762c66b5c","status":"passed","time":{"start":1710287569255,"stop":1710287569255,"duration":0}},{"uid":"aeefa4b4fc9f26d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/aeefa4b4fc9f26d","status":"passed","time":{"start":1710284852299,"stop":1710284852300,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7929bfc9e9d0147c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7929bfc9e9d0147c","status":"passed","time":{"start":1710308433841,"stop":1710308433841,"duration":0}},{"uid":"3595c21704790a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3595c21704790a23","status":"passed","time":{"start":1710307325063,"stop":1710307325064,"duration":1}},{"uid":"447f0bd543f4273b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/447f0bd543f4273b","status":"passed","time":{"start":1710287537361,"stop":1710287537361,"duration":0}},{"uid":"a81265624abc94da","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a81265624abc94da","status":"passed","time":{"start":1710284796484,"stop":1710284796484,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fde04bd30e1a5e7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fde04bd30e1a5e7","status":"passed","time":{"start":1710307940135,"stop":1710307940138,"duration":3}},{"uid":"bcc25b97e22d5389","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcc25b97e22d5389","status":"passed","time":{"start":1710306833580,"stop":1710306833582,"duration":2}},{"uid":"418aec6d809a39f1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/418aec6d809a39f1","status":"passed","time":{"start":1710287039373,"stop":1710287039375,"duration":2}},{"uid":"6347bc92e6527f35","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6347bc92e6527f35","status":"passed","time":{"start":1710284302025,"stop":1710284302030,"duration":5}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f2474eeecef8ba48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2474eeecef8ba48","status":"passed","time":{"start":1710308092684,"stop":1710308092685,"duration":1}},{"uid":"8e3bbc41f1d409","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e3bbc41f1d409","status":"passed","time":{"start":1710306981490,"stop":1710306981490,"duration":0}},{"uid":"65f6563c887c652c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/65f6563c887c652c","status":"passed","time":{"start":1710287198103,"stop":1710287198104,"duration":1}},{"uid":"b71e8871c3b848f4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b71e8871c3b848f4","status":"passed","time":{"start":1710284459985,"stop":1710284459986,"duration":1}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4012606e41e24ec","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d4012606e41e24ec","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"duration":0}},{"uid":"bb0fdb54a62df8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0fdb54a62df8e","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"aebe053e3bbfb726","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aebe053e3bbfb726","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"210b145aceac893e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/210b145aceac893e","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"29a6a7bbf70834a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29a6a7bbf70834a9","status":"passed","time":{"start":1710307950770,"stop":1710307950772,"duration":2}},{"uid":"2ff27dd2aca6d39c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ff27dd2aca6d39c","status":"passed","time":{"start":1710306844173,"stop":1710306844173,"duration":0}},{"uid":"9cf18aece570904b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9cf18aece570904b","status":"passed","time":{"start":1710287049795,"stop":1710287049796,"duration":1}},{"uid":"95f4c8806979d5b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95f4c8806979d5b9","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"632e4713bacd2fb5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/632e4713bacd2fb5","status":"passed","time":{"start":1710308366512,"stop":1710308366512,"duration":0}},{"uid":"2c0abfdfabf9ae75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0abfdfabf9ae75","status":"passed","time":{"start":1710307247769,"stop":1710307247769,"duration":0}},{"uid":"bf8686d56ec0432f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8686d56ec0432f","status":"passed","time":{"start":1710287456068,"stop":1710287456068,"duration":0}},{"uid":"3f589648b0508864","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3f589648b0508864","status":"passed","time":{"start":1710284723021,"stop":1710284723021,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f8165fc4a6960e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f8165fc4a6960e1","status":"passed","time":{"start":1710308416722,"stop":1710308416723,"duration":1}},{"uid":"e08fbc7d1d669cd6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e08fbc7d1d669cd6","status":"passed","time":{"start":1710307308625,"stop":1710307308626,"duration":1}},{"uid":"4e771888c988c08b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e771888c988c08b","status":"passed","time":{"start":1710287509748,"stop":1710287509749,"duration":1}},{"uid":"319aff53cb0b3685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/319aff53cb0b3685","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7526c5ff44f936","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d7526c5ff44f936","status":"passed","time":{"start":1710307991226,"stop":1710307991227,"duration":1}},{"uid":"7254d42a33efe684","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7254d42a33efe684","status":"passed","time":{"start":1710306877074,"stop":1710306877074,"duration":0}},{"uid":"c42313b1ce0d484c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c42313b1ce0d484c","status":"passed","time":{"start":1710287085418,"stop":1710287085418,"duration":0}},{"uid":"20458cf306ad92cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20458cf306ad92cc","status":"passed","time":{"start":1710284350512,"stop":1710284350513,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c54954d908a46041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c54954d908a46041","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"duration":0}},{"uid":"7375b5fe7f2e0efd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7375b5fe7f2e0efd","status":"passed","time":{"start":1710306791808,"stop":1710306791809,"duration":1}},{"uid":"d590d24181710c11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d590d24181710c11","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fcef8cbe7ce48a24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcef8cbe7ce48a24","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"10ec031ba2621475","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10ec031ba2621475","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0}},{"uid":"3a5d6b5a6dc7ab5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a5d6b5a6dc7ab5d","status":"passed","time":{"start":1710307465621,"stop":1710307465622,"duration":1}},{"uid":"c62257ad5f48e095","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c62257ad5f48e095","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"665bd1a26706691e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/665bd1a26706691e","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1db4fc4c2d960b8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1db4fc4c2d960b8c","status":"passed","time":{"start":1710308225039,"stop":1710308225039,"duration":0}},{"uid":"f8f575284b0cd59f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f8f575284b0cd59f","status":"passed","time":{"start":1710307101316,"stop":1710307101316,"duration":0}},{"uid":"99e2204a4a186c0c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99e2204a4a186c0c","status":"passed","time":{"start":1710287300121,"stop":1710287300122,"duration":1}},{"uid":"2c1314d7f583ff23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c1314d7f583ff23","status":"passed","time":{"start":1710284561377,"stop":1710284561377,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d48597e1996675e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d48597e1996675e","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0}},{"uid":"57d78f0b3523a242","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d78f0b3523a242","status":"passed","time":{"start":1710306807024,"stop":1710306807025,"duration":1}},{"uid":"a46f193a27a35b36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f193a27a35b36","status":"passed","time":{"start":1710287011901,"stop":1710287011902,"duration":1}},{"uid":"489047c3678597a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/489047c3678597a3","status":"passed","time":{"start":1710284274565,"stop":1710284274565,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2d476eb80a9e8d30","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2d476eb80a9e8d30","status":"passed","time":{"start":1710308463692,"stop":1710308463692,"duration":0}},{"uid":"9d054ecd1d11d4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d054ecd1d11d4dc","status":"passed","time":{"start":1710307358463,"stop":1710307358463,"duration":0}},{"uid":"f3691254b0bf8e31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3691254b0bf8e31","status":"passed","time":{"start":1710287569254,"stop":1710287569254,"duration":0}},{"uid":"380b6055b7b68f08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/380b6055b7b68f08","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b43f163f9062a3a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b43f163f9062a3a3","status":"passed","time":{"start":1710308463674,"stop":1710308463674,"duration":0}},{"uid":"66a448733488435","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66a448733488435","status":"passed","time":{"start":1710307358453,"stop":1710307358454,"duration":1}},{"uid":"aa9fb4fd49ef423c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9fb4fd49ef423c","status":"passed","time":{"start":1710287569241,"stop":1710287569242,"duration":1}},{"uid":"e470cdd53d4623e8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e470cdd53d4623e8","status":"passed","time":{"start":1710284852271,"stop":1710284852271,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa4e3e175b818004","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa4e3e175b818004","status":"passed","time":{"start":1710307923912,"stop":1710307923912,"duration":0}},{"uid":"3933ea1f3a2816a7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3933ea1f3a2816a7","status":"passed","time":{"start":1710306816839,"stop":1710306816839,"duration":0}},{"uid":"9af3d64b29c1f40c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9af3d64b29c1f40c","status":"passed","time":{"start":1710287022150,"stop":1710287022151,"duration":1}},{"uid":"8ec013af2d4c115d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ec013af2d4c115d","status":"passed","time":{"start":1710284284831,"stop":1710284284832,"duration":1}}]},"1a21e13473e30710f8cfaca1ac90eed7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a5294624bccf84b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1a5294624bccf84b","status":"passed","time":{"start":1710284852313,"stop":1710284852313,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2aa78ba7033620f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2aa78ba7033620f1","status":"passed","time":{"start":1710308572943,"stop":1710308572944,"duration":1}},{"uid":"83de1c0272cb2338","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83de1c0272cb2338","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"bd646075682702fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd646075682702fc","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"d13a7f38e8ea1414","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d13a7f38e8ea1414","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a4c5ee5fa0ac66ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4c5ee5fa0ac66ca","status":"passed","time":{"start":1710308416735,"stop":1710308416736,"duration":1}},{"uid":"3abdc73832c6540d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3abdc73832c6540d","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"79db02969a51c5b1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/79db02969a51c5b1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"305b71458ba093ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/305b71458ba093ac","status":"passed","time":{"start":1710284775862,"stop":1710284775862,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44448a09524c17c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44448a09524c17c2","status":"passed","time":{"start":1710308192912,"stop":1710308192913,"duration":1}},{"uid":"63dae34702dd6ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63dae34702dd6ea","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"3089210640a59e21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3089210640a59e21","status":"passed","time":{"start":1710287281979,"stop":1710287281991,"duration":12}},{"uid":"ecfed2a8f82c97f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ecfed2a8f82c97f3","status":"passed","time":{"start":1710284550742,"stop":1710284550743,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20243ed8033a8488","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/20243ed8033a8488","status":"passed","time":{"start":1710308495152,"stop":1710308495153,"duration":1}},{"uid":"9cc77513a4f98d1b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9cc77513a4f98d1b","status":"passed","time":{"start":1710307377258,"stop":1710307377259,"duration":1}},{"uid":"a701c385b71f9d17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a701c385b71f9d17","status":"passed","time":{"start":1710287579551,"stop":1710287579552,"duration":1}},{"uid":"a4747c4451e8d910","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a4747c4451e8d910","status":"passed","time":{"start":1710284855735,"stop":1710284855735,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae09d7506fd71367","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae09d7506fd71367","status":"passed","time":{"start":1710308463710,"stop":1710308463710,"duration":0}},{"uid":"343a59b3900a2827","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/343a59b3900a2827","status":"passed","time":{"start":1710307358467,"stop":1710307358467,"duration":0}},{"uid":"6e890a4368b1a94f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6e890a4368b1a94f","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"8d3b336129359060","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d3b336129359060","status":"passed","time":{"start":1710284852305,"stop":1710284852305,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3f09598def689f9a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f09598def689f9a","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0}},{"uid":"3c0f298d45f795af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c0f298d45f795af","status":"passed","time":{"start":1710306818619,"stop":1710306818620,"duration":1}},{"uid":"9a2773c1012b6d3f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a2773c1012b6d3f","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"9fb75f6ae8975ffa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9fb75f6ae8975ffa","status":"passed","time":{"start":1710284286706,"stop":1710284286706,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"bbdf296f293cabce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbdf296f293cabce","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308464141,"stop":1710308464142,"duration":1}},{"uid":"2e86d519770586d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e86d519770586d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"9ee8b27bd1227a67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ee8b27bd1227a67","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"e7f56606338e2eca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7f56606338e2eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284823521,"stop":1710284823522,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ad5a8d9dcc619765","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ad5a8d9dcc619765","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"duration":0}},{"uid":"aa08e4f65994b509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa08e4f65994b509","status":"passed","time":{"start":1710307358460,"stop":1710307358460,"duration":0}},{"uid":"481f1ed65b573837","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/481f1ed65b573837","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"6937cd17ad6499cd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6937cd17ad6499cd","status":"passed","time":{"start":1710284852295,"stop":1710284852296,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f11683e170dbe81","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f11683e170dbe81","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"duration":0}},{"uid":"fc2e7510e50165e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc2e7510e50165e3","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"25c2ca37bc7facb0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/25c2ca37bc7facb0","status":"passed","time":{"start":1710286988732,"stop":1710286988732,"duration":0}},{"uid":"47e5ef60a0e505f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47e5ef60a0e505f8","status":"passed","time":{"start":1710284251373,"stop":1710284251374,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9e6fe4eee6ddb2d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c9e6fe4eee6ddb2d","status":"passed","time":{"start":1710308192921,"stop":1710308192921,"duration":0}},{"uid":"cd9aa4dc148f4c84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd9aa4dc148f4c84","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"4383e10cea8a9f33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4383e10cea8a9f33","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"79d56723d1d00c6f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d56723d1d00c6f","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65a018b903ab341c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65a018b903ab341c","status":"passed","time":{"start":1710308463686,"stop":1710308463686,"duration":0}},{"uid":"d48f7e78bec72b61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d48f7e78bec72b61","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"64dce0ed76b0a45b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/64dce0ed76b0a45b","status":"passed","time":{"start":1710287569248,"stop":1710287569249,"duration":1}},{"uid":"dfdb43c9d9c755ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dfdb43c9d9c755ff","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"679af2e30c4ea1a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/679af2e30c4ea1a1","status":"passed","time":{"start":1710308092704,"stop":1710308092704,"duration":0}},{"uid":"52a107c4582588ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52a107c4582588ee","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"4e2de5c94626fe7b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e2de5c94626fe7b","status":"passed","time":{"start":1710287198126,"stop":1710287198126,"duration":0}},{"uid":"920184ec4035190a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/920184ec4035190a","status":"passed","time":{"start":1710284459999,"stop":1710284460000,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c0bf0db155c2675","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c0bf0db155c2675","status":"passed","time":{"start":1710308092718,"stop":1710308092718,"duration":0}},{"uid":"26062013d91a3239","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26062013d91a3239","status":"passed","time":{"start":1710306981516,"stop":1710306981517,"duration":1}},{"uid":"9f331bb1dd3c3819","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f331bb1dd3c3819","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"e0269bbe11112ecd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e0269bbe11112ecd","status":"passed","time":{"start":1710284460009,"stop":1710284460009,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bd10deb17e6d3b4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd10deb17e6d3b4e","status":"passed","time":{"start":1710308416722,"stop":1710308416722,"duration":0}},{"uid":"8c80ce2ab01616f8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c80ce2ab01616f8","status":"passed","time":{"start":1710307308624,"stop":1710307308625,"duration":1}},{"uid":"c55fe0d7fb563f1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c55fe0d7fb563f1b","status":"passed","time":{"start":1710287509748,"stop":1710287509748,"duration":0}},{"uid":"9a43c1268bad37fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a43c1268bad37fd","status":"passed","time":{"start":1710284775840,"stop":1710284775840,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"223a9ee6413644c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/223a9ee6413644c6","status":"passed","time":{"start":1710308416728,"stop":1710308416728,"duration":0}},{"uid":"dcf88502bd133396","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dcf88502bd133396","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"cc206791cf329478","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc206791cf329478","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"88303daa81d2f566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88303daa81d2f566","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"952571cd432fe180","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/952571cd432fe180","status":"passed","time":{"start":1710308092701,"stop":1710308092702,"duration":1}},{"uid":"2a68dd79b81a3b9a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a68dd79b81a3b9a","status":"passed","time":{"start":1710306981506,"stop":1710306981506,"duration":0}},{"uid":"1c0459ab974de853","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c0459ab974de853","status":"passed","time":{"start":1710287198122,"stop":1710287198124,"duration":2}},{"uid":"69fa1474507c4637","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/69fa1474507c4637","status":"passed","time":{"start":1710284459997,"stop":1710284459997,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8412b4099a1f4f25","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8412b4099a1f4f25","status":"passed","time":{"start":1710308225040,"stop":1710308225041,"duration":1}},{"uid":"2523f602b4d214cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2523f602b4d214cc","status":"passed","time":{"start":1710307101318,"stop":1710307101318,"duration":0}},{"uid":"cf3d2059364326d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cf3d2059364326d6","status":"passed","time":{"start":1710287300126,"stop":1710287300126,"duration":0}},{"uid":"d0c71fc5adae6c9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d0c71fc5adae6c9f","status":"passed","time":{"start":1710284561379,"stop":1710284561380,"duration":1}}]},"17979185d65587798a6d897599b41339:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a53bc857f43ffaa0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a53bc857f43ffaa0","status":"passed","time":{"start":1710287569261,"stop":1710287569261,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a294baa10a5ddd71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a294baa10a5ddd71","status":"passed","time":{"start":1710308357665,"stop":1710308357666,"duration":1}},{"uid":"2130bdc84c81d757","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2130bdc84c81d757","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"15b5b000ba4f4090","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15b5b000ba4f4090","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"b981c9547dc5ed11","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b981c9547dc5ed11","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3f3c1ea9af5a66e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f3c1ea9af5a66e9","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0}},{"uid":"bc3baaa033abf130","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bc3baaa033abf130","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"9f0d1deee0b270ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f0d1deee0b270ec","status":"passed","time":{"start":1710286996970,"stop":1710286996970,"duration":0}},{"uid":"6a6d22aba989671d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a6d22aba989671d","status":"passed","time":{"start":1710284259609,"stop":1710284259610,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e1a6ffacc78d9a91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1a6ffacc78d9a91","status":"passed","time":{"start":1710307980884,"stop":1710307980886,"duration":2}},{"uid":"141971be20dd4e4f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/141971be20dd4e4f","status":"passed","time":{"start":1710306873749,"stop":1710306873749,"duration":0}},{"uid":"d91d1a24c9050e4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d91d1a24c9050e4e","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"cb2b3f2096bcce23","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cb2b3f2096bcce23","status":"passed","time":{"start":1710284342269,"stop":1710284342271,"duration":2}}]},"6a00f023a112b1ad43696a128eb1bbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93d4fc52a154513","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93d4fc52a154513","status":"passed","time":{"start":1710307207095,"stop":1710307207095,"duration":0}}]},"7f646e37380eb6f40add675d5e1b260b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d9a298916953cb2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2d9a298916953cb2","status":"passed","time":{"start":1710287412760,"stop":1710287412760,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"866a9c956e93f7d8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/866a9c956e93f7d8","status":"passed","time":{"start":1710308097734,"stop":1710308097735,"duration":1}},{"uid":"90735eebe174ec27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/90735eebe174ec27","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"bd58ac5733107275","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bd58ac5733107275","status":"passed","time":{"start":1710287196199,"stop":1710287196200,"duration":1}},{"uid":"93ff8f6940890e0e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93ff8f6940890e0e","status":"passed","time":{"start":1710284459544,"stop":1710284459545,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a56f00e9692bb775","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a56f00e9692bb775","status":"passed","time":{"start":1710308371295,"stop":1710308371296,"duration":1}},{"uid":"fbf9a75c9f644c6e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbf9a75c9f644c6e","status":"passed","time":{"start":1710307259434,"stop":1710307259434,"duration":0}},{"uid":"f567ea56811a7256","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f567ea56811a7256","status":"passed","time":{"start":1710287460899,"stop":1710287460900,"duration":1}},{"uid":"847c823f4d6e5044","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847c823f4d6e5044","status":"passed","time":{"start":1710284730215,"stop":1710284730215,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e4c928caf641c35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e4c928caf641c35","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0}},{"uid":"1f2a6ed620d3bf35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f2a6ed620d3bf35","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"6526c9df0d15832a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6526c9df0d15832a","status":"passed","time":{"start":1710287023849,"stop":1710287023849,"duration":0}},{"uid":"847263cb4908fb4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/847263cb4908fb4c","status":"passed","time":{"start":1710284286705,"stop":1710284286706,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ab479e4414643b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6ab479e4414643b9","status":"passed","time":{"start":1710308322615,"stop":1710308322616,"duration":1}},{"uid":"34f98c9f388fed0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/34f98c9f388fed0","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"957d87db73bdebc6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/957d87db73bdebc6","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"64cc2d83bd45790c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/64cc2d83bd45790c","status":"passed","time":{"start":1710284680791,"stop":1710284680791,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e18f2b41e2124324","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e18f2b41e2124324","status":"passed","time":{"start":1710308416719,"stop":1710308416719,"duration":0}},{"uid":"e845b6be80c42e2d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e845b6be80c42e2d","status":"passed","time":{"start":1710307308619,"stop":1710307308620,"duration":1}},{"uid":"120b2cb3c1665c16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/120b2cb3c1665c16","status":"passed","time":{"start":1710287509745,"stop":1710287509745,"duration":0}},{"uid":"8d80321f04adbc44","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d80321f04adbc44","status":"passed","time":{"start":1710284775837,"stop":1710284775838,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b972b1e80fc56a83","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b972b1e80fc56a83","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0}},{"uid":"a5743fbb8adfaf32","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5743fbb8adfaf32","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"82f16dc1c3a0ee3c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/82f16dc1c3a0ee3c","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"b53776f3e993977","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b53776f3e993977","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4dc13eea5f490538","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4dc13eea5f490538","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"duration":0}},{"uid":"3423716523d872a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3423716523d872a1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"b115f413899439cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b115f413899439cd","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"7c74a8be3a791eed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7c74a8be3a791eed","status":"passed","time":{"start":1710284934079,"stop":1710284934079,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7d198b9a77056b4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7d198b9a77056b4","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0}},{"uid":"dc85bceac9c30dee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dc85bceac9c30dee","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"504d31cd4cf2adf4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d31cd4cf2adf4","status":"passed","time":{"start":1710287608798,"stop":1710287608798,"duration":0}},{"uid":"2f6c161af3b99e16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f6c161af3b99e16","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b15c7072fbc83d9e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b15c7072fbc83d9e","status":"passed","time":{"start":1710307918135,"stop":1710307918135,"duration":0}},{"uid":"28dc6cad2c6b9cbb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/28dc6cad2c6b9cbb","status":"passed","time":{"start":1710306811116,"stop":1710306811117,"duration":1}},{"uid":"94b8f2147e753248","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94b8f2147e753248","status":"passed","time":{"start":1710287016344,"stop":1710287016345,"duration":1}},{"uid":"488aba77c1195b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/488aba77c1195b3e","status":"passed","time":{"start":1710284279139,"stop":1710284279140,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"419b2409f8930b61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/419b2409f8930b61","status":"passed","time":{"start":1710308024294,"stop":1710308024295,"duration":1}},{"uid":"18c3c8d9f2d374d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18c3c8d9f2d374d7","status":"passed","time":{"start":1710306908764,"stop":1710306908764,"duration":0}},{"uid":"e2f290beca7caa23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2f290beca7caa23","status":"passed","time":{"start":1710287110857,"stop":1710287110857,"duration":0}},{"uid":"20114a54226d52b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20114a54226d52b9","status":"passed","time":{"start":1710284377470,"stop":1710284377471,"duration":1}}]},"b99757a3d7cc227e9f5cd2337ad0bf2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c0663d4ed9a312","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/41c0663d4ed9a312","status":"passed","time":{"start":1710308366472,"stop":1710308366480,"duration":8}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e145088ff1e23252","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e145088ff1e23252","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"duration":0}},{"uid":"7f6ca1b54860dfd1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f6ca1b54860dfd1","status":"passed","time":{"start":1710307308631,"stop":1710307308631,"duration":0}},{"uid":"4a3424730ae8ca0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4a3424730ae8ca0b","status":"passed","time":{"start":1710287509752,"stop":1710287509753,"duration":1}},{"uid":"cddbce60735e423b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cddbce60735e423b","status":"passed","time":{"start":1710284775854,"stop":1710284775854,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"11528354d9817213","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11528354d9817213","status":"passed","time":{"start":1710308322614,"stop":1710308322615,"duration":1}},{"uid":"db08c2ee3491875c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db08c2ee3491875c","status":"passed","time":{"start":1710307207091,"stop":1710307207092,"duration":1}},{"uid":"1c3c18d431689e9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1c3c18d431689e9d","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"dc8b48a490416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc8b48a490416","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac4e5b382205b17f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac4e5b382205b17f","status":"passed","time":{"start":1710307948133,"stop":1710307948134,"duration":1}},{"uid":"b7a41313a40a0516","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7a41313a40a0516","status":"passed","time":{"start":1710306841072,"stop":1710306841073,"duration":1}},{"uid":"cbff48bb824e4e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbff48bb824e4e6","status":"passed","time":{"start":1710287046523,"stop":1710287046523,"duration":0}},{"uid":"238468739750edc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/238468739750edc9","status":"passed","time":{"start":1710284309642,"stop":1710284309643,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3d8f4d4d7aacb04c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3d8f4d4d7aacb04c","status":"passed","time":{"start":1710307950769,"stop":1710307950769,"duration":0}},{"uid":"3e706644a574bf34","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e706644a574bf34","status":"passed","time":{"start":1710306844171,"stop":1710306844172,"duration":1}},{"uid":"515f8c90f9b4b376","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/515f8c90f9b4b376","status":"passed","time":{"start":1710287049791,"stop":1710287049793,"duration":2}},{"uid":"60d1c886de363811","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60d1c886de363811","status":"passed","time":{"start":1710284312192,"stop":1710284312193,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c3850fc58e56d531","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c3850fc58e56d531","status":"passed","time":{"start":1710307898608,"stop":1710307898608,"duration":0}},{"uid":"bbc0eb3feaa1a9ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbc0eb3feaa1a9ef","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"70a8c034a545a344","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a8c034a545a344","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"70a644cb7223713f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70a644cb7223713f","status":"passed","time":{"start":1710284259611,"stop":1710284259612,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8bc89afb1807ee97","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8bc89afb1807ee97","status":"passed","time":{"start":1710308416731,"stop":1710308416732,"duration":1}},{"uid":"1464194acb38af00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1464194acb38af00","status":"passed","time":{"start":1710307308637,"stop":1710307308637,"duration":0}},{"uid":"73939f37857fe5ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73939f37857fe5ba","status":"passed","time":{"start":1710287509771,"stop":1710287509771,"duration":0}},{"uid":"b8f82bdeda3e3151","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8f82bdeda3e3151","status":"passed","time":{"start":1710284775859,"stop":1710284775860,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54e59a8f1863ecb5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54e59a8f1863ecb5","status":"passed","time":{"start":1710308024291,"stop":1710308024292,"duration":1}},{"uid":"5688ff431f6dac0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5688ff431f6dac0c","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"bcfa9f247a9d7f2a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bcfa9f247a9d7f2a","status":"passed","time":{"start":1710287110848,"stop":1710287110848,"duration":0}},{"uid":"ed1efd28d08ac7a2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed1efd28d08ac7a2","status":"passed","time":{"start":1710284377456,"stop":1710284377466,"duration":10}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f5de46526bf25cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f5de46526bf25cd","status":"passed","time":{"start":1710307923915,"stop":1710307923916,"duration":1}},{"uid":"a56681d53b0ad2cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a56681d53b0ad2cb","status":"passed","time":{"start":1710306816842,"stop":1710306816842,"duration":0}},{"uid":"8067104299e9b04b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8067104299e9b04b","status":"passed","time":{"start":1710287022153,"stop":1710287022154,"duration":1}},{"uid":"8fb1104e1db5ea8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8fb1104e1db5ea8d","status":"passed","time":{"start":1710284284834,"stop":1710284284835,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"97b5d4d8cc7677d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97b5d4d8cc7677d3","status":"passed","time":{"start":1710308092703,"stop":1710308092704,"duration":1}},{"uid":"1c531c411e8d1bb2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c531c411e8d1bb2","status":"passed","time":{"start":1710306981508,"stop":1710306981508,"duration":0}},{"uid":"666face20fb3f029","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/666face20fb3f029","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"e8bf1105b1b6015a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e8bf1105b1b6015a","status":"passed","time":{"start":1710284459999,"stop":1710284459999,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"961c402fe2a47a78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/961c402fe2a47a78","status":"passed","time":{"start":1710307906862,"stop":1710307906863,"duration":1}},{"uid":"767f66186c35121d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/767f66186c35121d","status":"passed","time":{"start":1710306799980,"stop":1710306799980,"duration":0}},{"uid":"77ee8f566b3ae056","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77ee8f566b3ae056","status":"passed","time":{"start":1710287005164,"stop":1710287005164,"duration":0}},{"uid":"9c1098ed4902be00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c1098ed4902be00","status":"passed","time":{"start":1710284267722,"stop":1710284267722,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"408fb498e7044b8a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/408fb498e7044b8a","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"duration":0}},{"uid":"ee041736d3a13da2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee041736d3a13da2","status":"passed","time":{"start":1710307465618,"stop":1710307465618,"duration":0}},{"uid":"3298d730657d20b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3298d730657d20b5","status":"passed","time":{"start":1710287674896,"stop":1710287674897,"duration":1}},{"uid":"671351294d7d01df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/671351294d7d01df","status":"passed","time":{"start":1710284934059,"stop":1710284934060,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"637f3196ed316a60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/637f3196ed316a60","status":"passed","time":{"start":1710307950770,"stop":1710307950770,"duration":0}},{"uid":"879d91838df8ad6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/879d91838df8ad6a","status":"passed","time":{"start":1710306844172,"stop":1710306844172,"duration":0}},{"uid":"c779fa30fccd1471","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c779fa30fccd1471","status":"passed","time":{"start":1710287049793,"stop":1710287049794,"duration":1}},{"uid":"21162e4a2b58362","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/21162e4a2b58362","status":"passed","time":{"start":1710284312193,"stop":1710284312194,"duration":1}}]},"ed2704bce0e5bac7008b44419c9cab36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8a67af661581c53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8a67af661581c53","status":"passed","time":{"start":1710306994274,"stop":1710306994274,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe91df30b2f2ac7f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe91df30b2f2ac7f","status":"passed","time":{"start":1710308366526,"stop":1710308366533,"duration":7}},{"uid":"3747a14e4385d0fd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3747a14e4385d0fd","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"78472c9b8de56237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/78472c9b8de56237","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"d2b5cf5eb50fb4c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d2b5cf5eb50fb4c0","status":"passed","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7bcb8780c92ab480","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7bcb8780c92ab480","status":"passed","time":{"start":1710308572940,"stop":1710308572941,"duration":1}},{"uid":"195d4824ca7509f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/195d4824ca7509f7","status":"passed","time":{"start":1710307465627,"stop":1710307465628,"duration":1}},{"uid":"6f118b9b97bc264b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f118b9b97bc264b","status":"passed","time":{"start":1710287674908,"stop":1710287674909,"duration":1}},{"uid":"7e335ccfd63fccbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7e335ccfd63fccbb","status":"passed","time":{"start":1710284934068,"stop":1710284934069,"duration":1}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1b5307b8e719aeb2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1b5307b8e719aeb2","status":"passed","time":{"start":1710307914373,"stop":1710307914373,"duration":0}},{"uid":"40249434d6dcb33e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40249434d6dcb33e","status":"passed","time":{"start":1710306807581,"stop":1710306807582,"duration":1}},{"uid":"4712485bd60924e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4712485bd60924e0","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"918025bfdab81276","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/918025bfdab81276","status":"passed","time":{"start":1710284275221,"stop":1710284275222,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"26651b8096e41a46","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26651b8096e41a46","status":"passed","time":{"start":1710308231837,"stop":1710308231838,"duration":1}},{"uid":"42b0bba164dd5958","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42b0bba164dd5958","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"4bb7003f8ec424bd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4bb7003f8ec424bd","status":"passed","time":{"start":1710287317293,"stop":1710287317293,"duration":0}},{"uid":"d38543c08b026963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d38543c08b026963","status":"passed","time":{"start":1710284588137,"stop":1710284588138,"duration":1}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"58817b80abfc90ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/58817b80abfc90ad","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0}},{"uid":"1a9fa9cdf487c856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a9fa9cdf487c856","status":"passed","time":{"start":1710306994273,"stop":1710306994273,"duration":0}},{"uid":"4e7dd67688b8a6b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4e7dd67688b8a6b4","status":"passed","time":{"start":1710287196194,"stop":1710287196194,"duration":0}},{"uid":"173f662fe33bed5f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/173f662fe33bed5f","status":"passed","time":{"start":1710284459542,"stop":1710284459542,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"569f2b32e5b81606","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/569f2b32e5b81606","status":"passed","time":{"start":1710308649156,"stop":1710308649157,"duration":1}},{"uid":"3670104296f933b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3670104296f933b0","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"f0370d06e8c9d05c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0370d06e8c9d05c","status":"passed","time":{"start":1710287736652,"stop":1710287736652,"duration":0}},{"uid":"86727e0a94d94685","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/86727e0a94d94685","status":"passed","time":{"start":1710285008787,"stop":1710285008788,"duration":1}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea6a125b258d82b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ea6a125b258d82b","status":"passed","time":{"start":1710307912521,"stop":1710307912522,"duration":1}},{"uid":"1c68ecdccdc20497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1c68ecdccdc20497","status":"passed","time":{"start":1710306806603,"stop":1710306806604,"duration":1}},{"uid":"1270691875465761","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1270691875465761","status":"passed","time":{"start":1710287011781,"stop":1710287011781,"duration":0}},{"uid":"9a2a60dc005a74ca","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a2a60dc005a74ca","status":"passed","time":{"start":1710284274043,"stop":1710284274043,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68d38eaf2ad613c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/68d38eaf2ad613c2","status":"passed","time":{"start":1710308649157,"stop":1710308649157,"duration":0}},{"uid":"9900b1bbb62183e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9900b1bbb62183e5","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"6a53b2f940b0e0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6a53b2f940b0e0b","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"841b50bb5fc22895","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/841b50bb5fc22895","status":"passed","time":{"start":1710285008788,"stop":1710285008788,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ef819c359058ade","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ef819c359058ade","status":"passed","time":{"start":1710308416721,"stop":1710308416722,"duration":1}},{"uid":"544ff99790528a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/544ff99790528a2a","status":"passed","time":{"start":1710307308623,"stop":1710307308624,"duration":1}},{"uid":"ae09bf5edf7e1abd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae09bf5edf7e1abd","status":"passed","time":{"start":1710287509747,"stop":1710287509748,"duration":1}},{"uid":"9375cefe7c859543","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9375cefe7c859543","status":"passed","time":{"start":1710284775839,"stop":1710284775840,"duration":1}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"249eba5a985f9b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/249eba5a985f9b6","status":"passed","time":{"start":1710307948137,"stop":1710307948137,"duration":0}},{"uid":"2a66928c63d120d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a66928c63d120d0","status":"passed","time":{"start":1710306841076,"stop":1710306841076,"duration":0}},{"uid":"b980aa1a9854837b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b980aa1a9854837b","status":"passed","time":{"start":1710287046526,"stop":1710287046527,"duration":1}},{"uid":"ac19f6e9f5381f4b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ac19f6e9f5381f4b","status":"passed","time":{"start":1710284309646,"stop":1710284309646,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d7d8f8968230f86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d7d8f8968230f86","status":"passed","time":{"start":1710308192924,"stop":1710308192924,"duration":0}},{"uid":"a9430d7fb98f3b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9430d7fb98f3b2","status":"passed","time":{"start":1710307078647,"stop":1710307078647,"duration":0}},{"uid":"e8c4d08c19ca5392","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8c4d08c19ca5392","status":"passed","time":{"start":1710287281998,"stop":1710287281999,"duration":1}},{"uid":"7fa4781975df4f89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fa4781975df4f89","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4293adce4c6fb72f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4293adce4c6fb72f","status":"passed","time":{"start":1710307914056,"stop":1710307914057,"duration":1}},{"uid":"3f4789486fba8290","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f4789486fba8290","status":"passed","time":{"start":1710306807145,"stop":1710306807146,"duration":1}},{"uid":"c786e0d6f89cf56b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c786e0d6f89cf56b","status":"passed","time":{"start":1710287012265,"stop":1710287012265,"duration":0}},{"uid":"b0d95154debb160a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b0d95154debb160a","status":"passed","time":{"start":1710284274241,"stop":1710284274241,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa20451d8638316b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa20451d8638316b","status":"passed","time":{"start":1710308416732,"stop":1710308416733,"duration":1}},{"uid":"a36d82908d154cf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a36d82908d154cf2","status":"passed","time":{"start":1710307308638,"stop":1710307308638,"duration":0}},{"uid":"97774943a3332b22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97774943a3332b22","status":"passed","time":{"start":1710287509771,"stop":1710287509772,"duration":1}},{"uid":"32255b823197200b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32255b823197200b","status":"passed","time":{"start":1710284775860,"stop":1710284775860,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4af4f3a79477d29c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4af4f3a79477d29c","status":"passed","time":{"start":1710308225037,"stop":1710308225037,"duration":0}},{"uid":"ca2b582eb9b51304","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca2b582eb9b51304","status":"passed","time":{"start":1710307101314,"stop":1710307101314,"duration":0}},{"uid":"335e924831b8b8aa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/335e924831b8b8aa","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"37a174389332fcfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/37a174389332fcfd","status":"passed","time":{"start":1710284561374,"stop":1710284561375,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2f95704a7585f63","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2f95704a7585f63","status":"passed","time":{"start":1710307897810,"stop":1710307897811,"duration":1}},{"uid":"52de6d03e248efd5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52de6d03e248efd5","status":"passed","time":{"start":1710306791283,"stop":1710306791283,"duration":0}},{"uid":"582e18005048cb9d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/582e18005048cb9d","status":"passed","time":{"start":1710286996364,"stop":1710286996365,"duration":1}},{"uid":"c60c6f385df66a8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c60c6f385df66a8","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f4b78982dcf46d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f4b78982dcf46d3","status":"passed","time":{"start":1710308463693,"stop":1710308463694,"duration":1}},{"uid":"f346042f8e263f2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f346042f8e263f2c","status":"passed","time":{"start":1710307358464,"stop":1710307358465,"duration":1}},{"uid":"ea10d7965d846cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea10d7965d846cbe","status":"passed","time":{"start":1710287569255,"stop":1710287569256,"duration":1}},{"uid":"2c7588760d97651c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c7588760d97651c","status":"passed","time":{"start":1710284852300,"stop":1710284852300,"duration":0}}]},"2c7e1b26e34599e43e87d0b67b08fcf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84b1d7798322e257","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/84b1d7798322e257","status":"passed","time":{"start":1710308416743,"stop":1710308416744,"duration":1}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47b5704cc6d32bde","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47b5704cc6d32bde","status":"passed","time":{"start":1710308463742,"stop":1710308463743,"duration":1}},{"uid":"b7c1c34ea574205f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7c1c34ea574205f","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"480d451db5bb6619","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/480d451db5bb6619","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"d9dade7d87804170","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9dade7d87804170","status":"passed","time":{"start":1710284852315,"stop":1710284852315,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53bdcc55268eab3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53bdcc55268eab3a","status":"passed","time":{"start":1710307903347,"stop":1710307903347,"duration":0}},{"uid":"10e645bab1fa0461","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e645bab1fa0461","status":"passed","time":{"start":1710306796319,"stop":1710306796319,"duration":0}},{"uid":"81d9cd8805785071","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81d9cd8805785071","status":"passed","time":{"start":1710287001576,"stop":1710287001576,"duration":0}},{"uid":"d3fbb375cdfee6dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3fbb375cdfee6dc","status":"passed","time":{"start":1710284264201,"stop":1710284264201,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2664e399b5bc69a4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2664e399b5bc69a4","status":"passed","time":{"start":1710308193083,"stop":1710308193084,"duration":1}},{"uid":"a82dc887ba4345c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82dc887ba4345c7","status":"passed","time":{"start":1710307078723,"stop":1710307078723,"duration":0}},{"uid":"b6ef1b4afe75b89","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6ef1b4afe75b89","status":"passed","time":{"start":1710287282131,"stop":1710287282131,"duration":0}},{"uid":"a087eec9043ccd4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a087eec9043ccd4a","status":"passed","time":{"start":1710284550840,"stop":1710284550840,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7904c9ebae93f06","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7904c9ebae93f06","status":"passed","time":{"start":1710307925682,"stop":1710307925682,"duration":0}},{"uid":"130331af441031e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/130331af441031e5","status":"passed","time":{"start":1710306818618,"stop":1710306818618,"duration":0}},{"uid":"6f80da0c5a42174b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6f80da0c5a42174b","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"c1350502e9ad6bd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1350502e9ad6bd2","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"cb13348c58157251","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb13348c58157251","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308416748,"stop":1710308416748,"duration":0}},{"uid":"7a042d9e30a3e7a2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7a042d9e30a3e7a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"f80a4ffd3f9f937b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f80a4ffd3f9f937b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509784,"stop":1710287509784,"duration":0}},{"uid":"d3a8cfc0966a5e3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3a8cfc0966a5e3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775875,"stop":1710284775875,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2332d8b644a6331","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2332d8b644a6331","status":"passed","time":{"start":1710308463692,"stop":1710308463693,"duration":1}},{"uid":"f2a2fdc9d308325e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2a2fdc9d308325e","status":"passed","time":{"start":1710307358463,"stop":1710307358464,"duration":1}},{"uid":"34dbe1913566b05d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34dbe1913566b05d","status":"passed","time":{"start":1710287569254,"stop":1710287569255,"duration":1}},{"uid":"5dc256a3c02485f6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5dc256a3c02485f6","status":"passed","time":{"start":1710284852298,"stop":1710284852298,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e8486e7bc41eac0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5e8486e7bc41eac0","status":"passed","time":{"start":1710308092688,"stop":1710308092688,"duration":0}},{"uid":"d8f4cf8e0f63724c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8f4cf8e0f63724c","status":"passed","time":{"start":1710306981494,"stop":1710306981494,"duration":0}},{"uid":"ea05ee004315a6f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea05ee004315a6f5","status":"passed","time":{"start":1710287198107,"stop":1710287198108,"duration":1}},{"uid":"f18446f73e7878bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18446f73e7878bd","status":"passed","time":{"start":1710284459989,"stop":1710284459989,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a958b7f2080e216c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a958b7f2080e216c","status":"passed","time":{"start":1710308322565,"stop":1710308322565,"duration":0}},{"uid":"136a2f9a9be414f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/136a2f9a9be414f6","status":"passed","time":{"start":1710307207047,"stop":1710307207048,"duration":1}},{"uid":"d7f3c056f1d082a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f3c056f1d082a9","status":"passed","time":{"start":1710287412739,"stop":1710287412739,"duration":0}},{"uid":"89f4db927e4f6609","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89f4db927e4f6609","status":"passed","time":{"start":1710284680765,"stop":1710284680765,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b43af9c68b222d2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b43af9c68b222d2","status":"passed","time":{"start":1710308366471,"stop":1710308366472,"duration":1}},{"uid":"bdfa7faefc1463e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bdfa7faefc1463e3","status":"passed","time":{"start":1710307247764,"stop":1710307247765,"duration":1}},{"uid":"e1fc9beeb6af8de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1fc9beeb6af8de7","status":"passed","time":{"start":1710287456055,"stop":1710287456056,"duration":1}},{"uid":"f745140512c702b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f745140512c702b3","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"552741c98078b8c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/552741c98078b8c7","status":"passed","time":{"start":1710308426368,"stop":1710308426369,"duration":1}},{"uid":"60ba3f14664d6811","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60ba3f14664d6811","status":"passed","time":{"start":1710307300375,"stop":1710307300376,"duration":1}},{"uid":"24589827dccceb05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24589827dccceb05","status":"passed","time":{"start":1710287503530,"stop":1710287503530,"duration":0}},{"uid":"8a35d3159ee2cab3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a35d3159ee2cab3","status":"passed","time":{"start":1710284762782,"stop":1710284762782,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5d2710fe934adac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5d2710fe934adac","status":"passed","time":{"start":1710307898609,"stop":1710307898610,"duration":1}},{"uid":"151b20ca48228c7f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151b20ca48228c7f","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"22377324c625f6cb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22377324c625f6cb","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"814e6eaa3cd6453","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/814e6eaa3cd6453","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d45c72a81614a752","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d45c72a81614a752","status":"passed","time":{"start":1710307898611,"stop":1710307898611,"duration":0}},{"uid":"1193ba8cae048802","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1193ba8cae048802","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"6866accd55f5de17","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6866accd55f5de17","status":"passed","time":{"start":1710286996973,"stop":1710286996974,"duration":1}},{"uid":"b011c0df28f265c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b011c0df28f265c5","status":"passed","time":{"start":1710284259614,"stop":1710284259614,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"82b670b0d8b7e698","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/82b670b0d8b7e698","status":"passed","time":{"start":1710308463677,"stop":1710308463685,"duration":8}},{"uid":"b187afb44db4040a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b187afb44db4040a","status":"passed","time":{"start":1710307358456,"stop":1710307358456,"duration":0}},{"uid":"413d68ad710d9377","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/413d68ad710d9377","status":"passed","time":{"start":1710287569247,"stop":1710287569248,"duration":1}},{"uid":"43804236506cf727","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43804236506cf727","status":"passed","time":{"start":1710284852287,"stop":1710284852288,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65f7e61d68305d01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65f7e61d68305d01","status":"passed","time":{"start":1710307925683,"stop":1710307925683,"duration":0}},{"uid":"2240edc18ec1d673","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2240edc18ec1d673","status":"passed","time":{"start":1710306818619,"stop":1710306818619,"duration":0}},{"uid":"2d8e999f631338b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2d8e999f631338b4","status":"passed","time":{"start":1710287023848,"stop":1710287023848,"duration":0}},{"uid":"eea8f3d2b2496142","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eea8f3d2b2496142","status":"passed","time":{"start":1710284286705,"stop":1710284286705,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7c5165e0a08000e8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7c5165e0a08000e8","status":"passed","time":{"start":1710308322564,"stop":1710308322564,"duration":0}},{"uid":"e8d782f107a22eff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8d782f107a22eff","status":"passed","time":{"start":1710307207000,"stop":1710307207000,"duration":0}},{"uid":"fe5bb70e1b29e316","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe5bb70e1b29e316","status":"passed","time":{"start":1710287412737,"stop":1710287412738,"duration":1}},{"uid":"b7435db47e6985c8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b7435db47e6985c8","status":"passed","time":{"start":1710284680763,"stop":1710284680764,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3fac1033637d872a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fac1033637d872a","status":"passed","time":{"start":1710307903500,"stop":1710307903500,"duration":0}},{"uid":"7e0d07aee28f8a2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e0d07aee28f8a2a","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"58148ead56d55f78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58148ead56d55f78","status":"passed","time":{"start":1710287001717,"stop":1710287001717,"duration":0}},{"uid":"a79a03f440259342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a79a03f440259342","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"aa8b4db7e3698f607f66f2943350c877:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d7a4a9044be0954","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d7a4a9044be0954","status":"passed","time":{"start":1710308463741,"stop":1710308463742,"duration":1}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"44683a8cdf7f16e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44683a8cdf7f16e9","status":"passed","time":{"start":1710308097724,"stop":1710308097725,"duration":1}},{"uid":"f6ed73c12ba0a586","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6ed73c12ba0a586","status":"passed","time":{"start":1710306994264,"stop":1710306994264,"duration":0}},{"uid":"44ad7ca1cae19758","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44ad7ca1cae19758","status":"passed","time":{"start":1710287196186,"stop":1710287196186,"duration":0}},{"uid":"e5fb83eff75d595d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e5fb83eff75d595d","status":"passed","time":{"start":1710284459533,"stop":1710284459534,"duration":1}}]},"23f8fdfdecbed28ec53e96ef55123e9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16d5bf74f002c13a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16d5bf74f002c13a","status":"passed","time":{"start":1710307247766,"stop":1710307247767,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb8d11f05e1a0b93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eb8d11f05e1a0b93","status":"passed","time":{"start":1710308371293,"stop":1710308371294,"duration":1}},{"uid":"1e69f4fdab7b57d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e69f4fdab7b57d3","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"1493a3d4fe6028fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1493a3d4fe6028fe","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"2648a48eba425fbb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2648a48eba425fbb","status":"passed","time":{"start":1710284730213,"stop":1710284730214,"duration":1}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc8398f218c8fddb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc8398f218c8fddb","status":"passed","time":{"start":1710308357659,"stop":1710308357662,"duration":3}},{"uid":"97560f07fca83fae","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97560f07fca83fae","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"722994caea31ca7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/722994caea31ca7d","status":"passed","time":{"start":1710287451482,"stop":1710287451483,"duration":1}},{"uid":"b1483bff4632f489","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b1483bff4632f489","status":"passed","time":{"start":1710284717991,"stop":1710284717992,"duration":1}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a80f090a3ea48271","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a80f090a3ea48271","status":"passed","time":{"start":1710308477761,"stop":1710308477761,"duration":0}},{"uid":"8f1e25b816e85949","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f1e25b816e85949","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"bf8917f8953264c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bf8917f8953264c1","status":"passed","time":{"start":1710287577565,"stop":1710287577565,"duration":0}},{"uid":"5c1617b082701000","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5c1617b082701000","status":"passed","time":{"start":1710284843499,"stop":1710284843499,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9692272bf2580154","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9692272bf2580154","status":"passed","time":{"start":1710307897769,"stop":1710307897770,"duration":1}},{"uid":"322ec624736566aa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/322ec624736566aa","status":"passed","time":{"start":1710306791275,"stop":1710306791276,"duration":1}},{"uid":"a0ae040649cba6bc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0ae040649cba6bc","status":"passed","time":{"start":1710286996356,"stop":1710286996357,"duration":1}},{"uid":"7afa655ef9ded852","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7afa655ef9ded852","status":"passed","time":{"start":1710284258873,"stop":1710284258874,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"73b2fc8b63ce28f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73b2fc8b63ce28f1","status":"passed","time":{"start":1710307903346,"stop":1710307903346,"duration":0}},{"uid":"5a66a9d806d68062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5a66a9d806d68062","status":"passed","time":{"start":1710306796318,"stop":1710306796318,"duration":0}},{"uid":"66f1c0960ef5a608","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66f1c0960ef5a608","status":"passed","time":{"start":1710287001575,"stop":1710287001575,"duration":0}},{"uid":"8cef86a94bb68631","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cef86a94bb68631","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c05fccece459d4fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c05fccece459d4fa","status":"passed","time":{"start":1710308192919,"stop":1710308192920,"duration":1}},{"uid":"3873c2a838e3860","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3873c2a838e3860","status":"passed","time":{"start":1710307078643,"stop":1710307078644,"duration":1}},{"uid":"cc9719834caf3fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc9719834caf3fc4","status":"passed","time":{"start":1710287281996,"stop":1710287281996,"duration":0}},{"uid":"93a50c39b2699432","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/93a50c39b2699432","status":"passed","time":{"start":1710284550764,"stop":1710284550765,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0d27bd976a46a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0d27bd976a46a0","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"duration":0}},{"uid":"5baf4b5cd3c617d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5baf4b5cd3c617d9","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"4c4101fa9b7fddcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c4101fa9b7fddcf","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"5070efb5bbbdbe73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5070efb5bbbdbe73","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68656f86c2e6c6df","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/68656f86c2e6c6df","status":"passed","time":{"start":1710308192913,"stop":1710308192914,"duration":1}},{"uid":"2f54d7516c668185","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f54d7516c668185","status":"passed","time":{"start":1710307078637,"stop":1710307078637,"duration":0}},{"uid":"a4d48cde5b7bb169","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4d48cde5b7bb169","status":"passed","time":{"start":1710287281991,"stop":1710287281991,"duration":0}},{"uid":"eadf0a5062d5ceb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eadf0a5062d5ceb0","status":"passed","time":{"start":1710284550743,"stop":1710284550743,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a552a3e871c91cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a552a3e871c91cc","status":"passed","time":{"start":1710308092717,"stop":1710308092718,"duration":1}},{"uid":"70c029d74b3a4f35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70c029d74b3a4f35","status":"passed","time":{"start":1710306981514,"stop":1710306981516,"duration":2}},{"uid":"aad83cf1c329567a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aad83cf1c329567a","status":"passed","time":{"start":1710287198166,"stop":1710287198166,"duration":0}},{"uid":"8a84fb1d1755bdf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8a84fb1d1755bdf","status":"passed","time":{"start":1710284460004,"stop":1710284460008,"duration":4}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"739253a7f12e1667","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/739253a7f12e1667","status":"passed","time":{"start":1710307940172,"stop":1710307940173,"duration":1}},{"uid":"17860a1655dacda4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17860a1655dacda4","status":"passed","time":{"start":1710306833584,"stop":1710306833585,"duration":1}},{"uid":"51522690b8027390","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51522690b8027390","status":"passed","time":{"start":1710287039377,"stop":1710287039378,"duration":1}},{"uid":"ab1ad95f20dd96ed","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab1ad95f20dd96ed","status":"passed","time":{"start":1710284302040,"stop":1710284302045,"duration":5}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ab3b6de8241738c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ab3b6de8241738c","status":"passed","time":{"start":1710308371314,"stop":1710308371315,"duration":1}},{"uid":"e535e689cf29bd40","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e535e689cf29bd40","status":"passed","time":{"start":1710307259442,"stop":1710307259442,"duration":0}},{"uid":"32db9bed7a254892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32db9bed7a254892","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"20669827cbd4a38d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20669827cbd4a38d","status":"passed","time":{"start":1710284730225,"stop":1710284730225,"duration":0}}]},"e31f35249fcb118d1c1edf85ca8ae6b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f94f4e16775cee75","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f94f4e16775cee75","status":"passed","time":{"start":1710287412761,"stop":1710287412762,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"943f71db8026f162","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/943f71db8026f162","status":"passed","time":{"start":1710308494290,"stop":1710308494290,"duration":0}},{"uid":"c36628ea0624b88","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c36628ea0624b88","status":"passed","time":{"start":1710307383798,"stop":1710307383799,"duration":1}},{"uid":"49e3ba01c6cd5874","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49e3ba01c6cd5874","status":"passed","time":{"start":1710287594290,"stop":1710287594293,"duration":3}},{"uid":"c3a31c26fefc3b3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c3a31c26fefc3b3e","status":"passed","time":{"start":1710284859497,"stop":1710284859498,"duration":1}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6673ddf96a113fa9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6673ddf96a113fa9","status":"passed","time":{"start":1710308026832,"stop":1710308026833,"duration":1}},{"uid":"3b08084aeebc746c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b08084aeebc746c","status":"passed","time":{"start":1710306913476,"stop":1710306913476,"duration":0}},{"uid":"b902139d59507868","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b902139d59507868","status":"passed","time":{"start":1710287126413,"stop":1710287126413,"duration":0}},{"uid":"ff5a512d71fe311a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff5a512d71fe311a","status":"passed","time":{"start":1710284390749,"stop":1710284390749,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c2f66879a5765079","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c2f66879a5765079","status":"passed","time":{"start":1710307924459,"stop":1710307924460,"duration":1}},{"uid":"a6564ec325b9e507","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6564ec325b9e507","status":"passed","time":{"start":1710306817452,"stop":1710306817453,"duration":1}},{"uid":"e3637e47d74505b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e3637e47d74505b0","status":"passed","time":{"start":1710287022682,"stop":1710287022683,"duration":1}},{"uid":"a1d19b9bc50ca135","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1d19b9bc50ca135","status":"passed","time":{"start":1710284285361,"stop":1710284285362,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"25e64543726f07fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/25e64543726f07fa","status":"passed","time":{"start":1710307918133,"stop":1710307918133,"duration":0}},{"uid":"872e8b03e8417bf0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/872e8b03e8417bf0","status":"passed","time":{"start":1710306811114,"stop":1710306811115,"duration":1}},{"uid":"ce96e6b80317e1f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce96e6b80317e1f5","status":"passed","time":{"start":1710287016342,"stop":1710287016343,"duration":1}},{"uid":"6ebb4f4b7d8cf55c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6ebb4f4b7d8cf55c","status":"passed","time":{"start":1710284279136,"stop":1710284279137,"duration":1}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"75abdfcd2db96901","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75abdfcd2db96901","status":"passed","time":{"start":1710308024292,"stop":1710308024293,"duration":1}},{"uid":"5804608f88f0622e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5804608f88f0622e","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"74d4ebaeb1c24b5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74d4ebaeb1c24b5","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"e02e80edafccf52d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e02e80edafccf52d","status":"passed","time":{"start":1710284377467,"stop":1710284377469,"duration":2}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d88c51a51a9ece88","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d88c51a51a9ece88","status":"passed","time":{"start":1710307897776,"stop":1710307897779,"duration":3}},{"uid":"4d8e9aa7435d6d23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d8e9aa7435d6d23","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"7fd5f4433a988382","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fd5f4433a988382","status":"passed","time":{"start":1710286996361,"stop":1710286996362,"duration":1}},{"uid":"36ed5f9a7402e1bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36ed5f9a7402e1bd","status":"passed","time":{"start":1710284258879,"stop":1710284258879,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0a66a17808cffe3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0a66a17808cffe3","status":"passed","time":{"start":1710307971895,"stop":1710307971895,"duration":0}},{"uid":"fbb3c6b7382a8e0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbb3c6b7382a8e0d","status":"passed","time":{"start":1710306865885,"stop":1710306865885,"duration":0}},{"uid":"5263d50e13e8a98d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5263d50e13e8a98d","status":"passed","time":{"start":1710287067216,"stop":1710287067217,"duration":1}},{"uid":"82a42593aa72f192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/82a42593aa72f192","status":"passed","time":{"start":1710284328536,"stop":1710284328537,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79e48092a8e987e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79e48092a8e987e0","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"duration":0}},{"uid":"a9c1bfddce030e6c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9c1bfddce030e6c","status":"passed","time":{"start":1710307207089,"stop":1710307207090,"duration":1}},{"uid":"3893f063a7f59d7c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3893f063a7f59d7c","status":"passed","time":{"start":1710287412754,"stop":1710287412755,"duration":1}},{"uid":"4e4c5cbb4ea31a0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e4c5cbb4ea31a0c","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b7fa8aead07c45a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7fa8aead07c45a","status":"passed","time":{"start":1710308416727,"stop":1710308416728,"duration":1}},{"uid":"e1fcb663648fda01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1fcb663648fda01","status":"passed","time":{"start":1710307308633,"stop":1710307308633,"duration":0}},{"uid":"b166f8deca91d0cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b166f8deca91d0cf","status":"passed","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"db015a8a176b04c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db015a8a176b04c6","status":"passed","time":{"start":1710284775856,"stop":1710284775856,"duration":0}}]},"6addb59677c6d687690aa1427455c9da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1895d8ab617bfc6b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1895d8ab617bfc6b","status":"passed","time":{"start":1710284680793,"stop":1710284680793,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c3cfb3678de1e90","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5c3cfb3678de1e90","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0}},{"uid":"d7ca195bd705ae2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d7ca195bd705ae2c","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"45f7b1416635f9cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45f7b1416635f9cf","status":"passed","time":{"start":1710287001715,"stop":1710287001716,"duration":1}},{"uid":"75ee9cb3585d856b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75ee9cb3585d856b","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92efcaff04194f18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/92efcaff04194f18","status":"passed","time":{"start":1710308167157,"stop":1710308167157,"duration":0}},{"uid":"24efdf966e4ef57d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24efdf966e4ef57d","status":"passed","time":{"start":1710307045657,"stop":1710307045659,"duration":2}},{"uid":"a3538c79f8a8d637","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3538c79f8a8d637","status":"passed","time":{"start":1710287245597,"stop":1710287245607,"duration":10}},{"uid":"6f5b7f7f91bcf274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6f5b7f7f91bcf274","status":"passed","time":{"start":1710284503141,"stop":1710284503141,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1631198a807769df","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1631198a807769df","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"duration":0}},{"uid":"cc78fb5edaac77f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc78fb5edaac77f3","status":"passed","time":{"start":1710307465630,"stop":1710307465631,"duration":1}},{"uid":"89fe14f006363883","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/89fe14f006363883","status":"passed","time":{"start":1710287674911,"stop":1710287674911,"duration":0}},{"uid":"f6ec4fe61c2c509c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6ec4fe61c2c509c","status":"passed","time":{"start":1710284934072,"stop":1710284934072,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c1a3fd449d1ba131","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c1a3fd449d1ba131","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0}},{"uid":"e24845828d35f29","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e24845828d35f29","status":"passed","time":{"start":1710307308617,"stop":1710307308618,"duration":1}},{"uid":"b75b3943938bd078","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b75b3943938bd078","status":"passed","time":{"start":1710287509743,"stop":1710287509743,"duration":0}},{"uid":"7a3e97a4f541ef6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7a3e97a4f541ef6","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe25390c0aa4f72e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe25390c0aa4f72e","status":"passed","time":{"start":1710308572934,"stop":1710308572934,"duration":0}},{"uid":"842537653859fb14","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/842537653859fb14","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"d4d49436fb27144d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4d49436fb27144d","status":"passed","time":{"start":1710287674898,"stop":1710287674898,"duration":0}},{"uid":"6b1135ccbd562558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b1135ccbd562558","status":"passed","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3db4c6dd584b922f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3db4c6dd584b922f","status":"passed","time":{"start":1710308092703,"stop":1710308092703,"duration":0}},{"uid":"3fcc90cfba110440","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fcc90cfba110440","status":"passed","time":{"start":1710306981507,"stop":1710306981508,"duration":1}},{"uid":"7f7d97ece4cc2102","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7f7d97ece4cc2102","status":"passed","time":{"start":1710287198125,"stop":1710287198125,"duration":0}},{"uid":"c671798dc91552a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c671798dc91552a9","status":"passed","time":{"start":1710284459998,"stop":1710284459999,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"bef8bbad2c253617","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bef8bbad2c253617","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308366525,"stop":1710308366526,"duration":1}},{"uid":"fa75ab86ed550c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa75ab86ed550c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247773,"stop":1710307247774,"duration":1}},{"uid":"266fa80538af3e55","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/266fa80538af3e55","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"67daf956492ca6eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67daf956492ca6eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723023,"stop":1710284723023,"duration":0}}]},"6ce38dc43b98702d0160d78ec73d2707:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ced572415015a932","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ced572415015a932","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"603c72a27589d4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/603c72a27589d4a","status":"passed","time":{"start":1710308097736,"stop":1710308097737,"duration":1}},{"uid":"6f73eaff66e6ee16","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f73eaff66e6ee16","status":"passed","time":{"start":1710306994277,"stop":1710306994278,"duration":1}},{"uid":"fda22d10c3cf13a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fda22d10c3cf13a7","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"bc71028bdaed3b5d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bc71028bdaed3b5d","status":"passed","time":{"start":1710284459557,"stop":1710284459557,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a15bce393d5fdd3b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a15bce393d5fdd3b","status":"passed","time":{"start":1710307914372,"stop":1710307914373,"duration":1}},{"uid":"2c9e6b240ddc59f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c9e6b240ddc59f6","status":"passed","time":{"start":1710306807581,"stop":1710306807581,"duration":0}},{"uid":"6d44d04ff1d38fe4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d44d04ff1d38fe4","status":"passed","time":{"start":1710287012803,"stop":1710287012803,"duration":0}},{"uid":"ba0bfa3b4df2ff97","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba0bfa3b4df2ff97","status":"passed","time":{"start":1710284275221,"stop":1710284275221,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6dd49b53658e07dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6dd49b53658e07dd","status":"passed","time":{"start":1710307918132,"stop":1710307918133,"duration":1}},{"uid":"e0ec76e6ae059267","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0ec76e6ae059267","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"53d7c409acc3e2d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53d7c409acc3e2d5","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"9938e174d4ee59dc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9938e174d4ee59dc","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe8f8b7d9d7213a4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe8f8b7d9d7213a4","status":"passed","time":{"start":1710308322596,"stop":1710308322597,"duration":1}},{"uid":"5be1ee829b2582c9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5be1ee829b2582c9","status":"passed","time":{"start":1710307207063,"stop":1710307207064,"duration":1}},{"uid":"4027ac00646d9901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4027ac00646d9901","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"f62be132b33fea10","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f62be132b33fea10","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65ad99ac0edfe7ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65ad99ac0edfe7ed","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"duration":0}},{"uid":"11c683f556ab6dc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/11c683f556ab6dc5","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"e733a1833334c8e8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e733a1833334c8e8","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"74f68a08e4c542db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/74f68a08e4c542db","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b794452d1d7d235c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b794452d1d7d235c","status":"passed","time":{"start":1710307950103,"stop":1710307950104,"duration":1}},{"uid":"f7ba4e1bfc7a236a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7ba4e1bfc7a236a","status":"passed","time":{"start":1710306846370,"stop":1710306846371,"duration":1}},{"uid":"3a621bd07ee587e0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a621bd07ee587e0","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"f5d1013fa6d25fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5d1013fa6d25fee","status":"passed","time":{"start":1710284311922,"stop":1710284311923,"duration":1}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":2,"unknown":0,"total":4},"items":[{"uid":"73e61247632e2093","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73e61247632e2093","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1710308388676,"stop":1710308388677,"duration":1}},{"uid":"a568868ad882a0e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a568868ad882a0e3","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1710307270090,"stop":1710307270090,"duration":0}},{"uid":"e7853057a6bd7a11","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7853057a6bd7a11","status":"passed","time":{"start":1710287483709,"stop":1710287483709,"duration":0}},{"uid":"c234d80dfde55c30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c234d80dfde55c30","status":"passed","time":{"start":1710284751206,"stop":1710284751207,"duration":1}}]},"9c46062a2667b3f8b0fd99accd682d00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ecdf400418e243d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ecdf400418e243d","status":"passed","time":{"start":1710287509780,"stop":1710287509780,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"177e38359a4b434c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/177e38359a4b434c","status":"passed","time":{"start":1710308322616,"stop":1710308322616,"duration":0}},{"uid":"7945e0514e314143","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7945e0514e314143","status":"passed","time":{"start":1710307207093,"stop":1710307207093,"duration":0}},{"uid":"49796caeb074bee4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49796caeb074bee4","status":"passed","time":{"start":1710287412758,"stop":1710287412758,"duration":0}},{"uid":"e3746e29918bc372","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e3746e29918bc372","status":"passed","time":{"start":1710284680791,"stop":1710284680792,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f35b159debd005c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f35b159debd005c2","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"duration":0}},{"uid":"3825e0ab0771d1ea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3825e0ab0771d1ea","status":"passed","time":{"start":1710306811114,"stop":1710306811114,"duration":0}},{"uid":"d8883e5ae73af916","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8883e5ae73af916","status":"passed","time":{"start":1710287016342,"stop":1710287016342,"duration":0}},{"uid":"be382d295ce3e674","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be382d295ce3e674","status":"passed","time":{"start":1710284279136,"stop":1710284279136,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f736ce3f9f063dc4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f736ce3f9f063dc4","status":"passed","time":{"start":1710307903499,"stop":1710307903499,"duration":0}},{"uid":"dbf470d06d6e19cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbf470d06d6e19cb","status":"passed","time":{"start":1710306796607,"stop":1710306796607,"duration":0}},{"uid":"3862b55b068f0c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3862b55b068f0c21","status":"passed","time":{"start":1710287001716,"stop":1710287001716,"duration":0}},{"uid":"6a8a14bfa9ccbb18","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6a8a14bfa9ccbb18","status":"passed","time":{"start":1710284264389,"stop":1710284264389,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cfdf67519d6995a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfdf67519d6995a3","status":"passed","time":{"start":1710308416726,"stop":1710308416726,"duration":0}},{"uid":"117bebb02dcd726d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/117bebb02dcd726d","status":"passed","time":{"start":1710307308631,"stop":1710307308632,"duration":1}},{"uid":"cc5ba32281a6d031","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc5ba32281a6d031","status":"passed","time":{"start":1710287509753,"stop":1710287509753,"duration":0}},{"uid":"f471eb321ee7a851","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f471eb321ee7a851","status":"passed","time":{"start":1710284775855,"stop":1710284775855,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64455f73f6a0cbb5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64455f73f6a0cbb5","status":"passed","time":{"start":1710308092722,"stop":1710308092722,"duration":0}},{"uid":"4bc604a1442a69eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4bc604a1442a69eb","status":"passed","time":{"start":1710306981524,"stop":1710306981525,"duration":1}},{"uid":"6645a9bc810b691f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6645a9bc810b691f","status":"passed","time":{"start":1710287198171,"stop":1710287198171,"duration":0}},{"uid":"41578f2b10b08b78","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41578f2b10b08b78","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8b46c3f41c89c6e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b46c3f41c89c6e9","status":"passed","time":{"start":1710308572949,"stop":1710308572949,"duration":0}},{"uid":"81124934c58f99f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/81124934c58f99f1","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"9eb2b90c91ddcacf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eb2b90c91ddcacf","status":"passed","time":{"start":1710287674918,"stop":1710287674918,"duration":0}},{"uid":"f6bc83585328164","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bc83585328164","status":"passed","time":{"start":1710284934078,"stop":1710284934079,"duration":1}}]},"6cb9aaa89c71702cd0adbb4ee549520e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4632e6bebc1fff9c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4632e6bebc1fff9c","status":"passed","time":{"start":1710284775866,"stop":1710284775866,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30081ab3344c28d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30081ab3344c28d6","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"duration":0}},{"uid":"d4d5b52e0957a7f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d4d5b52e0957a7f2","status":"passed","time":{"start":1710307207090,"stop":1710307207091,"duration":1}},{"uid":"7e2303a5e7b6d450","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e2303a5e7b6d450","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"d23ad21d3c6cdd36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d23ad21d3c6cdd36","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8ce25c6e5d913987","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ce25c6e5d913987","status":"passed","time":{"start":1710308459427,"stop":1710308459428,"duration":1}},{"uid":"38c00c623f09ddd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c00c623f09ddd3","status":"passed","time":{"start":1710307342524,"stop":1710307342524,"duration":0}},{"uid":"efadcda4a6457c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efadcda4a6457c1","status":"passed","time":{"start":1710287544912,"stop":1710287544912,"duration":0}},{"uid":"408125da4eca71ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/408125da4eca71ef","status":"passed","time":{"start":1710284805010,"stop":1710284805010,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65158b7cbdcd1238","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65158b7cbdcd1238","status":"passed","time":{"start":1710308463689,"stop":1710308463689,"duration":0}},{"uid":"4c29f30fb86f4984","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c29f30fb86f4984","status":"passed","time":{"start":1710307358459,"stop":1710307358460,"duration":1}},{"uid":"b0530a44e06ba709","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0530a44e06ba709","status":"passed","time":{"start":1710287569251,"stop":1710287569252,"duration":1}},{"uid":"622b5b252d84bf3d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622b5b252d84bf3d","status":"passed","time":{"start":1710284852294,"stop":1710284852295,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e6457d1779ed2d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4e6457d1779ed2d3","status":"passed","time":{"start":1710308572937,"stop":1710308572938,"duration":1}},{"uid":"42ae85cd1aeca56b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42ae85cd1aeca56b","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"ec4b6f6225e4007d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec4b6f6225e4007d","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"e9ce6433b36a28d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9ce6433b36a28d1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ad080523fcfdb610","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ad080523fcfdb610","status":"passed","time":{"start":1710308459424,"stop":1710308459424,"duration":0}},{"uid":"8351a78aa6001509","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8351a78aa6001509","status":"passed","time":{"start":1710307342519,"stop":1710307342519,"duration":0}},{"uid":"ec77b3bc40c194ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec77b3bc40c194ce","status":"passed","time":{"start":1710287544910,"stop":1710287544910,"duration":0}},{"uid":"c8e7174575c730fc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c8e7174575c730fc","status":"passed","time":{"start":1710284805007,"stop":1710284805007,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3123eeef1e0a98cb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3123eeef1e0a98cb","status":"passed","time":{"start":1710308416742,"stop":1710308416743,"duration":1}},{"uid":"211eb4cbfbdf0041","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/211eb4cbfbdf0041","status":"passed","time":{"start":1710307308646,"stop":1710307308647,"duration":1}},{"uid":"b9b4f760551438e7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b9b4f760551438e7","status":"passed","time":{"start":1710287509780,"stop":1710287509780,"duration":0}},{"uid":"4e8256f8e2f295ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e8256f8e2f295ba","status":"passed","time":{"start":1710284775865,"stop":1710284775866,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"695f48d4b2852565","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/695f48d4b2852565","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"duration":0}},{"uid":"f9738146d6c36a86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9738146d6c36a86","status":"passed","time":{"start":1710307383802,"stop":1710307383802,"duration":0}},{"uid":"ec75fadc4b2a9f37","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ec75fadc4b2a9f37","status":"passed","time":{"start":1710287594296,"stop":1710287594296,"duration":0}},{"uid":"29e8021033cd01d2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/29e8021033cd01d2","status":"passed","time":{"start":1710284859500,"stop":1710284859501,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"30632a885828bf4f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30632a885828bf4f","status":"passed","time":{"start":1710308092707,"stop":1710308092707,"duration":0}},{"uid":"ca7da19ba41eb4eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca7da19ba41eb4eb","status":"passed","time":{"start":1710306981511,"stop":1710306981511,"duration":0}},{"uid":"a17867bef08d3be3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a17867bef08d3be3","status":"passed","time":{"start":1710287198162,"stop":1710287198163,"duration":1}},{"uid":"7ed6ae70c94cfb51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ed6ae70c94cfb51","status":"passed","time":{"start":1710284460001,"stop":1710284460001,"duration":0}}]},"e3a863932b7a1754d88e6cc286472f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbbaa39febbd51a0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbbaa39febbd51a0","status":"passed","time":{"start":1710287569260,"stop":1710287569261,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e9f99911ffa2a09","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e9f99911ffa2a09","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"duration":0}},{"uid":"3e3789192373e528","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3789192373e528","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"17ce3b93a051d7f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17ce3b93a051d7f8","status":"passed","time":{"start":1710287674914,"stop":1710287674914,"duration":0}},{"uid":"721eec4be250a917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/721eec4be250a917","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24332471c2e5bbdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24332471c2e5bbdc","status":"passed","time":{"start":1710308322616,"stop":1710308322617,"duration":1}},{"uid":"8a4e3fc75e8371f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a4e3fc75e8371f7","status":"passed","time":{"start":1710307207093,"stop":1710307207094,"duration":1}},{"uid":"2cf62e43e79d3348","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cf62e43e79d3348","status":"passed","time":{"start":1710287412758,"stop":1710287412759,"duration":1}},{"uid":"6438d7d4b320dc8c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6438d7d4b320dc8c","status":"passed","time":{"start":1710284680792,"stop":1710284680792,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c17590f1617cef91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c17590f1617cef91","status":"passed","time":{"start":1710308572945,"stop":1710308572945,"duration":0}},{"uid":"f4c2c96d706cecc6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4c2c96d706cecc6","status":"passed","time":{"start":1710307465632,"stop":1710307465633,"duration":1}},{"uid":"74a8354715c88d68","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74a8354715c88d68","status":"passed","time":{"start":1710287674912,"stop":1710287674913,"duration":1}},{"uid":"8447bb9c737fdcfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8447bb9c737fdcfe","status":"passed","time":{"start":1710284934074,"stop":1710284934074,"duration":0}}]},"1addac1f63758b3f7c479c7adc288db0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b2a312e6dd0d2b8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8b2a312e6dd0d2b8","status":"passed","time":{"start":1710307358474,"stop":1710307358488,"duration":14}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"442782313c28b573","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/442782313c28b573","status":"passed","time":{"start":1710308322594,"stop":1710308322594,"duration":0}},{"uid":"a9818e267cfccc64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9818e267cfccc64","status":"passed","time":{"start":1710307207051,"stop":1710307207051,"duration":0}},{"uid":"ab7eb341a4bd47d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab7eb341a4bd47d4","status":"passed","time":{"start":1710287412742,"stop":1710287412743,"duration":1}},{"uid":"d3e0fd0b2b853af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3e0fd0b2b853af7","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8905cadf20ceef91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8905cadf20ceef91","status":"passed","time":{"start":1710308463676,"stop":1710308463676,"duration":0}},{"uid":"3d0424f2603c0f2a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3d0424f2603c0f2a","status":"passed","time":{"start":1710307358455,"stop":1710307358456,"duration":1}},{"uid":"5e92cdfb663d0231","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e92cdfb663d0231","status":"passed","time":{"start":1710287569246,"stop":1710287569247,"duration":1}},{"uid":"5a11645935a25555","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a11645935a25555","status":"passed","time":{"start":1710284852280,"stop":1710284852287,"duration":7}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37e6fbdae03121a6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/37e6fbdae03121a6","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0}},{"uid":"12cfb445ccef73b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12cfb445ccef73b3","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"993f2cfb8a2f3f57","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/993f2cfb8a2f3f57","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"936d2c64e940b2aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/936d2c64e940b2aa","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3bc45aab135e781","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3bc45aab135e781","status":"passed","time":{"start":1710307898597,"stop":1710307898597,"duration":0}},{"uid":"b44ab4ec38b23c38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b44ab4ec38b23c38","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"d446f1adc501bef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d446f1adc501bef","status":"passed","time":{"start":1710286996962,"stop":1710286996966,"duration":4}},{"uid":"8d5185f01786cec5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8d5185f01786cec5","status":"passed","time":{"start":1710284259600,"stop":1710284259601,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59d0f5bd41cbf48c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/59d0f5bd41cbf48c","status":"passed","time":{"start":1710308357663,"stop":1710308357663,"duration":0}},{"uid":"8ae9c9266c892a69","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ae9c9266c892a69","status":"passed","time":{"start":1710307244658,"stop":1710307244658,"duration":0}},{"uid":"47f57fc0f1317633","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f57fc0f1317633","status":"passed","time":{"start":1710287451483,"stop":1710287451483,"duration":0}},{"uid":"5175e373a95eb4a3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5175e373a95eb4a3","status":"passed","time":{"start":1710284717992,"stop":1710284717992,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f4fdd7f0558ead18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4fdd7f0558ead18","status":"passed","time":{"start":1710308459438,"stop":1710308459438,"duration":0}},{"uid":"8a084db94f32185a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8a084db94f32185a","status":"passed","time":{"start":1710307342528,"stop":1710307342528,"duration":0}},{"uid":"a9c9cab58fec9fd1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a9c9cab58fec9fd1","status":"passed","time":{"start":1710287544915,"stop":1710287544916,"duration":1}},{"uid":"92b25dbcfa661433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92b25dbcfa661433","status":"passed","time":{"start":1710284805025,"stop":1710284805026,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a981c08a1c439e8f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a981c08a1c439e8f","status":"passed","time":{"start":1710307914058,"stop":1710307914058,"duration":0}},{"uid":"9946e83f566fd2af","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9946e83f566fd2af","status":"passed","time":{"start":1710306807147,"stop":1710306807147,"duration":0}},{"uid":"6116baef0ea85902","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6116baef0ea85902","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"3ae68813edb5ee7e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae68813edb5ee7e","status":"passed","time":{"start":1710284274242,"stop":1710284274242,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aee894d537875470","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aee894d537875470","status":"passed","time":{"start":1710307897780,"stop":1710307897780,"duration":0}},{"uid":"af26f23dba99a19c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af26f23dba99a19c","status":"passed","time":{"start":1710306791281,"stop":1710306791281,"duration":0}},{"uid":"27718ea99214efca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/27718ea99214efca","status":"passed","time":{"start":1710286996362,"stop":1710286996362,"duration":0}},{"uid":"83c7c850fc3f7c2a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83c7c850fc3f7c2a","status":"passed","time":{"start":1710284258879,"stop":1710284258880,"duration":1}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4cdedf9e3e955d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e4cdedf9e3e955d0","status":"passed","time":{"start":1710308402070,"stop":1710308402072,"duration":2}},{"uid":"8bc4d374f21fcfd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8bc4d374f21fcfd2","status":"passed","time":{"start":1710307285626,"stop":1710307285627,"duration":1}},{"uid":"1fac275f1e41d88b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1fac275f1e41d88b","status":"passed","time":{"start":1710287499225,"stop":1710287499225,"duration":0}},{"uid":"576083a030346e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/576083a030346e68","status":"passed","time":{"start":1710284765828,"stop":1710284765828,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fea4f1e72594470","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fea4f1e72594470","status":"passed","time":{"start":1710308572936,"stop":1710308572937,"duration":1}},{"uid":"7814bd7753739ba7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7814bd7753739ba7","status":"passed","time":{"start":1710307465622,"stop":1710307465623,"duration":1}},{"uid":"c492f98d97b3a835","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c492f98d97b3a835","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"f841771fc8fd1e4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f841771fc8fd1e4c","status":"passed","time":{"start":1710284934063,"stop":1710284934064,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94c1a6601a18a435","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/94c1a6601a18a435","status":"passed","time":{"start":1710308572948,"stop":1710308572949,"duration":1}},{"uid":"7f285870fe8b1795","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f285870fe8b1795","status":"passed","time":{"start":1710307465637,"stop":1710307465637,"duration":0}},{"uid":"d71d46d38b380f96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d71d46d38b380f96","status":"passed","time":{"start":1710287674917,"stop":1710287674917,"duration":0}},{"uid":"c92f23dcd0c7bf8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c92f23dcd0c7bf8b","status":"passed","time":{"start":1710284934078,"stop":1710284934078,"duration":0}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6b265a8c2db64f1c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6b265a8c2db64f1c","status":"passed","time":{"start":1710307914059,"stop":1710307914069,"duration":10}},{"uid":"4cc13a75e4461e35","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4cc13a75e4461e35","status":"passed","time":{"start":1710306807148,"stop":1710306807148,"duration":0}},{"uid":"5f4ac22507b42ccf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4ac22507b42ccf","status":"passed","time":{"start":1710287012267,"stop":1710287012267,"duration":0}},{"uid":"8366fb8c27c034ba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8366fb8c27c034ba","status":"passed","time":{"start":1710284274243,"stop":1710284274244,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c562f0bf9562f114","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c562f0bf9562f114","status":"passed","time":{"start":1710308371302,"stop":1710308371303,"duration":1}},{"uid":"e643e20019f5f65c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e643e20019f5f65c","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"6bc3610041a5b917","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6bc3610041a5b917","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"4177160e03f2165f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4177160e03f2165f","status":"passed","time":{"start":1710284730219,"stop":1710284730219,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe42f88b3ad13d44","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe42f88b3ad13d44","status":"passed","time":{"start":1710308097728,"stop":1710308097728,"duration":0}},{"uid":"a084d0101a4b1b0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a084d0101a4b1b0b","status":"passed","time":{"start":1710306994268,"stop":1710306994269,"duration":1}},{"uid":"6c3c3a0458773413","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c3c3a0458773413","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"cda487c6a5c8cc32","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cda487c6a5c8cc32","status":"passed","time":{"start":1710284459537,"stop":1710284459538,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2778b55d5cee611","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2778b55d5cee611","status":"passed","time":{"start":1710308026834,"stop":1710308026835,"duration":1}},{"uid":"a4b45d0fa29e663c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4b45d0fa29e663c","status":"passed","time":{"start":1710306913477,"stop":1710306913478,"duration":1}},{"uid":"e9bcef275e642e1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bcef275e642e1c","status":"passed","time":{"start":1710287126414,"stop":1710287126415,"duration":1}},{"uid":"bdee636f2349820c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bdee636f2349820c","status":"passed","time":{"start":1710284390750,"stop":1710284390751,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d62f2018ac8b503","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d62f2018ac8b503","status":"passed","time":{"start":1710307923910,"stop":1710307923912,"duration":2}},{"uid":"30c5de6fa0dc5c65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/30c5de6fa0dc5c65","status":"passed","time":{"start":1710306816837,"stop":1710306816839,"duration":2}},{"uid":"cb6a69958e65d573","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cb6a69958e65d573","status":"passed","time":{"start":1710287022148,"stop":1710287022150,"duration":2}},{"uid":"2153fed9bece1e71","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2153fed9bece1e71","status":"passed","time":{"start":1710284284828,"stop":1710284284831,"duration":3}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"20e0b85461d45540","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/20e0b85461d45540","status":"passed","time":{"start":1710308371293,"stop":1710308371293,"duration":0}},{"uid":"87af75df6543e27e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/87af75df6543e27e","status":"passed","time":{"start":1710307259433,"stop":1710307259433,"duration":0}},{"uid":"5b9d9710ba8c4ce1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b9d9710ba8c4ce1","status":"passed","time":{"start":1710287460898,"stop":1710287460898,"duration":0}},{"uid":"159203775faef447","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/159203775faef447","status":"passed","time":{"start":1710284730212,"stop":1710284730213,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4fccdfcc73f1d53b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4fccdfcc73f1d53b","status":"passed","time":{"start":1710308092699,"stop":1710308092700,"duration":1}},{"uid":"711670d98ccc3993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/711670d98ccc3993","status":"passed","time":{"start":1710306981504,"stop":1710306981504,"duration":0}},{"uid":"e4755e16bedda2c5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e4755e16bedda2c5","status":"passed","time":{"start":1710287198116,"stop":1710287198116,"duration":0}},{"uid":"ca4f242b645f1b1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4f242b645f1b1","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a5076e03f24a6ad4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5076e03f24a6ad4","status":"passed","time":{"start":1710308510822,"stop":1710308510823,"duration":1}},{"uid":"551c392fcbaf7f61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/551c392fcbaf7f61","status":"passed","time":{"start":1710307392998,"stop":1710307392998,"duration":0}},{"uid":"eb959f04f822c672","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eb959f04f822c672","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"db77bf42a5ef0995","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db77bf42a5ef0995","status":"passed","time":{"start":1710284869462,"stop":1710284869462,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9e66eb9adf5eeea0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9e66eb9adf5eeea0","status":"passed","time":{"start":1710308485475,"stop":1710308485476,"duration":1}},{"uid":"317322a1e6dcd704","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/317322a1e6dcd704","status":"passed","time":{"start":1710307365850,"stop":1710307365851,"duration":1}},{"uid":"651746bd85aa8110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/651746bd85aa8110","status":"passed","time":{"start":1710287564356,"stop":1710287564356,"duration":0}},{"uid":"91909b7fe3d4f33e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91909b7fe3d4f33e","status":"passed","time":{"start":1710284831309,"stop":1710284831309,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9a1fc59851db444","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9a1fc59851db444","status":"passed","time":{"start":1710308463673,"stop":1710308463674,"duration":1}},{"uid":"a8a1b9563250721e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8a1b9563250721e","status":"passed","time":{"start":1710307358453,"stop":1710307358453,"duration":0}},{"uid":"90e3f6d09aef90b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/90e3f6d09aef90b4","status":"passed","time":{"start":1710287569229,"stop":1710287569241,"duration":12}},{"uid":"65a690c8c2552e93","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65a690c8c2552e93","status":"passed","time":{"start":1710284852270,"stop":1710284852271,"duration":1}}]},"cb61200da4f39b4cd1235b4ce032d0cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c680b4532abdd7a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c680b4532abdd7a7","status":"passed","time":{"start":1710287456060,"stop":1710287456061,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a22bcc638e0dc16f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a22bcc638e0dc16f","status":"passed","time":{"start":1710308433841,"stop":1710308433842,"duration":1}},{"uid":"dfa4a03f36985f76","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dfa4a03f36985f76","status":"passed","time":{"start":1710307325064,"stop":1710307325064,"duration":0}},{"uid":"8cd5fedef70e18ef","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cd5fedef70e18ef","status":"passed","time":{"start":1710287537361,"stop":1710287537362,"duration":1}},{"uid":"a118fc74c3164d39","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a118fc74c3164d39","status":"passed","time":{"start":1710284796484,"stop":1710284796485,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"513d1404a75654b7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/513d1404a75654b7","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"duration":0}},{"uid":"69ff88b148aeb46f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/69ff88b148aeb46f","status":"passed","time":{"start":1710307244656,"stop":1710307244656,"duration":0}},{"uid":"2c17c8b46a3fd025","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c17c8b46a3fd025","status":"passed","time":{"start":1710287451481,"stop":1710287451482,"duration":1}},{"uid":"8cc8e60113ef06b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8cc8e60113ef06b2","status":"passed","time":{"start":1710284717989,"stop":1710284717990,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dffbb026c3367415","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dffbb026c3367415","status":"passed","time":{"start":1710308481019,"stop":1710308481019,"duration":0}},{"uid":"cacee6d5d5338caf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacee6d5d5338caf","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"c519f617b4a17515","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c519f617b4a17515","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"b306308bcbbe1cf0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b306308bcbbe1cf0","status":"passed","time":{"start":1710284826090,"stop":1710284826091,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e05e21e26d709f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e05e21e26d709f0","status":"passed","time":{"start":1710308495151,"stop":1710308495152,"duration":1}},{"uid":"45cdc78611b3b2d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45cdc78611b3b2d0","status":"passed","time":{"start":1710307377258,"stop":1710307377258,"duration":0}},{"uid":"d01bec99451fcff4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d01bec99451fcff4","status":"passed","time":{"start":1710287579551,"stop":1710287579551,"duration":0}},{"uid":"60b8673fb00980eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/60b8673fb00980eb","status":"passed","time":{"start":1710284855734,"stop":1710284855735,"duration":1}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"95e0f99bb51c9783","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/95e0f99bb51c9783","status":"passed","time":{"start":1710308322611,"stop":1710308322612,"duration":1}},{"uid":"bca8c0d799250b5c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bca8c0d799250b5c","status":"passed","time":{"start":1710307207087,"stop":1710307207088,"duration":1}},{"uid":"66c12a193eba7ec6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66c12a193eba7ec6","status":"passed","time":{"start":1710287412753,"stop":1710287412753,"duration":0}},{"uid":"98b1ecd01aa0405c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/98b1ecd01aa0405c","status":"passed","time":{"start":1710284680787,"stop":1710284680787,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e21393c53b3cec0e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e21393c53b3cec0e","status":"passed","time":{"start":1710308026835,"stop":1710308026835,"duration":0}},{"uid":"40a1f62f5914d002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40a1f62f5914d002","status":"passed","time":{"start":1710306913478,"stop":1710306913478,"duration":0}},{"uid":"990ec4e858ec5ae9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/990ec4e858ec5ae9","status":"passed","time":{"start":1710287126415,"stop":1710287126415,"duration":0}},{"uid":"8200d3571dbd3595","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8200d3571dbd3595","status":"passed","time":{"start":1710284390751,"stop":1710284390751,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d551bb723d2168","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d551bb723d2168","status":"passed","time":{"start":1710307892759,"stop":1710307892759,"duration":0}},{"uid":"cf1063a889173df4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf1063a889173df4","status":"passed","time":{"start":1710306786079,"stop":1710306786080,"duration":1}},{"uid":"4c597a22893bee86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c597a22893bee86","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"7687a35965073ff8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7687a35965073ff8","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f9f9eaf36e19be9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f9f9eaf36e19be9","status":"passed","time":{"start":1710308416730,"stop":1710308416731,"duration":1}},{"uid":"937dd759a74f8879","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/937dd759a74f8879","status":"passed","time":{"start":1710307308636,"stop":1710307308637,"duration":1}},{"uid":"5774dfc1c690d9f2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5774dfc1c690d9f2","status":"passed","time":{"start":1710287509770,"stop":1710287509770,"duration":0}},{"uid":"b3f21f62acf03c9d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3f21f62acf03c9d","status":"passed","time":{"start":1710284775859,"stop":1710284775859,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc8f7f63be5e847d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc8f7f63be5e847d","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"duration":0}},{"uid":"3b5dff7d7101e26c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b5dff7d7101e26c","status":"passed","time":{"start":1710306981522,"stop":1710306981522,"duration":0}},{"uid":"ea6d762baf51f8a5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ea6d762baf51f8a5","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"8010e594063763d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8010e594063763d9","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d9819428e416d31","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d9819428e416d31","status":"passed","time":{"start":1710307897781,"stop":1710307897799,"duration":18}},{"uid":"775e74f751ab19dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/775e74f751ab19dc","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"68e96def61057d86","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68e96def61057d86","status":"passed","time":{"start":1710286996363,"stop":1710286996364,"duration":1}},{"uid":"91853ae42175e3ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/91853ae42175e3ea","status":"passed","time":{"start":1710284258880,"stop":1710284258881,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4ff91ea0ac7803c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ff91ea0ac7803c","status":"passed","time":{"start":1710308322580,"stop":1710308322580,"duration":0}},{"uid":"a756180be52294f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a756180be52294f3","status":"passed","time":{"start":1710307207050,"stop":1710307207050,"duration":0}},{"uid":"c8aece073d7ff435","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8aece073d7ff435","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"8400f028c3cde35c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8400f028c3cde35c","status":"passed","time":{"start":1710284680768,"stop":1710284680768,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e61f06718e071bea","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e61f06718e071bea","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"duration":0}},{"uid":"13ac06ff71f7e8eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13ac06ff71f7e8eb","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"7651b194ed22463e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7651b194ed22463e","status":"passed","time":{"start":1710287674907,"stop":1710287674908,"duration":1}},{"uid":"8ed1aa9a17a06d4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed1aa9a17a06d4c","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8664e8cba76b4d45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8664e8cba76b4d45","status":"passed","time":{"start":1710307897770,"stop":1710307897772,"duration":2}},{"uid":"9366d344f70107b5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9366d344f70107b5","status":"passed","time":{"start":1710306791276,"stop":1710306791276,"duration":0}},{"uid":"ab6358f6b20862a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ab6358f6b20862a9","status":"passed","time":{"start":1710286996357,"stop":1710286996357,"duration":0}},{"uid":"a7edf881fd428da1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a7edf881fd428da1","status":"passed","time":{"start":1710284258874,"stop":1710284258874,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a0e59bc0e054e13b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a0e59bc0e054e13b","status":"passed","time":{"start":1710308494293,"stop":1710308494293,"duration":0}},{"uid":"8e0b9f018cda4f27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e0b9f018cda4f27","status":"passed","time":{"start":1710307383801,"stop":1710307383802,"duration":1}},{"uid":"c92ac285584c9666","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c92ac285584c9666","status":"passed","time":{"start":1710287594295,"stop":1710287594296,"duration":1}},{"uid":"1780bbaee237965c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1780bbaee237965c","status":"passed","time":{"start":1710284859500,"stop":1710284859500,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d80692816e2e0f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5d80692816e2e0f7","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"duration":0}},{"uid":"e3e8224950aedc65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3e8224950aedc65","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"1cd86730ae1f47d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1cd86730ae1f47d7","status":"passed","time":{"start":1710287560340,"stop":1710287560340,"duration":0}},{"uid":"627f8fd2c1984779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/627f8fd2c1984779","status":"passed","time":{"start":1710284826093,"stop":1710284826094,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f5a188b7ef2a5c66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5a188b7ef2a5c66","status":"passed","time":{"start":1710308459428,"stop":1710308459429,"duration":1}},{"uid":"6696ca96b89d9eed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6696ca96b89d9eed","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"228f454502136b76","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/228f454502136b76","status":"passed","time":{"start":1710287544913,"stop":1710287544913,"duration":0}},{"uid":"fcb8e9747e42709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcb8e9747e42709","status":"passed","time":{"start":1710284805012,"stop":1710284805012,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"263a24341c9e7b8d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/263a24341c9e7b8d","status":"passed","time":{"start":1710307914373,"stop":1710307914374,"duration":1}},{"uid":"a7ea39e7353b91be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7ea39e7353b91be","status":"passed","time":{"start":1710306807582,"stop":1710306807583,"duration":1}},{"uid":"93daa641a546eedf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93daa641a546eedf","status":"passed","time":{"start":1710287012804,"stop":1710287012804,"duration":0}},{"uid":"95e6b6795ae6d6ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/95e6b6795ae6d6ac","status":"passed","time":{"start":1710284275222,"stop":1710284275222,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"78c9e6cce3e2f6be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/78c9e6cce3e2f6be","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307914374,"stop":1710307914375,"duration":1}},{"uid":"8e2bce3956d31535","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e2bce3956d31535","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807583,"stop":1710306807584,"duration":1}},{"uid":"d32b240f7953f135","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d32b240f7953f135","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012805,"stop":1710287012805,"duration":0}},{"uid":"88335ef16e1a935a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/88335ef16e1a935a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275223,"stop":1710284275223,"duration":0}}]},"2eb78c9e29c9ea45295c02ce9d862926:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"429e3a3aa99003f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/429e3a3aa99003f6","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"151e106940af2b94","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151e106940af2b94","status":"passed","time":{"start":1710308092690,"stop":1710308092690,"duration":0}},{"uid":"8ad17b84395b6783","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ad17b84395b6783","status":"passed","time":{"start":1710306981496,"stop":1710306981503,"duration":7}},{"uid":"7234e214dd929e33","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7234e214dd929e33","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"5f8d290a4dfa07bd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8d290a4dfa07bd","status":"passed","time":{"start":1710284459992,"stop":1710284459992,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcea57472694cd3d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fcea57472694cd3d","status":"passed","time":{"start":1710308572946,"stop":1710308572946,"duration":0}},{"uid":"bae8aa08266f081e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bae8aa08266f081e","status":"passed","time":{"start":1710307465634,"stop":1710307465634,"duration":0}},{"uid":"1f4944a10933a57c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f4944a10933a57c","status":"passed","time":{"start":1710287674914,"stop":1710287674915,"duration":1}},{"uid":"18fc18d67547333e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/18fc18d67547333e","status":"passed","time":{"start":1710284934075,"stop":1710284934076,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"659f0f6738b3f8b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/659f0f6738b3f8b1","status":"passed","time":{"start":1710307950103,"stop":1710307950103,"duration":0}},{"uid":"8944ca7233b02469","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8944ca7233b02469","status":"passed","time":{"start":1710306846369,"stop":1710306846370,"duration":1}},{"uid":"857376daea2f38ac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/857376daea2f38ac","status":"passed","time":{"start":1710287049207,"stop":1710287049207,"duration":0}},{"uid":"4349640c0dbb1f91","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4349640c0dbb1f91","status":"passed","time":{"start":1710284311920,"stop":1710284311922,"duration":2}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb0f252be0c31bba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eb0f252be0c31bba","status":"passed","time":{"start":1710307890264,"stop":1710307890265,"duration":1}},{"uid":"a70ed9593c12f664","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a70ed9593c12f664","status":"passed","time":{"start":1710306783475,"stop":1710306783475,"duration":0}},{"uid":"614a36c3bcc25d24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/614a36c3bcc25d24","status":"passed","time":{"start":1710286988736,"stop":1710286988736,"duration":0}},{"uid":"11aec9fd96abe31a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11aec9fd96abe31a","status":"passed","time":{"start":1710284251166,"stop":1710284251166,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4529e8375b8ffe73","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4529e8375b8ffe73","status":"passed","time":{"start":1710308494291,"stop":1710308494292,"duration":1}},{"uid":"2da5bdfda13d89c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2da5bdfda13d89c7","status":"passed","time":{"start":1710307383800,"stop":1710307383800,"duration":0}},{"uid":"c1ffde81b6487336","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1ffde81b6487336","status":"passed","time":{"start":1710287594294,"stop":1710287594294,"duration":0}},{"uid":"e28c015adb580203","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e28c015adb580203","status":"passed","time":{"start":1710284859499,"stop":1710284859499,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dbce83b27e5557b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dbce83b27e5557b2","status":"passed","time":{"start":1710308371305,"stop":1710308371305,"duration":0}},{"uid":"19d6e23f87623bda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/19d6e23f87623bda","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"6524b1cecd0305a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6524b1cecd0305a9","status":"passed","time":{"start":1710287460903,"stop":1710287460904,"duration":1}},{"uid":"4cd14fa372bc96c7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cd14fa372bc96c7","status":"passed","time":{"start":1710284730220,"stop":1710284730221,"duration":1}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"286a188ce3994149","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/286a188ce3994149","status":"passed","time":{"start":1710307980883,"stop":1710307980884,"duration":1}},{"uid":"3de4427b91b7c01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3de4427b91b7c01","status":"passed","time":{"start":1710306873748,"stop":1710306873749,"duration":1}},{"uid":"139649acadb4ea00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/139649acadb4ea00","status":"passed","time":{"start":1710287079745,"stop":1710287079745,"duration":0}},{"uid":"182384c225070a6b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/182384c225070a6b","status":"passed","time":{"start":1710284342268,"stop":1710284342269,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9aa22523f7525502","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9aa22523f7525502","status":"passed","time":{"start":1710308231836,"stop":1710308231836,"duration":0}},{"uid":"38e7c6a940a06079","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38e7c6a940a06079","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"39edacd0a544514f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/39edacd0a544514f","status":"passed","time":{"start":1710287317291,"stop":1710287317292,"duration":1}},{"uid":"46e9d56011bf59d8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46e9d56011bf59d8","status":"passed","time":{"start":1710284588136,"stop":1710284588136,"duration":0}}]},"1809e4e597eb44965b8cff3dcd3a15f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"254360b479411989","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/254360b479411989","status":"passed","time":{"start":1710284459543,"stop":1710284459543,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fda8488ae92c13b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2fda8488ae92c13b","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0}},{"uid":"340c77a0ed4de1c0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/340c77a0ed4de1c0","status":"passed","time":{"start":1710307247759,"stop":1710307247759,"duration":0}},{"uid":"ca74e0e635edbe8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ca74e0e635edbe8c","status":"passed","time":{"start":1710287456037,"stop":1710287456038,"duration":1}},{"uid":"a05345c9663027d6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a05345c9663027d6","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f1cf38391dc2909","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f1cf38391dc2909","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"duration":0}},{"uid":"3bb6826763ad5d28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3bb6826763ad5d28","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"18a33d13a5344ec4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18a33d13a5344ec4","status":"passed","time":{"start":1710286996966,"stop":1710286996967,"duration":1}},{"uid":"f859ea775eb07818","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f859ea775eb07818","status":"passed","time":{"start":1710284259601,"stop":1710284259602,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f7984a23c6c87e01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f7984a23c6c87e01","status":"passed","time":{"start":1710307890266,"stop":1710307890267,"duration":1}},{"uid":"b0d4890a462f8b50","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b0d4890a462f8b50","status":"passed","time":{"start":1710306783477,"stop":1710306783477,"duration":0}},{"uid":"53adb93175a9f679","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53adb93175a9f679","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"2715b0a190fc75d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2715b0a190fc75d1","status":"passed","time":{"start":1710284251168,"stop":1710284251168,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d970b9e8f5bd7b75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d970b9e8f5bd7b75","status":"passed","time":{"start":1710308508734,"stop":1710308508735,"duration":1}},{"uid":"235cbb7f16c82a5d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/235cbb7f16c82a5d","status":"passed","time":{"start":1710307392157,"stop":1710307392158,"duration":1}},{"uid":"611309ac9a5d83e4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/611309ac9a5d83e4","status":"passed","time":{"start":1710287596902,"stop":1710287596903,"duration":1}},{"uid":"7b84da6797c4ba51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7b84da6797c4ba51","status":"passed","time":{"start":1710284862701,"stop":1710284862702,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e4fa4c4c949e70c3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e4fa4c4c949e70c3","status":"passed","time":{"start":1710308325357,"stop":1710308325357,"duration":0}},{"uid":"2c275a27738d1f91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c275a27738d1f91","status":"passed","time":{"start":1710307209808,"stop":1710307209809,"duration":1}},{"uid":"26dae1d458d47c2c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/26dae1d458d47c2c","status":"passed","time":{"start":1710287415615,"stop":1710287415615,"duration":0}},{"uid":"5b9d8d3de5cb6e47","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b9d8d3de5cb6e47","status":"passed","time":{"start":1710284682354,"stop":1710284682354,"duration":0}}]},"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"3f13d00d0cf93a54","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3f13d00d0cf93a54","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308572935,"stop":1710308572935,"duration":0}},{"uid":"e6f4bdbaa51811dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6f4bdbaa51811dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465621,"stop":1710307465621,"duration":0}},{"uid":"d7cf2699690fe2f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7cf2699690fe2f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674900,"stop":1710287674903,"duration":3}},{"uid":"f8a7a619203e395f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8a7a619203e395f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934062,"stop":1710284934062,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"655113f0cb5009c9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/655113f0cb5009c9","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"duration":0}},{"uid":"9c97c009f5f49ffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c97c009f5f49ffe","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"8fd78e2afdfb69ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8fd78e2afdfb69ee","status":"passed","time":{"start":1710287596908,"stop":1710287596909,"duration":1}},{"uid":"e4baa8e66cf260cc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e4baa8e66cf260cc","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c98bf4c3e739eac8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c98bf4c3e739eac8","status":"passed","time":{"start":1710307898599,"stop":1710307898599,"duration":0}},{"uid":"b3ce9496c9ce6348","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3ce9496c9ce6348","status":"passed","time":{"start":1710306791801,"stop":1710306791802,"duration":1}},{"uid":"fe6a27b56b025ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fe6a27b56b025ee9","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"4fa0dee745e5c861","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4fa0dee745e5c861","status":"passed","time":{"start":1710284259603,"stop":1710284259603,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c216b153cf1f321b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c216b153cf1f321b","status":"passed","time":{"start":1710308426361,"stop":1710308426366,"duration":5}},{"uid":"e8cee758ade97dff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8cee758ade97dff","status":"passed","time":{"start":1710307300369,"stop":1710307300369,"duration":0}},{"uid":"f31d9a26ec58365e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f31d9a26ec58365e","status":"passed","time":{"start":1710287503527,"stop":1710287503528,"duration":1}},{"uid":"351bed2309b8cfc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/351bed2309b8cfc","status":"passed","time":{"start":1710284762779,"stop":1710284762779,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"94d202265557b95","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/94d202265557b95","status":"passed","time":{"start":1710308092721,"stop":1710308092721,"duration":0}},{"uid":"88b3a75e271d6266","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88b3a75e271d6266","status":"passed","time":{"start":1710306981522,"stop":1710306981524,"duration":2}},{"uid":"db34df37d21e0529","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/db34df37d21e0529","status":"passed","time":{"start":1710287198170,"stop":1710287198170,"duration":0}},{"uid":"209994afd18c7a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/209994afd18c7a9","status":"passed","time":{"start":1710284460014,"stop":1710284460014,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"700db9ecded6b381","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/700db9ecded6b381","status":"passed","time":{"start":1710308092704,"stop":1710308092705,"duration":1}},{"uid":"fe43c47c6e0bde82","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe43c47c6e0bde82","status":"passed","time":{"start":1710306981509,"stop":1710306981509,"duration":0}},{"uid":"10a74a1e7d125e4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/10a74a1e7d125e4c","status":"passed","time":{"start":1710287198126,"stop":1710287198127,"duration":1}},{"uid":"9c671691c786b2c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c671691c786b2c5","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f2cacbaa00985814","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2cacbaa00985814","status":"passed","time":{"start":1710307897774,"stop":1710307897774,"duration":0}},{"uid":"ff502676eeada4c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff502676eeada4c1","status":"passed","time":{"start":1710306791279,"stop":1710306791279,"duration":0}},{"uid":"bbdfc7bcdb801378","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bbdfc7bcdb801378","status":"passed","time":{"start":1710286996359,"stop":1710286996360,"duration":1}},{"uid":"f5f394bc58a397df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f5f394bc58a397df","status":"passed","time":{"start":1710284258876,"stop":1710284258877,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7a43f300770bfa02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7a43f300770bfa02","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"duration":0}},{"uid":"8dc364c747b628c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8dc364c747b628c2","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"47f28c3df35ad84b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/47f28c3df35ad84b","status":"passed","time":{"start":1710287596906,"stop":1710287596907,"duration":1}},{"uid":"8beca60d01cd5f01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8beca60d01cd5f01","status":"passed","time":{"start":1710284862702,"stop":1710284862703,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ee7fed40c2cffe70","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee7fed40c2cffe70","status":"passed","time":{"start":1710308495153,"stop":1710308495153,"duration":0}},{"uid":"f234971769de4f77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f234971769de4f77","status":"passed","time":{"start":1710307377259,"stop":1710307377259,"duration":0}},{"uid":"aef0ef166ff3b0fb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aef0ef166ff3b0fb","status":"passed","time":{"start":1710287579552,"stop":1710287579552,"duration":0}},{"uid":"2f88208be049848c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2f88208be049848c","status":"passed","time":{"start":1710284855735,"stop":1710284855736,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8456d9887da5650e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8456d9887da5650e","status":"passed","time":{"start":1710307980880,"stop":1710307980880,"duration":0}},{"uid":"80bd6dda223934cc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/80bd6dda223934cc","status":"passed","time":{"start":1710306873742,"stop":1710306873743,"duration":1}},{"uid":"a36f1ddf363a1411","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a36f1ddf363a1411","status":"passed","time":{"start":1710287079741,"stop":1710287079741,"duration":0}},{"uid":"a0b426baa601faf2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a0b426baa601faf2","status":"passed","time":{"start":1710284342262,"stop":1710284342262,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fdf848dbf5d4e8d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fdf848dbf5d4e8d1","status":"passed","time":{"start":1710308097729,"stop":1710308097730,"duration":1}},{"uid":"42fc0dc521d70a07","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42fc0dc521d70a07","status":"passed","time":{"start":1710306994270,"stop":1710306994270,"duration":0}},{"uid":"3f3178c077be3865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f3178c077be3865","status":"passed","time":{"start":1710287196190,"stop":1710287196191,"duration":1}},{"uid":"622da54e96b19f3b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/622da54e96b19f3b","status":"passed","time":{"start":1710284459539,"stop":1710284459539,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe93c0551b6e064d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe93c0551b6e064d","status":"passed","time":{"start":1710308322610,"stop":1710308322611,"duration":1}},{"uid":"32a2f44f0fd98798","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32a2f44f0fd98798","status":"passed","time":{"start":1710307207087,"stop":1710307207087,"duration":0}},{"uid":"5c1aad30ac4d5daf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5c1aad30ac4d5daf","status":"passed","time":{"start":1710287412752,"stop":1710287412753,"duration":1}},{"uid":"a1c5353c035e620a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1c5353c035e620a","status":"passed","time":{"start":1710284680779,"stop":1710284680787,"duration":8}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"74839595307407bd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/74839595307407bd","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"duration":0}},{"uid":"2ab1adfc952dcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ab1adfc952dcf","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"2008f6718cfd79f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2008f6718cfd79f3","status":"passed","time":{"start":1710287456049,"stop":1710287456049,"duration":0}},{"uid":"89d48fca4f4343ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/89d48fca4f4343ff","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcbe0c79e4f1c505","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fcbe0c79e4f1c505","status":"passed","time":{"start":1710308322586,"stop":1710308322593,"duration":7}},{"uid":"88c6fbccd58dee3a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88c6fbccd58dee3a","status":"passed","time":{"start":1710307207050,"stop":1710307207051,"duration":1}},{"uid":"86b307500eb38eea","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/86b307500eb38eea","status":"passed","time":{"start":1710287412742,"stop":1710287412742,"duration":0}},{"uid":"763c1ac9d2de638b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/763c1ac9d2de638b","status":"passed","time":{"start":1710284680769,"stop":1710284680769,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ba12ce608833de45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ba12ce608833de45","status":"passed","time":{"start":1710307914072,"stop":1710307914072,"duration":0}},{"uid":"51255a22a58646d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51255a22a58646d6","status":"passed","time":{"start":1710306807149,"stop":1710306807150,"duration":1}},{"uid":"f8ad5a478ea5e152","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f8ad5a478ea5e152","status":"passed","time":{"start":1710287012269,"stop":1710287012269,"duration":0}},{"uid":"a6a7d719b76255d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a7d719b76255d5","status":"passed","time":{"start":1710284274245,"stop":1710284274245,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"68fe92b958c2402d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/68fe92b958c2402d","status":"passed","time":{"start":1710308426367,"stop":1710308426368,"duration":1}},{"uid":"b36d6c6a7d0fa128","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b36d6c6a7d0fa128","status":"passed","time":{"start":1710307300370,"stop":1710307300371,"duration":1}},{"uid":"5decc02755b74276","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5decc02755b74276","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"a9b954b056a7f78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9b954b056a7f78a","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6160b08711ee273a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6160b08711ee273a","status":"passed","time":{"start":1710308416718,"stop":1710308416718,"duration":0}},{"uid":"c174b63fd0a03578","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c174b63fd0a03578","status":"passed","time":{"start":1710307308618,"stop":1710307308618,"duration":0}},{"uid":"d76ef03a7dccf257","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d76ef03a7dccf257","status":"passed","time":{"start":1710287509743,"stop":1710287509744,"duration":1}},{"uid":"1074cd76e28236c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1074cd76e28236c","status":"passed","time":{"start":1710284775836,"stop":1710284775836,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd6e01bb2bd73fcc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dd6e01bb2bd73fcc","status":"passed","time":{"start":1710308225036,"stop":1710308225036,"duration":0}},{"uid":"1bd164ed205a8a0a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1bd164ed205a8a0a","status":"passed","time":{"start":1710307101313,"stop":1710307101314,"duration":1}},{"uid":"7318d17d959322dd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7318d17d959322dd","status":"passed","time":{"start":1710287300117,"stop":1710287300118,"duration":1}},{"uid":"6e5bf3b0d47b19d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e5bf3b0d47b19d","status":"passed","time":{"start":1710284561374,"stop":1710284561374,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33187d6eb6754c90","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/33187d6eb6754c90","status":"passed","time":{"start":1710308192976,"stop":1710308192977,"duration":1}},{"uid":"f039054eb7c97a21","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f039054eb7c97a21","status":"passed","time":{"start":1710307078652,"stop":1710307078652,"duration":0}},{"uid":"fc4616fd2b1377a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc4616fd2b1377a","status":"passed","time":{"start":1710287282005,"stop":1710287282005,"duration":0}},{"uid":"52871f8198bc2210","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52871f8198bc2210","status":"passed","time":{"start":1710284550777,"stop":1710284550777,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35e7bd081abee388","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35e7bd081abee388","status":"passed","time":{"start":1710308464143,"stop":1710308464143,"duration":0}},{"uid":"48d3f130ed9394d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48d3f130ed9394d0","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"942243c71c229319","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/942243c71c229319","status":"passed","time":{"start":1710287559423,"stop":1710287559424,"duration":1}},{"uid":"f50c55c386456a8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f50c55c386456a8e","status":"passed","time":{"start":1710284823525,"stop":1710284823528,"duration":3}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9670423c988d8b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c9670423c988d8b1","status":"passed","time":{"start":1710307890263,"stop":1710307890264,"duration":1}},{"uid":"2c0f6d1e734a9271","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0f6d1e734a9271","status":"passed","time":{"start":1710306783473,"stop":1710306783474,"duration":1}},{"uid":"1aff43092d31e57d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1aff43092d31e57d","status":"passed","time":{"start":1710286988735,"stop":1710286988735,"duration":0}},{"uid":"8ed4cf44121171f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ed4cf44121171f8","status":"passed","time":{"start":1710284251164,"stop":1710284251165,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9db02907f6a1d226","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9db02907f6a1d226","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0}},{"uid":"1ab840fd47e5a0a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ab840fd47e5a0a0","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"d1e18f967985253a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1e18f967985253a","status":"passed","time":{"start":1710287509768,"stop":1710287509769,"duration":1}},{"uid":"71c1ce81f82fa722","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/71c1ce81f82fa722","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4568c4cb1a3650d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4568c4cb1a3650d9","status":"passed","time":{"start":1710308322598,"stop":1710308322598,"duration":0}},{"uid":"8ffdc3b9302e8202","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ffdc3b9302e8202","status":"passed","time":{"start":1710307207064,"stop":1710307207064,"duration":0}},{"uid":"8aeb09c17eaadbe3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8aeb09c17eaadbe3","status":"passed","time":{"start":1710287412747,"stop":1710287412747,"duration":0}},{"uid":"739ff9951805cca0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/739ff9951805cca0","status":"passed","time":{"start":1710284680772,"stop":1710284680772,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"28f120756f1d0127","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/28f120756f1d0127","status":"passed","time":{"start":1710307950772,"stop":1710307950772,"duration":0}},{"uid":"c05b8dfd71b32c2e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c05b8dfd71b32c2e","status":"passed","time":{"start":1710306844173,"stop":1710306844174,"duration":1}},{"uid":"533d76a25733fa4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/533d76a25733fa4b","status":"passed","time":{"start":1710287049796,"stop":1710287049797,"duration":1}},{"uid":"c15cbd714d216097","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c15cbd714d216097","status":"passed","time":{"start":1710284312208,"stop":1710284312208,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2a13a70ec24708f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2a13a70ec24708f","status":"passed","time":{"start":1710308366456,"stop":1710308366456,"duration":0}},{"uid":"c83c95df309a546a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c83c95df309a546a","status":"passed","time":{"start":1710307247755,"stop":1710307247756,"duration":1}},{"uid":"2879cbb1e9c4953","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2879cbb1e9c4953","status":"passed","time":{"start":1710287456022,"stop":1710287456023,"duration":1}},{"uid":"27fbdf2ee224a758","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/27fbdf2ee224a758","status":"passed","time":{"start":1710284723006,"stop":1710284723007,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d4e9adc87979262","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d4e9adc87979262","status":"passed","time":{"start":1710307897780,"stop":1710307897781,"duration":1}},{"uid":"a59bbf5a9d594538","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a59bbf5a9d594538","status":"passed","time":{"start":1710306791282,"stop":1710306791282,"duration":0}},{"uid":"9e6625aea2c1be4b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e6625aea2c1be4b","status":"passed","time":{"start":1710286996363,"stop":1710286996363,"duration":0}},{"uid":"14b4369563b434ea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14b4369563b434ea","status":"passed","time":{"start":1710284258880,"stop":1710284258880,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0bdbb0df219698a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0bdbb0df219698a","status":"passed","time":{"start":1710308092718,"stop":1710308092719,"duration":1}},{"uid":"51a9518e6721354","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/51a9518e6721354","status":"passed","time":{"start":1710306981517,"stop":1710306981517,"duration":0}},{"uid":"7e7d6483f71216c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e7d6483f71216c2","status":"passed","time":{"start":1710287198167,"stop":1710287198167,"duration":0}},{"uid":"874a9ae2cf72980f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/874a9ae2cf72980f","status":"passed","time":{"start":1710284460009,"stop":1710284460010,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e3ed13a86cd67a07","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3ed13a86cd67a07","status":"passed","time":{"start":1710308225037,"stop":1710308225038,"duration":1}},{"uid":"3836398dd70fdd8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3836398dd70fdd8c","status":"passed","time":{"start":1710307101315,"stop":1710307101315,"duration":0}},{"uid":"163f7a62d44783c2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/163f7a62d44783c2","status":"passed","time":{"start":1710287300118,"stop":1710287300118,"duration":0}},{"uid":"edcba990370c853a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edcba990370c853a","status":"passed","time":{"start":1710284561375,"stop":1710284561376,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f6c155ef26e07f71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6c155ef26e07f71","status":"passed","time":{"start":1710307971895,"stop":1710307971896,"duration":1}},{"uid":"97bda8c337a5c64a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97bda8c337a5c64a","status":"passed","time":{"start":1710306865885,"stop":1710306865886,"duration":1}},{"uid":"ba856de1f38e9f8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ba856de1f38e9f8d","status":"passed","time":{"start":1710287067217,"stop":1710287067217,"duration":0}},{"uid":"68ee88dee6fa736d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68ee88dee6fa736d","status":"passed","time":{"start":1710284328537,"stop":1710284328537,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f2351cad233a2204","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2351cad233a2204","status":"passed","time":{"start":1710308477760,"stop":1710308477761,"duration":1}},{"uid":"54a5343050da809a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54a5343050da809a","status":"passed","time":{"start":1710307373865,"stop":1710307373865,"duration":0}},{"uid":"a3b9cb57d9f396d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a3b9cb57d9f396d2","status":"passed","time":{"start":1710287577564,"stop":1710287577564,"duration":0}},{"uid":"139f5ad0a49ad1ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/139f5ad0a49ad1ad","status":"passed","time":{"start":1710284843497,"stop":1710284843498,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa9e9ef30b1a6817","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa9e9ef30b1a6817","status":"passed","time":{"start":1710308092700,"stop":1710308092700,"duration":0}},{"uid":"4f74922d9c215071","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f74922d9c215071","status":"passed","time":{"start":1710306981504,"stop":1710306981505,"duration":1}},{"uid":"aee61ad90b3d03e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aee61ad90b3d03e","status":"passed","time":{"start":1710287198118,"stop":1710287198119,"duration":1}},{"uid":"a458ce529ac813e2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a458ce529ac813e2","status":"passed","time":{"start":1710284459994,"stop":1710284459994,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"20731a99aae17b96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/20731a99aae17b96","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308322788,"stop":1710308322789,"duration":1}},{"uid":"f9ba7eb6cd24287","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9ba7eb6cd24287","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207322,"stop":1710307207322,"duration":0}},{"uid":"d1908ad267921e13","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1908ad267921e13","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413028,"duration":1}},{"uid":"b2a2434a82cbd190","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2a2434a82cbd190","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680941,"stop":1710284680941,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4efa2d83395a7686","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4efa2d83395a7686","status":"passed","time":{"start":1710308366534,"stop":1710308366534,"duration":0}},{"uid":"cd1e6b1114c7ef86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1e6b1114c7ef86","status":"passed","time":{"start":1710307247774,"stop":1710307247774,"duration":0}},{"uid":"efef02e706ddc452","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efef02e706ddc452","status":"passed","time":{"start":1710287456075,"stop":1710287456075,"duration":0}},{"uid":"9a64a93f498d96c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9a64a93f498d96c1","status":"passed","time":{"start":1710284723023,"stop":1710284723024,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6f0b192b239015e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6f0b192b239015e","status":"passed","time":{"start":1710308092689,"stop":1710308092690,"duration":1}},{"uid":"7e5d050fc19ac9f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e5d050fc19ac9f3","status":"passed","time":{"start":1710306981495,"stop":1710306981496,"duration":1}},{"uid":"2a742211d786eed4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2a742211d786eed4","status":"passed","time":{"start":1710287198109,"stop":1710287198109,"duration":0}},{"uid":"9d83fd0b99a790b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d83fd0b99a790b","status":"passed","time":{"start":1710284459991,"stop":1710284459992,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d0b0408b076817a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d0b0408b076817a","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0}},{"uid":"1485d544d1e7223b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1485d544d1e7223b","status":"passed","time":{"start":1710307308616,"stop":1710307308616,"duration":0}},{"uid":"372c8bf10a989f12","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/372c8bf10a989f12","status":"passed","time":{"start":1710287509742,"stop":1710287509742,"duration":0}},{"uid":"f0499ac274a35d21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0499ac274a35d21","status":"passed","time":{"start":1710284775834,"stop":1710284775835,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1ddd75a8cc82de7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1ddd75a8cc82de7","status":"passed","time":{"start":1710307898610,"stop":1710307898611,"duration":1}},{"uid":"761a42244aaed2b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/761a42244aaed2b6","status":"passed","time":{"start":1710306791807,"stop":1710306791808,"duration":1}},{"uid":"e915628e7655b44d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e915628e7655b44d","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"d5b12ee82c02d7ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5b12ee82c02d7ef","status":"passed","time":{"start":1710284259613,"stop":1710284259614,"duration":1}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4afd6ad1b22c9cb9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4afd6ad1b22c9cb9","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"duration":0}},{"uid":"52085bf8bafab51e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/52085bf8bafab51e","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"acf545820dcfdb35","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/acf545820dcfdb35","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"600517d69d8ef0ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/600517d69d8ef0ef","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e9997002b2a37e6b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9997002b2a37e6b","status":"passed","time":{"start":1710307898608,"stop":1710307898609,"duration":1}},{"uid":"6195a75d2af54be7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6195a75d2af54be7","status":"passed","time":{"start":1710306791806,"stop":1710306791806,"duration":0}},{"uid":"947ce5516fa8dbde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/947ce5516fa8dbde","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"831624ccdcf59e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/831624ccdcf59e1","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b4ca6b04a1e969b5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4ca6b04a1e969b5","status":"passed","time":{"start":1710308192968,"stop":1710308192969,"duration":1}},{"uid":"adb389a18970232c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adb389a18970232c","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"1df4b3d9a441de23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1df4b3d9a441de23","status":"passed","time":{"start":1710287282000,"stop":1710287282000,"duration":0}},{"uid":"5640fa0e18bb3b85","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5640fa0e18bb3b85","status":"passed","time":{"start":1710284550769,"stop":1710284550769,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e13f05100230c736","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e13f05100230c736","status":"passed","time":{"start":1710307890344,"stop":1710307890344,"duration":0}},{"uid":"139f60852ff4abed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/139f60852ff4abed","status":"passed","time":{"start":1710306783662,"stop":1710306783662,"duration":0}},{"uid":"5a0694e4ed0b2364","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5a0694e4ed0b2364","status":"passed","time":{"start":1710286988731,"stop":1710286988731,"duration":0}},{"uid":"68eade5eb1548209","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/68eade5eb1548209","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7f016940a25de20b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f016940a25de20b","status":"passed","time":{"start":1710308007020,"stop":1710308007020,"duration":0}},{"uid":"5633e6f729d80ba1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5633e6f729d80ba1","status":"passed","time":{"start":1710306904612,"stop":1710306904612,"duration":0}},{"uid":"d4dc22c81f6f5fc3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d4dc22c81f6f5fc3","status":"passed","time":{"start":1710287110690,"stop":1710287110691,"duration":1}},{"uid":"438f756575ae9a4a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/438f756575ae9a4a","status":"passed","time":{"start":1710284372006,"stop":1710284372007,"duration":1}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c6ab8325e4360b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c6ab8325e4360b1","status":"passed","time":{"start":1710307890268,"stop":1710307890268,"duration":0}},{"uid":"a4bf2fadb86874d4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4bf2fadb86874d4","status":"passed","time":{"start":1710306783478,"stop":1710306783479,"duration":1}},{"uid":"85bc9a9d14a19c32","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85bc9a9d14a19c32","status":"passed","time":{"start":1710286988739,"stop":1710286988739,"duration":0}},{"uid":"510af38918ffdc14","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/510af38918ffdc14","status":"passed","time":{"start":1710284251169,"stop":1710284251170,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da542bdf2c5dd278","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/da542bdf2c5dd278","status":"passed","time":{"start":1710308366471,"stop":1710308366471,"duration":0}},{"uid":"910a7410bb201496","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/910a7410bb201496","status":"passed","time":{"start":1710307247764,"stop":1710307247764,"duration":0}},{"uid":"3551088140112507","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3551088140112507","status":"passed","time":{"start":1710287456055,"stop":1710287456055,"duration":0}},{"uid":"802dd668573fab73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/802dd668573fab73","status":"passed","time":{"start":1710284723012,"stop":1710284723012,"duration":0}}]},"82cb23f3a3b678c08c3ef795b5becd49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"5de9fed9d7c406ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5de9fed9d7c406ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307914375,"stop":1710307914375,"duration":0}},{"uid":"15b577c3b82cd0fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/15b577c3b82cd0fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306807584,"stop":1710306807584,"duration":0}},{"uid":"a41b04d98d80a63e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a41b04d98d80a63e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287012806,"stop":1710287012806,"duration":0}},{"uid":"ee1a2f15d75c370b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee1a2f15d75c370b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284275224,"stop":1710284275224,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8af2ac9464a5ac31","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8af2ac9464a5ac31","status":"passed","time":{"start":1710308371294,"stop":1710308371295,"duration":1}},{"uid":"fbcae8c37b12d546","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbcae8c37b12d546","status":"passed","time":{"start":1710307259433,"stop":1710307259434,"duration":1}},{"uid":"b0027d07ff8c9b8c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0027d07ff8c9b8c","status":"passed","time":{"start":1710287460899,"stop":1710287460899,"duration":0}},{"uid":"d1f086e43ae75619","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f086e43ae75619","status":"passed","time":{"start":1710284730214,"stop":1710284730215,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9111ea84523b95fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9111ea84523b95fe","status":"passed","time":{"start":1710308192969,"stop":1710308192969,"duration":0}},{"uid":"e06321cee29d90c7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e06321cee29d90c7","status":"passed","time":{"start":1710307078648,"stop":1710307078648,"duration":0}},{"uid":"9b445a8f69698970","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9b445a8f69698970","status":"passed","time":{"start":1710287282000,"stop":1710287282001,"duration":1}},{"uid":"c0292ae26bd1706a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c0292ae26bd1706a","status":"passed","time":{"start":1710284550769,"stop":1710284550770,"duration":1}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec8f185fe67ea2ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ec8f185fe67ea2ad","status":"passed","time":{"start":1710307914370,"stop":1710307914371,"duration":1}},{"uid":"e9a9dd34d651064b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9a9dd34d651064b","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"b6179f47abf2f22b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6179f47abf2f22b","status":"passed","time":{"start":1710287012800,"stop":1710287012801,"duration":1}},{"uid":"8f4fa1ba822edb3e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f4fa1ba822edb3e","status":"passed","time":{"start":1710284275219,"stop":1710284275219,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bbe7ad191055e930","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbe7ad191055e930","status":"passed","time":{"start":1710307897832,"stop":1710307897834,"duration":2}},{"uid":"100934884caac558","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/100934884caac558","status":"passed","time":{"start":1710306791283,"stop":1710306791284,"duration":1}},{"uid":"f9b2acf74d25c6ce","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9b2acf74d25c6ce","status":"passed","time":{"start":1710286996365,"stop":1710286996365,"duration":0}},{"uid":"c808e3055a621e7d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c808e3055a621e7d","status":"passed","time":{"start":1710284258882,"stop":1710284258882,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"72463fb32e87df8c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/72463fb32e87df8c","status":"passed","time":{"start":1710307918136,"stop":1710307918136,"duration":0}},{"uid":"d680aad7b5939743","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d680aad7b5939743","status":"passed","time":{"start":1710306811117,"stop":1710306811117,"duration":0}},{"uid":"3e88ed8128d0061","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3e88ed8128d0061","status":"passed","time":{"start":1710287016345,"stop":1710287016345,"duration":0}},{"uid":"699c6468ecf54a58","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/699c6468ecf54a58","status":"passed","time":{"start":1710284279140,"stop":1710284279140,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"59e0b27c9054aec2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/59e0b27c9054aec2","status":"passed","time":{"start":1710307991225,"stop":1710307991225,"duration":0}},{"uid":"36ee334c4cd23979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/36ee334c4cd23979","status":"passed","time":{"start":1710306877071,"stop":1710306877072,"duration":1}},{"uid":"d8ff1717689c2ad6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d8ff1717689c2ad6","status":"passed","time":{"start":1710287085416,"stop":1710287085417,"duration":1}},{"uid":"b37fee01ddd8716e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b37fee01ddd8716e","status":"passed","time":{"start":1710284350510,"stop":1710284350511,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9c02f68bff4018ff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9c02f68bff4018ff","status":"passed","time":{"start":1710308416725,"stop":1710308416725,"duration":0}},{"uid":"dce829795d10844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dce829795d10844f","status":"passed","time":{"start":1710307308630,"stop":1710307308630,"duration":0}},{"uid":"3c67fe696e9b7555","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3c67fe696e9b7555","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"f510034ed123f889","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f510034ed123f889","status":"passed","time":{"start":1710284775853,"stop":1710284775853,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5bb885987af1261a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5bb885987af1261a","status":"passed","time":{"start":1710307912517,"stop":1710307912520,"duration":3}},{"uid":"9420534aba8f9985","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9420534aba8f9985","status":"passed","time":{"start":1710306806601,"stop":1710306806603,"duration":2}},{"uid":"7c599abd2f4286e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c599abd2f4286e2","status":"passed","time":{"start":1710287011779,"stop":1710287011780,"duration":1}},{"uid":"6d92666dcad69fc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d92666dcad69fc9","status":"passed","time":{"start":1710284274039,"stop":1710284274041,"duration":2}}]},"5cef096bfc01882d03f657e47bb6cba6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"942ea8097846c0f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/942ea8097846c0f0","status":"passed","time":{"start":1710307308628,"stop":1710307308629,"duration":1}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8787c51874f5a990","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8787c51874f5a990","status":"passed","time":{"start":1710307890265,"stop":1710307890265,"duration":0}},{"uid":"4d979d7690842cbd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d979d7690842cbd","status":"passed","time":{"start":1710306783476,"stop":1710306783476,"duration":0}},{"uid":"1a0e2d90ba5f9be4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a0e2d90ba5f9be4","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"cc6b1ef0241a70c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc6b1ef0241a70c0","status":"passed","time":{"start":1710284251167,"stop":1710284251167,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b598c513458bc070","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b598c513458bc070","status":"passed","time":{"start":1710308463675,"stop":1710308463676,"duration":1}},{"uid":"b3449055ba1206e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3449055ba1206e0","status":"passed","time":{"start":1710307358454,"stop":1710307358455,"duration":1}},{"uid":"c840477575081f28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c840477575081f28","status":"passed","time":{"start":1710287569244,"stop":1710287569245,"duration":1}},{"uid":"d9753675fac4188e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d9753675fac4188e","status":"passed","time":{"start":1710284852279,"stop":1710284852279,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9e515653af22fab5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9e515653af22fab5","status":"passed","time":{"start":1710308007024,"stop":1710308007025,"duration":1}},{"uid":"e865917c9879f60b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e865917c9879f60b","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"525fa3a34195991","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/525fa3a34195991","status":"passed","time":{"start":1710287110704,"stop":1710287110711,"duration":7}},{"uid":"a23235678e1c7d29","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a23235678e1c7d29","status":"passed","time":{"start":1710284372020,"stop":1710284372021,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"80e534f40888f6d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/80e534f40888f6d0","status":"passed","time":{"start":1710308463673,"stop":1710308463673,"duration":0}},{"uid":"60cd3ef631a89cf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60cd3ef631a89cf","status":"passed","time":{"start":1710307358452,"stop":1710307358453,"duration":1}},{"uid":"c67b2c10aa18cf7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c67b2c10aa18cf7","status":"passed","time":{"start":1710287569228,"stop":1710287569229,"duration":1}},{"uid":"54f07028252ac0e0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/54f07028252ac0e0","status":"passed","time":{"start":1710284852270,"stop":1710284852270,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa386a61345f08d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa386a61345f08d0","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"duration":0}},{"uid":"cfa8d6ca69caeffe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cfa8d6ca69caeffe","status":"passed","time":{"start":1710307465625,"stop":1710307465626,"duration":1}},{"uid":"24534c9567f5bb6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/24534c9567f5bb6","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"cc1672112f9fba90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc1672112f9fba90","status":"passed","time":{"start":1710284934067,"stop":1710284934067,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"53fe69e083ed7f74","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53fe69e083ed7f74","status":"passed","time":{"start":1710308464142,"stop":1710308464143,"duration":1}},{"uid":"9bb0ce2549f5b685","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bb0ce2549f5b685","status":"passed","time":{"start":1710307351552,"stop":1710307351552,"duration":0}},{"uid":"f78ac0910639a9b7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f78ac0910639a9b7","status":"passed","time":{"start":1710287559413,"stop":1710287559423,"duration":10}},{"uid":"811945987f09752a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/811945987f09752a","status":"passed","time":{"start":1710284823524,"stop":1710284823525,"duration":1}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"9f3a6aa4fb66c49f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f3a6aa4fb66c49f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308192919,"stop":1710308192919,"duration":0}},{"uid":"2ffe60db289622f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ffe60db289622f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078642,"stop":1710307078643,"duration":1}},{"uid":"9626f71b8536b9b6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9626f71b8536b9b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281995,"stop":1710287281995,"duration":0}},{"uid":"59fd6774b74105cb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/59fd6774b74105cb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550756,"stop":1710284550757,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"35752b624669f577","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35752b624669f577","status":"passed","time":{"start":1710308371301,"stop":1710308371302,"duration":1}},{"uid":"6112b1d4cc0b3126","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6112b1d4cc0b3126","status":"passed","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"803c80831f0bae21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/803c80831f0bae21","status":"passed","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"8c10b20f6d864bba","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c10b20f6d864bba","status":"passed","time":{"start":1710284730218,"stop":1710284730219,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"26984cf4fa214464","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26984cf4fa214464","status":"passed","time":{"start":1710307918134,"stop":1710307918134,"duration":0}},{"uid":"882bb1db3e0547ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/882bb1db3e0547ad","status":"passed","time":{"start":1710306811115,"stop":1710306811115,"duration":0}},{"uid":"b6545eb5b4d5869f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6545eb5b4d5869f","status":"passed","time":{"start":1710287016343,"stop":1710287016343,"duration":0}},{"uid":"fcf10a3edc93d30b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fcf10a3edc93d30b","status":"passed","time":{"start":1710284279137,"stop":1710284279138,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c8b915338eb3e6ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c8b915338eb3e6ad","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"duration":0}},{"uid":"b8aa3d6c2c782916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8aa3d6c2c782916","status":"passed","time":{"start":1710307465634,"stop":1710307465635,"duration":1}},{"uid":"a960ced6109c8e95","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a960ced6109c8e95","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"7d86d7ed5e775fc1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7d86d7ed5e775fc1","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ff7f2f8f9c8b2998","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff7f2f8f9c8b2998","status":"passed","time":{"start":1710308366494,"stop":1710308366494,"duration":0}},{"uid":"62a7794fc5889e42","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62a7794fc5889e42","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"a67f01d63157af72","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a67f01d63157af72","status":"passed","time":{"start":1710287456064,"stop":1710287456067,"duration":3}},{"uid":"8f16c992f7d0a7d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f16c992f7d0a7d1","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c9c076e66d864268","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c9c076e66d864268","status":"passed","time":{"start":1710307950104,"stop":1710307950105,"duration":1}},{"uid":"a5cd33b8c2b73ab0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5cd33b8c2b73ab0","status":"passed","time":{"start":1710306846371,"stop":1710306846375,"duration":4}},{"uid":"683384f76562c848","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/683384f76562c848","status":"passed","time":{"start":1710287049209,"stop":1710287049209,"duration":0}},{"uid":"f18e621a4eea6bc9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f18e621a4eea6bc9","status":"passed","time":{"start":1710284311923,"stop":1710284311924,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc8e407da697fa6b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc8e407da697fa6b","status":"passed","time":{"start":1710307912522,"stop":1710307912523,"duration":1}},{"uid":"5927c8350a9e6eaa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5927c8350a9e6eaa","status":"passed","time":{"start":1710306806605,"stop":1710306806606,"duration":1}},{"uid":"e443011464d2eb67","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e443011464d2eb67","status":"passed","time":{"start":1710287011781,"stop":1710287011782,"duration":1}},{"uid":"724dda2cc04d1012","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/724dda2cc04d1012","status":"passed","time":{"start":1710284274044,"stop":1710284274045,"duration":1}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4710c17ac2760476","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4710c17ac2760476","status":"passed","time":{"start":1710308485476,"stop":1710308485476,"duration":0}},{"uid":"31a84d69e12bcc1e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/31a84d69e12bcc1e","status":"passed","time":{"start":1710307365851,"stop":1710307365851,"duration":0}},{"uid":"817099d653514139","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/817099d653514139","status":"passed","time":{"start":1710287564357,"stop":1710287564357,"duration":0}},{"uid":"72f9f6c35357fd62","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72f9f6c35357fd62","status":"passed","time":{"start":1710284831309,"stop":1710284831310,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa0d2811c8ab0fac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa0d2811c8ab0fac","status":"passed","time":{"start":1710308371308,"stop":1710308371309,"duration":1}},{"uid":"2af4b01499ed7916","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2af4b01499ed7916","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"d1697ad91c406fb2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d1697ad91c406fb2","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"f21b400d42376eaf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f21b400d42376eaf","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"12828de6523ff65c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/12828de6523ff65c","status":"passed","time":{"start":1710308463688,"stop":1710308463689,"duration":1}},{"uid":"4f1c2976b2b48d4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f1c2976b2b48d4e","status":"passed","time":{"start":1710307358459,"stop":1710307358459,"duration":0}},{"uid":"2394a69daa8a0c9c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2394a69daa8a0c9c","status":"passed","time":{"start":1710287569251,"stop":1710287569251,"duration":0}},{"uid":"40798e2c166e1433","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40798e2c166e1433","status":"passed","time":{"start":1710284852294,"stop":1710284852294,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"861a4a1dc01d6259","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/861a4a1dc01d6259","status":"passed","time":{"start":1710308092720,"stop":1710308092721,"duration":1}},{"uid":"2c0feff6ec28ed9c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c0feff6ec28ed9c","status":"passed","time":{"start":1710306981521,"stop":1710306981521,"duration":0}},{"uid":"9401ebc691347f03","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9401ebc691347f03","status":"passed","time":{"start":1710287198169,"stop":1710287198170,"duration":1}},{"uid":"3c046c66e586d700","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c046c66e586d700","status":"passed","time":{"start":1710284460013,"stop":1710284460013,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"370e90bc1e140e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/370e90bc1e140e1","status":"passed","time":{"start":1710308348759,"stop":1710308348759,"duration":0}},{"uid":"47160b3944138152","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47160b3944138152","status":"passed","time":{"start":1710307233597,"stop":1710307233597,"duration":0}},{"uid":"ff0a941823962d31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ff0a941823962d31","status":"passed","time":{"start":1710287436221,"stop":1710287436221,"duration":0}},{"uid":"9cce763561bcd4af","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cce763561bcd4af","status":"passed","time":{"start":1710284706654,"stop":1710284706654,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"74f11ca386c36d84","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/74f11ca386c36d84","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308097737,"stop":1710308097738,"duration":1}},{"uid":"24342cc142b33494","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24342cc142b33494","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994278,"stop":1710306994279,"duration":1}},{"uid":"504d19f68e6b2fcf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/504d19f68e6b2fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196202,"duration":0}},{"uid":"31d6d0be48bfc98a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/31d6d0be48bfc98a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459558,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46507603489e1dfe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46507603489e1dfe","status":"passed","time":{"start":1710308572935,"stop":1710308572935,"duration":0}},{"uid":"ac63acb0c1eda98a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac63acb0c1eda98a","status":"passed","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"bdd2032ec416b546","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bdd2032ec416b546","status":"passed","time":{"start":1710287674899,"stop":1710287674899,"duration":0}},{"uid":"ab7dd5786b96da25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ab7dd5786b96da25","status":"passed","time":{"start":1710284934061,"stop":1710284934062,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bba8bbf311fde437","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bba8bbf311fde437","status":"passed","time":{"start":1710307898612,"stop":1710307898612,"duration":0}},{"uid":"d69f761005bc69db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d69f761005bc69db","status":"passed","time":{"start":1710306791809,"stop":1710306791809,"duration":0}},{"uid":"c0ccee247e6afe7e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0ccee247e6afe7e","status":"passed","time":{"start":1710286996975,"stop":1710286996975,"duration":0}},{"uid":"f015bc7f01193bcb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f015bc7f01193bcb","status":"passed","time":{"start":1710284259615,"stop":1710284259615,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9fcf5ca8de7d5e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9fcf5ca8de7d5e3","status":"passed","time":{"start":1710307889889,"stop":1710307889890,"duration":1}},{"uid":"56b4807bb648705b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56b4807bb648705b","status":"passed","time":{"start":1710306783350,"stop":1710306783351,"duration":1}},{"uid":"ce9e83fe9eb09063","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce9e83fe9eb09063","status":"passed","time":{"start":1710286988508,"stop":1710286988508,"duration":0}},{"uid":"38d245db65f3f706","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38d245db65f3f706","status":"passed","time":{"start":1710284250979,"stop":1710284250979,"duration":0}}]},"516a0a15213a63e21639c25f0b63ef39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3390dd5a6f5d2938","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3390dd5a6f5d2938","status":"passed","time":{"start":1710307207094,"stop":1710307207094,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"e46d8319e6b46486","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e46d8319e6b46486","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307950776,"stop":1710307950776,"duration":0}},{"uid":"83afcf2cd16e1e93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83afcf2cd16e1e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844184,"stop":1710306844184,"duration":0}},{"uid":"e92a5b062dde21b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e92a5b062dde21b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049803,"stop":1710287049803,"duration":0}},{"uid":"1c13323f7f042c36","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c13323f7f042c36","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312211,"stop":1710284312215,"duration":4}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f9b9d4bd7ac7b36","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f9b9d4bd7ac7b36","status":"passed","time":{"start":1710308416746,"stop":1710308416746,"duration":0}},{"uid":"f1958781a922d330","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1958781a922d330","status":"passed","time":{"start":1710307308650,"stop":1710307308650,"duration":0}},{"uid":"44c97bd98da0030c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/44c97bd98da0030c","status":"passed","time":{"start":1710287509783,"stop":1710287509783,"duration":0}},{"uid":"9d214717d820f03d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9d214717d820f03d","status":"passed","time":{"start":1710284775872,"stop":1710284775872,"duration":0}}]},"3ff840ed7a580fce370cd0f30ebc2e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8b64d4209288b23","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8b64d4209288b23","status":"passed","time":{"start":1710287196195,"stop":1710287196195,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3494f4c3e7c2acd0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3494f4c3e7c2acd0","status":"passed","time":{"start":1710308024291,"stop":1710308024291,"duration":0}},{"uid":"16f663fd6911995d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16f663fd6911995d","status":"passed","time":{"start":1710306908761,"stop":1710306908761,"duration":0}},{"uid":"6c17a67486cbfe7a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6c17a67486cbfe7a","status":"passed","time":{"start":1710287110847,"stop":1710287110848,"duration":1}},{"uid":"9879579580e11dd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9879579580e11dd2","status":"passed","time":{"start":1710284377455,"stop":1710284377456,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f2655c8edd01745f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2655c8edd01745f","status":"passed","time":{"start":1710308416717,"stop":1710308416717,"duration":0}},{"uid":"aa1d6a9389341663","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa1d6a9389341663","status":"passed","time":{"start":1710307308616,"stop":1710307308617,"duration":1}},{"uid":"295c09445206c481","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/295c09445206c481","status":"passed","time":{"start":1710287509742,"stop":1710287509743,"duration":1}},{"uid":"b8bc77b2042c94ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b8bc77b2042c94ac","status":"passed","time":{"start":1710284775835,"stop":1710284775835,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"475a6691ee8a25b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/475a6691ee8a25b2","status":"passed","time":{"start":1710308463674,"stop":1710308463675,"duration":1}},{"uid":"56ca2f702c4cdb02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56ca2f702c4cdb02","status":"passed","time":{"start":1710307358454,"stop":1710307358454,"duration":0}},{"uid":"efbdb2bb2ca671a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efbdb2bb2ca671a7","status":"passed","time":{"start":1710287569242,"stop":1710287569244,"duration":2}},{"uid":"6994ebc79b3f05bb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6994ebc79b3f05bb","status":"passed","time":{"start":1710284852271,"stop":1710284852278,"duration":7}}]},"da99875ff8b4fc8c371b8222679a7299:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e03f34bef5cb825","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e03f34bef5cb825","status":"passed","time":{"start":1710308366481,"stop":1710308366481,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea3a1ec8846f968d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ea3a1ec8846f968d","status":"passed","time":{"start":1710308322600,"stop":1710308322601,"duration":1}},{"uid":"8eafc9118d188e0b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8eafc9118d188e0b","status":"passed","time":{"start":1710307207071,"stop":1710307207071,"duration":0}},{"uid":"46a9cd22f5e1d61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46a9cd22f5e1d61f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"38e45e2938a168f1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38e45e2938a168f1","status":"passed","time":{"start":1710284680775,"stop":1710284680776,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5afc12089e6166ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5afc12089e6166ef","status":"passed","time":{"start":1710308416734,"stop":1710308416735,"duration":1}},{"uid":"dccf548c4f204fa5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dccf548c4f204fa5","status":"passed","time":{"start":1710307308644,"stop":1710307308644,"duration":0}},{"uid":"d7f9a4f6ae0deba3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d7f9a4f6ae0deba3","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"3ae656494c744963","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae656494c744963","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"b166ccb5872689b321f4e90e46b20448:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2871a9fc9207b4b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2871a9fc9207b4b0","status":"passed","time":{"start":1710287569261,"stop":1710287569261,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d16990f351b169b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d16990f351b169b6","status":"passed","time":{"start":1710308322598,"stop":1710308322599,"duration":1}},{"uid":"c59310b716db04a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c59310b716db04a","status":"passed","time":{"start":1710307207069,"stop":1710307207069,"duration":0}},{"uid":"a5c2192ec6ac7942","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a5c2192ec6ac7942","status":"passed","time":{"start":1710287412748,"stop":1710287412748,"duration":0}},{"uid":"4bd4e6bfb0520873","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bd4e6bfb0520873","status":"passed","time":{"start":1710284680773,"stop":1710284680773,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"22c4c55deba96b8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22c4c55deba96b8e","status":"passed","time":{"start":1710307940164,"stop":1710307940171,"duration":7}},{"uid":"c78deb2d9b9608a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c78deb2d9b9608a9","status":"passed","time":{"start":1710306833583,"stop":1710306833584,"duration":1}},{"uid":"d402ed0996f02f9f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d402ed0996f02f9f","status":"passed","time":{"start":1710287039377,"stop":1710287039377,"duration":0}},{"uid":"5b6c34be12fef025","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b6c34be12fef025","status":"passed","time":{"start":1710284302040,"stop":1710284302040,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d968c71f3ead8d00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d968c71f3ead8d00","status":"passed","time":{"start":1710308485478,"stop":1710308485478,"duration":0}},{"uid":"bd8aeb09e11b1fe3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd8aeb09e11b1fe3","status":"passed","time":{"start":1710307365855,"stop":1710307365855,"duration":0}},{"uid":"a98b6ce6c996b51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a98b6ce6c996b51","status":"passed","time":{"start":1710287564361,"stop":1710287564363,"duration":2}},{"uid":"5d04cd83599a8c0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d04cd83599a8c0c","status":"passed","time":{"start":1710284831318,"stop":1710284831318,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5f0ed77024dcf6fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5f0ed77024dcf6fb","status":"passed","time":{"start":1710307898600,"stop":1710307898604,"duration":4}},{"uid":"e88c5d74f0294cdf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e88c5d74f0294cdf","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"9040d3b60abd2f3e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9040d3b60abd2f3e","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"2874a1f49b8910d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2874a1f49b8910d1","status":"passed","time":{"start":1710284259603,"stop":1710284259607,"duration":4}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6bb0c973bea42388","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6bb0c973bea42388","status":"passed","time":{"start":1710308192923,"stop":1710308192923,"duration":0}},{"uid":"1d05bd8ddd3be5e7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d05bd8ddd3be5e7","status":"passed","time":{"start":1710307078646,"stop":1710307078647,"duration":1}},{"uid":"401f22cecde31baf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/401f22cecde31baf","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"edfb97f9f1ec1d73","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edfb97f9f1ec1d73","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79464d5f1aa3ee20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79464d5f1aa3ee20","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"duration":0}},{"uid":"c6f6353d96d8d708","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6f6353d96d8d708","status":"passed","time":{"start":1710307114397,"stop":1710307114397,"duration":0}},{"uid":"edcd42bd5d66371f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/edcd42bd5d66371f","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"6073acbce1d30c9e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6073acbce1d30c9e","status":"passed","time":{"start":1710284588137,"stop":1710284588137,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e6a138e283a681c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e6a138e283a681c","status":"passed","time":{"start":1710308463694,"stop":1710308463694,"duration":0}},{"uid":"8d1e9a236b17131f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d1e9a236b17131f","status":"passed","time":{"start":1710307358465,"stop":1710307358465,"duration":0}},{"uid":"9ccc04d6e597df26","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9ccc04d6e597df26","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"f6bb78ec48de6c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f6bb78ec48de6c1","status":"passed","time":{"start":1710284852300,"stop":1710284852301,"duration":1}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"428474aeb64bb48f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/428474aeb64bb48f","status":"passed","time":{"start":1710308572940,"stop":1710308572940,"duration":0}},{"uid":"e51a178e2edeea2c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e51a178e2edeea2c","status":"passed","time":{"start":1710307465627,"stop":1710307465627,"duration":0}},{"uid":"eaf409496d00d6d2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/eaf409496d00d6d2","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"d307b6ba6f0323d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d307b6ba6f0323d4","status":"passed","time":{"start":1710284934068,"stop":1710284934068,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5029dddc30b64d89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5029dddc30b64d89","status":"passed","time":{"start":1710308433842,"stop":1710308433842,"duration":0}},{"uid":"75de0caf2c24cf60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75de0caf2c24cf60","status":"passed","time":{"start":1710307325064,"stop":1710307325065,"duration":1}},{"uid":"f9002672c535488c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f9002672c535488c","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"6e90a0305eb3a9d5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e90a0305eb3a9d5","status":"passed","time":{"start":1710284796485,"stop":1710284796485,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"98dcb862c1c7ae3d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/98dcb862c1c7ae3d","status":"passed","time":{"start":1710308459430,"stop":1710308459437,"duration":7}},{"uid":"f1395b7b08944575","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1395b7b08944575","status":"passed","time":{"start":1710307342526,"stop":1710307342527,"duration":1}},{"uid":"7b3b05c0e1fdaef9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7b3b05c0e1fdaef9","status":"passed","time":{"start":1710287544914,"stop":1710287544915,"duration":1}},{"uid":"bddcf7c7532dc614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bddcf7c7532dc614","status":"passed","time":{"start":1710284805023,"stop":1710284805024,"duration":1}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6ef879465123867","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6ef879465123867","status":"passed","time":{"start":1710308463685,"stop":1710308463686,"duration":1}},{"uid":"c58e5b8bf671e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c58e5b8bf671e9","status":"passed","time":{"start":1710307358457,"stop":1710307358457,"duration":0}},{"uid":"38ad29bf5e9c805b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38ad29bf5e9c805b","status":"passed","time":{"start":1710287569248,"stop":1710287569248,"duration":0}},{"uid":"5a36c6859063061a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a36c6859063061a","status":"passed","time":{"start":1710284852288,"stop":1710284852288,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e92bddc868abe9e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e92bddc868abe9e","status":"passed","time":{"start":1710308357664,"stop":1710308357665,"duration":1}},{"uid":"a62589f6ca215a48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a62589f6ca215a48","status":"passed","time":{"start":1710307244660,"stop":1710307244660,"duration":0}},{"uid":"18450a8f8a8984ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/18450a8f8a8984ab","status":"passed","time":{"start":1710287451484,"stop":1710287451484,"duration":0}},{"uid":"fbc8376dd9a2863e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbc8376dd9a2863e","status":"passed","time":{"start":1710284717993,"stop":1710284717993,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"46021ac8c5c435a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46021ac8c5c435a5","status":"passed","time":{"start":1710308167159,"stop":1710308167160,"duration":1}},{"uid":"d9611514a374e4ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d9611514a374e4ba","status":"passed","time":{"start":1710307045662,"stop":1710307045663,"duration":1}},{"uid":"304d8abe29d6e1f4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/304d8abe29d6e1f4","status":"passed","time":{"start":1710287245614,"stop":1710287245615,"duration":1}},{"uid":"47c5efe9a291c17e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/47c5efe9a291c17e","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6a9b025a34bde44b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6a9b025a34bde44b","status":"passed","time":{"start":1710308322610,"stop":1710308322610,"duration":0}},{"uid":"a7489df2a1520fbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7489df2a1520fbf","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"8e380e2463c37ece","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e380e2463c37ece","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"5d323b54749dbd0d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d323b54749dbd0d","status":"passed","time":{"start":1710284680778,"stop":1710284680779,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"83f59e87b88e83fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/83f59e87b88e83fa","status":"passed","time":{"start":1710308366485,"stop":1710308366494,"duration":9}},{"uid":"47779898da58d576","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47779898da58d576","status":"passed","time":{"start":1710307247768,"stop":1710307247768,"duration":0}},{"uid":"2ca5de7ad803296d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ca5de7ad803296d","status":"passed","time":{"start":1710287456063,"stop":1710287456064,"duration":1}},{"uid":"d194fcd7532a2118","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d194fcd7532a2118","status":"passed","time":{"start":1710284723020,"stop":1710284723020,"duration":0}}]},"0139c1a7b8c6b0ca86bb75c53009beaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abea62c3abf85959","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abea62c3abf85959","status":"passed","time":{"start":1710307247766,"stop":1710307247766,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3db4a6d621951951","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3db4a6d621951951","status":"passed","time":{"start":1710308515425,"stop":1710308515426,"duration":1}},{"uid":"2132e5a9580b844f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2132e5a9580b844f","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"596c455bd515661a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/596c455bd515661a","status":"passed","time":{"start":1710287608796,"stop":1710287608796,"duration":0}},{"uid":"b2d809cc806986e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2d809cc806986e6","status":"passed","time":{"start":1710284881700,"stop":1710284881701,"duration":1}}]},"fa8d77d9ae986bdc610c2445cc684989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcf91f4dda3ea21","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dcf91f4dda3ea21","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"88d3a1f39edc2c6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88d3a1f39edc2c6a","status":"passed","time":{"start":1710308572941,"stop":1710308572942,"duration":1}},{"uid":"367c95cd8cf1e56e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/367c95cd8cf1e56e","status":"passed","time":{"start":1710307465628,"stop":1710307465628,"duration":0}},{"uid":"994eb32d21c392e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/994eb32d21c392e","status":"passed","time":{"start":1710287674909,"stop":1710287674909,"duration":0}},{"uid":"c10d1ef6eb18451e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c10d1ef6eb18451e","status":"passed","time":{"start":1710284934069,"stop":1710284934070,"duration":1}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"58982cd0c04249c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/58982cd0c04249c2","status":"passed","time":{"start":1710307980881,"stop":1710307980882,"duration":1}},{"uid":"f4341ea720b9d719","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4341ea720b9d719","status":"passed","time":{"start":1710306873745,"stop":1710306873746,"duration":1}},{"uid":"73f36db5dbe03781","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/73f36db5dbe03781","status":"passed","time":{"start":1710287079742,"stop":1710287079743,"duration":1}},{"uid":"e573a8515991a2e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e573a8515991a2e","status":"passed","time":{"start":1710284342265,"stop":1710284342265,"duration":0}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f886643391fc6715","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f886643391fc6715","status":"passed","time":{"start":1710308357683,"stop":1710308357684,"duration":1}},{"uid":"4247b95aded116c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4247b95aded116c6","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"922580375673ff8d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/922580375673ff8d","status":"passed","time":{"start":1710287451486,"stop":1710287451486,"duration":0}},{"uid":"ca2321929ca2a507","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca2321929ca2a507","status":"passed","time":{"start":1710284717995,"stop":1710284717995,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e0e883bdefa5097b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0e883bdefa5097b","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"duration":0}},{"uid":"beaa5697c0dae4dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/beaa5697c0dae4dc","status":"passed","time":{"start":1710307465638,"stop":1710307465638,"duration":0}},{"uid":"3a88824a473c8f65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3a88824a473c8f65","status":"passed","time":{"start":1710287674919,"stop":1710287674919,"duration":0}},{"uid":"367e866af95e384a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/367e866af95e384a","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b70f09c82b959e2d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b70f09c82b959e2d","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"duration":0}},{"uid":"8ddd3cd47b7f3968","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8ddd3cd47b7f3968","status":"passed","time":{"start":1710306904614,"stop":1710306904614,"duration":0}},{"uid":"caaf4c4f719c57a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/caaf4c4f719c57a2","status":"passed","time":{"start":1710287110701,"stop":1710287110701,"duration":0}},{"uid":"72d23e08346598bc","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/72d23e08346598bc","status":"passed","time":{"start":1710284372010,"stop":1710284372012,"duration":2}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6077dec9eca582b4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6077dec9eca582b4","status":"passed","time":{"start":1710307948300,"stop":1710307948301,"duration":1}},{"uid":"92add123db6ce497","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/92add123db6ce497","status":"passed","time":{"start":1710306843280,"stop":1710306843280,"duration":0}},{"uid":"e2ac324e356483fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e2ac324e356483fe","status":"passed","time":{"start":1710287049490,"stop":1710287049491,"duration":1}},{"uid":"561f185ff56b1492","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/561f185ff56b1492","status":"passed","time":{"start":1710284310419,"stop":1710284310419,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3d577cb6bb721f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3d577cb6bb721f7","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0}},{"uid":"53b8d25dee8981b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53b8d25dee8981b","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"8e7c872ab023767f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8e7c872ab023767f","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1498d51d10b3d2d9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1498d51d10b3d2d9","status":"passed","time":{"start":1710284881701,"stop":1710284881702,"duration":1}}]},"e1f289c10d0637eff85b1bfcf266307f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27876d907cfff7b9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/27876d907cfff7b9","status":"passed","time":{"start":1710284723014,"stop":1710284723014,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"321c8eecab6a37d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/321c8eecab6a37d1","status":"passed","time":{"start":1710308510823,"stop":1710308510824,"duration":1}},{"uid":"7c543862f1b45555","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7c543862f1b45555","status":"passed","time":{"start":1710307392998,"stop":1710307392999,"duration":1}},{"uid":"c1450c4119e1988f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c1450c4119e1988f","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"77429cc6daabace2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/77429cc6daabace2","status":"passed","time":{"start":1710284869463,"stop":1710284869463,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79fbfbe79c032d6f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79fbfbe79c032d6f","status":"passed","time":{"start":1710308366459,"stop":1710308366459,"duration":0}},{"uid":"b79c952f558e6c64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b79c952f558e6c64","status":"passed","time":{"start":1710307247760,"stop":1710307247761,"duration":1}},{"uid":"dbfde84987673fd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dbfde84987673fd3","status":"passed","time":{"start":1710287456038,"stop":1710287456044,"duration":6}},{"uid":"8849e9ed071b5994","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8849e9ed071b5994","status":"passed","time":{"start":1710284723009,"stop":1710284723009,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9195e5e15efab4b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9195e5e15efab4b","status":"passed","time":{"start":1710307898605,"stop":1710307898606,"duration":1}},{"uid":"eab128fb35e5d15a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eab128fb35e5d15a","status":"passed","time":{"start":1710306791803,"stop":1710306791803,"duration":0}},{"uid":"710fe3fa2379f83b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/710fe3fa2379f83b","status":"passed","time":{"start":1710286996969,"stop":1710286996969,"duration":0}},{"uid":"d1f485f1943aba79","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1f485f1943aba79","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a8d234c63eecf70","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a8d234c63eecf70","status":"passed","time":{"start":1710308463691,"stop":1710308463692,"duration":1}},{"uid":"5684ba704a01bc4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5684ba704a01bc4a","status":"passed","time":{"start":1710307358462,"stop":1710307358463,"duration":1}},{"uid":"3be4513e38232d9b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3be4513e38232d9b","status":"passed","time":{"start":1710287569253,"stop":1710287569253,"duration":0}},{"uid":"988ed03192f25e8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/988ed03192f25e8d","status":"passed","time":{"start":1710284852297,"stop":1710284852297,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d1131d33fd90a6ce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1131d33fd90a6ce","status":"passed","time":{"start":1710308026835,"stop":1710308026836,"duration":1}},{"uid":"44df1d570bed0cd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44df1d570bed0cd3","status":"passed","time":{"start":1710306913478,"stop":1710306913479,"duration":1}},{"uid":"c7db0d2811ffa0d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7db0d2811ffa0d6","status":"passed","time":{"start":1710287126416,"stop":1710287126416,"duration":0}},{"uid":"42aae5cf443c34fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/42aae5cf443c34fd","status":"passed","time":{"start":1710284390751,"stop":1710284390752,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"632d9d23090b5b32","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/632d9d23090b5b32","status":"passed","time":{"start":1710308515427,"stop":1710308515428,"duration":1}},{"uid":"35416b4effa96e0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/35416b4effa96e0c","status":"passed","time":{"start":1710307402636,"stop":1710307402637,"duration":1}},{"uid":"34d59a28020ea9a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/34d59a28020ea9a2","status":"passed","time":{"start":1710287608799,"stop":1710287608799,"duration":0}},{"uid":"ce94744656734a7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce94744656734a7","status":"passed","time":{"start":1710284881702,"stop":1710284881703,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db5d3e5bd46f7b6a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db5d3e5bd46f7b6a","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"duration":0}},{"uid":"af8fc602f8a93d20","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af8fc602f8a93d20","status":"passed","time":{"start":1710307465624,"stop":1710307465625,"duration":1}},{"uid":"888f45e6b512198c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/888f45e6b512198c","status":"passed","time":{"start":1710287674906,"stop":1710287674906,"duration":0}},{"uid":"faa7ae9cc59d7799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/faa7ae9cc59d7799","status":"passed","time":{"start":1710284934065,"stop":1710284934066,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bbe0acc788da3bcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbe0acc788da3bcf","status":"passed","time":{"start":1710308092705,"stop":1710308092706,"duration":1}},{"uid":"593a27e661ce0f00","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/593a27e661ce0f00","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"951334f292dad194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/951334f292dad194","status":"passed","time":{"start":1710287198158,"stop":1710287198158,"duration":0}},{"uid":"38cd3d243c5fcc8e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/38cd3d243c5fcc8e","status":"passed","time":{"start":1710284460000,"stop":1710284460000,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3791a49751ce408a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3791a49751ce408a","status":"passed","time":{"start":1710308371304,"stop":1710308371304,"duration":0}},{"uid":"916dd0c263e44a4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/916dd0c263e44a4d","status":"passed","time":{"start":1710307259438,"stop":1710307259438,"duration":0}},{"uid":"704addf514fa20ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/704addf514fa20ed","status":"passed","time":{"start":1710287460903,"stop":1710287460903,"duration":0}},{"uid":"7443b665dcf95af7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7443b665dcf95af7","status":"passed","time":{"start":1710284730220,"stop":1710284730220,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"98eb5a41dbbfc7b3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/98eb5a41dbbfc7b3","status":"passed","time":{"start":1710308024292,"stop":1710308024292,"duration":0}},{"uid":"e55fd2f3abb2014a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e55fd2f3abb2014a","status":"passed","time":{"start":1710306908762,"stop":1710306908762,"duration":0}},{"uid":"780da0a06d0973d4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/780da0a06d0973d4","status":"passed","time":{"start":1710287110849,"stop":1710287110849,"duration":0}},{"uid":"9c40a39ade9eba0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c40a39ade9eba0","status":"passed","time":{"start":1710284377467,"stop":1710284377467,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa1e504b3d2c7fa4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa1e504b3d2c7fa4","status":"passed","time":{"start":1710308416721,"stop":1710308416721,"duration":0}},{"uid":"716086bac3488977","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/716086bac3488977","status":"passed","time":{"start":1710307308622,"stop":1710307308623,"duration":1}},{"uid":"6fbb12132446dfb7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6fbb12132446dfb7","status":"passed","time":{"start":1710287509746,"stop":1710287509747,"duration":1}},{"uid":"edb78571d4c6a25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/edb78571d4c6a25","status":"passed","time":{"start":1710284775839,"stop":1710284775839,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6e41a1e48c8c0491","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6e41a1e48c8c0491","status":"passed","time":{"start":1710307897773,"stop":1710307897774,"duration":1}},{"uid":"bf9216662e0a0d57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf9216662e0a0d57","status":"passed","time":{"start":1710306791278,"stop":1710306791279,"duration":1}},{"uid":"b6265a3e08c1d1b8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b6265a3e08c1d1b8","status":"passed","time":{"start":1710286996359,"stop":1710286996359,"duration":0}},{"uid":"816d51acd045ad16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/816d51acd045ad16","status":"passed","time":{"start":1710284258876,"stop":1710284258876,"duration":0}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e2b6e21e58644a2e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2b6e21e58644a2e","status":"passed","time":{"start":1710307914070,"stop":1710307914071,"duration":1}},{"uid":"fe9f02454f9f7ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe9f02454f9f7ab","status":"passed","time":{"start":1710306807149,"stop":1710306807149,"duration":0}},{"uid":"46153add7cbef5d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/46153add7cbef5d1","status":"passed","time":{"start":1710287012268,"stop":1710287012268,"duration":0}},{"uid":"b79c86b380e70c7a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b79c86b380e70c7a","status":"passed","time":{"start":1710284274244,"stop":1710284274245,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c40f41a15c1d4d7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c40f41a15c1d4d7","status":"passed","time":{"start":1710308167160,"stop":1710308167161,"duration":1}},{"uid":"655c81158abecd87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/655c81158abecd87","status":"passed","time":{"start":1710307045663,"stop":1710307045664,"duration":1}},{"uid":"4408ad52ed7ebd3a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4408ad52ed7ebd3a","status":"passed","time":{"start":1710287245616,"stop":1710287245617,"duration":1}},{"uid":"3cab01240372d2c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3cab01240372d2c9","status":"passed","time":{"start":1710284503144,"stop":1710284503145,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6c95d7ade4228f0c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c95d7ade4228f0c","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"duration":0}},{"uid":"3254d2ceff22af12","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3254d2ceff22af12","status":"passed","time":{"start":1710307207070,"stop":1710307207070,"duration":0}},{"uid":"70a395e19261a24e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/70a395e19261a24e","status":"passed","time":{"start":1710287412749,"stop":1710287412749,"duration":0}},{"uid":"598bb8dda1f7c4b2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/598bb8dda1f7c4b2","status":"passed","time":{"start":1710284680774,"stop":1710284680774,"duration":0}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fb2684be62889246","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fb2684be62889246","status":"passed","time":{"start":1710307897773,"stop":1710307897773,"duration":0}},{"uid":"70d2a2f13b6a2297","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/70d2a2f13b6a2297","status":"passed","time":{"start":1710306791277,"stop":1710306791278,"duration":1}},{"uid":"c249cca0934d4785","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c249cca0934d4785","status":"passed","time":{"start":1710286996358,"stop":1710286996359,"duration":1}},{"uid":"e9d5fcd0891f3b8b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e9d5fcd0891f3b8b","status":"passed","time":{"start":1710284258875,"stop":1710284258876,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"efa888bf35fccfb1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/efa888bf35fccfb1","status":"passed","time":{"start":1710308459438,"stop":1710308459439,"duration":1}},{"uid":"a39d4a1309de00de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a39d4a1309de00de","status":"passed","time":{"start":1710307342528,"stop":1710307342529,"duration":1}},{"uid":"c01c3656f16dbbbb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c01c3656f16dbbbb","status":"passed","time":{"start":1710287544916,"stop":1710287544917,"duration":1}},{"uid":"362d4aac4bc0b80c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/362d4aac4bc0b80c","status":"passed","time":{"start":1710284805026,"stop":1710284805027,"duration":1}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e31cff1543df4bca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e31cff1543df4bca","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"duration":0}},{"uid":"264e98276ded3091","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/264e98276ded3091","status":"passed","time":{"start":1710306904615,"stop":1710306904616,"duration":1}},{"uid":"6b179327ade3223b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b179327ade3223b","status":"passed","time":{"start":1710287110703,"stop":1710287110703,"duration":0}},{"uid":"d1719825b6136179","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d1719825b6136179","status":"passed","time":{"start":1710284372014,"stop":1710284372015,"duration":1}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d62a4e900ac3f1d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6d62a4e900ac3f1d","status":"passed","time":{"start":1710308092686,"stop":1710308092686,"duration":0}},{"uid":"6271a0a94214c2cd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6271a0a94214c2cd","status":"passed","time":{"start":1710306981492,"stop":1710306981492,"duration":0}},{"uid":"2b8883b504dd200a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2b8883b504dd200a","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"7efd078449fa74c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7efd078449fa74c","status":"passed","time":{"start":1710284459987,"stop":1710284459987,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e58834a65ed4ea86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e58834a65ed4ea86","status":"passed","time":{"start":1710308416723,"stop":1710308416724,"duration":1}},{"uid":"65e301b3f862dd4c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65e301b3f862dd4c","status":"passed","time":{"start":1710307308627,"stop":1710307308628,"duration":1}},{"uid":"3350bfafa2cc53e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3350bfafa2cc53e1","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"1f760205741ddf95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f760205741ddf95","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6287513d2edaaa9f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6287513d2edaaa9f","status":"passed","time":{"start":1710308515426,"stop":1710308515427,"duration":1}},{"uid":"d3c212d623f1152e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c212d623f1152e","status":"passed","time":{"start":1710307402635,"stop":1710307402635,"duration":0}},{"uid":"a4238ed07ef52387","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4238ed07ef52387","status":"passed","time":{"start":1710287608797,"stop":1710287608797,"duration":0}},{"uid":"1bab550f8a6cc572","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bab550f8a6cc572","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"966b221cc867f9ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/966b221cc867f9ad","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"duration":0}},{"uid":"a44d8e03505b29d8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a44d8e03505b29d8","status":"passed","time":{"start":1710307465631,"stop":1710307465631,"duration":0}},{"uid":"302a4f0be25ad5b0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/302a4f0be25ad5b0","status":"passed","time":{"start":1710287674911,"stop":1710287674912,"duration":1}},{"uid":"d3cc908085ac8245","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d3cc908085ac8245","status":"passed","time":{"start":1710284934072,"stop":1710284934073,"duration":1}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5c549e543302556","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c5c549e543302556","status":"passed","time":{"start":1710308357663,"stop":1710308357664,"duration":1}},{"uid":"edc6b1d5e7fb67ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/edc6b1d5e7fb67ca","status":"passed","time":{"start":1710307244659,"stop":1710307244659,"duration":0}},{"uid":"4c596a8fd0388194","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4c596a8fd0388194","status":"passed","time":{"start":1710287451483,"stop":1710287451484,"duration":1}},{"uid":"551b895665ca08f8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/551b895665ca08f8","status":"passed","time":{"start":1710284717992,"stop":1710284717993,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb415e8ee000e570","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eb415e8ee000e570","status":"passed","time":{"start":1710308371310,"stop":1710308371311,"duration":1}},{"uid":"489f1d8d26f91c0e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/489f1d8d26f91c0e","status":"passed","time":{"start":1710307259440,"stop":1710307259441,"duration":1}},{"uid":"b4688274720a15ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b4688274720a15ca","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"239199b66c57a3a1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/239199b66c57a3a1","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"49e40c71abde82f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/49e40c71abde82f1","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"duration":0}},{"uid":"e2bae80d3bcaaeb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e2bae80d3bcaaeb","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"72077699b3c7e3d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72077699b3c7e3d8","status":"passed","time":{"start":1710287674915,"stop":1710287674915,"duration":0}},{"uid":"e065f48d1e44208d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e065f48d1e44208d","status":"passed","time":{"start":1710284934076,"stop":1710284934076,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ff97b8129b3dc26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ff97b8129b3dc26","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"duration":0}},{"uid":"2c53c3e6c7c27a6d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c53c3e6c7c27a6d","status":"passed","time":{"start":1710307207052,"stop":1710307207057,"duration":5}},{"uid":"8b1fc1aa0f00023","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b1fc1aa0f00023","status":"passed","time":{"start":1710287412744,"stop":1710287412744,"duration":0}},{"uid":"1653ebbce3ec8fe8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1653ebbce3ec8fe8","status":"passed","time":{"start":1710284680770,"stop":1710284680770,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dd801977b799a42f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dd801977b799a42f","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"duration":0}},{"uid":"e6471a4e3fe7b14f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e6471a4e3fe7b14f","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"14ec63bcf8a03397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/14ec63bcf8a03397","status":"passed","time":{"start":1710287412753,"stop":1710287412754,"duration":1}},{"uid":"ae9d0360fe9a0b05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ae9d0360fe9a0b05","status":"passed","time":{"start":1710284680787,"stop":1710284680788,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5366b2308956d322","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5366b2308956d322","status":"passed","time":{"start":1710308464142,"stop":1710308464142,"duration":0}},{"uid":"3ea20c27a80b2e5f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3ea20c27a80b2e5f","status":"passed","time":{"start":1710307351551,"stop":1710307351551,"duration":0}},{"uid":"b104d54da7c143fc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b104d54da7c143fc","status":"passed","time":{"start":1710287559413,"stop":1710287559413,"duration":0}},{"uid":"3aca2da7abd6c65","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aca2da7abd6c65","status":"passed","time":{"start":1710284823523,"stop":1710284823524,"duration":1}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1dd7ebff91c557a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1dd7ebff91c557a5","status":"passed","time":{"start":1710308322567,"stop":1710308322579,"duration":12}},{"uid":"abc4a3e44ea97fda","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/abc4a3e44ea97fda","status":"passed","time":{"start":1710307207049,"stop":1710307207050,"duration":1}},{"uid":"7c03fe07762cf996","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7c03fe07762cf996","status":"passed","time":{"start":1710287412741,"stop":1710287412741,"duration":0}},{"uid":"fc637e20d147eae7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc637e20d147eae7","status":"passed","time":{"start":1710284680767,"stop":1710284680768,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"93a0c157206c50ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93a0c157206c50ba","status":"passed","time":{"start":1710308322615,"stop":1710308322615,"duration":0}},{"uid":"2ba8dca9e38d7969","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ba8dca9e38d7969","status":"passed","time":{"start":1710307207092,"stop":1710307207092,"duration":0}},{"uid":"9794cc747adb734a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9794cc747adb734a","status":"passed","time":{"start":1710287412757,"stop":1710287412757,"duration":0}},{"uid":"495c3499b53b3f7b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/495c3499b53b3f7b","status":"passed","time":{"start":1710284680790,"stop":1710284680791,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1a28a9451fdea568","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a28a9451fdea568","status":"passed","time":{"start":1710308649158,"stop":1710308649158,"duration":0}},{"uid":"779e1f43412c6cc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/779e1f43412c6cc3","status":"passed","time":{"start":1710307535236,"stop":1710307535236,"duration":0}},{"uid":"af420bda4b3f9138","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af420bda4b3f9138","status":"passed","time":{"start":1710287736653,"stop":1710287736653,"duration":0}},{"uid":"3a8061172e34a1db","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a8061172e34a1db","status":"passed","time":{"start":1710285008788,"stop":1710285008789,"duration":1}}]},"08051163188f8b080733f690a569d2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e64b6e7f7301c6c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e64b6e7f7301c6c0","status":"passed","time":{"start":1710284775866,"stop":1710284775866,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"37cb1f89cf05e5dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/37cb1f89cf05e5dd","status":"passed","time":{"start":1710307971894,"stop":1710307971894,"duration":0}},{"uid":"f425de24c1089709","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f425de24c1089709","status":"passed","time":{"start":1710306865883,"stop":1710306865884,"duration":1}},{"uid":"9f223bde98ef9f6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f223bde98ef9f6","status":"passed","time":{"start":1710287067215,"stop":1710287067215,"duration":0}},{"uid":"474469e2ae0695d1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/474469e2ae0695d1","status":"passed","time":{"start":1710284328535,"stop":1710284328536,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b2cd6e44322f91b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b2cd6e44322f91b","status":"passed","time":{"start":1710308092715,"stop":1710308092717,"duration":2}},{"uid":"e3f1bb9a0f6d784f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e3f1bb9a0f6d784f","status":"passed","time":{"start":1710306981514,"stop":1710306981514,"duration":0}},{"uid":"53ce7b9895b1d7ed","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/53ce7b9895b1d7ed","status":"passed","time":{"start":1710287198165,"stop":1710287198165,"duration":0}},{"uid":"6df6fbe4a5806da8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6df6fbe4a5806da8","status":"passed","time":{"start":1710284460003,"stop":1710284460004,"duration":1}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b66443c2e0c92888","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b66443c2e0c92888","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"duration":0}},{"uid":"ae2118cc8150f0db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae2118cc8150f0db","status":"passed","time":{"start":1710306908763,"stop":1710306908764,"duration":1}},{"uid":"d72ffad2c6185110","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d72ffad2c6185110","status":"passed","time":{"start":1710287110856,"stop":1710287110857,"duration":1}},{"uid":"9928b1dc24c31bbd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9928b1dc24c31bbd","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3c44abc8403b510","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3c44abc8403b510","status":"passed","time":{"start":1710308167161,"stop":1710308167162,"duration":1}},{"uid":"60c55cebfd87e35e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/60c55cebfd87e35e","status":"passed","time":{"start":1710307045664,"stop":1710307045664,"duration":0}},{"uid":"237cc21cd53cb6fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/237cc21cd53cb6fe","status":"passed","time":{"start":1710287245617,"stop":1710287245618,"duration":1}},{"uid":"cc2d5dc2d13b1d90","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cc2d5dc2d13b1d90","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"92c55f66bc83ffbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/92c55f66bc83ffbf","status":"passed","time":{"start":1710308572938,"stop":1710308572938,"duration":0}},{"uid":"8331c3ddab54ef15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8331c3ddab54ef15","status":"passed","time":{"start":1710307465624,"stop":1710307465624,"duration":0}},{"uid":"efda5e6304605269","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/efda5e6304605269","status":"passed","time":{"start":1710287674905,"stop":1710287674906,"duration":1}},{"uid":"3282beed6b2b7dd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3282beed6b2b7dd1","status":"passed","time":{"start":1710284934065,"stop":1710284934065,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50854f5204d29865","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/50854f5204d29865","status":"passed","time":{"start":1710307892759,"stop":1710307892760,"duration":1}},{"uid":"16ce89f3f538c993","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/16ce89f3f538c993","status":"passed","time":{"start":1710306786080,"stop":1710306786080,"duration":0}},{"uid":"23e3da2330c8b9fa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23e3da2330c8b9fa","status":"passed","time":{"start":1710286991189,"stop":1710286991189,"duration":0}},{"uid":"4987b082c737293b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4987b082c737293b","status":"passed","time":{"start":1710284253871,"stop":1710284253871,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"73855449b1424756","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73855449b1424756","status":"passed","time":{"start":1710308167162,"stop":1710308167162,"duration":0}},{"uid":"9a09baf643304d51","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a09baf643304d51","status":"passed","time":{"start":1710307045666,"stop":1710307045667,"duration":1}},{"uid":"bea031dd27540865","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bea031dd27540865","status":"passed","time":{"start":1710287245618,"stop":1710287245619,"duration":1}},{"uid":"b406c7eb651fed76","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b406c7eb651fed76","status":"passed","time":{"start":1710284503145,"stop":1710284503145,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f72da4ad3d348f10","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f72da4ad3d348f10","status":"passed","time":{"start":1710307925681,"stop":1710307925681,"duration":0}},{"uid":"8efa5c7c014e11fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8efa5c7c014e11fe","status":"passed","time":{"start":1710306818617,"stop":1710306818617,"duration":0}},{"uid":"f0aa79fad34ec22","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f0aa79fad34ec22","status":"passed","time":{"start":1710287023846,"stop":1710287023846,"duration":0}},{"uid":"3c39ead7680ca224","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3c39ead7680ca224","status":"passed","time":{"start":1710284286703,"stop":1710284286704,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"1ee8f89d4d81bff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ee8f89d4d81bff","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308097738,"stop":1710308097738,"duration":0}},{"uid":"ee0ed5f7788a0a80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee0ed5f7788a0a80","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306994279,"stop":1710306994279,"duration":0}},{"uid":"a064d0c1c14a35ab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a064d0c1c14a35ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287196202,"stop":1710287196205,"duration":3}},{"uid":"15df05774b993702","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/15df05774b993702","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284459558,"stop":1710284459564,"duration":6}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c8d1183146f45971","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c8d1183146f45971","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0}},{"uid":"21d6b553accd1617","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/21d6b553accd1617","status":"passed","time":{"start":1710307308620,"stop":1710307308620,"duration":0}},{"uid":"2eb9cb180735406e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2eb9cb180735406e","status":"passed","time":{"start":1710287509745,"stop":1710287509746,"duration":1}},{"uid":"52382bd577617d83","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/52382bd577617d83","status":"passed","time":{"start":1710284775838,"stop":1710284775838,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e51c6c5265b64fd3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e51c6c5265b64fd3","status":"passed","time":{"start":1710308366465,"stop":1710308366469,"duration":4}},{"uid":"75ed50467fc0314f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/75ed50467fc0314f","status":"passed","time":{"start":1710307247761,"stop":1710307247762,"duration":1}},{"uid":"a6e47a85455d7ee0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6e47a85455d7ee0","status":"passed","time":{"start":1710287456046,"stop":1710287456047,"duration":1}},{"uid":"1f84a234328476c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f84a234328476c5","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"48ca89d32a048cd9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48ca89d32a048cd9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307950774,"stop":1710307950775,"duration":1}},{"uid":"93a542a17b43f023","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93a542a17b43f023","status":"skipped","statusDetails":"Test ignored","time":{"start":1710306844183,"stop":1710306844183,"duration":0}},{"uid":"1591e02c4689bfe6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1591e02c4689bfe6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287049802,"stop":1710287049802,"duration":0}},{"uid":"c49d10ab3b5be9eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c49d10ab3b5be9eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284312210,"stop":1710284312210,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3e7a40f648c632b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3e7a40f648c632b","status":"passed","time":{"start":1710308322599,"stop":1710308322599,"duration":0}},{"uid":"338264e49e30009d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/338264e49e30009d","status":"passed","time":{"start":1710307207069,"stop":1710307207070,"duration":1}},{"uid":"42760d5a25077d1b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/42760d5a25077d1b","status":"passed","time":{"start":1710287412748,"stop":1710287412749,"duration":1}},{"uid":"9cfc250fc05d9225","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9cfc250fc05d9225","status":"passed","time":{"start":1710284680773,"stop":1710284680774,"duration":1}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"39bc231b2d43a2ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/39bc231b2d43a2ca","status":"passed","time":{"start":1710308508730,"stop":1710308508734,"duration":4}},{"uid":"46f68746f50cdee6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/46f68746f50cdee6","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"35eb08fd867c3449","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35eb08fd867c3449","status":"passed","time":{"start":1710287596902,"stop":1710287596902,"duration":0}},{"uid":"81bef47778d30039","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/81bef47778d30039","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"15093e4bc7ac56ee177543f666ce9b0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f214ea5f4acb2ce1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f214ea5f4acb2ce1","status":"passed","time":{"start":1710284852314,"stop":1710284852314,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d9ae48c2f1e7a7e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d9ae48c2f1e7a7e","status":"passed","time":{"start":1710308322612,"stop":1710308322612,"duration":0}},{"uid":"2def8b1e1cd507fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2def8b1e1cd507fb","status":"passed","time":{"start":1710307207089,"stop":1710307207089,"duration":0}},{"uid":"c0137b8019e42d51","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c0137b8019e42d51","status":"passed","time":{"start":1710287412754,"stop":1710287412754,"duration":0}},{"uid":"a932422d0fdc9636","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a932422d0fdc9636","status":"passed","time":{"start":1710284680788,"stop":1710284680788,"duration":0}}]},"83fb223c6f378b96338b724c60e548fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2d03fedb5f35c03","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a2d03fedb5f35c03","status":"passed","time":{"start":1710284723019,"stop":1710284723019,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"404693b7c9f44206","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/404693b7c9f44206","status":"passed","time":{"start":1710308322613,"stop":1710308322613,"duration":0}},{"uid":"f5727b048d92f8ce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f5727b048d92f8ce","status":"passed","time":{"start":1710307207090,"stop":1710307207090,"duration":0}},{"uid":"be0bdbf88414252a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/be0bdbf88414252a","status":"passed","time":{"start":1710287412755,"stop":1710287412755,"duration":0}},{"uid":"3e8f640a2f1a3713","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3e8f640a2f1a3713","status":"passed","time":{"start":1710284680789,"stop":1710284680789,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f84e6ee289100fd4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f84e6ee289100fd4","status":"passed","time":{"start":1710308192922,"stop":1710308192923,"duration":1}},{"uid":"d2483d1eb56e756a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2483d1eb56e756a","status":"passed","time":{"start":1710307078646,"stop":1710307078646,"duration":0}},{"uid":"49fc1172834422","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49fc1172834422","status":"passed","time":{"start":1710287281998,"stop":1710287281998,"duration":0}},{"uid":"2de0fcc30b78806a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2de0fcc30b78806a","status":"passed","time":{"start":1710284550767,"stop":1710284550767,"duration":0}}]},"ed44b94af0dc9ef97676a535cff1382b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76dd46513cb0073","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/76dd46513cb0073","status":"passed","time":{"start":1710284459543,"stop":1710284459543,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"4e5aa6f148f9d8b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4e5aa6f148f9d8b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308322788,"stop":1710308322788,"duration":0}},{"uid":"1a092f0150f4d4c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1a092f0150f4d4c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207321,"stop":1710307207321,"duration":0}},{"uid":"5eadb38f0a330020","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5eadb38f0a330020","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"50f3a1fae9008038","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/50f3a1fae9008038","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"e23738486b6cf3be65d09a3b072f84c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94a6a5dcce1be4b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a6a5dcce1be4b7","status":"passed","time":{"start":1710284723013,"stop":1710284723014,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"24e69fab97801d0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/24e69fab97801d0d","status":"passed","time":{"start":1710308508735,"stop":1710308508735,"duration":0}},{"uid":"cf2f9f8964afd77c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf2f9f8964afd77c","status":"passed","time":{"start":1710307392158,"stop":1710307392158,"duration":0}},{"uid":"e7e29c672d1383a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e7e29c672d1383a3","status":"passed","time":{"start":1710287596903,"stop":1710287596906,"duration":3}},{"uid":"66a22486db015d05","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66a22486db015d05","status":"passed","time":{"start":1710284862702,"stop":1710284862702,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d281bfa3e25b73e6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d281bfa3e25b73e6","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0}},{"uid":"66afdebe399a07a8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66afdebe399a07a8","status":"passed","time":{"start":1710306807579,"stop":1710306807579,"duration":0}},{"uid":"2ce6601002a949c1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2ce6601002a949c1","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"fb5833ef24545e95","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fb5833ef24545e95","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"541c5f1ce08b8e1012794a08b4488c76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb1a4a206de825c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb1a4a206de825c1","status":"passed","time":{"start":1710307308647,"stop":1710307308647,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"17cafc41b2943637","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/17cafc41b2943637","status":"passed","time":{"start":1710308092685,"stop":1710308092686,"duration":1}},{"uid":"e53ad3fca24dd088","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e53ad3fca24dd088","status":"passed","time":{"start":1710306981491,"stop":1710306981491,"duration":0}},{"uid":"5bacf2ab03903415","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5bacf2ab03903415","status":"passed","time":{"start":1710287198105,"stop":1710287198106,"duration":1}},{"uid":"4a042329a2b207ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4a042329a2b207ac","status":"passed","time":{"start":1710284459986,"stop":1710284459987,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5ceda4b1ae9a1445","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ceda4b1ae9a1445","status":"passed","time":{"start":1710308192969,"stop":1710308192970,"duration":1}},{"uid":"1e10b933126ccdc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e10b933126ccdc","status":"passed","time":{"start":1710307078649,"stop":1710307078649,"duration":0}},{"uid":"588567f7934ddaa4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/588567f7934ddaa4","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"f4ebd83f3259e0c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4ebd83f3259e0c1","status":"passed","time":{"start":1710284550770,"stop":1710284550771,"duration":1}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6d2d288efad1f2ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6d2d288efad1f2ef","status":"passed","time":{"start":1710307923916,"stop":1710307923916,"duration":0}},{"uid":"742abea930ece5ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742abea930ece5ee","status":"passed","time":{"start":1710306816843,"stop":1710306816843,"duration":0}},{"uid":"a50d0240f622daaa","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a50d0240f622daaa","status":"passed","time":{"start":1710287022154,"stop":1710287022154,"duration":0}},{"uid":"eab53314a6b4ed00","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/eab53314a6b4ed00","status":"passed","time":{"start":1710284284835,"stop":1710284284835,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e545a6d1a486c60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5e545a6d1a486c60","status":"passed","time":{"start":1710308092687,"stop":1710308092688,"duration":1}},{"uid":"13a71e9b9fcddb3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/13a71e9b9fcddb3","status":"passed","time":{"start":1710306981493,"stop":1710306981494,"duration":1}},{"uid":"9a6888657eea443d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9a6888657eea443d","status":"passed","time":{"start":1710287198107,"stop":1710287198107,"duration":0}},{"uid":"a664ca10255ab93d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a664ca10255ab93d","status":"passed","time":{"start":1710284459988,"stop":1710284459989,"duration":1}}]},"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"380a805806d742a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/380a805806d742a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308572935,"stop":1710308572935,"duration":0}},{"uid":"c4c069540f801f1a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c4c069540f801f1a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465620,"stop":1710307465620,"duration":0}},{"uid":"74b9dd5f07e1db7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74b9dd5f07e1db7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674898,"stop":1710287674899,"duration":1}},{"uid":"e12efaa3303c97b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e12efaa3303c97b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934061,"stop":1710284934061,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b134ea2c4c41efb2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b134ea2c4c41efb2","status":"passed","time":{"start":1710308416744,"stop":1710308416744,"duration":0}},{"uid":"f12c7b6c03e28e46","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f12c7b6c03e28e46","status":"passed","time":{"start":1710307308647,"stop":1710307308648,"duration":1}},{"uid":"6b90cc51461ab087","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6b90cc51461ab087","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"8f699cc548ce80fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f699cc548ce80fd","status":"passed","time":{"start":1710284775867,"stop":1710284775869,"duration":2}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fa9d8d79130bff9c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa9d8d79130bff9c","status":"passed","time":{"start":1710308192916,"stop":1710308192916,"duration":0}},{"uid":"c3e9e9c0c70883d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c3e9e9c0c70883d","status":"passed","time":{"start":1710307078639,"stop":1710307078639,"duration":0}},{"uid":"2f22ef9ce04671e1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f22ef9ce04671e1","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"f4924d55459889f3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f4924d55459889f3","status":"passed","time":{"start":1710284550752,"stop":1710284550753,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d8c7454cc6b83a52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8c7454cc6b83a52","status":"passed","time":{"start":1710307914153,"stop":1710307914154,"duration":1}},{"uid":"45436bccdbd36f8e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45436bccdbd36f8e","status":"passed","time":{"start":1710306807025,"stop":1710306807026,"duration":1}},{"uid":"f3290ad1cf628cdf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3290ad1cf628cdf","status":"passed","time":{"start":1710287011903,"stop":1710287011904,"duration":1}},{"uid":"5f8f7057d82e154c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5f8f7057d82e154c","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"df30fd742b2f9a420e85ec9455e0ebf3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"151636316322d429","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/151636316322d429","status":"passed","time":{"start":1710307247767,"stop":1710307247767,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d2eccaec09565227","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2eccaec09565227","status":"passed","time":{"start":1710308416736,"stop":1710308416736,"duration":0}},{"uid":"48b5dbdff708a3ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48b5dbdff708a3ed","status":"passed","time":{"start":1710307308644,"stop":1710307308645,"duration":1}},{"uid":"a1760317b5db2ac1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a1760317b5db2ac1","status":"passed","time":{"start":1710287509773,"stop":1710287509773,"duration":0}},{"uid":"be6b1ed6ca510a31","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/be6b1ed6ca510a31","status":"passed","time":{"start":1710284775862,"stop":1710284775863,"duration":1}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"9117289dde432b2f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9117289dde432b2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308416747,"stop":1710308416747,"duration":0}},{"uid":"b5cabd941399f45","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5cabd941399f45","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308651,"stop":1710307308651,"duration":0}},{"uid":"35b2b188399bea4c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35b2b188399bea4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509783,"stop":1710287509784,"duration":1}},{"uid":"889a479d0ee42e64","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/889a479d0ee42e64","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775874,"stop":1710284775874,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d15b46c9db9e57c3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d15b46c9db9e57c3","status":"passed","time":{"start":1710308092722,"stop":1710308092723,"duration":1}},{"uid":"a7eac3f2f4efd11e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7eac3f2f4efd11e","status":"passed","time":{"start":1710306981526,"stop":1710306981526,"duration":0}},{"uid":"c65252a677bcac36","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c65252a677bcac36","status":"passed","time":{"start":1710287198171,"stop":1710287198172,"duration":1}},{"uid":"20fed30fd57e7711","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20fed30fd57e7711","status":"passed","time":{"start":1710284460015,"stop":1710284460015,"duration":0}}]},"fc7345f635686150f6205927e1e846af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afd332750ca751f4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/afd332750ca751f4","status":"passed","time":{"start":1710284680792,"stop":1710284680793,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"cd6a8ef0e5b1efaa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd6a8ef0e5b1efaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308348760,"stop":1710308348760,"duration":0}},{"uid":"43348fb1efb51e87","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/43348fb1efb51e87","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307233598,"stop":1710307233598,"duration":0}},{"uid":"58abb5de1739e3de","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58abb5de1739e3de","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287436222,"stop":1710287436222,"duration":0}},{"uid":"221d07ebec48f26f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/221d07ebec48f26f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284706655,"stop":1710284706657,"duration":2}}]},"129fb665bc40d58bc17fcdadd2b5fe59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91aef62da3ceb79b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/91aef62da3ceb79b","status":"passed","time":{"start":1710287483710,"stop":1710287483710,"duration":0}},{"uid":"30a1399e73b74bd2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/30a1399e73b74bd2","status":"passed","time":{"start":1710284751208,"stop":1710284751209,"duration":1}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea5dbd40e43be8ca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ea5dbd40e43be8ca","status":"passed","time":{"start":1710308508714,"stop":1710308508730,"duration":16}},{"uid":"2294fecd7e9df599","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2294fecd7e9df599","status":"passed","time":{"start":1710307392157,"stop":1710307392157,"duration":0}},{"uid":"195d48d1b71c6167","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/195d48d1b71c6167","status":"passed","time":{"start":1710287596901,"stop":1710287596902,"duration":1}},{"uid":"3ef2e427b564dc6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ef2e427b564dc6d","status":"passed","time":{"start":1710284862701,"stop":1710284862701,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c6b82c612d43b344","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c6b82c612d43b344","status":"passed","time":{"start":1710308572937,"stop":1710308572937,"duration":0}},{"uid":"1d3b9335095bb3ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d3b9335095bb3ef","status":"passed","time":{"start":1710307465623,"stop":1710307465623,"duration":0}},{"uid":"3ff84eaa9befc760","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ff84eaa9befc760","status":"passed","time":{"start":1710287674905,"stop":1710287674905,"duration":0}},{"uid":"bf86b492e42f3cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf86b492e42f3cf8","status":"passed","time":{"start":1710284934064,"stop":1710284934064,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf5730553fdfba4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf5730553fdfba4e","status":"passed","time":{"start":1710308026834,"stop":1710308026834,"duration":0}},{"uid":"1917de482d108400","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1917de482d108400","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"220aa5d421472680","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/220aa5d421472680","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"542a71f920eeefd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/542a71f920eeefd","status":"passed","time":{"start":1710284390750,"stop":1710284390750,"duration":0}}]},"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5e86b9b0e6a71c85","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5e86b9b0e6a71c85","status":"passed","time":{"start":1710307991226,"stop":1710307991226,"duration":0}},{"uid":"63b8953a0fb524dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/63b8953a0fb524dd","status":"passed","time":{"start":1710306877073,"stop":1710306877073,"duration":0}},{"uid":"62061d96e19715ca","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/62061d96e19715ca","status":"passed","time":{"start":1710287085417,"stop":1710287085418,"duration":1}},{"uid":"4e5d4fa15d35ffde","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4e5d4fa15d35ffde","status":"passed","time":{"start":1710284350512,"stop":1710284350512,"duration":0}}]},"54018ae81955cd2c14f93470bd53a9e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f144ad72b15d34c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f144ad72b15d34c","status":"passed","time":{"start":1710308097733,"stop":1710308097733,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cefec7f7d4ab588b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cefec7f7d4ab588b","status":"passed","time":{"start":1710308463688,"stop":1710308463688,"duration":0}},{"uid":"7777553cbaad4a23","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7777553cbaad4a23","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"e8e80808f535e486","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8e80808f535e486","status":"passed","time":{"start":1710287569250,"stop":1710287569250,"duration":0}},{"uid":"20028381e7c2f97a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20028381e7c2f97a","status":"passed","time":{"start":1710284852289,"stop":1710284852290,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a6f8ab7d4dd4e62","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a6f8ab7d4dd4e62","status":"passed","time":{"start":1710308572950,"stop":1710308572950,"duration":0}},{"uid":"fc4862740fcb3439","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc4862740fcb3439","status":"passed","time":{"start":1710307465639,"stop":1710307465639,"duration":0}},{"uid":"d6995905515290cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d6995905515290cf","status":"passed","time":{"start":1710287674920,"stop":1710287674920,"duration":0}},{"uid":"7239c06508767d0c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7239c06508767d0c","status":"passed","time":{"start":1710284934080,"stop":1710284934080,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ab61a767c8ddc7fd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ab61a767c8ddc7fd","status":"passed","time":{"start":1710308097736,"stop":1710308097736,"duration":0}},{"uid":"4ae158714446bc92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ae158714446bc92","status":"passed","time":{"start":1710306994277,"stop":1710306994277,"duration":0}},{"uid":"7fb5c64081f6b4cf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb5c64081f6b4cf","status":"passed","time":{"start":1710287196201,"stop":1710287196201,"duration":0}},{"uid":"84ea57cfc9e9d78c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/84ea57cfc9e9d78c","status":"passed","time":{"start":1710284459556,"stop":1710284459557,"duration":1}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"89b54af2980f24ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/89b54af2980f24ba","status":"passed","time":{"start":1710308510825,"stop":1710308510825,"duration":0}},{"uid":"8c3b54c1ca7eaa0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c3b54c1ca7eaa0d","status":"passed","time":{"start":1710307393000,"stop":1710307393000,"duration":0}},{"uid":"58f38e0614b4716","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/58f38e0614b4716","status":"passed","time":{"start":1710287595426,"stop":1710287595426,"duration":0}},{"uid":"767ac26b4b156a52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/767ac26b4b156a52","status":"passed","time":{"start":1710284869465,"stop":1710284869465,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d5fa67246e796af9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d5fa67246e796af9","status":"passed","time":{"start":1710308433843,"stop":1710308433844,"duration":1}},{"uid":"b1a240adbe0e9392","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b1a240adbe0e9392","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"1ddab66b1381cff2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1ddab66b1381cff2","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"ba368113ecb968e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba368113ecb968e6","status":"passed","time":{"start":1710284796487,"stop":1710284796487,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc556e9b003c82e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc556e9b003c82e1","status":"passed","time":{"start":1710308572944,"stop":1710308572944,"duration":0}},{"uid":"6249705d8da0e6e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6249705d8da0e6e2","status":"passed","time":{"start":1710307465632,"stop":1710307465632,"duration":0}},{"uid":"2c8a76b6edce1044","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2c8a76b6edce1044","status":"passed","time":{"start":1710287674912,"stop":1710287674912,"duration":0}},{"uid":"b86ff5f1e55f779","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b86ff5f1e55f779","status":"passed","time":{"start":1710284934073,"stop":1710284934073,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"73fc13e1a2da15bc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73fc13e1a2da15bc","status":"passed","time":{"start":1710308167160,"stop":1710308167160,"duration":0}},{"uid":"2e17a6d124e819fa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2e17a6d124e819fa","status":"passed","time":{"start":1710307045663,"stop":1710307045663,"duration":0}},{"uid":"4fe59ff1d1147c21","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4fe59ff1d1147c21","status":"passed","time":{"start":1710287245615,"stop":1710287245616,"duration":1}},{"uid":"53e14e5317d6e0c4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/53e14e5317d6e0c4","status":"passed","time":{"start":1710284503144,"stop":1710284503144,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"768edaa3781bce49","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/768edaa3781bce49","status":"passed","time":{"start":1710308572942,"stop":1710308572943,"duration":1}},{"uid":"c56ed0be79bd67d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c56ed0be79bd67d6","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"b11706787dd0c69b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b11706787dd0c69b","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"748a8fa85d802aee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/748a8fa85d802aee","status":"passed","time":{"start":1710284934070,"stop":1710284934071,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c66df1ea5ce918aa","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c66df1ea5ce918aa","status":"passed","time":{"start":1710308366458,"stop":1710308366458,"duration":0}},{"uid":"ef37b9432b455edc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ef37b9432b455edc","status":"passed","time":{"start":1710307247757,"stop":1710307247758,"duration":1}},{"uid":"49cceef6a5aa0aa9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/49cceef6a5aa0aa9","status":"passed","time":{"start":1710287456025,"stop":1710287456028,"duration":3}},{"uid":"43d54bd5279210c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43d54bd5279210c6","status":"passed","time":{"start":1710284723008,"stop":1710284723008,"duration":0}}]},"efe9789a45e287de1dfbc3db383f664e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7934838f742916b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a7934838f742916b","status":"passed","time":{"start":1710287456061,"stop":1710287456062,"duration":1}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"549f0c2833d72907","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/549f0c2833d72907","status":"passed","time":{"start":1710308510822,"stop":1710308510822,"duration":0}},{"uid":"6358787fd1d0eb59","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6358787fd1d0eb59","status":"passed","time":{"start":1710307392997,"stop":1710307392998,"duration":1}},{"uid":"4ddb00591afcf994","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4ddb00591afcf994","status":"passed","time":{"start":1710287595424,"stop":1710287595424,"duration":0}},{"uid":"8be479a245cd43c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8be479a245cd43c1","status":"passed","time":{"start":1710284869461,"stop":1710284869462,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54f4d9bb2c67e583","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54f4d9bb2c67e583","status":"passed","time":{"start":1710308481021,"stop":1710308481021,"duration":0}},{"uid":"238a1e3678ff2384","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/238a1e3678ff2384","status":"passed","time":{"start":1710307361633,"stop":1710307361633,"duration":0}},{"uid":"56b57a9f76e1b3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56b57a9f76e1b3","status":"passed","time":{"start":1710287560340,"stop":1710287560341,"duration":1}},{"uid":"f603e49e8dfbe19","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f603e49e8dfbe19","status":"passed","time":{"start":1710284826094,"stop":1710284826096,"duration":2}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64cf644f6846753b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64cf644f6846753b","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"duration":0}},{"uid":"d669d81e8897781a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d669d81e8897781a","status":"passed","time":{"start":1710306981518,"stop":1710306981519,"duration":1}},{"uid":"602cd86a1cdae1a9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/602cd86a1cdae1a9","status":"passed","time":{"start":1710287198168,"stop":1710287198168,"duration":0}},{"uid":"c306b2f4f3d6102d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c306b2f4f3d6102d","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3478f4dea2ed7899","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3478f4dea2ed7899","status":"passed","time":{"start":1710307892757,"stop":1710307892759,"duration":2}},{"uid":"1e6c61c50be6d22d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1e6c61c50be6d22d","status":"passed","time":{"start":1710306786078,"stop":1710306786079,"duration":1}},{"uid":"a8ead251c4a12fec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a8ead251c4a12fec","status":"passed","time":{"start":1710286991187,"stop":1710286991188,"duration":1}},{"uid":"424e995787f173c0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/424e995787f173c0","status":"passed","time":{"start":1710284253869,"stop":1710284253870,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcc25e0c44746b78","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcc25e0c44746b78","status":"passed","time":{"start":1710308357684,"stop":1710308357684,"duration":0}},{"uid":"64c91b6636082be4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64c91b6636082be4","status":"passed","time":{"start":1710307244662,"stop":1710307244662,"duration":0}},{"uid":"3bcf222084b140b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bcf222084b140b","status":"passed","time":{"start":1710287451486,"stop":1710287451487,"duration":1}},{"uid":"9b932ebef6719ae1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9b932ebef6719ae1","status":"passed","time":{"start":1710284717995,"stop":1710284717996,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4173465555050b68","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4173465555050b68","status":"passed","time":{"start":1710308097730,"stop":1710308097730,"duration":0}},{"uid":"a8ecb8b81f7b10d2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a8ecb8b81f7b10d2","status":"passed","time":{"start":1710306994270,"stop":1710306994271,"duration":1}},{"uid":"e1936f8dc5f63c96","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e1936f8dc5f63c96","status":"passed","time":{"start":1710287196191,"stop":1710287196191,"duration":0}},{"uid":"1bd6a769d5154407","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1bd6a769d5154407","status":"passed","time":{"start":1710284459539,"stop":1710284459540,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"562b2c9eff20cb82","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/562b2c9eff20cb82","status":"passed","time":{"start":1710308092702,"stop":1710308092703,"duration":1}},{"uid":"daad5dbb4bc6a24d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/daad5dbb4bc6a24d","status":"passed","time":{"start":1710306981507,"stop":1710306981507,"duration":0}},{"uid":"9158fd004f6aaf2f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9158fd004f6aaf2f","status":"passed","time":{"start":1710287198124,"stop":1710287198125,"duration":1}},{"uid":"41574f2da86d44ff","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/41574f2da86d44ff","status":"passed","time":{"start":1710284459998,"stop":1710284459998,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eb97cd0d6cec89d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eb97cd0d6cec89d0","status":"passed","time":{"start":1710308192914,"stop":1710308192914,"duration":0}},{"uid":"44155cd5c0d0e173","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/44155cd5c0d0e173","status":"passed","time":{"start":1710307078638,"stop":1710307078638,"duration":0}},{"uid":"5b26352527df9e14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5b26352527df9e14","status":"passed","time":{"start":1710287281991,"stop":1710287281992,"duration":1}},{"uid":"f8ad3b86357a9108","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f8ad3b86357a9108","status":"passed","time":{"start":1710284550743,"stop":1710284550744,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c5623ff0da329f91","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c5623ff0da329f91","status":"passed","time":{"start":1710308231837,"stop":1710308231837,"duration":0}},{"uid":"b51c93af8719d837","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b51c93af8719d837","status":"passed","time":{"start":1710307114396,"stop":1710307114396,"duration":0}},{"uid":"8f8c1199730d07a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f8c1199730d07a2","status":"passed","time":{"start":1710287317292,"stop":1710287317292,"duration":0}},{"uid":"9ff2e74d13a4dcf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ff2e74d13a4dcf3","status":"passed","time":{"start":1710284588136,"stop":1710284588137,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"85ad27be440476f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/85ad27be440476f7","status":"passed","time":{"start":1710307898610,"stop":1710307898610,"duration":0}},{"uid":"942f45714d816161","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/942f45714d816161","status":"passed","time":{"start":1710306791807,"stop":1710306791807,"duration":0}},{"uid":"8ca68e5487de5041","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8ca68e5487de5041","status":"passed","time":{"start":1710286996973,"stop":1710286996973,"duration":0}},{"uid":"92ac4ccfc93d1616","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92ac4ccfc93d1616","status":"passed","time":{"start":1710284259613,"stop":1710284259613,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7946af4b1566759b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7946af4b1566759b","status":"passed","time":{"start":1710308416723,"stop":1710308416723,"duration":0}},{"uid":"c28b753d13308486","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c28b753d13308486","status":"passed","time":{"start":1710307308626,"stop":1710307308627,"duration":1}},{"uid":"fd007e5d4570da66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fd007e5d4570da66","status":"passed","time":{"start":1710287509750,"stop":1710287509750,"duration":0}},{"uid":"a1b2d90a50460b21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a1b2d90a50460b21","status":"passed","time":{"start":1710284775841,"stop":1710284775841,"duration":0}}]},"5e609d8480a53925c91e3370556eedd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fef06be39886055","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fef06be39886055","status":"passed","time":{"start":1710287509750,"stop":1710287509751,"duration":1}}]},"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"38cf3f4b38919620","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38cf3f4b38919620","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308572945,"stop":1710308572945,"duration":0}},{"uid":"7103721d540ca672","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7103721d540ca672","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307465633,"stop":1710307465633,"duration":0}},{"uid":"5f4b840669657545","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f4b840669657545","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"97ce13a7391c0b4c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/97ce13a7391c0b4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284934074,"stop":1710284934075,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"f2b7cf52b3aee244","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f2b7cf52b3aee244","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308322787,"stop":1710308322787,"duration":0}},{"uid":"a5d8e807b19989dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a5d8e807b19989dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207320,"duration":0}},{"uid":"32c12139881e4e50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/32c12139881e4e50","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413026,"stop":1710287413026,"duration":0}},{"uid":"4bf4c997e2d2cafa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4bf4c997e2d2cafa","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680939,"stop":1710284680940,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1283e9ffcb56230f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1283e9ffcb56230f","status":"passed","time":{"start":1710308433844,"stop":1710308433844,"duration":0}},{"uid":"f6750198c0188479","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f6750198c0188479","status":"passed","time":{"start":1710307325067,"stop":1710307325067,"duration":0}},{"uid":"77c4b6e28ab93c66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77c4b6e28ab93c66","status":"passed","time":{"start":1710287537365,"stop":1710287537365,"duration":0}},{"uid":"d87703504161dc22","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d87703504161dc22","status":"passed","time":{"start":1710284796488,"stop":1710284796488,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7111ad0a39bcf64e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7111ad0a39bcf64e","status":"passed","time":{"start":1710308092690,"stop":1710308092691,"duration":1}},{"uid":"7d4fd617e0b61fe5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7d4fd617e0b61fe5","status":"passed","time":{"start":1710306981503,"stop":1710306981503,"duration":0}},{"uid":"22f77eea7457595f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22f77eea7457595f","status":"passed","time":{"start":1710287198110,"stop":1710287198110,"duration":0}},{"uid":"b929f2c5d848eea","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b929f2c5d848eea","status":"passed","time":{"start":1710284459992,"stop":1710284459993,"duration":1}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d302f1ab7f445158","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d302f1ab7f445158","status":"passed","time":{"start":1710308416729,"stop":1710308416730,"duration":1}},{"uid":"d1291c25e0f7ab77","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d1291c25e0f7ab77","status":"passed","time":{"start":1710307308635,"stop":1710307308635,"duration":0}},{"uid":"e00ce26af06bbde0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e00ce26af06bbde0","status":"passed","time":{"start":1710287509764,"stop":1710287509768,"duration":4}},{"uid":"92fa05f2c7d11786","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/92fa05f2c7d11786","status":"passed","time":{"start":1710284775858,"stop":1710284775858,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e82920e09474de85","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e82920e09474de85","status":"passed","time":{"start":1710308167159,"stop":1710308167159,"duration":0}},{"uid":"cacc380da1b93230","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacc380da1b93230","status":"passed","time":{"start":1710307045661,"stop":1710307045662,"duration":1}},{"uid":"94e9467ad1dff9f5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/94e9467ad1dff9f5","status":"passed","time":{"start":1710287245612,"stop":1710287245613,"duration":1}},{"uid":"6059c9ed1ae3c8fd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6059c9ed1ae3c8fd","status":"passed","time":{"start":1710284503143,"stop":1710284503143,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ab136ebe35cb252","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ab136ebe35cb252","status":"passed","time":{"start":1710308481019,"stop":1710308481020,"duration":1}},{"uid":"e7188045e91edf61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7188045e91edf61","status":"passed","time":{"start":1710307361631,"stop":1710307361631,"duration":0}},{"uid":"b7b8030af73bbcd3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7b8030af73bbcd3","status":"passed","time":{"start":1710287560339,"stop":1710287560339,"duration":0}},{"uid":"532f1551aa569e9a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/532f1551aa569e9a","status":"passed","time":{"start":1710284826091,"stop":1710284826092,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c60c32df11b0567b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c60c32df11b0567b","status":"passed","time":{"start":1710308097731,"stop":1710308097731,"duration":0}},{"uid":"d55b295c954e78de","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d55b295c954e78de","status":"passed","time":{"start":1710306994271,"stop":1710306994271,"duration":0}},{"uid":"c202416ddc6eea65","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c202416ddc6eea65","status":"passed","time":{"start":1710287196192,"stop":1710287196192,"duration":0}},{"uid":"9936823d68eece01","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9936823d68eece01","status":"passed","time":{"start":1710284459540,"stop":1710284459540,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"41185fd0f9bddb0d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/41185fd0f9bddb0d","status":"passed","time":{"start":1710308366460,"stop":1710308366465,"duration":5}},{"uid":"ee86dbb12c830a52","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ee86dbb12c830a52","status":"passed","time":{"start":1710307247761,"stop":1710307247761,"duration":0}},{"uid":"8a103cbf2c6614d1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a103cbf2c6614d1","status":"passed","time":{"start":1710287456045,"stop":1710287456046,"duration":1}},{"uid":"b3a3eebd9cf3a15f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b3a3eebd9cf3a15f","status":"passed","time":{"start":1710284723009,"stop":1710284723010,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f251cecc999254f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f251cecc999254f","status":"passed","time":{"start":1710308572947,"stop":1710308572947,"duration":0}},{"uid":"b8fb06257b483b57","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b8fb06257b483b57","status":"passed","time":{"start":1710307465635,"stop":1710307465635,"duration":0}},{"uid":"ef3f6fc9298f6e24","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ef3f6fc9298f6e24","status":"passed","time":{"start":1710287674916,"stop":1710287674916,"duration":0}},{"uid":"a47a513f1797c94e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a47a513f1797c94e","status":"passed","time":{"start":1710284934077,"stop":1710284934077,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"adc12029c41ec06c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/adc12029c41ec06c","status":"passed","time":{"start":1710308416718,"stop":1710308416719,"duration":1}},{"uid":"7e036e43ce752352","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e036e43ce752352","status":"passed","time":{"start":1710307308618,"stop":1710307308619,"duration":1}},{"uid":"b8086d888237d4fd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8086d888237d4fd","status":"passed","time":{"start":1710287509744,"stop":1710287509744,"duration":0}},{"uid":"ed6496ea690988a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ed6496ea690988a4","status":"passed","time":{"start":1710284775836,"stop":1710284775837,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"45b4ad98def2a4bd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/45b4ad98def2a4bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308371299,"stop":1710308371300,"duration":1}},{"uid":"2f00ead971e63979","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f00ead971e63979","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"9317471c1bdf9a5a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9317471c1bdf9a5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b9ef082c9e6e3036","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9ef082c9e6e3036","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2593a621e1209fca","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2593a621e1209fca","status":"passed","time":{"start":1710307923914,"stop":1710307923915,"duration":1}},{"uid":"ffeed45fa8fdfcbf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ffeed45fa8fdfcbf","status":"passed","time":{"start":1710306816841,"stop":1710306816842,"duration":1}},{"uid":"bb139d4f8b77960d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/bb139d4f8b77960d","status":"passed","time":{"start":1710287022153,"stop":1710287022153,"duration":0}},{"uid":"6000b787b782339a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6000b787b782339a","status":"passed","time":{"start":1710284284834,"stop":1710284284834,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"aa32ef4496a20c61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/aa32ef4496a20c61","status":"passed","time":{"start":1710308366469,"stop":1710308366469,"duration":0}},{"uid":"9bd0fc31229f0888","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9bd0fc31229f0888","status":"passed","time":{"start":1710307247762,"stop":1710307247762,"duration":0}},{"uid":"8055e1cad53f989d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8055e1cad53f989d","status":"passed","time":{"start":1710287456047,"stop":1710287456048,"duration":1}},{"uid":"a9fdacea33d65e1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a9fdacea33d65e1","status":"passed","time":{"start":1710284723010,"stop":1710284723010,"duration":0}}]},"323501d65d457909fd47a4675e42d3c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3901eae495650d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3901eae495650d0","status":"passed","time":{"start":1710308463732,"stop":1710308463733,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4d157290c1719ce","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d157290c1719ce","status":"passed","time":{"start":1710307948135,"stop":1710307948136,"duration":1}},{"uid":"22921888a08b6ea2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/22921888a08b6ea2","status":"passed","time":{"start":1710306841074,"stop":1710306841075,"duration":1}},{"uid":"542f16cad6b650ec","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/542f16cad6b650ec","status":"passed","time":{"start":1710287046525,"stop":1710287046525,"duration":0}},{"uid":"fc425c0c716b2943","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fc425c0c716b2943","status":"passed","time":{"start":1710284309644,"stop":1710284309645,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bf38b3c27f5e49a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf38b3c27f5e49a3","status":"passed","time":{"start":1710308348760,"stop":1710308348760,"duration":0}},{"uid":"9adb6875d80b8beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9adb6875d80b8beb","status":"passed","time":{"start":1710307233598,"stop":1710307233599,"duration":1}},{"uid":"8b012425329b44cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8b012425329b44cc","status":"passed","time":{"start":1710287436222,"stop":1710287436223,"duration":1}},{"uid":"ca4a361ed97ff707","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca4a361ed97ff707","status":"passed","time":{"start":1710284706657,"stop":1710284706658,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ca88e97a24a550b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ca88e97a24a550b","status":"passed","time":{"start":1710308459429,"stop":1710308459429,"duration":0}},{"uid":"b84ccf31107663d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b84ccf31107663d6","status":"passed","time":{"start":1710307342525,"stop":1710307342525,"duration":0}},{"uid":"35d62d96533dddf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35d62d96533dddf9","status":"passed","time":{"start":1710287544913,"stop":1710287544914,"duration":1}},{"uid":"4b957854e4c0c3f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4b957854e4c0c3f9","status":"passed","time":{"start":1710284805021,"stop":1710284805022,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"33dfe1f4260c6e43","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/33dfe1f4260c6e43","status":"passed","time":{"start":1710307890267,"stop":1710307890267,"duration":0}},{"uid":"3e00a123eca7b002","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e00a123eca7b002","status":"passed","time":{"start":1710306783477,"stop":1710306783478,"duration":1}},{"uid":"2abeb2910962a391","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2abeb2910962a391","status":"passed","time":{"start":1710286988738,"stop":1710286988738,"duration":0}},{"uid":"753c010c97c624ef","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/753c010c97c624ef","status":"passed","time":{"start":1710284251169,"stop":1710284251169,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac648d128b89a139","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac648d128b89a139","status":"passed","time":{"start":1710308508712,"stop":1710308508713,"duration":1}},{"uid":"6cc4a0a7325ed109","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6cc4a0a7325ed109","status":"passed","time":{"start":1710307392156,"stop":1710307392156,"duration":0}},{"uid":"3839b771ec8aa79e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3839b771ec8aa79e","status":"passed","time":{"start":1710287596900,"stop":1710287596901,"duration":1}},{"uid":"cf019516bb37860","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cf019516bb37860","status":"passed","time":{"start":1710284862700,"stop":1710284862700,"duration":0}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cf2af3d0fd8ecf01","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cf2af3d0fd8ecf01","status":"passed","time":{"start":1710307890269,"stop":1710307890270,"duration":1}},{"uid":"53aaade720fddc9b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/53aaade720fddc9b","status":"passed","time":{"start":1710306783480,"stop":1710306783480,"duration":0}},{"uid":"92818532f781f655","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/92818532f781f655","status":"passed","time":{"start":1710286988740,"stop":1710286988740,"duration":0}},{"uid":"a74d76c944dbf383","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a74d76c944dbf383","status":"passed","time":{"start":1710284251171,"stop":1710284251171,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9d57b5bb71a46123","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d57b5bb71a46123","status":"passed","time":{"start":1710308416730,"stop":1710308416730,"duration":0}},{"uid":"3fec82bb7b063175","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fec82bb7b063175","status":"passed","time":{"start":1710307308635,"stop":1710307308636,"duration":1}},{"uid":"2cba29ae8953cccd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2cba29ae8953cccd","status":"passed","time":{"start":1710287509769,"stop":1710287509770,"duration":1}},{"uid":"75dbbc8cfec8ee28","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/75dbbc8cfec8ee28","status":"passed","time":{"start":1710284775858,"stop":1710284775859,"duration":1}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"555fe13d9d064280","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/555fe13d9d064280","status":"passed","time":{"start":1710308371297,"stop":1710308371297,"duration":0}},{"uid":"1edf0235af8fec6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1edf0235af8fec6","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"5e85929be71e0b0b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5e85929be71e0b0b","status":"passed","time":{"start":1710287460900,"stop":1710287460900,"duration":0}},{"uid":"f482a7bb2db21db7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f482a7bb2db21db7","status":"passed","time":{"start":1710284730216,"stop":1710284730216,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b315b480fe2eec38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b315b480fe2eec38","status":"passed","time":{"start":1710308007024,"stop":1710308007024,"duration":0}},{"uid":"8540f714c2e07ac4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8540f714c2e07ac4","status":"passed","time":{"start":1710306904616,"stop":1710306904616,"duration":0}},{"uid":"36d8917f2b737360","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/36d8917f2b737360","status":"passed","time":{"start":1710287110703,"stop":1710287110704,"duration":1}},{"uid":"a8eee0c08a62df96","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a8eee0c08a62df96","status":"passed","time":{"start":1710284372015,"stop":1710284372019,"duration":4}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d93e44e6db837b37","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d93e44e6db837b37","status":"passed","time":{"start":1710308416733,"stop":1710308416733,"duration":0}},{"uid":"159407dc774053b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/159407dc774053b9","status":"passed","time":{"start":1710307308639,"stop":1710307308643,"duration":4}},{"uid":"b14841c21454f8d6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b14841c21454f8d6","status":"passed","time":{"start":1710287509772,"stop":1710287509772,"duration":0}},{"uid":"6d78014de5b5c70a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6d78014de5b5c70a","status":"passed","time":{"start":1710284775861,"stop":1710284775861,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4ae01a930bb4c68c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4ae01a930bb4c68c","status":"passed","time":{"start":1710308416725,"stop":1710308416726,"duration":1}},{"uid":"113edc8693a5ff4a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/113edc8693a5ff4a","status":"passed","time":{"start":1710307308630,"stop":1710307308631,"duration":1}},{"uid":"8eeafe12e7187fc4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8eeafe12e7187fc4","status":"passed","time":{"start":1710287509752,"stop":1710287509752,"duration":0}},{"uid":"4822cef59af5ab89","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4822cef59af5ab89","status":"passed","time":{"start":1710284775853,"stop":1710284775854,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2d388e45591383b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2d388e45591383b","status":"passed","time":{"start":1710307980880,"stop":1710307980881,"duration":1}},{"uid":"ff3ad5448c070309","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff3ad5448c070309","status":"passed","time":{"start":1710306873744,"stop":1710306873745,"duration":1}},{"uid":"b8b199be222be21f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b8b199be222be21f","status":"passed","time":{"start":1710287079741,"stop":1710287079742,"duration":1}},{"uid":"5fc679d69ae7133e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5fc679d69ae7133e","status":"passed","time":{"start":1710284342262,"stop":1710284342264,"duration":2}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"364346e30d0a3db6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/364346e30d0a3db6","status":"passed","time":{"start":1710307898604,"stop":1710307898604,"duration":0}},{"uid":"cb2fd3d6c0607e72","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb2fd3d6c0607e72","status":"passed","time":{"start":1710306791802,"stop":1710306791802,"duration":0}},{"uid":"fbda772d6108ea53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fbda772d6108ea53","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"c35776e2190fa1b3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c35776e2190fa1b3","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c8a3fa7019ab8ca6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c8a3fa7019ab8ca6","status":"passed","time":{"start":1710308515427,"stop":1710308515427,"duration":0}},{"uid":"f9508b104b81059c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9508b104b81059c","status":"passed","time":{"start":1710307402636,"stop":1710307402636,"duration":0}},{"uid":"c6a8d060bf428d05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c6a8d060bf428d05","status":"passed","time":{"start":1710287608798,"stop":1710287608799,"duration":1}},{"uid":"32327500bbff3f24","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32327500bbff3f24","status":"passed","time":{"start":1710284881702,"stop":1710284881702,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9ce74eaf73156058","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9ce74eaf73156058","status":"passed","time":{"start":1710308463687,"stop":1710308463687,"duration":0}},{"uid":"833dfd32459b4bc1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/833dfd32459b4bc1","status":"passed","time":{"start":1710307358458,"stop":1710307358458,"duration":0}},{"uid":"b0e2c54be7889de6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b0e2c54be7889de6","status":"passed","time":{"start":1710287569249,"stop":1710287569249,"duration":0}},{"uid":"d793ecaf4a3bb78a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d793ecaf4a3bb78a","status":"passed","time":{"start":1710284852289,"stop":1710284852289,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"407640ec244257b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/407640ec244257b6","status":"passed","time":{"start":1710308192916,"stop":1710308192917,"duration":1}},{"uid":"d96e2d65425d975c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d96e2d65425d975c","status":"passed","time":{"start":1710307078639,"stop":1710307078640,"duration":1}},{"uid":"ce8ac8f805d956d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce8ac8f805d956d8","status":"passed","time":{"start":1710287281993,"stop":1710287281993,"duration":0}},{"uid":"e16bc344d827f57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e16bc344d827f57a","status":"passed","time":{"start":1710284550753,"stop":1710284550753,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"c4faaac875690fd0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c4faaac875690fd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308192918,"stop":1710308192918,"duration":0}},{"uid":"6551000661afdae3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6551000661afdae3","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307078640,"stop":1710307078640,"duration":0}},{"uid":"9bf4a3f6174ab060","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bf4a3f6174ab060","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287281994,"stop":1710287281994,"duration":0}},{"uid":"79d171a4f14a9f25","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/79d171a4f14a9f25","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284550754,"stop":1710284550755,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7caada47cca0eb68","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7caada47cca0eb68","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0}},{"uid":"4c3453a6dc8bc6c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c3453a6dc8bc6c6","status":"passed","time":{"start":1710307325066,"stop":1710307325066,"duration":0}},{"uid":"9f21c2875a02317a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f21c2875a02317a","status":"passed","time":{"start":1710287537363,"stop":1710287537363,"duration":0}},{"uid":"d46199c2bd2470ad","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d46199c2bd2470ad","status":"passed","time":{"start":1710284796486,"stop":1710284796487,"duration":1}}]},"8141de06cdc3c06a14c6a7860216f885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1dd37a17fe8a8a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1dd37a17fe8a8a5","status":"passed","time":{"start":1710308322618,"stop":1710308322622,"duration":4}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3ef6b91ac3fc51a6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3ef6b91ac3fc51a6","status":"passed","time":{"start":1710308192970,"stop":1710308192970,"duration":0}},{"uid":"5818b41177b8d911","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5818b41177b8d911","status":"passed","time":{"start":1710307078649,"stop":1710307078650,"duration":1}},{"uid":"85339edb6cf9d15b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85339edb6cf9d15b","status":"passed","time":{"start":1710287282001,"stop":1710287282001,"duration":0}},{"uid":"5abf8ceab7e7b4d4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5abf8ceab7e7b4d4","status":"passed","time":{"start":1710284550772,"stop":1710284550772,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5d8f9c18fab1002f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5d8f9c18fab1002f","status":"passed","time":{"start":1710308366470,"stop":1710308366471,"duration":1}},{"uid":"155103fda033e27d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/155103fda033e27d","status":"passed","time":{"start":1710307247763,"stop":1710307247763,"duration":0}},{"uid":"b32d6350e63b338c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b32d6350e63b338c","status":"passed","time":{"start":1710287456050,"stop":1710287456054,"duration":4}},{"uid":"5b25522a227b105a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b25522a227b105a","status":"passed","time":{"start":1710284723011,"stop":1710284723012,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"359fc7ba8c7e550c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/359fc7ba8c7e550c","status":"passed","time":{"start":1710308366456,"stop":1710308366457,"duration":1}},{"uid":"7b80f2783b6ec262","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b80f2783b6ec262","status":"passed","time":{"start":1710307247756,"stop":1710307247757,"duration":1}},{"uid":"6330ae6721786de7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6330ae6721786de7","status":"passed","time":{"start":1710287456023,"stop":1710287456024,"duration":1}},{"uid":"fbeff3538be70d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fbeff3538be70d69","status":"passed","time":{"start":1710284723007,"stop":1710284723007,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"4c535bf7e2869044","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c535bf7e2869044","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308366513,"stop":1710308366525,"duration":12}},{"uid":"8c0327c863c5f79b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c0327c863c5f79b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307247772,"stop":1710307247773,"duration":1}},{"uid":"f273828e18cd74a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f273828e18cd74a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287456074,"stop":1710287456074,"duration":0}},{"uid":"c774ccb281cc9426","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c774ccb281cc9426","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284723022,"stop":1710284723022,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ee1aee8ea0aa9f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ee1aee8ea0aa9f7","status":"passed","time":{"start":1710308572936,"stop":1710308572936,"duration":0}},{"uid":"4b2b1ed70a9f0c61","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4b2b1ed70a9f0c61","status":"passed","time":{"start":1710307465622,"stop":1710307465622,"duration":0}},{"uid":"a46f110657c59a0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a46f110657c59a0","status":"passed","time":{"start":1710287674904,"stop":1710287674904,"duration":0}},{"uid":"83ac94a13e5e349f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/83ac94a13e5e349f","status":"passed","time":{"start":1710284934063,"stop":1710284934063,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"584068ae20efac07","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/584068ae20efac07","status":"passed","time":{"start":1710307890264,"stop":1710307890264,"duration":0}},{"uid":"7b314e24ce08aa48","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b314e24ce08aa48","status":"passed","time":{"start":1710306783474,"stop":1710306783474,"duration":0}},{"uid":"3da182b2b319d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3da182b2b319d767","status":"passed","time":{"start":1710286988735,"stop":1710286988736,"duration":1}},{"uid":"1eb41c9638ea30a9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1eb41c9638ea30a9","status":"passed","time":{"start":1710284251165,"stop":1710284251166,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"fbe7bc3233a5d29a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fbe7bc3233a5d29a","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308416728,"stop":1710308416728,"duration":0}},{"uid":"6602ffbc2d1b7fcf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6602ffbc2d1b7fcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308633,"stop":1710307308634,"duration":1}},{"uid":"d385d0623ab3093b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d385d0623ab3093b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509754,"stop":1710287509754,"duration":0}},{"uid":"ff34ad27f49911e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff34ad27f49911e","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65980bf9de865008","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65980bf9de865008","status":"passed","time":{"start":1710307898606,"stop":1710307898606,"duration":0}},{"uid":"1ad8bf0723ac9441","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1ad8bf0723ac9441","status":"passed","time":{"start":1710306791804,"stop":1710306791804,"duration":0}},{"uid":"8f0a07cd6932e90c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f0a07cd6932e90c","status":"passed","time":{"start":1710286996969,"stop":1710286996970,"duration":1}},{"uid":"d21433f37a0b4ded","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d21433f37a0b4ded","status":"passed","time":{"start":1710284259609,"stop":1710284259609,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a4c7ac96055abc2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a4c7ac96055abc2","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"duration":0}},{"uid":"6dab49c42effd416","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6dab49c42effd416","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"7e3c35244d021ceb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7e3c35244d021ceb","status":"passed","time":{"start":1710287674921,"stop":1710287674921,"duration":0}},{"uid":"d5961e09ff47ebd1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d5961e09ff47ebd1","status":"passed","time":{"start":1710284934082,"stop":1710284934082,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"21a4089bab208912","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/21a4089bab208912","status":"passed","time":{"start":1710308515426,"stop":1710308515426,"duration":0}},{"uid":"742eb5781edf2ea0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/742eb5781edf2ea0","status":"passed","time":{"start":1710307402634,"stop":1710307402635,"duration":1}},{"uid":"8915d02a31b6572d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8915d02a31b6572d","status":"passed","time":{"start":1710287608796,"stop":1710287608797,"duration":1}},{"uid":"c7caa5c19719b0c5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c7caa5c19719b0c5","status":"passed","time":{"start":1710284881701,"stop":1710284881701,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5c35069220d0c7e8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5c35069220d0c7e8","status":"passed","time":{"start":1710308322623,"stop":1710308322623,"duration":0}},{"uid":"ece39bb182a659f2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ece39bb182a659f2","status":"passed","time":{"start":1710307207095,"stop":1710307207096,"duration":1}},{"uid":"7fb18f2e12d1cbd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7fb18f2e12d1cbd","status":"passed","time":{"start":1710287412763,"stop":1710287412763,"duration":0}},{"uid":"688c834423bd2f21","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/688c834423bd2f21","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"168699eea91ad1b0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/168699eea91ad1b0","status":"passed","time":{"start":1710307898039,"stop":1710307898039,"duration":0}},{"uid":"fd16d263c671127e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd16d263c671127e","status":"passed","time":{"start":1710306791311,"stop":1710306791311,"duration":0}},{"uid":"2e890838e3e3cefc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2e890838e3e3cefc","status":"passed","time":{"start":1710286996519,"stop":1710286996519,"duration":0}},{"uid":"66201755e7881b92","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/66201755e7881b92","status":"passed","time":{"start":1710284258946,"stop":1710284258946,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c668840418c6e757","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c668840418c6e757","status":"passed","time":{"start":1710308402073,"stop":1710308402074,"duration":1}},{"uid":"cd1ce11214338bcc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd1ce11214338bcc","status":"passed","time":{"start":1710307285628,"stop":1710307285628,"duration":0}},{"uid":"1614584fc5eeafa1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1614584fc5eeafa1","status":"passed","time":{"start":1710287499226,"stop":1710287499226,"duration":0}},{"uid":"1d572108a4176829","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1d572108a4176829","status":"passed","time":{"start":1710284765830,"stop":1710284765830,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"708df7cfbbe04df1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/708df7cfbbe04df1","status":"passed","time":{"start":1710308092689,"stop":1710308092689,"duration":0}},{"uid":"c425a843b8750b8f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c425a843b8750b8f","status":"passed","time":{"start":1710306981495,"stop":1710306981495,"duration":0}},{"uid":"a564e3828654549d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a564e3828654549d","status":"passed","time":{"start":1710287198108,"stop":1710287198109,"duration":1}},{"uid":"1c1e841196a02f48","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1c1e841196a02f48","status":"passed","time":{"start":1710284459990,"stop":1710284459991,"duration":1}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cbfaf0225991590a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cbfaf0225991590a","status":"passed","time":{"start":1710308024293,"stop":1710308024293,"duration":0}},{"uid":"546e1d39874ed3ba","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/546e1d39874ed3ba","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"848981a3e2271c31","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/848981a3e2271c31","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"a361898c2c854bb0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a361898c2c854bb0","status":"passed","time":{"start":1710284377469,"stop":1710284377470,"duration":1}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"19621e5608720560","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/19621e5608720560","status":"passed","time":{"start":1710308572948,"stop":1710308572948,"duration":0}},{"uid":"93b7453da3e18ab","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/93b7453da3e18ab","status":"passed","time":{"start":1710307465636,"stop":1710307465636,"duration":0}},{"uid":"6397b25eff7f23e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6397b25eff7f23e","status":"passed","time":{"start":1710287674916,"stop":1710287674917,"duration":1}},{"uid":"efd6a5629710f8f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd6a5629710f8f5","status":"passed","time":{"start":1710284934077,"stop":1710284934078,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd418f4863adb7b2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd418f4863adb7b2","status":"passed","time":{"start":1710307914152,"stop":1710307914153,"duration":1}},{"uid":"cc649f4529f9afc5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc649f4529f9afc5","status":"passed","time":{"start":1710306807023,"stop":1710306807024,"duration":1}},{"uid":"b7aa3f9b0a9360e6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b7aa3f9b0a9360e6","status":"passed","time":{"start":1710287011901,"stop":1710287011901,"duration":0}},{"uid":"1f98dbf9e31f7365","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f98dbf9e31f7365","status":"passed","time":{"start":1710284274564,"stop":1710284274565,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3893b70c493510a7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3893b70c493510a7","status":"passed","time":{"start":1710308371309,"stop":1710308371310,"duration":1}},{"uid":"4d7a153b8460549e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d7a153b8460549e","status":"passed","time":{"start":1710307259440,"stop":1710307259440,"duration":0}},{"uid":"ad142f3b31f0404","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ad142f3b31f0404","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"a6a4a020c1c99f49","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a6a4a020c1c99f49","status":"passed","time":{"start":1710284730223,"stop":1710284730223,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c30488924245eddf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c30488924245eddf","status":"passed","time":{"start":1710307914370,"stop":1710307914370,"duration":0}},{"uid":"3fb543ac194a1415","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb543ac194a1415","status":"passed","time":{"start":1710306807578,"stop":1710306807579,"duration":1}},{"uid":"dd28ae1c52d65f04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd28ae1c52d65f04","status":"passed","time":{"start":1710287012800,"stop":1710287012800,"duration":0}},{"uid":"c1cd2e3fed0974ae","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c1cd2e3fed0974ae","status":"passed","time":{"start":1710284275218,"stop":1710284275219,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ab633ea8009b98c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ab633ea8009b98c","status":"passed","time":{"start":1710308463711,"stop":1710308463725,"duration":14}},{"uid":"b7bb23ddc501c0ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b7bb23ddc501c0ee","status":"passed","time":{"start":1710307358467,"stop":1710307358468,"duration":1}},{"uid":"23384b7c6a05bc8b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23384b7c6a05bc8b","status":"passed","time":{"start":1710287569258,"stop":1710287569258,"duration":0}},{"uid":"db817318a23c4d46","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db817318a23c4d46","status":"passed","time":{"start":1710284852305,"stop":1710284852309,"duration":4}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c57dffb12af24514","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c57dffb12af24514","status":"passed","time":{"start":1710308572932,"stop":1710308572932,"duration":0}},{"uid":"ac1f82296aa79cd9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac1f82296aa79cd9","status":"passed","time":{"start":1710307465617,"stop":1710307465618,"duration":1}},{"uid":"e563bb24b1facedc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e563bb24b1facedc","status":"passed","time":{"start":1710287674896,"stop":1710287674896,"duration":0}},{"uid":"bf3b542f3162521e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bf3b542f3162521e","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1f612f919e7b9fdf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f612f919e7b9fdf","status":"passed","time":{"start":1710308371312,"stop":1710308371313,"duration":1}},{"uid":"78b3ece2be02bb9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/78b3ece2be02bb9","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"83ce37f79ea3acbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83ce37f79ea3acbe","status":"passed","time":{"start":1710287460906,"stop":1710287460907,"duration":1}},{"uid":"5b61973384a9d5eb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5b61973384a9d5eb","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"44654f66669c6212ec51132c28b84d0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7bd475d00929b4a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a7bd475d00929b4a","status":"passed","time":{"start":1710287509751,"stop":1710287509752,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ca250cc38ddb51da","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ca250cc38ddb51da","status":"passed","time":{"start":1710308192920,"stop":1710308192920,"duration":0}},{"uid":"349c76ee852db424","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/349c76ee852db424","status":"passed","time":{"start":1710307078644,"stop":1710307078644,"duration":0}},{"uid":"c8b00e317caff2e2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c8b00e317caff2e2","status":"passed","time":{"start":1710287281996,"stop":1710287281997,"duration":1}},{"uid":"2b54c3f5e2f734ab","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b54c3f5e2f734ab","status":"passed","time":{"start":1710284550765,"stop":1710284550765,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f535654f4861b59","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f535654f4861b59","status":"passed","time":{"start":1710307918132,"stop":1710307918132,"duration":0}},{"uid":"487136c672d9aaf6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/487136c672d9aaf6","status":"passed","time":{"start":1710306811113,"stop":1710306811113,"duration":0}},{"uid":"dff4a4c1a27836a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dff4a4c1a27836a7","status":"passed","time":{"start":1710287016341,"stop":1710287016341,"duration":0}},{"uid":"a46f5a1a4c5ad917","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a46f5a1a4c5ad917","status":"passed","time":{"start":1710284279135,"stop":1710284279135,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6add6d74ba5cfda8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6add6d74ba5cfda8","status":"passed","time":{"start":1710307903498,"stop":1710307903498,"duration":0}},{"uid":"971127f36fbb188f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/971127f36fbb188f","status":"passed","time":{"start":1710306796606,"stop":1710306796606,"duration":0}},{"uid":"fb98a8aed904a49f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fb98a8aed904a49f","status":"passed","time":{"start":1710287001715,"stop":1710287001715,"duration":0}},{"uid":"ee4dee56f419f342","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ee4dee56f419f342","status":"passed","time":{"start":1710284264388,"stop":1710284264388,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1d82a10ddcc98ad1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1d82a10ddcc98ad1","status":"passed","time":{"start":1710308357658,"stop":1710308357658,"duration":0}},{"uid":"42210f36795730eb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42210f36795730eb","status":"passed","time":{"start":1710307244657,"stop":1710307244657,"duration":0}},{"uid":"149b031780df5d50","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/149b031780df5d50","status":"passed","time":{"start":1710287451482,"stop":1710287451482,"duration":0}},{"uid":"c66a54baca62e27","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c66a54baca62e27","status":"passed","time":{"start":1710284717991,"stop":1710284717991,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6ffb9e32aec85cef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6ffb9e32aec85cef","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"duration":0}},{"uid":"5acde044e16529a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5acde044e16529a0","status":"passed","time":{"start":1710307465616,"stop":1710307465617,"duration":1}},{"uid":"7362d18bcc188741","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7362d18bcc188741","status":"passed","time":{"start":1710287674895,"stop":1710287674895,"duration":0}},{"uid":"c22459b960f4778e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c22459b960f4778e","status":"passed","time":{"start":1710284934058,"stop":1710284934058,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"323067807d6eed80","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/323067807d6eed80","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0}},{"uid":"6555ae0a22a07c3c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6555ae0a22a07c3c","status":"passed","time":{"start":1710306994272,"stop":1710306994272,"duration":0}},{"uid":"cfbfa8cefd45d617","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cfbfa8cefd45d617","status":"passed","time":{"start":1710287196192,"stop":1710287196193,"duration":1}},{"uid":"9ade38c8ae9f57f0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9ade38c8ae9f57f0","status":"passed","time":{"start":1710284459541,"stop":1710284459541,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ac6f4636fc68d5a5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ac6f4636fc68d5a5","status":"passed","time":{"start":1710308322624,"stop":1710308322624,"duration":0}},{"uid":"bb14ccb66934e0f9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb14ccb66934e0f9","status":"passed","time":{"start":1710307207096,"stop":1710307207096,"duration":0}},{"uid":"fc5d1bf1e86d0446","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc5d1bf1e86d0446","status":"passed","time":{"start":1710287412763,"stop":1710287412764,"duration":1}},{"uid":"8450abbd7b8f606b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8450abbd7b8f606b","status":"passed","time":{"start":1710284680794,"stop":1710284680794,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9f274ec6ba40301","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9f274ec6ba40301","status":"passed","time":{"start":1710307950773,"stop":1710307950774,"duration":1}},{"uid":"c44e49cf7d62444a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c44e49cf7d62444a","status":"passed","time":{"start":1710306844181,"stop":1710306844183,"duration":2}},{"uid":"aa9ac8446d2b1448","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aa9ac8446d2b1448","status":"passed","time":{"start":1710287049799,"stop":1710287049801,"duration":2}},{"uid":"8c8a465e2522677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8c8a465e2522677b","status":"passed","time":{"start":1710284312209,"stop":1710284312209,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c25dae6e48c24f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c25dae6e48c24f7","status":"passed","time":{"start":1710307948135,"stop":1710307948135,"duration":0}},{"uid":"a6805335f4239e75","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a6805335f4239e75","status":"passed","time":{"start":1710306841074,"stop":1710306841074,"duration":0}},{"uid":"56f5b0d901d20b41","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/56f5b0d901d20b41","status":"passed","time":{"start":1710287046524,"stop":1710287046525,"duration":1}},{"uid":"d53cadaa7026d648","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d53cadaa7026d648","status":"passed","time":{"start":1710284309644,"stop":1710284309644,"duration":0}}]},"b20736e16a607e4c68de43a3f1400e7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"790bdc0d8708b555","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/790bdc0d8708b555","status":"passed","time":{"start":1710284775841,"stop":1710284775852,"duration":11}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62aa9a74503de089","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62aa9a74503de089","status":"passed","time":{"start":1710308515428,"stop":1710308515428,"duration":0}},{"uid":"d86e27e65d071110","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d86e27e65d071110","status":"passed","time":{"start":1710307402637,"stop":1710307402637,"duration":0}},{"uid":"29e54c87519ceb1d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e54c87519ceb1d","status":"passed","time":{"start":1710287608799,"stop":1710287608800,"duration":1}},{"uid":"2c4b91bd63ab477c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2c4b91bd63ab477c","status":"passed","time":{"start":1710284881703,"stop":1710284881703,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7eba469f3e5f2764","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7eba469f3e5f2764","status":"passed","time":{"start":1710307898607,"stop":1710307898607,"duration":0}},{"uid":"1b493541418e2afe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1b493541418e2afe","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"f391b961cefe1dde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f391b961cefe1dde","status":"passed","time":{"start":1710286996970,"stop":1710286996971,"duration":1}},{"uid":"647950a818d885d3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/647950a818d885d3","status":"passed","time":{"start":1710284259610,"stop":1710284259610,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"890f2f771fad488d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/890f2f771fad488d","status":"passed","time":{"start":1710308463728,"stop":1710308463728,"duration":0}},{"uid":"6f1720d029b5785c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6f1720d029b5785c","status":"passed","time":{"start":1710307358469,"stop":1710307358473,"duration":4}},{"uid":"4dd6f00e956e0f6a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4dd6f00e956e0f6a","status":"passed","time":{"start":1710287569259,"stop":1710287569259,"duration":0}},{"uid":"b6a400343e25cd9b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6a400343e25cd9b","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9e1305aefbe96bf2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9e1305aefbe96bf2","status":"passed","time":{"start":1710308416716,"stop":1710308416716,"duration":0}},{"uid":"a0ba5e5942159cde","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a0ba5e5942159cde","status":"passed","time":{"start":1710307308615,"stop":1710307308616,"duration":1}},{"uid":"59b04a64aa5e1397","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/59b04a64aa5e1397","status":"passed","time":{"start":1710287509741,"stop":1710287509742,"duration":1}},{"uid":"efd5eb14d3e56416","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/efd5eb14d3e56416","status":"passed","time":{"start":1710284775830,"stop":1710284775831,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"97973916a21869f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97973916a21869f0","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"duration":0}},{"uid":"553e808c8c82db60","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/553e808c8c82db60","status":"passed","time":{"start":1710306904617,"stop":1710306904617,"duration":0}},{"uid":"a4285bd878157cf9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a4285bd878157cf9","status":"passed","time":{"start":1710287110711,"stop":1710287110713,"duration":2}},{"uid":"1159f9e747b75bc4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1159f9e747b75bc4","status":"passed","time":{"start":1710284372021,"stop":1710284372021,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6fcfb764d74141a7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fcfb764d74141a7","status":"passed","time":{"start":1710308097727,"stop":1710308097728,"duration":1}},{"uid":"9b4723fba15555c2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9b4723fba15555c2","status":"passed","time":{"start":1710306994268,"stop":1710306994268,"duration":0}},{"uid":"af091030bec15042","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/af091030bec15042","status":"passed","time":{"start":1710287196189,"stop":1710287196189,"duration":0}},{"uid":"46d0dea2a1ce3274","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/46d0dea2a1ce3274","status":"passed","time":{"start":1710284459537,"stop":1710284459537,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"d8ced2d3e8f755f1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8ced2d3e8f755f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308416729,"stop":1710308416729,"duration":0}},{"uid":"32c1cfc7a9ac561b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/32c1cfc7a9ac561b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307308634,"stop":1710307308634,"duration":0}},{"uid":"dd733973b2c3a61f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/dd733973b2c3a61f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287509755,"stop":1710287509763,"duration":8}},{"uid":"1324beeb3689ab8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1324beeb3689ab8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284775857,"stop":1710284775857,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7ff5db574664ea58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7ff5db574664ea58","status":"passed","time":{"start":1710307980879,"stop":1710307980880,"duration":1}},{"uid":"befaca5b98b5fad5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/befaca5b98b5fad5","status":"passed","time":{"start":1710306873741,"stop":1710306873741,"duration":0}},{"uid":"ce79f17657db958","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ce79f17657db958","status":"passed","time":{"start":1710287079740,"stop":1710287079740,"duration":0}},{"uid":"d01f1dce8ef1d015","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d01f1dce8ef1d015","status":"passed","time":{"start":1710284342261,"stop":1710284342262,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"6618c8196aea383d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6618c8196aea383d","status":"passed","time":{"start":1710308572939,"stop":1710308572940,"duration":1}},{"uid":"f4d077dd4bff4640","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f4d077dd4bff4640","status":"passed","time":{"start":1710307465626,"stop":1710307465626,"duration":0}},{"uid":"45c8c290a299e3d3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/45c8c290a299e3d3","status":"passed","time":{"start":1710287674908,"stop":1710287674908,"duration":0}},{"uid":"87ad97424ae6096f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/87ad97424ae6096f","status":"passed","time":{"start":1710284934067,"stop":1710284934068,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a9df3bd32990f3f6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9df3bd32990f3f6","status":"passed","time":{"start":1710308007026,"stop":1710308007027,"duration":1}},{"uid":"54e5413422851677","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54e5413422851677","status":"passed","time":{"start":1710306904618,"stop":1710306904618,"duration":0}},{"uid":"29e3fb07e53f0d28","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29e3fb07e53f0d28","status":"passed","time":{"start":1710287110718,"stop":1710287110718,"duration":0}},{"uid":"d472a23416f3a57a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d472a23416f3a57a","status":"passed","time":{"start":1710284372024,"stop":1710284372024,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"48686c9a1db84331","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/48686c9a1db84331","status":"passed","time":{"start":1710308092701,"stop":1710308092701,"duration":0}},{"uid":"f84216b825573a93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f84216b825573a93","status":"passed","time":{"start":1710306981505,"stop":1710306981506,"duration":1}},{"uid":"796bd2a542a90d30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/796bd2a542a90d30","status":"passed","time":{"start":1710287198122,"stop":1710287198122,"duration":0}},{"uid":"823a7e81da26ad08","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/823a7e81da26ad08","status":"passed","time":{"start":1710284459996,"stop":1710284459996,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1fbe0752c7d64551","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1fbe0752c7d64551","status":"passed","time":{"start":1710308494291,"stop":1710308494291,"duration":0}},{"uid":"c656142e10a02f39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c656142e10a02f39","status":"passed","time":{"start":1710307383799,"stop":1710307383800,"duration":1}},{"uid":"e317c724eee2a207","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e317c724eee2a207","status":"passed","time":{"start":1710287594293,"stop":1710287594294,"duration":1}},{"uid":"cd89f68e8042fda1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/cd89f68e8042fda1","status":"passed","time":{"start":1710284859498,"stop":1710284859498,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7e13bbd413bdfe67","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7e13bbd413bdfe67","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0}},{"uid":"cb4c4698de6976d3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4c4698de6976d3","status":"passed","time":{"start":1710307238430,"stop":1710307238431,"duration":1}},{"uid":"e41440472a4de0f8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e41440472a4de0f8","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"5ab9f2b38b18ec7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5ab9f2b38b18ec7","status":"passed","time":{"start":1710284710698,"stop":1710284710700,"duration":2}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a8ddfa2f416cfaf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5a8ddfa2f416cfaf","status":"passed","time":{"start":1710308416736,"stop":1710308416737,"duration":1}},{"uid":"d8bfe1a1fb1608f3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d8bfe1a1fb1608f3","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"fef5d44bd80a9dee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fef5d44bd80a9dee","status":"passed","time":{"start":1710287509773,"stop":1710287509774,"duration":1}},{"uid":"868b45931c0ad2f5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/868b45931c0ad2f5","status":"passed","time":{"start":1710284775863,"stop":1710284775863,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc06a0e4258d47a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc06a0e4258d47a3","status":"passed","time":{"start":1710307914153,"stop":1710307914153,"duration":0}},{"uid":"e34ab47665c4eb66","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e34ab47665c4eb66","status":"passed","time":{"start":1710306807025,"stop":1710306807025,"duration":0}},{"uid":"3cf2574ac5d06fe8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3cf2574ac5d06fe8","status":"passed","time":{"start":1710287011902,"stop":1710287011903,"duration":1}},{"uid":"3a1acd7200050435","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3a1acd7200050435","status":"passed","time":{"start":1710284274566,"stop":1710284274566,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4e6369fa0cab69bc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4e6369fa0cab69bc","status":"passed","time":{"start":1710308092706,"stop":1710308092706,"duration":0}},{"uid":"29b8914304db3d1f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29b8914304db3d1f","status":"passed","time":{"start":1710306981510,"stop":1710306981510,"duration":0}},{"uid":"4953d94d2a7ee177","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4953d94d2a7ee177","status":"passed","time":{"start":1710287198159,"stop":1710287198159,"duration":0}},{"uid":"f0e81021a8dfe156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f0e81021a8dfe156","status":"passed","time":{"start":1710284460000,"stop":1710284460001,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5a173d605b76c2c8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5a173d605b76c2c8","status":"passed","time":{"start":1710308092719,"stop":1710308092719,"duration":0}},{"uid":"94636942511afd0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/94636942511afd0","status":"passed","time":{"start":1710306981518,"stop":1710306981518,"duration":0}},{"uid":"2af21b6378615ae5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2af21b6378615ae5","status":"passed","time":{"start":1710287198167,"stop":1710287198168,"duration":1}},{"uid":"7ad9b5a9eaa54388","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7ad9b5a9eaa54388","status":"passed","time":{"start":1710284460010,"stop":1710284460011,"duration":1}}]},"79cfc97028d9d6f1217557130fa8405e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3728b8571c1a278e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3728b8571c1a278e","status":"passed","time":{"start":1710308416724,"stop":1710308416725,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d553d9f85eda043b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d553d9f85eda043b","status":"passed","time":{"start":1710308231835,"stop":1710308231836,"duration":1}},{"uid":"57d6ce172fa7f326","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57d6ce172fa7f326","status":"passed","time":{"start":1710307114395,"stop":1710307114395,"duration":0}},{"uid":"74f525f39062d767","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/74f525f39062d767","status":"passed","time":{"start":1710287317290,"stop":1710287317291,"duration":1}},{"uid":"3653e67a58b1bc09","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3653e67a58b1bc09","status":"passed","time":{"start":1710284588135,"stop":1710284588136,"duration":1}}]},"e3b58632049822b6e0c1bf5f170315da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"390f9fd1641e1b59","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/390f9fd1641e1b59","status":"passed","time":{"start":1710308322617,"stop":1710308322618,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ab75b6b0619f6720","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ab75b6b0619f6720","status":"passed","time":{"start":1710308322609,"stop":1710308322610,"duration":1}},{"uid":"814b334ac78843fb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/814b334ac78843fb","status":"passed","time":{"start":1710307207086,"stop":1710307207086,"duration":0}},{"uid":"3f55ca18bb68ad1c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f55ca18bb68ad1c","status":"passed","time":{"start":1710287412752,"stop":1710287412752,"duration":0}},{"uid":"2b8b16a9febf7793","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2b8b16a9febf7793","status":"passed","time":{"start":1710284680777,"stop":1710284680778,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7983c5373910f0a1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7983c5373910f0a1","status":"passed","time":{"start":1710308508736,"stop":1710308508736,"duration":0}},{"uid":"a4701230afe58d27","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a4701230afe58d27","status":"passed","time":{"start":1710307392159,"stop":1710307392159,"duration":0}},{"uid":"b71caeedd2bbf038","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b71caeedd2bbf038","status":"passed","time":{"start":1710287596907,"stop":1710287596908,"duration":1}},{"uid":"969431d981f9c22c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/969431d981f9c22c","status":"passed","time":{"start":1710284862703,"stop":1710284862703,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f8ba4e36fd555877","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f8ba4e36fd555877","status":"passed","time":{"start":1710308092720,"stop":1710308092720,"duration":0}},{"uid":"6c2d8dd472eaf902","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6c2d8dd472eaf902","status":"passed","time":{"start":1710306981520,"stop":1710306981520,"duration":0}},{"uid":"38e07a9b30eec901","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/38e07a9b30eec901","status":"passed","time":{"start":1710287198169,"stop":1710287198169,"duration":0}},{"uid":"ef612f06bfe0f156","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ef612f06bfe0f156","status":"passed","time":{"start":1710284460012,"stop":1710284460012,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1cc651ed63e4ef0f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1cc651ed63e4ef0f","status":"passed","time":{"start":1710308371307,"stop":1710308371308,"duration":1}},{"uid":"f292d79e3e1cabc3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f292d79e3e1cabc3","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"326eb3d557d0033c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/326eb3d557d0033c","status":"passed","time":{"start":1710287460905,"stop":1710287460905,"duration":0}},{"uid":"40e56cfaeb3f891a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/40e56cfaeb3f891a","status":"passed","time":{"start":1710284730222,"stop":1710284730222,"duration":0}}]},"4e52f34b2593384803b22fccccf000bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66be20d3716c91b8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/66be20d3716c91b8","status":"passed","time":{"start":1710287509780,"stop":1710287509781,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"863c4b36cc41b13b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/863c4b36cc41b13b","status":"passed","time":{"start":1710308167162,"stop":1710308167163,"duration":1}},{"uid":"a9d27b9164a2c223","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a9d27b9164a2c223","status":"passed","time":{"start":1710307045667,"stop":1710307045667,"duration":0}},{"uid":"9f9417a5666f0638","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9f9417a5666f0638","status":"passed","time":{"start":1710287245619,"stop":1710287245619,"duration":0}},{"uid":"1a490683543a3651","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1a490683543a3651","status":"passed","time":{"start":1710284503146,"stop":1710284503146,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5058ba511ee22cbe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5058ba511ee22cbe","status":"passed","time":{"start":1710308007022,"stop":1710308007022,"duration":0}},{"uid":"9823629c3f6659e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9823629c3f6659e5","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"43645d2ff739fe39","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43645d2ff739fe39","status":"passed","time":{"start":1710287110702,"stop":1710287110702,"duration":0}},{"uid":"14abbf57d4a514aa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/14abbf57d4a514aa","status":"passed","time":{"start":1710284372013,"stop":1710284372013,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b5c60e522c6b7a09","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5c60e522c6b7a09","status":"passed","time":{"start":1710308371311,"stop":1710308371312,"duration":1}},{"uid":"9d01a302eb02e070","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d01a302eb02e070","status":"passed","time":{"start":1710307259441,"stop":1710307259441,"duration":0}},{"uid":"54b5efc66349b8cd","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/54b5efc66349b8cd","status":"passed","time":{"start":1710287460906,"stop":1710287460906,"duration":0}},{"uid":"bfeb7bf9fe4ee3f7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bfeb7bf9fe4ee3f7","status":"passed","time":{"start":1710284730224,"stop":1710284730224,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a92647d16e547af8","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a92647d16e547af8","status":"passed","time":{"start":1710307898605,"stop":1710307898605,"duration":0}},{"uid":"eefac74850f86f25","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eefac74850f86f25","status":"passed","time":{"start":1710306791802,"stop":1710306791803,"duration":1}},{"uid":"c859cfa5a420b072","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c859cfa5a420b072","status":"passed","time":{"start":1710286996968,"stop":1710286996968,"duration":0}},{"uid":"326cf7af1fca2d4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/326cf7af1fca2d4f","status":"passed","time":{"start":1710284259608,"stop":1710284259608,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b3907749ac12017d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b3907749ac12017d","status":"passed","time":{"start":1710308097735,"stop":1710308097736,"duration":1}},{"uid":"fa928579ee66768f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fa928579ee66768f","status":"passed","time":{"start":1710306994276,"stop":1710306994276,"duration":0}},{"uid":"1a34e140037a9016","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a34e140037a9016","status":"passed","time":{"start":1710287196200,"stop":1710287196200,"duration":0}},{"uid":"13625103452885a4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/13625103452885a4","status":"passed","time":{"start":1710284459547,"stop":1710284459556,"duration":9}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"38c7ce1f763ffc28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c7ce1f763ffc28","status":"passed","time":{"start":1710308092686,"stop":1710308092687,"duration":1}},{"uid":"b4ed3b96dcee4081","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b4ed3b96dcee4081","status":"passed","time":{"start":1710306981492,"stop":1710306981493,"duration":1}},{"uid":"98f2d3f2ce40b794","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/98f2d3f2ce40b794","status":"passed","time":{"start":1710287198106,"stop":1710287198106,"duration":0}},{"uid":"17259bf57b36e67f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/17259bf57b36e67f","status":"passed","time":{"start":1710284459988,"stop":1710284459988,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64d984a33c1d9dfb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64d984a33c1d9dfb","status":"passed","time":{"start":1710308366472,"stop":1710308366472,"duration":0}},{"uid":"f9a51d3548bd6922","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f9a51d3548bd6922","status":"passed","time":{"start":1710307247765,"stop":1710307247765,"duration":0}},{"uid":"809ebc0a61cd2efb","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/809ebc0a61cd2efb","status":"passed","time":{"start":1710287456056,"stop":1710287456058,"duration":2}},{"uid":"e04a4b43cef0d69","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e04a4b43cef0d69","status":"passed","time":{"start":1710284723013,"stop":1710284723013,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c3737e78ca767f63","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c3737e78ca767f63","status":"passed","time":{"start":1710308092688,"stop":1710308092689,"duration":1}},{"uid":"970247ad51cd4748","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/970247ad51cd4748","status":"passed","time":{"start":1710306981494,"stop":1710306981495,"duration":1}},{"uid":"8a0b834fcbf2ceab","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8a0b834fcbf2ceab","status":"passed","time":{"start":1710287198108,"stop":1710287198108,"duration":0}},{"uid":"d6524f928faa09f9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d6524f928faa09f9","status":"passed","time":{"start":1710284459990,"stop":1710284459990,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9fd0fca2df1ee3be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9fd0fca2df1ee3be","status":"passed","time":{"start":1710308097726,"stop":1710308097727,"duration":1}},{"uid":"9d9abffb00bc665f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9d9abffb00bc665f","status":"passed","time":{"start":1710306994266,"stop":1710306994267,"duration":1}},{"uid":"72de208438f9466f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/72de208438f9466f","status":"passed","time":{"start":1710287196188,"stop":1710287196188,"duration":0}},{"uid":"e6cb4fbeb87c8789","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6cb4fbeb87c8789","status":"passed","time":{"start":1710284459536,"stop":1710284459536,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cd2cd43851ee5c62","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cd2cd43851ee5c62","status":"passed","time":{"start":1710307980883,"stop":1710307980883,"duration":0}},{"uid":"2084e3943a0de763","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2084e3943a0de763","status":"passed","time":{"start":1710306873747,"stop":1710306873748,"duration":1}},{"uid":"33c9c2c895217bee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/33c9c2c895217bee","status":"passed","time":{"start":1710287079744,"stop":1710287079744,"duration":0}},{"uid":"b2ef8fbab20d9a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b2ef8fbab20d9a0","status":"passed","time":{"start":1710284342267,"stop":1710284342268,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8f4d38912d716ea4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f4d38912d716ea4","status":"passed","time":{"start":1710308322595,"stop":1710308322595,"duration":0}},{"uid":"fd8dd94ddae5d487","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd8dd94ddae5d487","status":"passed","time":{"start":1710307207058,"stop":1710307207058,"duration":0}},{"uid":"415511530335f4c0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/415511530335f4c0","status":"passed","time":{"start":1710287412745,"stop":1710287412745,"duration":0}},{"uid":"43b7144321503d51","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/43b7144321503d51","status":"passed","time":{"start":1710284680771,"stop":1710284680771,"duration":0}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a86dc1213b871034","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a86dc1213b871034","status":"passed","time":{"start":1710308477760,"stop":1710308477760,"duration":0}},{"uid":"8402acfe0863d89e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8402acfe0863d89e","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"aedda0c05c0c46d7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/aedda0c05c0c46d7","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"94a99f14435839fa","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/94a99f14435839fa","status":"passed","time":{"start":1710284843495,"stop":1710284843496,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"dec49bea28116913","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/dec49bea28116913","status":"passed","time":{"start":1710308167158,"stop":1710308167158,"duration":0}},{"uid":"d433febcd12a8172","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d433febcd12a8172","status":"passed","time":{"start":1710307045660,"stop":1710307045660,"duration":0}},{"uid":"23b762bcf6a8b8a4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/23b762bcf6a8b8a4","status":"passed","time":{"start":1710287245608,"stop":1710287245609,"duration":1}},{"uid":"996049cb9581daf3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/996049cb9581daf3","status":"passed","time":{"start":1710284503142,"stop":1710284503142,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"87da7cd12e65d93d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/87da7cd12e65d93d","status":"passed","time":{"start":1710308426366,"stop":1710308426367,"duration":1}},{"uid":"9998c2aa8633982e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9998c2aa8633982e","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fdee9fb7203e392f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fdee9fb7203e392f","status":"passed","time":{"start":1710287503528,"stop":1710287503528,"duration":0}},{"uid":"36e60396cbbd3e68","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/36e60396cbbd3e68","status":"passed","time":{"start":1710284762780,"stop":1710284762780,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"40758540cf4daf90","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/40758540cf4daf90","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"duration":0}},{"uid":"baa95e7f8a2f526c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/baa95e7f8a2f526c","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"b1b5b5c2f66bb67b","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b1b5b5c2f66bb67b","status":"passed","time":{"start":1710287509782,"stop":1710287509782,"duration":0}},{"uid":"fd64f3dda9550d12","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd64f3dda9550d12","status":"passed","time":{"start":1710284775870,"stop":1710284775871,"duration":1}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bc3887ddc54b7338","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bc3887ddc54b7338","status":"passed","time":{"start":1710308007025,"stop":1710308007025,"duration":0}},{"uid":"9a9ed7a1b247cc93","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a9ed7a1b247cc93","status":"passed","time":{"start":1710306904617,"stop":1710306904618,"duration":1}},{"uid":"83495190080b077d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/83495190080b077d","status":"passed","time":{"start":1710287110713,"stop":1710287110714,"duration":1}},{"uid":"bbb798e01d1420ee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbb798e01d1420ee","status":"passed","time":{"start":1710284372021,"stop":1710284372024,"duration":3}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"989a3bdc2ee27224","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/989a3bdc2ee27224","status":"passed","time":{"start":1710308322567,"stop":1710308322567,"duration":0}},{"uid":"a82a3f7416a0f3e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a82a3f7416a0f3e2","status":"passed","time":{"start":1710307207049,"stop":1710307207049,"duration":0}},{"uid":"43d9ae001eb0b892","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/43d9ae001eb0b892","status":"passed","time":{"start":1710287412740,"stop":1710287412740,"duration":0}},{"uid":"dff85c261003806c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dff85c261003806c","status":"passed","time":{"start":1710284680766,"stop":1710284680767,"duration":1}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8909c0c2f9cb72fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8909c0c2f9cb72fe","status":"passed","time":{"start":1710308366457,"stop":1710308366458,"duration":1}},{"uid":"4d89a1ccfe2dc914","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4d89a1ccfe2dc914","status":"passed","time":{"start":1710307247757,"stop":1710307247757,"duration":0}},{"uid":"5f3515b8f16b5d5e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f3515b8f16b5d5e","status":"passed","time":{"start":1710287456024,"stop":1710287456025,"duration":1}},{"uid":"e2892f645730f3b5","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e2892f645730f3b5","status":"passed","time":{"start":1710284723007,"stop":1710284723008,"duration":1}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ea1a00b9199bd8ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ea1a00b9199bd8ee","status":"passed","time":{"start":1710307903500,"stop":1710307903501,"duration":1}},{"uid":"e7f4a8c2f9a134a3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e7f4a8c2f9a134a3","status":"passed","time":{"start":1710306796609,"stop":1710306796609,"duration":0}},{"uid":"2f780273fe29db34","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/2f780273fe29db34","status":"passed","time":{"start":1710287001718,"stop":1710287001718,"duration":0}},{"uid":"11220afc946860fb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/11220afc946860fb","status":"passed","time":{"start":1710284264391,"stop":1710284264391,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ecdcf3588a8b4d9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ecdcf3588a8b4d9","status":"passed","time":{"start":1710308416737,"stop":1710308416740,"duration":3}},{"uid":"6154ffb8bb73911d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6154ffb8bb73911d","status":"passed","time":{"start":1710307308645,"stop":1710307308645,"duration":0}},{"uid":"17d04beacf51963f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/17d04beacf51963f","status":"passed","time":{"start":1710287509778,"stop":1710287509779,"duration":1}},{"uid":"d4aafd39c598677b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4aafd39c598677b","status":"passed","time":{"start":1710284775864,"stop":1710284775864,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b42004c7de0f1c81","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b42004c7de0f1c81","status":"passed","time":{"start":1710308485477,"stop":1710308485478,"duration":1}},{"uid":"b6845659f84394d1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b6845659f84394d1","status":"passed","time":{"start":1710307365852,"stop":1710307365852,"duration":0}},{"uid":"199f0f5a6953d2d8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/199f0f5a6953d2d8","status":"passed","time":{"start":1710287564359,"stop":1710287564360,"duration":1}},{"uid":"ca7f2af7b5d9ea80","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ca7f2af7b5d9ea80","status":"passed","time":{"start":1710284831310,"stop":1710284831316,"duration":6}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4248bf280cc37198","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4248bf280cc37198","status":"passed","time":{"start":1710308353088,"stop":1710308353088,"duration":0}},{"uid":"4748a0e9f1f20db0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4748a0e9f1f20db0","status":"passed","time":{"start":1710307238429,"stop":1710307238430,"duration":1}},{"uid":"8729471a5ffeed44","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8729471a5ffeed44","status":"passed","time":{"start":1710287445564,"stop":1710287445564,"duration":0}},{"uid":"e7b32befb68bc253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e7b32befb68bc253","status":"passed","time":{"start":1710284710695,"stop":1710284710696,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fc51bc7c7619cbbe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fc51bc7c7619cbbe","status":"passed","time":{"start":1710307903346,"stop":1710307903347,"duration":1}},{"uid":"bd7ec2aa8983562d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bd7ec2aa8983562d","status":"passed","time":{"start":1710306796318,"stop":1710306796319,"duration":1}},{"uid":"52bece97aece37b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/52bece97aece37b4","status":"passed","time":{"start":1710287001575,"stop":1710287001576,"duration":1}},{"uid":"f07d373e0db71709","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f07d373e0db71709","status":"passed","time":{"start":1710284264200,"stop":1710284264200,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"db111bc63068ec1d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/db111bc63068ec1d","status":"passed","time":{"start":1710308371306,"stop":1710308371306,"duration":0}},{"uid":"3e85f9a879ed1346","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e85f9a879ed1346","status":"passed","time":{"start":1710307259439,"stop":1710307259439,"duration":0}},{"uid":"c3674ff9ea8a5f30","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c3674ff9ea8a5f30","status":"passed","time":{"start":1710287460904,"stop":1710287460904,"duration":0}},{"uid":"a21faea61adbb1b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/a21faea61adbb1b7","status":"passed","time":{"start":1710284730221,"stop":1710284730221,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2a6d9e9653fbc5be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2a6d9e9653fbc5be","status":"passed","time":{"start":1710307980882,"stop":1710307980882,"duration":0}},{"uid":"e8338061c3675c3d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8338061c3675c3d","status":"passed","time":{"start":1710306873746,"stop":1710306873746,"duration":0}},{"uid":"3550f10911eb2de9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3550f10911eb2de9","status":"passed","time":{"start":1710287079743,"stop":1710287079743,"duration":0}},{"uid":"130c57ccd53ac01d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/130c57ccd53ac01d","status":"passed","time":{"start":1710284342265,"stop":1710284342266,"duration":1}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f51506e7f5008808","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f51506e7f5008808","status":"passed","time":{"start":1710307890263,"stop":1710307890263,"duration":0}},{"uid":"137cf75d4f9d4a02","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/137cf75d4f9d4a02","status":"passed","time":{"start":1710306783473,"stop":1710306783473,"duration":0}},{"uid":"9fa617c74d5e2237","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9fa617c74d5e2237","status":"passed","time":{"start":1710286988734,"stop":1710286988735,"duration":1}},{"uid":"ba64c053e9b84800","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ba64c053e9b84800","status":"passed","time":{"start":1710284251164,"stop":1710284251164,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"6e38930ef90d934b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6e38930ef90d934b","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308371300,"stop":1710308371301,"duration":1}},{"uid":"e32f93741d6df919","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e32f93741d6df919","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307259437,"stop":1710307259437,"duration":0}},{"uid":"394101685d4c2830","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/394101685d4c2830","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287460902,"stop":1710287460902,"duration":0}},{"uid":"2935138f2b57a8df","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2935138f2b57a8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284730218,"stop":1710284730218,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fc7ad298cfbe3fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2fc7ad298cfbe3fe","status":"passed","time":{"start":1710308459426,"stop":1710308459427,"duration":1}},{"uid":"3b0749efd22f39dc","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3b0749efd22f39dc","status":"passed","time":{"start":1710307342523,"stop":1710307342524,"duration":1}},{"uid":"81a91fb115930ee9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81a91fb115930ee9","status":"passed","time":{"start":1710287544911,"stop":1710287544912,"duration":1}},{"uid":"65411d87396e56de","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/65411d87396e56de","status":"passed","time":{"start":1710284805009,"stop":1710284805009,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8c36f2a47e6b003f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8c36f2a47e6b003f","status":"passed","time":{"start":1710308477759,"stop":1710308477760,"duration":1}},{"uid":"4f9b2c23a0afcd26","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4f9b2c23a0afcd26","status":"passed","time":{"start":1710307373864,"stop":1710307373864,"duration":0}},{"uid":"99c8561c6d8826a6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/99c8561c6d8826a6","status":"passed","time":{"start":1710287577558,"stop":1710287577558,"duration":0}},{"uid":"5196852759f3d31d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5196852759f3d31d","status":"passed","time":{"start":1710284843495,"stop":1710284843495,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2df243e0b95a8cf7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2df243e0b95a8cf7","status":"passed","time":{"start":1710308192911,"stop":1710308192912,"duration":1}},{"uid":"8d08b00f985b7667","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8d08b00f985b7667","status":"passed","time":{"start":1710307078636,"stop":1710307078636,"duration":0}},{"uid":"cc2d1fd90276a00","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc2d1fd90276a00","status":"passed","time":{"start":1710287281978,"stop":1710287281979,"duration":1}},{"uid":"9c63d4608426f8a0","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c63d4608426f8a0","status":"passed","time":{"start":1710284550742,"stop":1710284550742,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"164df922bd179f0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/164df922bd179f0","status":"passed","time":{"start":1710307898611,"stop":1710307898612,"duration":1}},{"uid":"c08ad151d59b5ac","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c08ad151d59b5ac","status":"passed","time":{"start":1710306791808,"stop":1710306791808,"duration":0}},{"uid":"51934e16a770ccac","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/51934e16a770ccac","status":"passed","time":{"start":1710286996974,"stop":1710286996974,"duration":0}},{"uid":"fd9a1783b1df7fac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/fd9a1783b1df7fac","status":"passed","time":{"start":1710284259614,"stop":1710284259615,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"10b6c3e919fd6852","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10b6c3e919fd6852","status":"passed","time":{"start":1710308371313,"stop":1710308371314,"duration":1}},{"uid":"5951d3800b2347fe","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5951d3800b2347fe","status":"passed","time":{"start":1710307259441,"stop":1710307259442,"duration":1}},{"uid":"5f352b0e4f71e2b9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/5f352b0e4f71e2b9","status":"passed","time":{"start":1710287460907,"stop":1710287460907,"duration":0}},{"uid":"3bc8ff710892a91d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3bc8ff710892a91d","status":"passed","time":{"start":1710284730224,"stop":1710284730225,"duration":1}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"47748d5a901eaa18","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/47748d5a901eaa18","status":"passed","time":{"start":1710308426367,"stop":1710308426367,"duration":0}},{"uid":"10e48418c2c609e0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/10e48418c2c609e0","status":"passed","time":{"start":1710307300370,"stop":1710307300370,"duration":0}},{"uid":"fc26c9b95b4ee564","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/fc26c9b95b4ee564","status":"passed","time":{"start":1710287503529,"stop":1710287503529,"duration":0}},{"uid":"4ad090471f97fc9f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4ad090471f97fc9f","status":"passed","time":{"start":1710284762781,"stop":1710284762781,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"57491081423ef38b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/57491081423ef38b","status":"passed","time":{"start":1710308515424,"stop":1710308515425,"duration":1}},{"uid":"743f7b959cd02351","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/743f7b959cd02351","status":"passed","time":{"start":1710307402634,"stop":1710307402634,"duration":0}},{"uid":"8cf7041c05099598","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8cf7041c05099598","status":"passed","time":{"start":1710287608795,"stop":1710287608796,"duration":1}},{"uid":"f7aa220e4413011a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f7aa220e4413011a","status":"passed","time":{"start":1710284881700,"stop":1710284881700,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"1382ce6430bcc8e3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1382ce6430bcc8e3","status":"passed","time":{"start":1710308416744,"stop":1710308416745,"duration":1}},{"uid":"de30c0be5a782e71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/de30c0be5a782e71","status":"passed","time":{"start":1710307308648,"stop":1710307308648,"duration":0}},{"uid":"d317026a55355544","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/d317026a55355544","status":"passed","time":{"start":1710287509781,"stop":1710287509781,"duration":0}},{"uid":"5a8672acb5426130","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5a8672acb5426130","status":"passed","time":{"start":1710284775869,"stop":1710284775870,"duration":1}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"96248d99d46394e1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/96248d99d46394e1","status":"passed","time":{"start":1710308193084,"stop":1710308193085,"duration":1}},{"uid":"329107f8811dd049","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/329107f8811dd049","status":"passed","time":{"start":1710307078724,"stop":1710307078724,"duration":0}},{"uid":"a6c65a2abfc32007","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a6c65a2abfc32007","status":"passed","time":{"start":1710287282131,"stop":1710287282132,"duration":1}},{"uid":"70dee33a62f0f922","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/70dee33a62f0f922","status":"passed","time":{"start":1710284550840,"stop":1710284550841,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"26fb4a83e7160219","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/26fb4a83e7160219","status":"passed","time":{"start":1710308192919,"stop":1710308192919,"duration":0}},{"uid":"38c8d87ee089eec2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/38c8d87ee089eec2","status":"passed","time":{"start":1710307078643,"stop":1710307078643,"duration":0}},{"uid":"a59cd5efc652d1b2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a59cd5efc652d1b2","status":"passed","time":{"start":1710287281995,"stop":1710287281996,"duration":1}},{"uid":"1fdcdb4523966aa7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1fdcdb4523966aa7","status":"passed","time":{"start":1710284550757,"stop":1710284550764,"duration":7}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"da9b36da9b9593d5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/da9b36da9b9593d5","status":"passed","time":{"start":1710308192918,"stop":1710308192918,"duration":0}},{"uid":"4eb0d791fbe7984e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4eb0d791fbe7984e","status":"passed","time":{"start":1710307078641,"stop":1710307078641,"duration":0}},{"uid":"20928b92e65fea08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20928b92e65fea08","status":"passed","time":{"start":1710287281994,"stop":1710287281995,"duration":1}},{"uid":"379cc2cc41e53fbe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/379cc2cc41e53fbe","status":"passed","time":{"start":1710284550756,"stop":1710284550756,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e074e8c096f8e201","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e074e8c096f8e201","status":"passed","time":{"start":1710307898598,"stop":1710307898598,"duration":0}},{"uid":"d3c29324a456748a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3c29324a456748a","status":"passed","time":{"start":1710306791801,"stop":1710306791801,"duration":0}},{"uid":"580f21f8b49fcb04","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/580f21f8b49fcb04","status":"passed","time":{"start":1710286996967,"stop":1710286996967,"duration":0}},{"uid":"ce6fdf80a0be2b30","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce6fdf80a0be2b30","status":"passed","time":{"start":1710284259602,"stop":1710284259602,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4129f5d41c6ca22c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4129f5d41c6ca22c","status":"passed","time":{"start":1710307890343,"stop":1710307890344,"duration":1}},{"uid":"1f608c2ca9ab3c58","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1f608c2ca9ab3c58","status":"passed","time":{"start":1710306783661,"stop":1710306783662,"duration":1}},{"uid":"1d14f534a5634d53","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1d14f534a5634d53","status":"passed","time":{"start":1710286988730,"stop":1710286988731,"duration":1}},{"uid":"e279f41175517799","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e279f41175517799","status":"passed","time":{"start":1710284251373,"stop":1710284251373,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b4f513ac4f50241","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b4f513ac4f50241","status":"passed","time":{"start":1710308464139,"stop":1710308464139,"duration":0}},{"uid":"b2ca281bfb340ea5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b2ca281bfb340ea5","status":"passed","time":{"start":1710307351547,"stop":1710307351547,"duration":0}},{"uid":"9e710a126d7a8e7f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9e710a126d7a8e7f","status":"passed","time":{"start":1710287559410,"stop":1710287559411,"duration":1}},{"uid":"dc142bdfbac2009a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/dc142bdfbac2009a","status":"passed","time":{"start":1710284823514,"stop":1710284823515,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a7a4ae8b45f091b1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a7a4ae8b45f091b1","status":"passed","time":{"start":1710308322614,"stop":1710308322614,"duration":0}},{"uid":"bf99253b90adb73e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bf99253b90adb73e","status":"passed","time":{"start":1710307207091,"stop":1710307207091,"duration":0}},{"uid":"8f74307e45b4b8cc","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/8f74307e45b4b8cc","status":"passed","time":{"start":1710287412756,"stop":1710287412756,"duration":0}},{"uid":"2dc68482c404940e","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/2dc68482c404940e","status":"passed","time":{"start":1710284680790,"stop":1710284680790,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e0848519159e3e4e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e0848519159e3e4e","status":"passed","time":{"start":1710308026833,"stop":1710308026834,"duration":1}},{"uid":"a07aa6f7963252e2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a07aa6f7963252e2","status":"passed","time":{"start":1710306913477,"stop":1710306913477,"duration":0}},{"uid":"15f54e829c7c42fe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/15f54e829c7c42fe","status":"passed","time":{"start":1710287126414,"stop":1710287126414,"duration":0}},{"uid":"b9fdac5e4d11784","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b9fdac5e4d11784","status":"passed","time":{"start":1710284390749,"stop":1710284390750,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"64a1627951e49c06","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/64a1627951e49c06","status":"passed","time":{"start":1710307940215,"stop":1710307940216,"duration":1}},{"uid":"e60d6070b1ead4ef","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e60d6070b1ead4ef","status":"passed","time":{"start":1710306833586,"stop":1710306833587,"duration":1}},{"uid":"4be4d1dd5e0a612c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/4be4d1dd5e0a612c","status":"passed","time":{"start":1710287039379,"stop":1710287039380,"duration":1}},{"uid":"153662f83ec047be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/153662f83ec047be","status":"passed","time":{"start":1710284302047,"stop":1710284302048,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"56cd53efd863420f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56cd53efd863420f","status":"passed","time":{"start":1710308416745,"stop":1710308416745,"duration":0}},{"uid":"d2863b3cded12e92","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d2863b3cded12e92","status":"passed","time":{"start":1710307308649,"stop":1710307308649,"duration":0}},{"uid":"c481e72fbc31e6a7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c481e72fbc31e6a7","status":"passed","time":{"start":1710287509781,"stop":1710287509782,"duration":1}},{"uid":"237fdf9c03d4fb45","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/237fdf9c03d4fb45","status":"passed","time":{"start":1710284775870,"stop":1710284775870,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fcc2c1ac105ef281","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fcc2c1ac105ef281","status":"passed","time":{"start":1710308572933,"stop":1710308572933,"duration":0}},{"uid":"97d8c380e25a2bf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/97d8c380e25a2bf","status":"passed","time":{"start":1710307465618,"stop":1710307465619,"duration":1}},{"uid":"3773cfb5559f53a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3773cfb5559f53a2","status":"passed","time":{"start":1710287674897,"stop":1710287674897,"duration":0}},{"uid":"3aa177ee8212c566","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3aa177ee8212c566","status":"passed","time":{"start":1710284934060,"stop":1710284934060,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bcd9f99af2ecf06f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bcd9f99af2ecf06f","status":"passed","time":{"start":1710308572945,"stop":1710308572946,"duration":1}},{"uid":"552a3fdbac73b6c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/552a3fdbac73b6c1","status":"passed","time":{"start":1710307465633,"stop":1710307465634,"duration":1}},{"uid":"ae5e966570c371c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/ae5e966570c371c","status":"passed","time":{"start":1710287674913,"stop":1710287674913,"duration":0}},{"uid":"f9455a8f8af06fee","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/f9455a8f8af06fee","status":"passed","time":{"start":1710284934075,"stop":1710284934075,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":0,"unknown":0,"total":4},"items":[{"uid":"b5c6e683eef46e9f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b5c6e683eef46e9f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710308322788,"stop":1710308322788,"duration":0}},{"uid":"2b23b84d542088b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b23b84d542088b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1710307207320,"stop":1710307207321,"duration":1}},{"uid":"c7458c71a3da9eff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c7458c71a3da9eff","status":"skipped","statusDetails":"Test ignored","time":{"start":1710287413027,"stop":1710287413027,"duration":0}},{"uid":"7fe97f4fb8ad2c4f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe97f4fb8ad2c4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1710284680940,"stop":1710284680940,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2ef6733b37ed9b89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2ef6733b37ed9b89","status":"passed","time":{"start":1710307898597,"stop":1710307898598,"duration":1}},{"uid":"3e436814900e88dd","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e436814900e88dd","status":"passed","time":{"start":1710306791800,"stop":1710306791800,"duration":0}},{"uid":"367d3448cf93bd08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/367d3448cf93bd08","status":"passed","time":{"start":1710286996966,"stop":1710286996966,"duration":0}},{"uid":"7fe427dae3d4e581","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/7fe427dae3d4e581","status":"passed","time":{"start":1710284259601,"stop":1710284259601,"duration":0}}]},"1b750ea5c0772a5ec56789fc2530b233:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ebbf23c7489b489","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7ebbf23c7489b489","status":"passed","time":{"start":1710287456062,"stop":1710287456063,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"88fe3a2699e813cf","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/88fe3a2699e813cf","status":"passed","time":{"start":1710308572939,"stop":1710308572939,"duration":0}},{"uid":"9ff2747ee46298db","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9ff2747ee46298db","status":"passed","time":{"start":1710307465625,"stop":1710307465625,"duration":0}},{"uid":"20199ffb9770dc4e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/20199ffb9770dc4e","status":"passed","time":{"start":1710287674907,"stop":1710287674907,"duration":0}},{"uid":"3ae47eca4170fb6d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/3ae47eca4170fb6d","status":"passed","time":{"start":1710284934066,"stop":1710284934066,"duration":0}}]},"adb7d7518d042823ae553e5a755bbcfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409e9a7c2904c688","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/409e9a7c2904c688","status":"passed","time":{"start":1710307358489,"stop":1710307358489,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"eba0415ef5540d0f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/eba0415ef5540d0f","status":"passed","time":{"start":1710308097727,"stop":1710308097727,"duration":0}},{"uid":"700938fcc86d7da1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/700938fcc86d7da1","status":"passed","time":{"start":1710306994267,"stop":1710306994268,"duration":1}},{"uid":"183f6603bad9fb58","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/183f6603bad9fb58","status":"passed","time":{"start":1710287196188,"stop":1710287196189,"duration":1}},{"uid":"886bb1c14771eccb","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/886bb1c14771eccb","status":"passed","time":{"start":1710284459536,"stop":1710284459537,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bb10de6475d771c6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb10de6475d771c6","status":"passed","time":{"start":1710308433843,"stop":1710308433843,"duration":0}},{"uid":"f1cfa585c2d275b6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f1cfa585c2d275b6","status":"passed","time":{"start":1710307325065,"stop":1710307325066,"duration":1}},{"uid":"9d2caa1b4eb93bbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9d2caa1b4eb93bbe","status":"passed","time":{"start":1710287537362,"stop":1710287537362,"duration":0}},{"uid":"b322fbaf60568748","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b322fbaf60568748","status":"passed","time":{"start":1710284796485,"stop":1710284796486,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f0b432e7877fe7c5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f0b432e7877fe7c5","status":"passed","time":{"start":1710308097728,"stop":1710308097729,"duration":1}},{"uid":"4db6f6e911e9ef4d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4db6f6e911e9ef4d","status":"passed","time":{"start":1710306994269,"stop":1710306994269,"duration":0}},{"uid":"1b7922b9d2f73a1a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1b7922b9d2f73a1a","status":"passed","time":{"start":1710287196190,"stop":1710287196190,"duration":0}},{"uid":"bbaa4372cf1a6253","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bbaa4372cf1a6253","status":"passed","time":{"start":1710284459538,"stop":1710284459538,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2fface4cb94b5716","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2fface4cb94b5716","status":"passed","time":{"start":1710308024294,"stop":1710308024294,"duration":0}},{"uid":"e9b8386293980a54","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e9b8386293980a54","status":"passed","time":{"start":1710306908763,"stop":1710306908763,"duration":0}},{"uid":"f79db9019cc70219","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f79db9019cc70219","status":"passed","time":{"start":1710287110850,"stop":1710287110850,"duration":0}},{"uid":"e75994892d1e5da7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e75994892d1e5da7","status":"passed","time":{"start":1710284377470,"stop":1710284377470,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"408038acf5fa6582","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/408038acf5fa6582","status":"passed","time":{"start":1710307948301,"stop":1710307948301,"duration":0}},{"uid":"5196545d09880062","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5196545d09880062","status":"passed","time":{"start":1710306843280,"stop":1710306843281,"duration":1}},{"uid":"3f0fc09adc80e2e3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3f0fc09adc80e2e3","status":"passed","time":{"start":1710287049491,"stop":1710287049491,"duration":0}},{"uid":"577822d427bf7af4","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/577822d427bf7af4","status":"passed","time":{"start":1710284310419,"stop":1710284310420,"duration":1}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b95bacd21361c88b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b95bacd21361c88b","status":"passed","time":{"start":1710308459437,"stop":1710308459438,"duration":1}},{"uid":"3e3e04996fa9b1be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3e3e04996fa9b1be","status":"passed","time":{"start":1710307342527,"stop":1710307342527,"duration":0}},{"uid":"3ecf01207aa2ab14","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3ecf01207aa2ab14","status":"passed","time":{"start":1710287544915,"stop":1710287544915,"duration":0}},{"uid":"20a61229a1e6a192","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/20a61229a1e6a192","status":"passed","time":{"start":1710284805024,"stop":1710284805025,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"963bd816a7c1d5c1","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/963bd816a7c1d5c1","status":"passed","time":{"start":1710308463694,"stop":1710308463705,"duration":11}},{"uid":"bbede38292c05609","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bbede38292c05609","status":"passed","time":{"start":1710307358465,"stop":1710307358466,"duration":1}},{"uid":"63d0e1b8551c0d6c","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/63d0e1b8551c0d6c","status":"passed","time":{"start":1710287569256,"stop":1710287569256,"duration":0}},{"uid":"d4c58249334f0efd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d4c58249334f0efd","status":"passed","time":{"start":1710284852301,"stop":1710284852301,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a2a0c02e20b55eff","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a2a0c02e20b55eff","status":"passed","time":{"start":1710307950104,"stop":1710307950104,"duration":0}},{"uid":"cacdebe74832f79c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cacdebe74832f79c","status":"passed","time":{"start":1710306846371,"stop":1710306846371,"duration":0}},{"uid":"cc6dfb6ad2f9a4ee","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cc6dfb6ad2f9a4ee","status":"passed","time":{"start":1710287049208,"stop":1710287049208,"duration":0}},{"uid":"32d43fbfe485d05c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/32d43fbfe485d05c","status":"passed","time":{"start":1710284311923,"stop":1710284311923,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fd8378d01627ffe3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fd8378d01627ffe3","status":"passed","time":{"start":1710308097732,"stop":1710308097732,"duration":0}},{"uid":"3597590afaefed95","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3597590afaefed95","status":"passed","time":{"start":1710306994272,"stop":1710306994273,"duration":1}},{"uid":"815f62ec64558cbe","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/815f62ec64558cbe","status":"passed","time":{"start":1710287196193,"stop":1710287196194,"duration":1}},{"uid":"1f68451dd607d80f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1f68451dd607d80f","status":"passed","time":{"start":1710284459541,"stop":1710284459542,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4c9e3492a4807550","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c9e3492a4807550","status":"passed","time":{"start":1710308322609,"stop":1710308322609,"duration":0}},{"uid":"3fb35e908578f6a9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3fb35e908578f6a9","status":"passed","time":{"start":1710307207082,"stop":1710307207084,"duration":2}},{"uid":"1a500d9c0aa7027f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1a500d9c0aa7027f","status":"passed","time":{"start":1710287412750,"stop":1710287412750,"duration":0}},{"uid":"e6a1d4c68ca9d896","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e6a1d4c68ca9d896","status":"passed","time":{"start":1710284680776,"stop":1710284680777,"duration":1}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"72928242b5434284","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/72928242b5434284","status":"passed","time":{"start":1710307890266,"stop":1710307890266,"duration":0}},{"uid":"5c64670c4b0c7beb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5c64670c4b0c7beb","status":"passed","time":{"start":1710306783476,"stop":1710306783477,"duration":1}},{"uid":"7ab686ce939df04f","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/7ab686ce939df04f","status":"passed","time":{"start":1710286988737,"stop":1710286988737,"duration":0}},{"uid":"6b5c26ba40b76f42","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6b5c26ba40b76f42","status":"passed","time":{"start":1710284251167,"stop":1710284251168,"duration":1}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"210ba9f3286cdde","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/210ba9f3286cdde","status":"passed","time":{"start":1710307897775,"stop":1710307897775,"duration":0}},{"uid":"af3fb0b36bd0fc39","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/af3fb0b36bd0fc39","status":"passed","time":{"start":1710306791280,"stop":1710306791280,"duration":0}},{"uid":"f3a42026e6eaf5e9","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f3a42026e6eaf5e9","status":"passed","time":{"start":1710286996360,"stop":1710286996361,"duration":1}},{"uid":"e707515e6894b614","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/e707515e6894b614","status":"passed","time":{"start":1710284258878,"stop":1710284258878,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a81e52a60e4699f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a81e52a60e4699f","status":"passed","time":{"start":1710308459429,"stop":1710308459430,"duration":1}},{"uid":"1fb4fe15cbe1e51d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1fb4fe15cbe1e51d","status":"passed","time":{"start":1710307342526,"stop":1710307342526,"duration":0}},{"uid":"22e1e4144cec1bde","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/22e1e4144cec1bde","status":"passed","time":{"start":1710287544914,"stop":1710287544914,"duration":0}},{"uid":"6283599573f36714","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6283599573f36714","status":"passed","time":{"start":1710284805022,"stop":1710284805023,"duration":1}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"c2897b7fe6273c64","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c2897b7fe6273c64","status":"passed","time":{"start":1710308192924,"stop":1710308192955,"duration":31}},{"uid":"58eb754c0b307e86","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/58eb754c0b307e86","status":"passed","time":{"start":1710307078647,"stop":1710307078648,"duration":1}},{"uid":"afa10afda357ea7d","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/afa10afda357ea7d","status":"passed","time":{"start":1710287281999,"stop":1710287282000,"duration":1}},{"uid":"af104b37474a1101","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/af104b37474a1101","status":"passed","time":{"start":1710284550768,"stop":1710284550768,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"50d526e8d6feb0b9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/50d526e8d6feb0b9","status":"passed","time":{"start":1710308572943,"stop":1710308572943,"duration":0}},{"uid":"3eb3a12db899e94e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3eb3a12db899e94e","status":"passed","time":{"start":1710307465629,"stop":1710307465630,"duration":1}},{"uid":"28a1531711e0169a","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/28a1531711e0169a","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"8ad9df971393de16","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8ad9df971393de16","status":"passed","time":{"start":1710284934071,"stop":1710284934071,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f58b0d2296ef184","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f58b0d2296ef184","status":"passed","time":{"start":1710307898609,"stop":1710307898609,"duration":0}},{"uid":"cb4bc72713037b38","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cb4bc72713037b38","status":"passed","time":{"start":1710306791806,"stop":1710306791807,"duration":1}},{"uid":"81020ff15e355b40","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/81020ff15e355b40","status":"passed","time":{"start":1710286996972,"stop":1710286996972,"duration":0}},{"uid":"db47452fd827cc5b","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/db47452fd827cc5b","status":"passed","time":{"start":1710284259612,"stop":1710284259612,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2c7241dbe1309464","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c7241dbe1309464","status":"passed","time":{"start":1710308092702,"stop":1710308092702,"duration":0}},{"uid":"ff1bbf3637d18d55","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ff1bbf3637d18d55","status":"passed","time":{"start":1710306981506,"stop":1710306981507,"duration":1}},{"uid":"9c646c804e7e08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9c646c804e7e08","status":"passed","time":{"start":1710287198124,"stop":1710287198124,"duration":0}},{"uid":"c096298602fc1c8d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c096298602fc1c8d","status":"passed","time":{"start":1710284459997,"stop":1710284459998,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9b487717c3dbd229","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9b487717c3dbd229","status":"passed","time":{"start":1710308366470,"stop":1710308366470,"duration":0}},{"uid":"ead1906609d6d38f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ead1906609d6d38f","status":"passed","time":{"start":1710307247762,"stop":1710307247763,"duration":1}},{"uid":"75d18f7d7c8e79a2","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/75d18f7d7c8e79a2","status":"passed","time":{"start":1710287456048,"stop":1710287456049,"duration":1}},{"uid":"1e2b8ba61c672448","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1e2b8ba61c672448","status":"passed","time":{"start":1710284723011,"stop":1710284723011,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a31cddde6ff2d07a","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a31cddde6ff2d07a","status":"passed","time":{"start":1710308572942,"stop":1710308572942,"duration":0}},{"uid":"62c2fd63fa08f33f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62c2fd63fa08f33f","status":"passed","time":{"start":1710307465629,"stop":1710307465629,"duration":0}},{"uid":"829b5dd1a053baba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/829b5dd1a053baba","status":"passed","time":{"start":1710287674910,"stop":1710287674910,"duration":0}},{"uid":"73d88c49cf9395fe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/73d88c49cf9395fe","status":"passed","time":{"start":1710284934070,"stop":1710284934070,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"65b1a4ce2339e5d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/65b1a4ce2339e5d0","status":"passed","time":{"start":1710307914371,"stop":1710307914372,"duration":1}},{"uid":"4c655e4997fd5207","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4c655e4997fd5207","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"3bbefa0cf3d77936","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bbefa0cf3d77936","status":"passed","time":{"start":1710287012802,"stop":1710287012802,"duration":0}},{"uid":"744f48bac65085c1","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/744f48bac65085c1","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"f61faa69b4980a62","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/f61faa69b4980a62","status":"passed","time":{"start":1710308371297,"stop":1710308371298,"duration":1}},{"uid":"1875af12e2c59931","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1875af12e2c59931","status":"passed","time":{"start":1710307259435,"stop":1710307259435,"duration":0}},{"uid":"1e791ca2c1b8396","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1e791ca2c1b8396","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b03213162707886f","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b03213162707886f","status":"passed","time":{"start":1710284730216,"stop":1710284730217,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"27777a54229cad53","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/27777a54229cad53","status":"passed","time":{"start":1710308463730,"stop":1710308463731,"duration":1}},{"uid":"55508c08e2144442","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/55508c08e2144442","status":"passed","time":{"start":1710307358473,"stop":1710307358473,"duration":0}},{"uid":"77451c66af857e29","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/77451c66af857e29","status":"passed","time":{"start":1710287569260,"stop":1710287569260,"duration":0}},{"uid":"ce04cd80c738e94d","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ce04cd80c738e94d","status":"passed","time":{"start":1710284852312,"stop":1710284852312,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"5850583be5b811ad","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5850583be5b811ad","status":"passed","time":{"start":1710308097725,"stop":1710308097726,"duration":1}},{"uid":"6507f46dd6e6ed99","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6507f46dd6e6ed99","status":"passed","time":{"start":1710306994264,"stop":1710306994265,"duration":1}},{"uid":"438ab568398cf9f3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/438ab568398cf9f3","status":"passed","time":{"start":1710287196187,"stop":1710287196187,"duration":0}},{"uid":"c18dd51c4e32692c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c18dd51c4e32692c","status":"passed","time":{"start":1710284459534,"stop":1710284459535,"duration":1}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"998d0f3d1a58d304","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/998d0f3d1a58d304","status":"passed","time":{"start":1710308463743,"stop":1710308463744,"duration":1}},{"uid":"bb0251893ab6f044","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/bb0251893ab6f044","status":"passed","time":{"start":1710307358491,"stop":1710307358491,"duration":0}},{"uid":"68256d45487e0b66","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/68256d45487e0b66","status":"passed","time":{"start":1710287569262,"stop":1710287569262,"duration":0}},{"uid":"1ff803a56f5b7476","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ff803a56f5b7476","status":"passed","time":{"start":1710284852316,"stop":1710284852316,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3ff96476e2446433","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3ff96476e2446433","status":"passed","time":{"start":1710308510824,"stop":1710308510824,"duration":0}},{"uid":"9a6a1cb256b9282f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/9a6a1cb256b9282f","status":"passed","time":{"start":1710307392999,"stop":1710307392999,"duration":0}},{"uid":"b34e82a5f8687763","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b34e82a5f8687763","status":"passed","time":{"start":1710287595425,"stop":1710287595425,"duration":0}},{"uid":"67796a387433aa52","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67796a387433aa52","status":"passed","time":{"start":1710284869463,"stop":1710284869464,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"62f2fcc847c6df65","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/62f2fcc847c6df65","status":"passed","time":{"start":1710307948300,"stop":1710307948300,"duration":0}},{"uid":"1293209433bd2924","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/1293209433bd2924","status":"passed","time":{"start":1710306843279,"stop":1710306843280,"duration":1}},{"uid":"6d41b15967870c78","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d41b15967870c78","status":"passed","time":{"start":1710287049490,"stop":1710287049490,"duration":0}},{"uid":"57ea37538c97c87a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/57ea37538c97c87a","status":"passed","time":{"start":1710284310418,"stop":1710284310419,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"42b25df2457072ed","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/42b25df2457072ed","status":"passed","time":{"start":1710308572951,"stop":1710308572951,"duration":0}},{"uid":"5ed18f83e88104b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5ed18f83e88104b","status":"passed","time":{"start":1710307465640,"stop":1710307465640,"duration":0}},{"uid":"9bd1aadd459eb613","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9bd1aadd459eb613","status":"passed","time":{"start":1710287674920,"stop":1710287674921,"duration":1}},{"uid":"d50457c964862558","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/d50457c964862558","status":"passed","time":{"start":1710284934081,"stop":1710284934081,"duration":0}}]},"3a6686d4f49b1e1c4bc6e9692d52f600:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae0d3b640c89139f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae0d3b640c89139f","status":"passed","time":{"start":1710307358489,"stop":1710307358490,"duration":1}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"882fdf9ae41376be","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/882fdf9ae41376be","status":"passed","time":{"start":1710307914057,"stop":1710307914058,"duration":1}},{"uid":"4a6f40e677e13508","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4a6f40e677e13508","status":"passed","time":{"start":1710306807146,"stop":1710306807147,"duration":1}},{"uid":"e9bb722c6b890ada","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e9bb722c6b890ada","status":"passed","time":{"start":1710287012266,"stop":1710287012266,"duration":0}},{"uid":"9f74f387a691efda","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9f74f387a691efda","status":"passed","time":{"start":1710284274241,"stop":1710284274242,"duration":1}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ec2ddd1adfab68a4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ec2ddd1adfab68a4","status":"passed","time":{"start":1710308463690,"stop":1710308463690,"duration":0}},{"uid":"c2ce64e4516c7688","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c2ce64e4516c7688","status":"passed","time":{"start":1710307358460,"stop":1710307358461,"duration":1}},{"uid":"e93f840f377c5ee1","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e93f840f377c5ee1","status":"passed","time":{"start":1710287569252,"stop":1710287569252,"duration":0}},{"uid":"ff2416ca8ea85dfe","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/ff2416ca8ea85dfe","status":"passed","time":{"start":1710284852296,"stop":1710284852296,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3df959dc7e67a518","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3df959dc7e67a518","status":"passed","time":{"start":1710308416720,"stop":1710308416720,"duration":0}},{"uid":"c7437071b71ad4a0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c7437071b71ad4a0","status":"passed","time":{"start":1710307308620,"stop":1710307308621,"duration":1}},{"uid":"3bc7268c91b32af3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3bc7268c91b32af3","status":"passed","time":{"start":1710287509746,"stop":1710287509746,"duration":0}},{"uid":"1ac85f834e3fbe2","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/1ac85f834e3fbe2","status":"passed","time":{"start":1710284775838,"stop":1710284775839,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"fe4e6897f994c287","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/fe4e6897f994c287","status":"passed","time":{"start":1710308192971,"stop":1710308192971,"duration":0}},{"uid":"5d25bd26aa12aa71","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5d25bd26aa12aa71","status":"passed","time":{"start":1710307078650,"stop":1710307078651,"duration":1}},{"uid":"f6ee10af3b023ba","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f6ee10af3b023ba","status":"passed","time":{"start":1710287282002,"stop":1710287282002,"duration":0}},{"uid":"bb5a9527d9d57427","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb5a9527d9d57427","status":"passed","time":{"start":1710284550773,"stop":1710284550773,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"2f981f12526318e5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2f981f12526318e5","status":"passed","time":{"start":1710308572931,"stop":1710308572931,"duration":0}},{"uid":"b43ec45e5033e539","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b43ec45e5033e539","status":"passed","time":{"start":1710307465617,"stop":1710307465617,"duration":0}},{"uid":"35cfa17c8c4ffb16","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/35cfa17c8c4ffb16","status":"passed","time":{"start":1710287674895,"stop":1710287674896,"duration":1}},{"uid":"67638fb4cb7f4cfd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/67638fb4cb7f4cfd","status":"passed","time":{"start":1710284934059,"stop":1710284934059,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"4b223140dbcd553e","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4b223140dbcd553e","status":"passed","time":{"start":1710307898607,"stop":1710307898608,"duration":1}},{"uid":"741572ae6f282d89","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/741572ae6f282d89","status":"passed","time":{"start":1710306791805,"stop":1710306791805,"duration":0}},{"uid":"3dfa190be03065c7","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/3dfa190be03065c7","status":"passed","time":{"start":1710286996971,"stop":1710286996971,"duration":0}},{"uid":"6e061400f5afe47c","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6e061400f5afe47c","status":"passed","time":{"start":1710284259611,"stop":1710284259611,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a04404af5618e869","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a04404af5618e869","status":"passed","time":{"start":1710308572933,"stop":1710308572934,"duration":1}},{"uid":"2b71b4b5e041ed7d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2b71b4b5e041ed7d","status":"passed","time":{"start":1710307465619,"stop":1710307465619,"duration":0}},{"uid":"a73ee83d0c96f7c6","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a73ee83d0c96f7c6","status":"passed","time":{"start":1710287674897,"stop":1710287674898,"duration":1}},{"uid":"8f64f05a613a00c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/8f64f05a613a00c6","status":"passed","time":{"start":1710284934060,"stop":1710284934061,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"3a1c5fa915811474","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3a1c5fa915811474","status":"passed","time":{"start":1710308371298,"stop":1710308371299,"duration":1}},{"uid":"b02e29ed5a14fc8d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/b02e29ed5a14fc8d","status":"passed","time":{"start":1710307259436,"stop":1710307259436,"duration":0}},{"uid":"e8de2fe6b1576a05","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/e8de2fe6b1576a05","status":"passed","time":{"start":1710287460901,"stop":1710287460901,"duration":0}},{"uid":"b6dc6277f4e21cf8","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b6dc6277f4e21cf8","status":"passed","time":{"start":1710284730217,"stop":1710284730217,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e8bbe5d0309640b5","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e8bbe5d0309640b5","status":"passed","time":{"start":1710307940140,"stop":1710307940143,"duration":3}},{"uid":"5342e26d3e5fc012","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/5342e26d3e5fc012","status":"passed","time":{"start":1710306833582,"stop":1710306833583,"duration":1}},{"uid":"cbe543edb9836019","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/cbe543edb9836019","status":"passed","time":{"start":1710287039376,"stop":1710287039376,"duration":0}},{"uid":"5d22f5fa69a7c052","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/5d22f5fa69a7c052","status":"passed","time":{"start":1710284302034,"stop":1710284302039,"duration":5}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79b8b787a6cf01e9","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79b8b787a6cf01e9","status":"passed","time":{"start":1710308481018,"stop":1710308481018,"duration":0}},{"uid":"29a6cc9ba3ddaad3","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/29a6cc9ba3ddaad3","status":"passed","time":{"start":1710307361629,"stop":1710307361630,"duration":1}},{"uid":"f63f906e737bd8ff","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/f63f906e737bd8ff","status":"passed","time":{"start":1710287560338,"stop":1710287560338,"duration":0}},{"uid":"62d125b6d2e471ac","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/62d125b6d2e471ac","status":"passed","time":{"start":1710284826087,"stop":1710284826088,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"56f5bce47b8ba178","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/56f5bce47b8ba178","status":"passed","time":{"start":1710308481020,"stop":1710308481020,"duration":0}},{"uid":"2c4c4a1d46dca0f7","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/2c4c4a1d46dca0f7","status":"passed","time":{"start":1710307361632,"stop":1710307361632,"duration":0}},{"uid":"531942c3354b9272","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/531942c3354b9272","status":"passed","time":{"start":1710287560339,"stop":1710287560340,"duration":1}},{"uid":"56448785bb5187c6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/56448785bb5187c6","status":"passed","time":{"start":1710284826092,"stop":1710284826093,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8e8d0276ca592d6","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8e8d0276ca592d6","status":"passed","time":{"start":1710308167156,"stop":1710308167156,"duration":0}},{"uid":"d3544ff089ce3856","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d3544ff089ce3856","status":"passed","time":{"start":1710307045654,"stop":1710307045657,"duration":3}},{"uid":"97f6fcfd156755b4","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/97f6fcfd156755b4","status":"passed","time":{"start":1710287245596,"stop":1710287245597,"duration":1}},{"uid":"9297f292176c4edd","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9297f292176c4edd","status":"passed","time":{"start":1710284503140,"stop":1710284503141,"duration":1}}]},"47863b92841caa90d58c38aa916bea81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6744bfbd9c317812","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/6744bfbd9c317812","status":"passed","time":{"start":1710284775853,"stop":1710284775853,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"cc78f382b53348b4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/cc78f382b53348b4","status":"passed","time":{"start":1710308649156,"stop":1710308649156,"duration":0}},{"uid":"4929156d19bed9bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/4929156d19bed9bb","status":"passed","time":{"start":1710307535235,"stop":1710307535235,"duration":0}},{"uid":"1f2791fea856920e","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/1f2791fea856920e","status":"passed","time":{"start":1710287736651,"stop":1710287736652,"duration":1}},{"uid":"9c374ee8cdc41188","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9c374ee8cdc41188","status":"passed","time":{"start":1710285008787,"stop":1710285008787,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"18bde4749d78fbb4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/18bde4749d78fbb4","status":"passed","time":{"start":1710308481022,"stop":1710308481022,"duration":0}},{"uid":"358f3f2c4970a43b","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/358f3f2c4970a43b","status":"passed","time":{"start":1710307361633,"stop":1710307361634,"duration":1}},{"uid":"a0381aef60faabe0","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/a0381aef60faabe0","status":"passed","time":{"start":1710287560342,"stop":1710287560342,"duration":0}},{"uid":"169e008e9d6b9f3a","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/169e008e9d6b9f3a","status":"passed","time":{"start":1710284826098,"stop":1710284826098,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"7b3d7a6013d7505","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7b3d7a6013d7505","status":"passed","time":{"start":1710308192921,"stop":1710308192922,"duration":1}},{"uid":"7f39107dfc6ad8e4","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/7f39107dfc6ad8e4","status":"passed","time":{"start":1710307078645,"stop":1710307078646,"duration":1}},{"uid":"b25df0f872a33253","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/b25df0f872a33253","status":"passed","time":{"start":1710287281997,"stop":1710287281997,"duration":0}},{"uid":"9edb6ce5e8e33ea3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/9edb6ce5e8e33ea3","status":"passed","time":{"start":1710284550766,"stop":1710284550766,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"54780751d24614ee","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/54780751d24614ee","status":"passed","time":{"start":1710307918131,"stop":1710307918131,"duration":0}},{"uid":"6fdcddd8ac1092c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/6fdcddd8ac1092c","status":"passed","time":{"start":1710306811112,"stop":1710306811113,"duration":1}},{"uid":"6d9dad18224bda08","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/6d9dad18224bda08","status":"passed","time":{"start":1710287016340,"stop":1710287016341,"duration":1}},{"uid":"4cf9256ab21868b7","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/4cf9256ab21868b7","status":"passed","time":{"start":1710284279134,"stop":1710284279135,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"a3064e5c2bf90011","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a3064e5c2bf90011","status":"passed","time":{"start":1710308097734,"stop":1710308097734,"duration":0}},{"uid":"e1b43c71a5f4ee15","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/e1b43c71a5f4ee15","status":"passed","time":{"start":1710306994275,"stop":1710306994275,"duration":0}},{"uid":"c090093c3070e8bf","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c090093c3070e8bf","status":"passed","time":{"start":1710287196196,"stop":1710287196196,"duration":0}},{"uid":"372008bfb2cca5e6","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/372008bfb2cca5e6","status":"passed","time":{"start":1710284459544,"stop":1710284459544,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"d7e0653f8b490d28","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/d7e0653f8b490d28","status":"passed","time":{"start":1710307914371,"stop":1710307914371,"duration":0}},{"uid":"705a5ed42fd5c176","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/705a5ed42fd5c176","status":"passed","time":{"start":1710306807580,"stop":1710306807580,"duration":0}},{"uid":"93c08d3110892002","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/93c08d3110892002","status":"passed","time":{"start":1710287012801,"stop":1710287012801,"duration":0}},{"uid":"165a7d28ac7be0c9","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/165a7d28ac7be0c9","status":"passed","time":{"start":1710284275220,"stop":1710284275220,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ae6902453d8de57f","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/ae6902453d8de57f","status":"passed","time":{"start":1710308357667,"stop":1710308357668,"duration":1}},{"uid":"73017b1fe771cdd2","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/73017b1fe771cdd2","status":"passed","time":{"start":1710307244661,"stop":1710307244661,"duration":0}},{"uid":"9eabffe45f3503a3","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/9eabffe45f3503a3","status":"passed","time":{"start":1710287451485,"stop":1710287451485,"duration":0}},{"uid":"c88a15fca06341bf","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/c88a15fca06341bf","status":"passed","time":{"start":1710284717994,"stop":1710284717994,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"66c61ced9b7c8d9c","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/66c61ced9b7c8d9c","status":"passed","time":{"start":1710308007023,"stop":1710308007023,"duration":0}},{"uid":"c20f5340b24b00bb","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/c20f5340b24b00bb","status":"passed","time":{"start":1710306904615,"stop":1710306904615,"duration":0}},{"uid":"c54d1b985f3b7140","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/c54d1b985f3b7140","status":"passed","time":{"start":1710287110702,"stop":1710287110703,"duration":1}},{"uid":"b5350ad7d4744b38","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/b5350ad7d4744b38","status":"passed","time":{"start":1710284372013,"stop":1710284372014,"duration":1}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"8f70853da5af5ead","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/8f70853da5af5ead","status":"passed","time":{"start":1710308092685,"stop":1710308092685,"duration":0}},{"uid":"3126d9bf5267218d","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/3126d9bf5267218d","status":"passed","time":{"start":1710306981490,"stop":1710306981491,"duration":1}},{"uid":"85604c0f65c9c498","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/85604c0f65c9c498","status":"passed","time":{"start":1710287198105,"stop":1710287198105,"duration":0}},{"uid":"986c8937656c2be","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/986c8937656c2be","status":"passed","time":{"start":1710284459986,"stop":1710284459986,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"79c89ab89f18a3d0","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/79c89ab89f18a3d0","status":"passed","time":{"start":1710307924457,"stop":1710307924458,"duration":1}},{"uid":"a772a1195095c96","reportUrl":"https://waku-org.github.io/js-waku/6685//#testresult/a772a1195095c96","status":"passed","time":{"start":1710306817450,"stop":1710306817451,"duration":1}},{"uid":"29893cc40ee9c3d5","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/29893cc40ee9c3d5","status":"passed","time":{"start":1710287022681,"stop":1710287022681,"duration":0}},{"uid":"bb1a20e42db45de3","reportUrl":"https://waku-org.github.io/js-waku/6682//#testresult/bb1a20e42db45de3","status":"passed","time":{"start":1710284285359,"stop":1710284285360,"duration":1}}]},"18ddf2c25fa1eaa4320ee0fe22757a5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"300b9c08e8bed9c8","reportUrl":"https://waku-org.github.io/js-waku/6684//#testresult/300b9c08e8bed9c8","status":"passed","time":{"start":1710287412762,"stop":1710287412763,"duration":1}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index d17181502b7..1785cb542f5 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"run":730,"retry":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"run":730,"retry":2}},{"buildOrder":6685,"reportUrl":"https://waku-org.github.io/js-waku/6685/","reportName":"Allure Report with history","data":{"run":730,"retry":2}},{"buildOrder":6684,"reportUrl":"https://waku-org.github.io/js-waku/6684/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"buildOrder":6682,"reportUrl":"https://waku-org.github.io/js-waku/6682/","reportName":"Allure Report with history","data":{"run":733,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file